diff --git a/src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/CategoryCasingInfo.cs b/src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/CategoryCasingInfo.cs index f889fad3d1d1ea..dd76e88d0ebd9d 100644 --- a/src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/CategoryCasingInfo.cs +++ b/src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/CategoryCasingInfo.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.Buffers.Binary; diff --git a/src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/DataTable.cs b/src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/DataTable.cs index c49c3660defc66..a15ba2b4e9da9f 100644 --- a/src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/DataTable.cs +++ b/src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/DataTable.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/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/NumericGraphemeInfo.cs b/src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/NumericGraphemeInfo.cs index 9f0e4673914fed..5496f213fdb42b 100644 --- a/src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/NumericGraphemeInfo.cs +++ b/src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/NumericGraphemeInfo.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.Buffers.Binary; diff --git a/src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/Program.cs b/src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/Program.cs index 3c1156e7e35e58..6c8c3968f289c0 100644 --- a/src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/Program.cs +++ b/src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/Program.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/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/StrongBidiCategory.cs b/src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/StrongBidiCategory.cs index e8c90c46b06b57..44ffc7a2805f06 100644 --- a/src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/StrongBidiCategory.cs +++ b/src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/StrongBidiCategory.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 GenUnicodeProp { diff --git a/src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/TableLevels.cs b/src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/TableLevels.cs index 66a2693078765e..37404476932752 100644 --- a/src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/TableLevels.cs +++ b/src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/TableLevels.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/coreclr/src/System.Private.CoreLib/src/Internal/Console.cs b/src/coreclr/src/System.Private.CoreLib/src/Internal/Console.cs index f501d1f30c6593..307fd9177a81b1 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/Internal/Console.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/Internal/Console.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.Text; diff --git a/src/coreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/ComActivator.cs b/src/coreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/ComActivator.cs index e1c23856e99bc4..45f4d4839fb864 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/ComActivator.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/ComActivator.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/coreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/ComponentActivator.cs b/src/coreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/ComponentActivator.cs index 023a96b5576588..711e3cf0bab03b 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/ComponentActivator.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/ComponentActivator.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. #nullable enable diff --git a/src/coreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/InMemoryAssemblyLoader.cs b/src/coreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/InMemoryAssemblyLoader.cs index aa0720e6fcecbb..59cd91545905a6 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/InMemoryAssemblyLoader.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/InMemoryAssemblyLoader.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/coreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/IsolatedComponentLoadContext.cs b/src/coreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/IsolatedComponentLoadContext.cs index 1a04d2e639c393..0cd2f504cc4964 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/IsolatedComponentLoadContext.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/IsolatedComponentLoadContext.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.Reflection; diff --git a/src/coreclr/src/System.Private.CoreLib/src/Interop/Unix/Interop.Libraries.cs b/src/coreclr/src/System.Private.CoreLib/src/Interop/Unix/Interop.Libraries.cs index f823276136efab..9a34b905608b96 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/Interop/Unix/Interop.Libraries.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/Interop/Unix/Interop.Libraries.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/coreclr/src/System.Private.CoreLib/src/Microsoft/Win32/OAVariantLib.cs b/src/coreclr/src/System.Private.CoreLib/src/Microsoft/Win32/OAVariantLib.cs index b737b7dfff24dc..3886195966ebd4 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/Microsoft/Win32/OAVariantLib.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/Microsoft/Win32/OAVariantLib.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. /*============================================================ ** diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/ArgIterator.cs b/src/coreclr/src/System.Private.CoreLib/src/System/ArgIterator.cs index d391aeed81a18c..d9ed61c6c10335 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/ArgIterator.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/ArgIterator.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.InteropServices; using System.Runtime.CompilerServices; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Array.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Array.CoreCLR.cs index 75f6aa40ce4d14..ee2e02db379888 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Array.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Array.CoreCLR.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/coreclr/src/System.Private.CoreLib/src/System/Attribute.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Attribute.CoreCLR.cs index 6b4c7a1155e8ee..9a6c6d44c5090c 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Attribute.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Attribute.CoreCLR.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.Reflection; using System.Collections.Generic; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/BadImageFormatException.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/BadImageFormatException.CoreCLR.cs index 8f29b3ed60b771..6e44e7e1cfdd65 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/BadImageFormatException.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/BadImageFormatException.CoreCLR.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 System { diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Buffer.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Buffer.CoreCLR.cs index 36f6c0b9ba0f47..081f1d6c05d5f5 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Buffer.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Buffer.CoreCLR.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.CompilerServices; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/CLRConfig.cs b/src/coreclr/src/System.Private.CoreLib/src/System/CLRConfig.cs index 2e12ae4b6737ad..9ac34e44182bd6 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/CLRConfig.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/CLRConfig.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; using System.Runtime.InteropServices; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Collections/EmptyReadOnlyDictionaryInternal.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Collections/EmptyReadOnlyDictionaryInternal.cs index e0f85d6b534594..bb9d40bc38db3c 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Collections/EmptyReadOnlyDictionaryInternal.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Collections/EmptyReadOnlyDictionaryInternal.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. /*============================================================ ** diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Collections/Generic/ArraySortHelper.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Collections/Generic/ArraySortHelper.CoreCLR.cs index 9cdc04e45f3886..5e7dd7ddc45342 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Collections/Generic/ArraySortHelper.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Collections/Generic/ArraySortHelper.CoreCLR.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; using System.Diagnostics.CodeAnalysis; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Collections/Generic/Comparer.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Collections/Generic/Comparer.CoreCLR.cs index 13ac30cbe8959c..1af5fca470232d 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Collections/Generic/Comparer.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Collections/Generic/Comparer.CoreCLR.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/coreclr/src/System.Private.CoreLib/src/System/Collections/Generic/ComparerHelpers.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Collections/Generic/ComparerHelpers.cs index eac248d2e5c7cb..7a49fad0213371 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Collections/Generic/ComparerHelpers.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Collections/Generic/ComparerHelpers.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 static System.RuntimeTypeHandle; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Collections/Generic/EqualityComparer.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Collections/Generic/EqualityComparer.CoreCLR.cs index 679be9d5829995..2bc0e7ad5c9167 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Collections/Generic/EqualityComparer.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Collections/Generic/EqualityComparer.CoreCLR.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; using System.Diagnostics; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Collections/ObjectModel/ReadOnlyDictionary.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Collections/ObjectModel/ReadOnlyDictionary.cs index 18054d4664825a..287c18661d7f38 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Collections/ObjectModel/ReadOnlyDictionary.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Collections/ObjectModel/ReadOnlyDictionary.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. /*============================================================ ** diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Currency.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Currency.cs index 1d2051d7a63159..29f34dc5f0486b 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Currency.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Currency.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 System { diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/DateTime.Unix.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/DateTime.Unix.CoreCLR.cs index a463a076ee767c..3dc69ae32b1d0c 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/DateTime.Unix.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/DateTime.Unix.CoreCLR.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/coreclr/src/System.Private.CoreLib/src/System/DateTime.Windows.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/DateTime.Windows.CoreCLR.cs index 0e3ef92d282fee..1f77180f47870f 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/DateTime.Windows.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/DateTime.Windows.CoreCLR.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/coreclr/src/System.Private.CoreLib/src/System/Delegate.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Delegate.CoreCLR.cs index c947666a7ce55b..ab338cd0bc9cdf 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Delegate.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Delegate.CoreCLR.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.Diagnostics.CodeAnalysis; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/Debugger.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/Debugger.cs index 8212454fa2cf69..5e51ac06292346 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/Debugger.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/Debugger.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. // The Debugger class is a part of the System.Diagnostics package // and is used for communicating with a debugger. diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/EditAndContinueHelper.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/EditAndContinueHelper.cs index 92769abebf603f..269bd2e5de349d 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/EditAndContinueHelper.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/EditAndContinueHelper.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. /*============================================================================= ** diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/Eventing/EventPipe.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/Eventing/EventPipe.CoreCLR.cs index 7d3ab6c6af68d8..2523bff45014c0 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/Eventing/EventPipe.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/Eventing/EventPipe.CoreCLR.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.Runtime.CompilerServices; using System.Runtime.InteropServices; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/ICustomDebuggerNotification.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/ICustomDebuggerNotification.cs index 2cb65f6c15c339..b70f0de2457c58 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/ICustomDebuggerNotification.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/ICustomDebuggerNotification.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. /*============================================================ ** diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/StackFrame.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/StackFrame.CoreCLR.cs index e78734fece4f00..cf60a806a9ce4c 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/StackFrame.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/StackFrame.CoreCLR.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; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/StackFrameHelper.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/StackFrameHelper.cs index 45a6c709451dec..1a1d2e6b960e6c 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/StackFrameHelper.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/StackFrameHelper.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.Threading; using System.Reflection; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/StackTrace.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/StackTrace.CoreCLR.cs index b6e96deff62214..9bef9fb72fae58 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/StackTrace.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/StackTrace.CoreCLR.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; using System.Reflection; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/SymbolStore/ISymWriter.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/SymbolStore/ISymWriter.cs index c6e709c06e9234..f3ad88e9ef22d5 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/SymbolStore/ISymWriter.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/SymbolStore/ISymWriter.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. /*============================================================ ** diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/SymbolStore/SymAddressKind.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/SymbolStore/SymAddressKind.cs index ba9f355b823f73..dc2a0a05708c16 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/SymbolStore/SymAddressKind.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/SymbolStore/SymAddressKind.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. /*============================================================ ** diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/SymbolStore/Token.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/SymbolStore/Token.cs index a0f3c997a85024..74dd84c3ef370d 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/SymbolStore/Token.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/SymbolStore/Token.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. /*============================================================ ** diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Enum.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Enum.CoreCLR.cs index d3cf21973948a8..465884a11d6c56 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Enum.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Enum.CoreCLR.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.Reflection; using System.Runtime.CompilerServices; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Environment.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Environment.CoreCLR.cs index 8e2a9dccf8a2c5..d2ea1e3fbdd0a0 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Environment.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Environment.CoreCLR.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.Diagnostics.CodeAnalysis; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Exception.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Exception.CoreCLR.cs index 165811f913f1a5..c3f1e5b4fd43fd 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Exception.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Exception.CoreCLR.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.Diagnostics; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/GC.cs b/src/coreclr/src/System.Private.CoreLib/src/System/GC.cs index b580c615992d2d..865600fe8d2db0 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/GC.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/GC.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. /*============================================================ ** diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/IO/FileLoadException.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/IO/FileLoadException.CoreCLR.cs index b426926a95e3f8..6aa4e0d82e1fdc 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/IO/FileLoadException.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/IO/FileLoadException.CoreCLR.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; using System.Runtime.InteropServices; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/IO/FileNotFoundException.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/IO/FileNotFoundException.CoreCLR.cs index 0a753272df9c4a..fbd2a6d02e6953 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/IO/FileNotFoundException.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/IO/FileNotFoundException.CoreCLR.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 System.IO { diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/IO/Stream.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/IO/Stream.CoreCLR.cs index ac0d79d1da44e0..7421984653071e 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/IO/Stream.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/IO/Stream.CoreCLR.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/coreclr/src/System.Private.CoreLib/src/System/Internal.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Internal.cs index 66dc46d0cd61d1..5c13161b4eb73d 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Internal.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Internal.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. /*============================================================ ** diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Math.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Math.CoreCLR.cs index a05220724bb702..74aca4342ee39f 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Math.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Math.CoreCLR.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. /*============================================================ ** diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/MathF.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/MathF.CoreCLR.cs index 2c8acccddbe632..371780f6abe02e 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/MathF.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/MathF.CoreCLR.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. /*============================================================ ** diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/MissingMemberException.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/MissingMemberException.CoreCLR.cs index 6766240b5d9224..7b1ea384319dce 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/MissingMemberException.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/MissingMemberException.CoreCLR.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.Serialization; using System.Runtime.CompilerServices; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/MulticastDelegate.cs b/src/coreclr/src/System.Private.CoreLib/src/System/MulticastDelegate.cs index 2b011024116453..a2598bd7779a94 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/MulticastDelegate.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/MulticastDelegate.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.Diagnostics.CodeAnalysis; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Object.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Object.CoreCLR.cs index a65358449ee8ca..76251e3239db43 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Object.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Object.CoreCLR.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/coreclr/src/System.Private.CoreLib/src/System/OleAutBinder.cs b/src/coreclr/src/System.Private.CoreLib/src/System/OleAutBinder.cs index 0f4050430db1e7..587738ba62c739 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/OleAutBinder.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/OleAutBinder.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. // This class represents the Ole Automation binder. diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Assembly.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Assembly.CoreCLR.cs index 8ef9d01d3ee707..15d27ce8bd3f62 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Assembly.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Assembly.CoreCLR.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.Runtime.CompilerServices; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/AssemblyName.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/AssemblyName.CoreCLR.cs index f196c1cdad99be..b7336964c2ceb4 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/AssemblyName.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/AssemblyName.CoreCLR.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.Configuration.Assemblies; using System.Globalization; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Associates.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Associates.cs index 589d349341be93..8876fdabb88128 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Associates.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Associates.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.Diagnostics; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/ConstructorInfo.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/ConstructorInfo.CoreCLR.cs index c96bfb5ac1a876..ac3093adaa0a7f 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/ConstructorInfo.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/ConstructorInfo.CoreCLR.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 System.Reflection { diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/CustomAttribute.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/CustomAttribute.cs index c0690fd56c18e1..a7625465c0e8dc 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/CustomAttribute.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/CustomAttribute.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; using System.Runtime.InteropServices; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/AssemblyBuilder.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/AssemblyBuilder.cs index 1407f8705246e7..b71b9aba471464 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/AssemblyBuilder.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/AssemblyBuilder.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. // For each dynamic assembly there will be two AssemblyBuilder objects: the "internal" // AssemblyBuilder object and the "external" AssemblyBuilder object. diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/AssemblyBuilderData.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/AssemblyBuilderData.cs index 144dfd5ec4d527..1f948165a01cf6 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/AssemblyBuilderData.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/AssemblyBuilderData.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/System.Private.CoreLib/src/System/Reflection/Emit/ConstructorBuilder.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ConstructorBuilder.cs index 4ffecf159d9ef2..de668d58634128 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ConstructorBuilder.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ConstructorBuilder.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.CodeAnalysis; using System.Globalization; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/CustomAttributeBuilder.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/CustomAttributeBuilder.cs index 7b078fe7671dfe..2754a6e81216f4 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/CustomAttributeBuilder.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/CustomAttributeBuilder.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. /*============================================================ ** diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/DynamicILGenerator.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/DynamicILGenerator.cs index d8e330dd7f98b2..34d501c1363d14 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/DynamicILGenerator.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/DynamicILGenerator.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.SymbolStore; using System.Runtime.InteropServices; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/DynamicMethod.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/DynamicMethod.cs index c8c5468801d72e..cd6be54ace1f41 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/DynamicMethod.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/DynamicMethod.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.Diagnostics.CodeAnalysis; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/EnumBuilder.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/EnumBuilder.cs index 9e617fbabfc325..788969f7209774 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/EnumBuilder.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/EnumBuilder.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. /*============================================================ ** diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/EventBuilder.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/EventBuilder.cs index 479c4a9b6566ff..426d0af2288775 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/EventBuilder.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/EventBuilder.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. /*============================================================ ** diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/FieldBuilder.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/FieldBuilder.cs index e7c3536d40025f..3001b3df82de21 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/FieldBuilder.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/FieldBuilder.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; using CultureInfo = System.Globalization.CultureInfo; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/GenericTypeParameterBuilder.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/GenericTypeParameterBuilder.cs index efc07216bc34f3..ffa61eaa0a706f 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/GenericTypeParameterBuilder.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/GenericTypeParameterBuilder.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.CodeAnalysis; using System.Globalization; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ILGenerator.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ILGenerator.cs index 4bd2e56da2913b..c587b18c62ac12 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ILGenerator.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ILGenerator.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.Binary; using System.Diagnostics; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ISymWrapperCore.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ISymWrapperCore.cs index 62e7f6a6c47825..0d38f64c759459 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ISymWrapperCore.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ISymWrapperCore.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.InteropServices; using System.Runtime.CompilerServices; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/LocalBuilder.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/LocalBuilder.cs index ba2de1b5625507..eb82f5f58fcdfa 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/LocalBuilder.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/LocalBuilder.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 System.Reflection.Emit { diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/MethodBuilder.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/MethodBuilder.cs index 083df4d980f803..65b5033e996ebe 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/MethodBuilder.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/MethodBuilder.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.Diagnostics.CodeAnalysis; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/MethodBuilderInstantiation.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/MethodBuilderInstantiation.cs index b7e1cf3917adfe..a5c935ad9fb127 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/MethodBuilderInstantiation.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/MethodBuilderInstantiation.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.Globalization; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ModuleBuilder.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ModuleBuilder.cs index 347029ea42d694..4a719065ba42c5 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ModuleBuilder.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ModuleBuilder.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.Diagnostics; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ModuleBuilderData.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ModuleBuilderData.cs index 02e945b261ecee..c925625cb9d714 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ModuleBuilderData.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ModuleBuilderData.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 System.Reflection.Emit { diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ParameterBuilder.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ParameterBuilder.cs index 68d1d160048833..e50546e54bfce0 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ParameterBuilder.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ParameterBuilder.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/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/PropertyBuilder.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/PropertyBuilder.cs index ec75ee6a2796ce..76b14a4cf813ce 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/PropertyBuilder.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/PropertyBuilder.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. /*============================================================ ** diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/SignatureHelper.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/SignatureHelper.cs index a9db943c8ae588..fc17ba8391c30f 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/SignatureHelper.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/SignatureHelper.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.Binary; using System.Diagnostics; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/SymbolMethod.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/SymbolMethod.cs index 6708b3e5b3186a..0eb874a7b1f135 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/SymbolMethod.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/SymbolMethod.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 CultureInfo = System.Globalization.CultureInfo; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/SymbolType.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/SymbolType.cs index 61064b06d4d4f5..fa49a2256681e7 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/SymbolType.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/SymbolType.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.CodeAnalysis; using CultureInfo = System.Globalization.CultureInfo; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/TypeBuilder.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/TypeBuilder.cs index d2f15dc285ea80..47c3dea104ee3c 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/TypeBuilder.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/TypeBuilder.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.Diagnostics; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/TypeBuilderInstantiation.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/TypeBuilderInstantiation.cs index 3dac2b138f9c02..1a6e10196af898 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/TypeBuilderInstantiation.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/TypeBuilderInstantiation.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.Globalization; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/XXXOnTypeBuilderInstantiation.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/XXXOnTypeBuilderInstantiation.cs index ef8c901fdc524d..4443867b1b52ae 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/XXXOnTypeBuilderInstantiation.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/XXXOnTypeBuilderInstantiation.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.Globalization; using System.Diagnostics; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/FieldInfo.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/FieldInfo.CoreCLR.cs index a1a729f3be0c95..ee935a2be83b6a 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/FieldInfo.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/FieldInfo.CoreCLR.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 System.Reflection { diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/INVOCATION_FLAGS.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/INVOCATION_FLAGS.cs index eb28f4e209122d..e7d9b97ac5c6c5 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/INVOCATION_FLAGS.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/INVOCATION_FLAGS.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 System.Reflection { diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/LoaderAllocator.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/LoaderAllocator.cs index 512ae8b87ae500..2dd25ea5646c0d 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/LoaderAllocator.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/LoaderAllocator.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.InteropServices; using System.Runtime.CompilerServices; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/MdConstant.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/MdConstant.cs index 800cf371dcd4e1..498b6adf52e4aa 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/MdConstant.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/MdConstant.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 System.Reflection { diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/MdFieldInfo.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/MdFieldInfo.cs index 16da29b4f052a6..e4d240d598ba94 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/MdFieldInfo.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/MdFieldInfo.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.Globalization; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/MdImport.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/MdImport.cs index 7c2a7e2af753e7..d31c719182d0d7 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/MdImport.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/MdImport.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.Globalization; using System.Diagnostics; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/MemberInfo.Internal.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/MemberInfo.Internal.cs index 3f53913a232473..7d5736ee88de11 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/MemberInfo.Internal.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/MemberInfo.Internal.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 System.Reflection { diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Metadata/AssemblyExtensions.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Metadata/AssemblyExtensions.cs index 4505c5cd6cd53e..65fdaf409672ee 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Metadata/AssemblyExtensions.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Metadata/AssemblyExtensions.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; using System.Runtime.InteropServices; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/MethodBase.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/MethodBase.CoreCLR.cs index 7ab2a594ab52fb..973b8564dc2c95 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/MethodBase.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/MethodBase.CoreCLR.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.Globalization; using System.Threading; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RtFieldInfo.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RtFieldInfo.cs index 0f602face5a55f..9aac5488e60de7 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RtFieldInfo.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RtFieldInfo.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.Globalization; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeAssembly.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeAssembly.cs index fd6eeb2bc23cbb..6387b7e42fa4f5 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeAssembly.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeAssembly.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.Diagnostics; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeConstructorInfo.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeConstructorInfo.cs index 133f825dbcc063..9d0086ca442536 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeConstructorInfo.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeConstructorInfo.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.Diagnostics; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeEventInfo.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeEventInfo.cs index 2a14dc6b9a188c..17721025b51eaf 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeEventInfo.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeEventInfo.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.Diagnostics; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeExceptionHandlingClause.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeExceptionHandlingClause.cs index 4a2f005421114b..b8f5df8b45395f 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeExceptionHandlingClause.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeExceptionHandlingClause.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.Globalization; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeFieldInfo.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeFieldInfo.cs index fc64e1d9713a69..85625ac3150a98 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeFieldInfo.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeFieldInfo.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 RuntimeTypeCache = System.RuntimeType.RuntimeTypeCache; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeLocalVariableInfo.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeLocalVariableInfo.cs index 6fcfa9f8e1eee3..d9a7c16972dcfb 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeLocalVariableInfo.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeLocalVariableInfo.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/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeMethodBody.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeMethodBody.cs index 9f5d741b11b5f1..8be4480cbb66f3 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeMethodBody.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeMethodBody.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/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs index 9a2779f2c211b6..d0441ffbfa8f4f 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.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.Diagnostics; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeModule.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeModule.cs index 4852e3bb7776aa..3835866b99bfd5 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeModule.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeModule.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.InteropServices; using System.Runtime.Serialization; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeParameterInfo.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeParameterInfo.cs index f0e3fcef11a029..9fbf8f9c0837fd 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeParameterInfo.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeParameterInfo.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.Diagnostics; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimePropertyInfo.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimePropertyInfo.cs index 1be1743f0fc532..ef1f82b58f3624 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimePropertyInfo.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimePropertyInfo.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.Diagnostics; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Resources/ManifestBasedResourceGroveler.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Resources/ManifestBasedResourceGroveler.CoreCLR.cs index 641814fc9bbd5b..1a7444ebae8ee2 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Resources/ManifestBasedResourceGroveler.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Resources/ManifestBasedResourceGroveler.CoreCLR.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.Globalization; using System.Reflection; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs index 15cad526595576..80475901e1a03c 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.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 Internal.Runtime.CompilerServices; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/CrossLoaderAllocatorHashHelpers.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/CrossLoaderAllocatorHashHelpers.cs index 89d0773075d8a8..99b391172ddf47 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/CrossLoaderAllocatorHashHelpers.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/CrossLoaderAllocatorHashHelpers.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.InteropServices; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/DependentHandle.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/DependentHandle.cs index 4558fda35367b8..d0aff34f2bc7bf 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/DependentHandle.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/DependentHandle.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 System.Runtime.CompilerServices { diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/GCHeapHash.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/GCHeapHash.cs index 396967048ff0be..a5ce5ed1dc39b0 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/GCHeapHash.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/GCHeapHash.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.InteropServices; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/ICastableHelpers.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/ICastableHelpers.cs index 1006fd99f74681..ca9f73a5c667e8 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/ICastableHelpers.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/ICastableHelpers.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.CodeAnalysis; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeFeature.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeFeature.CoreCLR.cs index 69a7465dcf2058..2f98784fda9cbc 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeFeature.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeFeature.CoreCLR.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 System.Runtime.CompilerServices { diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeHelpers.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeHelpers.CoreCLR.cs index 01942bd167baff..1e516e8ee3a993 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeHelpers.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeHelpers.CoreCLR.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.Diagnostics.CodeAnalysis; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/TypeDependencyAttribute.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/TypeDependencyAttribute.cs index 66128fc7910fbf..45807f72ab2cc1 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/TypeDependencyAttribute.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/TypeDependencyAttribute.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 System.Runtime.CompilerServices { diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/GCSettings.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/GCSettings.CoreCLR.cs index 1fbc1dc4f1defd..faa8f5e884ad52 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/GCSettings.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/GCSettings.CoreCLR.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/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComEventsHelper.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComEventsHelper.cs index 650dc5b66ef4a6..368d942f403a43 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComEventsHelper.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComEventsHelper.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. // // ComEventsFeature diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComEventsInfo.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComEventsInfo.cs index e65614b92fea3e..d8a0ea49e7d55b 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComEventsInfo.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComEventsInfo.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 System.Runtime.InteropServices { diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComWrappers.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComWrappers.cs index b404dc6c461e88..1b0c1a717487b6 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComWrappers.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComWrappers.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/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/ComDataHelpers.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/ComDataHelpers.cs index 3560409b3d2fb6..e871eca76361ba 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/ComDataHelpers.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/ComDataHelpers.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 System.Runtime.InteropServices.CustomMarshalers { diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumVariantViewOfEnumerator.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumVariantViewOfEnumerator.cs index 6d888cc923e521..818b4b5bc11cfa 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumVariantViewOfEnumerator.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumVariantViewOfEnumerator.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 ComTypes = System.Runtime.InteropServices.ComTypes; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumerableToDispatchMarshaler.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumerableToDispatchMarshaler.cs index 0a758211b770db..10034bae86a091 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumerableToDispatchMarshaler.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumerableToDispatchMarshaler.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/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumerableViewOfDispatch.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumerableViewOfDispatch.cs index 98723e519c8109..06f1f083ce2081 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumerableViewOfDispatch.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumerableViewOfDispatch.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.InteropServices.ComTypes; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumeratorToEnumVariantMarshaler.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumeratorToEnumVariantMarshaler.cs index 6d8809ce3f76b0..61e65f833d89c3 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumeratorToEnumVariantMarshaler.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumeratorToEnumVariantMarshaler.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 ComTypes = System.Runtime.InteropServices.ComTypes; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumeratorViewOfEnumVariant.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumeratorViewOfEnumVariant.cs index ebb76e16ba3e84..f0b725a7da0eae 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumeratorViewOfEnumVariant.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumeratorViewOfEnumVariant.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.InteropServices.ComTypes; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/ExpandoToDispatchExMarshaler.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/ExpandoToDispatchExMarshaler.cs index 04fc9ae8a27937..07e7802e9d2eb5 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/ExpandoToDispatchExMarshaler.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/ExpandoToDispatchExMarshaler.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 System.Runtime.InteropServices.CustomMarshalers { diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/TypeToTypeInfoMarshaler.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/TypeToTypeInfoMarshaler.cs index d124bf23812329..da82567e8c38da 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/TypeToTypeInfoMarshaler.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/TypeToTypeInfoMarshaler.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 System.Runtime.InteropServices.CustomMarshalers { diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/DynamicInterfaceCastableHelpers.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/DynamicInterfaceCastableHelpers.cs index 4f2dae16b974d0..6ea1f1b444a507 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/DynamicInterfaceCastableHelpers.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/DynamicInterfaceCastableHelpers.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 System.Runtime.InteropServices { diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/Expando/IExpando.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/Expando/IExpando.cs index 909aac1a69f157..bbe6e24b645bb3 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/Expando/IExpando.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/Expando/IExpando.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.Reflection; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/GCHandle.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/GCHandle.CoreCLR.cs index 3e509ef953dc7d..0187c5e29ba052 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/GCHandle.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/GCHandle.CoreCLR.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; #if !DEBUG diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/IException.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/IException.cs index 1478831a8a3708..3f2d78d1f584e8 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/IException.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/IException.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. /*============================================================================= ** diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.CoreCLR.cs index 82c9891fa1606e..513a96b668cfbf 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.CoreCLR.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.CodeAnalysis; using System.Reflection; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/MemoryMarshal.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/MemoryMarshal.CoreCLR.cs index d21e4b2bd8e165..021a0a2f52be17 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/MemoryMarshal.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/MemoryMarshal.CoreCLR.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; using System.Runtime.Versioning; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/NativeLibrary.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/NativeLibrary.CoreCLR.cs index cc99bec2f34bdf..879fe53aa0d135 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/NativeLibrary.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/NativeLibrary.CoreCLR.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.Reflection; using System.Runtime.CompilerServices; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyLoadContext.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyLoadContext.CoreCLR.cs index 308c0aa48080e3..c5fb0f2345573a 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyLoadContext.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyLoadContext.CoreCLR.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.CodeAnalysis; using System.Diagnostics.Tracing; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/Versioning/CompatibilitySwitch.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/Versioning/CompatibilitySwitch.cs index 6655fa8de96144..3b69f789e61c68 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/Versioning/CompatibilitySwitch.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/Versioning/CompatibilitySwitch.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/coreclr/src/System.Private.CoreLib/src/System/RuntimeArgumentHandle.cs b/src/coreclr/src/System.Private.CoreLib/src/System/RuntimeArgumentHandle.cs index d231ac940540b7..4422f46120784b 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/RuntimeArgumentHandle.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/RuntimeArgumentHandle.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 System { diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/RuntimeHandles.cs b/src/coreclr/src/System.Private.CoreLib/src/System/RuntimeHandles.cs index 460b5f72caf423..965df43cfaf312 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/RuntimeHandles.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/RuntimeHandles.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.Diagnostics.CodeAnalysis; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/RuntimeType.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/RuntimeType.CoreCLR.cs index 1a3605e0b7ae5d..f4e9ac9829664a 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/RuntimeType.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/RuntimeType.CoreCLR.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/coreclr/src/System.Private.CoreLib/src/System/Security/DynamicSecurityMethodAttribute.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Security/DynamicSecurityMethodAttribute.cs index 140bfcf50e83b7..e3dae854517e29 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Security/DynamicSecurityMethodAttribute.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Security/DynamicSecurityMethodAttribute.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 System.Security { diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/StartupHookProvider.cs b/src/coreclr/src/System.Private.CoreLib/src/System/StartupHookProvider.cs index bdcf166464ccbd..ffdf388e43e335 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/StartupHookProvider.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/StartupHookProvider.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.IO; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/String.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/String.CoreCLR.cs index c0035c66071d6f..e97cdaa3c9bc6b 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/String.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/String.CoreCLR.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; using System.Text; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/StubHelpers.cs b/src/coreclr/src/System.Private.CoreLib/src/System/StubHelpers.cs index f6861b70ed4bb1..9045fd8bbcbffa 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/StubHelpers.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/StubHelpers.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 System.Collections.Generic; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Text/StringBuilder.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Text/StringBuilder.CoreCLR.cs index e426e08b877f7b..d23263f57bc1f6 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Text/StringBuilder.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Text/StringBuilder.CoreCLR.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/coreclr/src/System.Private.CoreLib/src/System/Threading/ClrThreadPoolBoundHandle.Unix.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/ClrThreadPoolBoundHandle.Unix.cs index b7cdaa801c50c7..6f809959dbca73 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Threading/ClrThreadPoolBoundHandle.Unix.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/ClrThreadPoolBoundHandle.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; using System.Runtime.InteropServices; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Threading/ClrThreadPoolBoundHandle.Windows.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/ClrThreadPoolBoundHandle.Windows.cs index 6e3f995646b6e8..595051fd2160fb 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Threading/ClrThreadPoolBoundHandle.Windows.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/ClrThreadPoolBoundHandle.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/coreclr/src/System.Private.CoreLib/src/System/Threading/ClrThreadPoolBoundHandle.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/ClrThreadPoolBoundHandle.cs index e9f89ab068de75..eff292e5840513 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Threading/ClrThreadPoolBoundHandle.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/ClrThreadPoolBoundHandle.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/coreclr/src/System.Private.CoreLib/src/System/Threading/ClrThreadPoolBoundHandleOverlapped.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/ClrThreadPoolBoundHandleOverlapped.cs index 11b2e0556cb7f0..bc2d082896170a 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Threading/ClrThreadPoolBoundHandleOverlapped.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/ClrThreadPoolBoundHandleOverlapped.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 System.Threading { diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Threading/ClrThreadPoolPreAllocatedOverlapped.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/ClrThreadPoolPreAllocatedOverlapped.cs index 3e94950e67d26d..06df433df46603 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Threading/ClrThreadPoolPreAllocatedOverlapped.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/ClrThreadPoolPreAllocatedOverlapped.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 System.Threading { diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Threading/Interlocked.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/Interlocked.CoreCLR.cs index c9153f3cda7539..4d7d8440859295 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Threading/Interlocked.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/Interlocked.CoreCLR.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.CodeAnalysis; using System.Runtime.CompilerServices; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Threading/Monitor.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/Monitor.cs index a76c11367210d1..80226acdbcecd2 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Threading/Monitor.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/Monitor.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. // /*============================================================================= diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Threading/Overlapped.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/Overlapped.cs index fb4be5115033d8..e84d9621089f97 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Threading/Overlapped.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/Overlapped.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. // diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Threading/ProcessorIdCache.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/ProcessorIdCache.cs index 7f11ab5efa8c1a..a31516c94f048a 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Threading/ProcessorIdCache.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/ProcessorIdCache.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.CompilerServices; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Threading/StackCrawlMark.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/StackCrawlMark.cs index 7323d1dced171e..4755367f507ebc 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Threading/StackCrawlMark.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/StackCrawlMark.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 System.Threading { diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Threading/SynchronizationContext.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/SynchronizationContext.CoreCLR.cs index e26d9b7b70c1f4..c5db0eeabdc15f 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Threading/SynchronizationContext.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/SynchronizationContext.CoreCLR.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 System.Threading { diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Threading/Thread.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/Thread.CoreCLR.cs index 3ec662c40afbc1..ac6024fd671495 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Threading/Thread.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/Thread.CoreCLR.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.Globalization; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Threading/ThreadPool.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/ThreadPool.CoreCLR.cs index 1fd02d120e1e6c..59fecc735dd7bc 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Threading/ThreadPool.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/ThreadPool.CoreCLR.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. /*============================================================================= ** diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Threading/Timer.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/Timer.CoreCLR.cs index 9139163b79795d..e13cd3afe24744 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Threading/Timer.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/Timer.CoreCLR.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.Win32.SafeHandles; using System.Diagnostics; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Threading/WaitHandle.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/WaitHandle.CoreCLR.cs index e266ef8e58580e..f25dd2c124f733 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Threading/WaitHandle.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Threading/WaitHandle.CoreCLR.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; using System.Runtime.InteropServices; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Type.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Type.CoreCLR.cs index 294c7907c3a63d..c81b37a4db7286 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Type.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Type.CoreCLR.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.CodeAnalysis; using System.Reflection; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/TypeLoadException.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/TypeLoadException.CoreCLR.cs index 5dc5077318404f..9d1e59821d4f90 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/TypeLoadException.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/TypeLoadException.CoreCLR.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.InteropServices; using System.Runtime.CompilerServices; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/TypeNameParser.cs b/src/coreclr/src/System.Private.CoreLib/src/System/TypeNameParser.cs index b5c57ec55a3915..27f2cfd1671d5c 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/TypeNameParser.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/TypeNameParser.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.IO; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/TypedReference.cs b/src/coreclr/src/System.Private.CoreLib/src/System/TypedReference.cs index 9f4a39089afceb..0d6ea9f65091fc 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/TypedReference.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/TypedReference.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. // TypedReference is basically only ever seen on the call stack, and in param arrays. // These are blob that must be dealt with by the compiler. diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Utf8String.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Utf8String.CoreCLR.cs index f8ab2a5140b161..ce669f84ec9de8 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Utf8String.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Utf8String.CoreCLR.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.ComponentModel; using System.Runtime.CompilerServices; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/ValueType.cs b/src/coreclr/src/System.Private.CoreLib/src/System/ValueType.cs index 48f18864759c77..646a4792e9abb8 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/ValueType.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/ValueType.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. /*============================================================ ** diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Variant.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Variant.cs index 93aa0efea64a45..8ab1589db9658f 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Variant.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Variant.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. /*============================================================ ** diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/WeakReference.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/WeakReference.CoreCLR.cs index c9e1da46bf2956..0d2396862be391 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/WeakReference.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/WeakReference.CoreCLR.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.Serialization; using System.Runtime.CompilerServices; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/WeakReference.T.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/WeakReference.T.CoreCLR.cs index eb164147bf087c..dd5f0d900d3a2d 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/WeakReference.T.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/WeakReference.T.CoreCLR.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.CodeAnalysis; using System.Runtime.Serialization; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/__Canon.cs b/src/coreclr/src/System.Private.CoreLib/src/System/__Canon.cs index 7fbfa758bcfc53..d888f96a3d1a22 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/__Canon.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/__Canon.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.InteropServices; diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/__ComObject.cs b/src/coreclr/src/System.Private.CoreLib/src/System/__ComObject.cs index 38b88b66c011cf..9015a016a7e9ef 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/__ComObject.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/__ComObject.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.Runtime.InteropServices; diff --git a/src/coreclr/src/ToolBox/SOS/DacTableGen/MapSymbolProvider.cs b/src/coreclr/src/ToolBox/SOS/DacTableGen/MapSymbolProvider.cs index 31863d44d258bb..70ce5a74c7aa82 100644 --- a/src/coreclr/src/ToolBox/SOS/DacTableGen/MapSymbolProvider.cs +++ b/src/coreclr/src/ToolBox/SOS/DacTableGen/MapSymbolProvider.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. // #define DACTABLEGEN_DEBUG diff --git a/src/coreclr/src/ToolBox/SOS/DacTableGen/cvconst.cs b/src/coreclr/src/ToolBox/SOS/DacTableGen/cvconst.cs index fee66f0b5f637b..c4fd68db93a021 100644 --- a/src/coreclr/src/ToolBox/SOS/DacTableGen/cvconst.cs +++ b/src/coreclr/src/ToolBox/SOS/DacTableGen/cvconst.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. // cvconst.h - codeview constant definitions diff --git a/src/coreclr/src/ToolBox/SOS/DacTableGen/diautil.cs b/src/coreclr/src/ToolBox/SOS/DacTableGen/diautil.cs index e9e53494cf7b2d..8da9217b477bc0 100644 --- a/src/coreclr/src/ToolBox/SOS/DacTableGen/diautil.cs +++ b/src/coreclr/src/ToolBox/SOS/DacTableGen/diautil.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.Text; diff --git a/src/coreclr/src/ToolBox/SOS/DacTableGen/main.cs b/src/coreclr/src/ToolBox/SOS/DacTableGen/main.cs index ab25537d75353a..15bed1c0c0c3a3 100644 --- a/src/coreclr/src/ToolBox/SOS/DacTableGen/main.cs +++ b/src/coreclr/src/ToolBox/SOS/DacTableGen/main.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.IO; diff --git a/src/coreclr/src/ToolBox/superpmi/superpmi-shared/icorjithostimpl.h b/src/coreclr/src/ToolBox/superpmi/superpmi-shared/icorjithostimpl.h index 687c6bfdb1b961..edcca2c79420a0 100644 --- a/src/coreclr/src/ToolBox/superpmi/superpmi-shared/icorjithostimpl.h +++ b/src/coreclr/src/ToolBox/superpmi/superpmi-shared/icorjithostimpl.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 _ICorJitHostImpl #define _ICorJitHostImpl diff --git a/src/coreclr/src/binder/activitytracker.cpp b/src/coreclr/src/binder/activitytracker.cpp index ea5dbd1555dffe..b7287d3afa9180 100644 --- a/src/coreclr/src/binder/activitytracker.cpp +++ b/src/coreclr/src/binder/activitytracker.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. // ============================================================ // // activitytracker.cpp @@ -40,4 +39,4 @@ void ActivityTracker::Stop(/*out*/ GUID *activityId) args[ARGNUM_0] = PTR_TO_ARGHOLDER(activityId); CALL_MANAGED_METHOD_NORET(args) -} \ No newline at end of file +} diff --git a/src/coreclr/src/binder/applicationcontext.cpp b/src/coreclr/src/binder/applicationcontext.cpp index e91ceb637e0a00..d190295485410e 100644 --- a/src/coreclr/src/binder/applicationcontext.cpp +++ b/src/coreclr/src/binder/applicationcontext.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. // ============================================================ // // ApplicationContext.cpp diff --git a/src/coreclr/src/binder/assembly.cpp b/src/coreclr/src/binder/assembly.cpp index 8819db0bad7672..d4948c4d1ae8be 100644 --- a/src/coreclr/src/binder/assembly.cpp +++ b/src/coreclr/src/binder/assembly.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. // ============================================================ // // Assembly.cpp diff --git a/src/coreclr/src/binder/assemblybinder.cpp b/src/coreclr/src/binder/assemblybinder.cpp index 0a68daec66a453..0b3c465fa5b7dc 100644 --- a/src/coreclr/src/binder/assemblybinder.cpp +++ b/src/coreclr/src/binder/assemblybinder.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. // ============================================================ // // AssemblyBinder.cpp diff --git a/src/coreclr/src/binder/assemblyidentitycache.cpp b/src/coreclr/src/binder/assemblyidentitycache.cpp index 224f585d013743..bff89d1ad295d1 100644 --- a/src/coreclr/src/binder/assemblyidentitycache.cpp +++ b/src/coreclr/src/binder/assemblyidentitycache.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. // ============================================================ // // AssemblyIdentityCache.cpp diff --git a/src/coreclr/src/binder/assemblyname.cpp b/src/coreclr/src/binder/assemblyname.cpp index 5cb9d7964c7c97..b073dc66f88b1d 100644 --- a/src/coreclr/src/binder/assemblyname.cpp +++ b/src/coreclr/src/binder/assemblyname.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. // ============================================================ // // AssemblyName.cpp diff --git a/src/coreclr/src/binder/bindertracing.cpp b/src/coreclr/src/binder/bindertracing.cpp index 5e943598585a71..2e5c83d7b09bd2 100644 --- a/src/coreclr/src/binder/bindertracing.cpp +++ b/src/coreclr/src/binder/bindertracing.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. // ============================================================ // // bindertracing.cpp diff --git a/src/coreclr/src/binder/clrprivbinderassemblyloadcontext.cpp b/src/coreclr/src/binder/clrprivbinderassemblyloadcontext.cpp index 8c1ae4060a6154..f492adfab28b45 100644 --- a/src/coreclr/src/binder/clrprivbinderassemblyloadcontext.cpp +++ b/src/coreclr/src/binder/clrprivbinderassemblyloadcontext.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 "assemblybinder.hpp" diff --git a/src/coreclr/src/binder/clrprivbindercoreclr.cpp b/src/coreclr/src/binder/clrprivbindercoreclr.cpp index 62d5f867beea5c..1045cb93e76da5 100644 --- a/src/coreclr/src/binder/clrprivbindercoreclr.cpp +++ b/src/coreclr/src/binder/clrprivbindercoreclr.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 "assemblybinder.hpp" diff --git a/src/coreclr/src/binder/coreclrbindercommon.cpp b/src/coreclr/src/binder/coreclrbindercommon.cpp index e415b9067bb34a..13ae1e52a577a2 100644 --- a/src/coreclr/src/binder/coreclrbindercommon.cpp +++ b/src/coreclr/src/binder/coreclrbindercommon.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" diff --git a/src/coreclr/src/binder/failurecache.cpp b/src/coreclr/src/binder/failurecache.cpp index 7e2bfb6ef08738..c6e1f286fbb7ed 100644 --- a/src/coreclr/src/binder/failurecache.cpp +++ b/src/coreclr/src/binder/failurecache.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. // ============================================================ // // FailureCache.cpp diff --git a/src/coreclr/src/binder/fusionassemblyname.cpp b/src/coreclr/src/binder/fusionassemblyname.cpp index 7275545cac742a..6da1cc3a3b2bb3 100644 --- a/src/coreclr/src/binder/fusionassemblyname.cpp +++ b/src/coreclr/src/binder/fusionassemblyname.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. // ============================================================ // // FusionAssemblyName.cpp diff --git a/src/coreclr/src/binder/inc/activitytracker.h b/src/coreclr/src/binder/inc/activitytracker.h index 128664ce45b164..7ff8678a9f3302 100644 --- a/src/coreclr/src/binder/inc/activitytracker.h +++ b/src/coreclr/src/binder/inc/activitytracker.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. // // activitytracker.h // diff --git a/src/coreclr/src/binder/inc/applicationcontext.hpp b/src/coreclr/src/binder/inc/applicationcontext.hpp index 64d9e2836ba273..7bb3b364441634 100644 --- a/src/coreclr/src/binder/inc/applicationcontext.hpp +++ b/src/coreclr/src/binder/inc/applicationcontext.hpp @@ -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. // ============================================================ // // ApplicationContext.hpp diff --git a/src/coreclr/src/binder/inc/applicationcontext.inl b/src/coreclr/src/binder/inc/applicationcontext.inl index 2dc6adbf4c30dc..4d006d5be6bcb5 100644 --- a/src/coreclr/src/binder/inc/applicationcontext.inl +++ b/src/coreclr/src/binder/inc/applicationcontext.inl @@ -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. // ============================================================ // // ApplicationContext.inl diff --git a/src/coreclr/src/binder/inc/assembly.hpp b/src/coreclr/src/binder/inc/assembly.hpp index e306c9b07fecd6..9ad7d4226e8b92 100644 --- a/src/coreclr/src/binder/inc/assembly.hpp +++ b/src/coreclr/src/binder/inc/assembly.hpp @@ -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.hpp diff --git a/src/coreclr/src/binder/inc/assembly.inl b/src/coreclr/src/binder/inc/assembly.inl index 42603cfae82eb2..ca0aa232e90638 100644 --- a/src/coreclr/src/binder/inc/assembly.inl +++ b/src/coreclr/src/binder/inc/assembly.inl @@ -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.inl diff --git a/src/coreclr/src/binder/inc/assemblybinder.hpp b/src/coreclr/src/binder/inc/assemblybinder.hpp index 5246676b1a47f3..6fc2f2dc4574c3 100644 --- a/src/coreclr/src/binder/inc/assemblybinder.hpp +++ b/src/coreclr/src/binder/inc/assemblybinder.hpp @@ -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. // ============================================================ // // AssemblyBinder.hpp diff --git a/src/coreclr/src/binder/inc/assemblyentry.hpp b/src/coreclr/src/binder/inc/assemblyentry.hpp index fdfb3bc8d14c2f..5a32e6f5cd9783 100644 --- a/src/coreclr/src/binder/inc/assemblyentry.hpp +++ b/src/coreclr/src/binder/inc/assemblyentry.hpp @@ -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. // ============================================================ // // AssemblyEntry.hpp diff --git a/src/coreclr/src/binder/inc/assemblyhashtraits.hpp b/src/coreclr/src/binder/inc/assemblyhashtraits.hpp index b2123967f64786..9c28151e1dbf4d 100644 --- a/src/coreclr/src/binder/inc/assemblyhashtraits.hpp +++ b/src/coreclr/src/binder/inc/assemblyhashtraits.hpp @@ -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. // ============================================================ // // AssemblyHashTraits.hpp diff --git a/src/coreclr/src/binder/inc/assemblyidentity.hpp b/src/coreclr/src/binder/inc/assemblyidentity.hpp index 05dfc413469433..e1fdec87b2617b 100644 --- a/src/coreclr/src/binder/inc/assemblyidentity.hpp +++ b/src/coreclr/src/binder/inc/assemblyidentity.hpp @@ -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. // ============================================================ // // AssemblyIdentity.hpp diff --git a/src/coreclr/src/binder/inc/assemblyidentitycache.hpp b/src/coreclr/src/binder/inc/assemblyidentitycache.hpp index 0cd8997f376f6b..bb70af109fd9ae 100644 --- a/src/coreclr/src/binder/inc/assemblyidentitycache.hpp +++ b/src/coreclr/src/binder/inc/assemblyidentitycache.hpp @@ -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. // ============================================================ // // AssemblyIdentityCache.hpp diff --git a/src/coreclr/src/binder/inc/assemblyname.hpp b/src/coreclr/src/binder/inc/assemblyname.hpp index 0c8c003137a9a9..38590e09f78a6b 100644 --- a/src/coreclr/src/binder/inc/assemblyname.hpp +++ b/src/coreclr/src/binder/inc/assemblyname.hpp @@ -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. // ============================================================ // // AssemblyName.hpp diff --git a/src/coreclr/src/binder/inc/assemblyname.inl b/src/coreclr/src/binder/inc/assemblyname.inl index 0352f954618785..11d5dbbe86905f 100644 --- a/src/coreclr/src/binder/inc/assemblyname.inl +++ b/src/coreclr/src/binder/inc/assemblyname.inl @@ -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. // ============================================================ // // AssemblyName.inl diff --git a/src/coreclr/src/binder/inc/assemblyversion.hpp b/src/coreclr/src/binder/inc/assemblyversion.hpp index a6be617a301f48..ff8be72a11c4f4 100644 --- a/src/coreclr/src/binder/inc/assemblyversion.hpp +++ b/src/coreclr/src/binder/inc/assemblyversion.hpp @@ -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. // ============================================================ // // AssemblyVersion.hpp diff --git a/src/coreclr/src/binder/inc/assemblyversion.inl b/src/coreclr/src/binder/inc/assemblyversion.inl index d093808a1a05fc..b479c0e74fc223 100644 --- a/src/coreclr/src/binder/inc/assemblyversion.inl +++ b/src/coreclr/src/binder/inc/assemblyversion.inl @@ -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. // ============================================================ // // AssemblyVersion.inl diff --git a/src/coreclr/src/binder/inc/bindertracing.h b/src/coreclr/src/binder/inc/bindertracing.h index 6fb5137349e026..5d82888158a39e 100644 --- a/src/coreclr/src/binder/inc/bindertracing.h +++ b/src/coreclr/src/binder/inc/bindertracing.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. // // bindertracing.h // diff --git a/src/coreclr/src/binder/inc/bindertypes.hpp b/src/coreclr/src/binder/inc/bindertypes.hpp index 213b128af223a6..08159ebc84048f 100644 --- a/src/coreclr/src/binder/inc/bindertypes.hpp +++ b/src/coreclr/src/binder/inc/bindertypes.hpp @@ -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. // ============================================================ // // BinderTypes.hpp diff --git a/src/coreclr/src/binder/inc/bindresult.hpp b/src/coreclr/src/binder/inc/bindresult.hpp index 69a26e0226bdc6..b305c525c3b362 100644 --- a/src/coreclr/src/binder/inc/bindresult.hpp +++ b/src/coreclr/src/binder/inc/bindresult.hpp @@ -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. // ============================================================ // // BindResult.hpp diff --git a/src/coreclr/src/binder/inc/bindresult.inl b/src/coreclr/src/binder/inc/bindresult.inl index 5e085e49697f6e..183c7807a489c1 100644 --- a/src/coreclr/src/binder/inc/bindresult.inl +++ b/src/coreclr/src/binder/inc/bindresult.inl @@ -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. // ============================================================ // // BindResult.inl diff --git a/src/coreclr/src/binder/inc/clrprivbinderassemblyloadcontext.h b/src/coreclr/src/binder/inc/clrprivbinderassemblyloadcontext.h index 0cadffbac4fc7e..3c1c406230209e 100644 --- a/src/coreclr/src/binder/inc/clrprivbinderassemblyloadcontext.h +++ b/src/coreclr/src/binder/inc/clrprivbinderassemblyloadcontext.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 __CLRPRIVBINDERASSEMBLYLOADCONTEXT_H__ diff --git a/src/coreclr/src/binder/inc/clrprivbindercoreclr.h b/src/coreclr/src/binder/inc/clrprivbindercoreclr.h index 95209adf7add3a..bf11bcf113f96a 100644 --- a/src/coreclr/src/binder/inc/clrprivbindercoreclr.h +++ b/src/coreclr/src/binder/inc/clrprivbindercoreclr.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 __CLR_PRIV_BINDER_CORECLR_H__ diff --git a/src/coreclr/src/binder/inc/contextentry.hpp b/src/coreclr/src/binder/inc/contextentry.hpp index 1e38ce5b4d2ef0..ff3c8dba83c771 100644 --- a/src/coreclr/src/binder/inc/contextentry.hpp +++ b/src/coreclr/src/binder/inc/contextentry.hpp @@ -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. // ============================================================ // // ContextEntry.hpp diff --git a/src/coreclr/src/binder/inc/coreclrbindercommon.h b/src/coreclr/src/binder/inc/coreclrbindercommon.h index 9ac86add24ac5d..4fe3249363b614 100644 --- a/src/coreclr/src/binder/inc/coreclrbindercommon.h +++ b/src/coreclr/src/binder/inc/coreclrbindercommon.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 __CORECLR_BINDER_COMMON_H__ diff --git a/src/coreclr/src/binder/inc/failurecache.hpp b/src/coreclr/src/binder/inc/failurecache.hpp index 3dbc3f611ef8d4..bce67b33c50c6c 100644 --- a/src/coreclr/src/binder/inc/failurecache.hpp +++ b/src/coreclr/src/binder/inc/failurecache.hpp @@ -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. // ============================================================ // // FailureCache.hpp diff --git a/src/coreclr/src/binder/inc/failurecachehashtraits.hpp b/src/coreclr/src/binder/inc/failurecachehashtraits.hpp index 4482801889d276..0d9ad26156d12a 100644 --- a/src/coreclr/src/binder/inc/failurecachehashtraits.hpp +++ b/src/coreclr/src/binder/inc/failurecachehashtraits.hpp @@ -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. // ============================================================ // // FailureCache.hpp diff --git a/src/coreclr/src/binder/inc/fusionassemblyname.hpp b/src/coreclr/src/binder/inc/fusionassemblyname.hpp index 5d69dd55e379b6..d5676c7c1c6f1c 100644 --- a/src/coreclr/src/binder/inc/fusionassemblyname.hpp +++ b/src/coreclr/src/binder/inc/fusionassemblyname.hpp @@ -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. // ============================================================ // // FusionAssemblyName.hpp diff --git a/src/coreclr/src/binder/inc/fusionhelpers.hpp b/src/coreclr/src/binder/inc/fusionhelpers.hpp index 01e4384b860503..e3e31af840677c 100644 --- a/src/coreclr/src/binder/inc/fusionhelpers.hpp +++ b/src/coreclr/src/binder/inc/fusionhelpers.hpp @@ -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. // ============================================================ // // FusionHelpers.hpp diff --git a/src/coreclr/src/binder/inc/loadcontext.hpp b/src/coreclr/src/binder/inc/loadcontext.hpp index 8a7090a5c73dec..e840a405df0dee 100644 --- a/src/coreclr/src/binder/inc/loadcontext.hpp +++ b/src/coreclr/src/binder/inc/loadcontext.hpp @@ -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. // ============================================================ // // LoadContext.hpp diff --git a/src/coreclr/src/binder/inc/loadcontext.inl b/src/coreclr/src/binder/inc/loadcontext.inl index fcde1df68075b8..fb463523ebb035 100644 --- a/src/coreclr/src/binder/inc/loadcontext.inl +++ b/src/coreclr/src/binder/inc/loadcontext.inl @@ -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. // ============================================================ // // LoadContext.inl diff --git a/src/coreclr/src/binder/inc/stringlexer.hpp b/src/coreclr/src/binder/inc/stringlexer.hpp index e0fa24e1d6c341..41af7e7baa18d7 100644 --- a/src/coreclr/src/binder/inc/stringlexer.hpp +++ b/src/coreclr/src/binder/inc/stringlexer.hpp @@ -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. // ============================================================ // // StringLexer.hpp diff --git a/src/coreclr/src/binder/inc/stringlexer.inl b/src/coreclr/src/binder/inc/stringlexer.inl index 54703e99e90bb0..bfe4bddeaa4c18 100644 --- a/src/coreclr/src/binder/inc/stringlexer.inl +++ b/src/coreclr/src/binder/inc/stringlexer.inl @@ -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. // ============================================================ // // StringLexer.inl diff --git a/src/coreclr/src/binder/inc/textualidentityparser.hpp b/src/coreclr/src/binder/inc/textualidentityparser.hpp index aacaec31fd5f44..a5187d254a6522 100644 --- a/src/coreclr/src/binder/inc/textualidentityparser.hpp +++ b/src/coreclr/src/binder/inc/textualidentityparser.hpp @@ -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. // ============================================================ // // TextualIdentityParser.hpp diff --git a/src/coreclr/src/binder/inc/utils.hpp b/src/coreclr/src/binder/inc/utils.hpp index e6e72cf9aa79ed..6108d3aea22c33 100644 --- a/src/coreclr/src/binder/inc/utils.hpp +++ b/src/coreclr/src/binder/inc/utils.hpp @@ -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. // ============================================================ // // Utils.hpp diff --git a/src/coreclr/src/binder/inc/variables.hpp b/src/coreclr/src/binder/inc/variables.hpp index 7208d6dc4a44a7..50f392d0366ed0 100644 --- a/src/coreclr/src/binder/inc/variables.hpp +++ b/src/coreclr/src/binder/inc/variables.hpp @@ -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. // ============================================================ // // Variables.hpp diff --git a/src/coreclr/src/binder/stringlexer.cpp b/src/coreclr/src/binder/stringlexer.cpp index 1bbe62b6dcf754..b6b722fa77ab9f 100644 --- a/src/coreclr/src/binder/stringlexer.cpp +++ b/src/coreclr/src/binder/stringlexer.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. // ============================================================ // // StringLexer.cpp diff --git a/src/coreclr/src/binder/textualidentityparser.cpp b/src/coreclr/src/binder/textualidentityparser.cpp index 3863f105271af8..939ffe9f468c06 100644 --- a/src/coreclr/src/binder/textualidentityparser.cpp +++ b/src/coreclr/src/binder/textualidentityparser.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. // ============================================================ // // TextualIdentityParser.cpp diff --git a/src/coreclr/src/binder/utils.cpp b/src/coreclr/src/binder/utils.cpp index 953da35d8ffa3f..c98d7f71bf8316 100644 --- a/src/coreclr/src/binder/utils.cpp +++ b/src/coreclr/src/binder/utils.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. // ============================================================ // // Utils.cpp diff --git a/src/coreclr/src/binder/variables.cpp b/src/coreclr/src/binder/variables.cpp index 6d07b5991d7ce9..d9c3f672657de0 100644 --- a/src/coreclr/src/binder/variables.cpp +++ b/src/coreclr/src/binder/variables.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. // ============================================================ // // Variables.cpp diff --git a/src/coreclr/src/classlibnative/bcltype/arraynative.cpp b/src/coreclr/src/classlibnative/bcltype/arraynative.cpp index 917908cedd2f1f..50e652b5b66e5c 100644 --- a/src/coreclr/src/classlibnative/bcltype/arraynative.cpp +++ b/src/coreclr/src/classlibnative/bcltype/arraynative.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. // // File: ArrayNative.cpp // diff --git a/src/coreclr/src/classlibnative/bcltype/arraynative.h b/src/coreclr/src/classlibnative/bcltype/arraynative.h index 0056d96f3aa352..c5be8403a8ef04 100644 --- a/src/coreclr/src/classlibnative/bcltype/arraynative.h +++ b/src/coreclr/src/classlibnative/bcltype/arraynative.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. // // File: ArrayNative.h // diff --git a/src/coreclr/src/classlibnative/bcltype/arraynative.inl b/src/coreclr/src/classlibnative/bcltype/arraynative.inl index 516eb9235f0d77..913b8c64939b84 100644 --- a/src/coreclr/src/classlibnative/bcltype/arraynative.inl +++ b/src/coreclr/src/classlibnative/bcltype/arraynative.inl @@ -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. // // File: ArrayNative.cpp // diff --git a/src/coreclr/src/classlibnative/bcltype/oavariant.cpp b/src/coreclr/src/classlibnative/bcltype/oavariant.cpp index c9fec9193b3c56..fd8a294882075b 100644 --- a/src/coreclr/src/classlibnative/bcltype/oavariant.cpp +++ b/src/coreclr/src/classlibnative/bcltype/oavariant.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. // // File: OAVariant.cpp // diff --git a/src/coreclr/src/classlibnative/bcltype/oavariant.h b/src/coreclr/src/classlibnative/bcltype/oavariant.h index 30f7cb1958b56c..de09ae7f8731f7 100644 --- a/src/coreclr/src/classlibnative/bcltype/oavariant.h +++ b/src/coreclr/src/classlibnative/bcltype/oavariant.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. // // File: OAVariant.h // diff --git a/src/coreclr/src/classlibnative/bcltype/objectnative.cpp b/src/coreclr/src/classlibnative/bcltype/objectnative.cpp index e285eeb69ecffb..efa76170bada7e 100644 --- a/src/coreclr/src/classlibnative/bcltype/objectnative.cpp +++ b/src/coreclr/src/classlibnative/bcltype/objectnative.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. // // File: ObjectNative.cpp // diff --git a/src/coreclr/src/classlibnative/bcltype/objectnative.h b/src/coreclr/src/classlibnative/bcltype/objectnative.h index 0762298b5832c9..4091f2faa8fdfe 100644 --- a/src/coreclr/src/classlibnative/bcltype/objectnative.h +++ b/src/coreclr/src/classlibnative/bcltype/objectnative.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. // // File: ObjectNative.h // diff --git a/src/coreclr/src/classlibnative/bcltype/stringnative.cpp b/src/coreclr/src/classlibnative/bcltype/stringnative.cpp index 9e093d43a497c6..0c3ec4f8dc7eb5 100644 --- a/src/coreclr/src/classlibnative/bcltype/stringnative.cpp +++ b/src/coreclr/src/classlibnative/bcltype/stringnative.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. // // File: StringNative.cpp // diff --git a/src/coreclr/src/classlibnative/bcltype/stringnative.h b/src/coreclr/src/classlibnative/bcltype/stringnative.h index c8e1fcecc9f352..1396564aef9d08 100644 --- a/src/coreclr/src/classlibnative/bcltype/stringnative.h +++ b/src/coreclr/src/classlibnative/bcltype/stringnative.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. // // File: StringNative.h // diff --git a/src/coreclr/src/classlibnative/bcltype/system.cpp b/src/coreclr/src/classlibnative/bcltype/system.cpp index 631a61d9462b27..c037236f695960 100644 --- a/src/coreclr/src/classlibnative/bcltype/system.cpp +++ b/src/coreclr/src/classlibnative/bcltype/system.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. // // File: System.cpp // diff --git a/src/coreclr/src/classlibnative/bcltype/system.h b/src/coreclr/src/classlibnative/bcltype/system.h index d2132e22109f6d..20d357c17302df 100644 --- a/src/coreclr/src/classlibnative/bcltype/system.h +++ b/src/coreclr/src/classlibnative/bcltype/system.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. // // File: System.h // diff --git a/src/coreclr/src/classlibnative/bcltype/varargsnative.cpp b/src/coreclr/src/classlibnative/bcltype/varargsnative.cpp index 23ba5e7ec90186..fb2c1aefe3c760 100644 --- a/src/coreclr/src/classlibnative/bcltype/varargsnative.cpp +++ b/src/coreclr/src/classlibnative/bcltype/varargsnative.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. // // File: VarArgsNative.cpp // diff --git a/src/coreclr/src/classlibnative/bcltype/varargsnative.h b/src/coreclr/src/classlibnative/bcltype/varargsnative.h index c46e3dffaa8f3e..b36920150356a1 100644 --- a/src/coreclr/src/classlibnative/bcltype/varargsnative.h +++ b/src/coreclr/src/classlibnative/bcltype/varargsnative.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. // // File: VarArgsNative.h // diff --git a/src/coreclr/src/classlibnative/bcltype/variant.cpp b/src/coreclr/src/classlibnative/bcltype/variant.cpp index f0f1875d50bcb3..a269644d797005 100644 --- a/src/coreclr/src/classlibnative/bcltype/variant.cpp +++ b/src/coreclr/src/classlibnative/bcltype/variant.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. // // File: Variant.cpp // diff --git a/src/coreclr/src/classlibnative/bcltype/variant.h b/src/coreclr/src/classlibnative/bcltype/variant.h index 6ec0fe404333ff..aae0a5f9741ac6 100644 --- a/src/coreclr/src/classlibnative/bcltype/variant.h +++ b/src/coreclr/src/classlibnative/bcltype/variant.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. // // File: Variant.h // diff --git a/src/coreclr/src/classlibnative/float/floatdouble.cpp b/src/coreclr/src/classlibnative/float/floatdouble.cpp index cd38648bab4c96..d3ef36c66a6128 100644 --- a/src/coreclr/src/classlibnative/float/floatdouble.cpp +++ b/src/coreclr/src/classlibnative/float/floatdouble.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. // // File: FloatDouble.cpp // diff --git a/src/coreclr/src/classlibnative/float/floatsingle.cpp b/src/coreclr/src/classlibnative/float/floatsingle.cpp index f6c949f03f36d2..781badfc1f8a55 100644 --- a/src/coreclr/src/classlibnative/float/floatsingle.cpp +++ b/src/coreclr/src/classlibnative/float/floatsingle.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. // // File: FloatSingle.cpp // diff --git a/src/coreclr/src/classlibnative/inc/floatdouble.h b/src/coreclr/src/classlibnative/inc/floatdouble.h index 40d5e2ee8a3f58..eb430409b6fa5b 100644 --- a/src/coreclr/src/classlibnative/inc/floatdouble.h +++ b/src/coreclr/src/classlibnative/inc/floatdouble.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 _FLOATDOUBLE_H_ #define _FLOATDOUBLE_H_ diff --git a/src/coreclr/src/classlibnative/inc/floatsingle.h b/src/coreclr/src/classlibnative/inc/floatsingle.h index b23aea3ee7eb38..2658cb08edd81d 100644 --- a/src/coreclr/src/classlibnative/inc/floatsingle.h +++ b/src/coreclr/src/classlibnative/inc/floatsingle.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 _FLOATSINGLE_H_ #define _FLOATSINGLE_H_ diff --git a/src/coreclr/src/classlibnative/inc/nls.h b/src/coreclr/src/classlibnative/inc/nls.h index 872573982beca7..b453aa843fc330 100644 --- a/src/coreclr/src/classlibnative/inc/nls.h +++ b/src/coreclr/src/classlibnative/inc/nls.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. //////////////////////////////////////////////////////////////////////////// // // Module: NLS diff --git a/src/coreclr/src/debug/createdump/config.h.in b/src/coreclr/src/debug/createdump/config.h.in index 368627bbe50fd7..ee8701be0cf9c0 100644 --- a/src/coreclr/src/debug/createdump/config.h.in +++ b/src/coreclr/src/debug/createdump/config.h.in @@ -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/coreclr/src/debug/createdump/crashinfo.cpp b/src/coreclr/src/debug/createdump/crashinfo.cpp index f69d928912db01..518814cc7986a8 100644 --- a/src/coreclr/src/debug/createdump/crashinfo.cpp +++ b/src/coreclr/src/debug/createdump/crashinfo.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 "createdump.h" diff --git a/src/coreclr/src/debug/createdump/crashinfo.h b/src/coreclr/src/debug/createdump/crashinfo.h index 23a72fa3dd5482..9bdf63be49e78a 100644 --- a/src/coreclr/src/debug/createdump/crashinfo.h +++ b/src/coreclr/src/debug/createdump/crashinfo.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. #ifdef __APPLE__ #include "../dbgutil/machoreader.h" diff --git a/src/coreclr/src/debug/createdump/crashinfomac.cpp b/src/coreclr/src/debug/createdump/crashinfomac.cpp index 63871412d99dc5..f73c6ffe2acd03 100644 --- a/src/coreclr/src/debug/createdump/crashinfomac.cpp +++ b/src/coreclr/src/debug/createdump/crashinfomac.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 "createdump.h" diff --git a/src/coreclr/src/debug/createdump/crashinfounix.cpp b/src/coreclr/src/debug/createdump/crashinfounix.cpp index 9cc0dc35be30bf..4c72cc78739fb9 100644 --- a/src/coreclr/src/debug/createdump/crashinfounix.cpp +++ b/src/coreclr/src/debug/createdump/crashinfounix.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 "createdump.h" diff --git a/src/coreclr/src/debug/createdump/createdump.h b/src/coreclr/src/debug/createdump/createdump.h index 176952c12dd58b..65f8a83c680ccb 100644 --- a/src/coreclr/src/debug/createdump/createdump.h +++ b/src/coreclr/src/debug/createdump/createdump.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/coreclr/src/debug/createdump/createdump.rc b/src/coreclr/src/debug/createdump/createdump.rc index f5319668e3395d..57cd32e7b64c05 100644 --- a/src/coreclr/src/debug/createdump/createdump.rc +++ b/src/coreclr/src/debug/createdump/createdump.rc @@ -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. #define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET Runtime Crash Dump Generator\0" diff --git a/src/coreclr/src/debug/createdump/createdumpunix.cpp b/src/coreclr/src/debug/createdump/createdumpunix.cpp index ac0ff0fe425927..656f1dc18884fe 100644 --- a/src/coreclr/src/debug/createdump/createdumpunix.cpp +++ b/src/coreclr/src/debug/createdump/createdumpunix.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 "createdump.h" diff --git a/src/coreclr/src/debug/createdump/createdumpwindows.cpp b/src/coreclr/src/debug/createdump/createdumpwindows.cpp index f468cfdadba1cc..51c6dbe87a917a 100644 --- a/src/coreclr/src/debug/createdump/createdumpwindows.cpp +++ b/src/coreclr/src/debug/createdump/createdumpwindows.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 "createdump.h" diff --git a/src/coreclr/src/debug/createdump/datatarget.cpp b/src/coreclr/src/debug/createdump/datatarget.cpp index c6784ba6b3e4fa..9051426c6f6cae 100644 --- a/src/coreclr/src/debug/createdump/datatarget.cpp +++ b/src/coreclr/src/debug/createdump/datatarget.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 "createdump.h" diff --git a/src/coreclr/src/debug/createdump/datatarget.h b/src/coreclr/src/debug/createdump/datatarget.h index 5753d8bb6d79db..954ff5328b4e71 100644 --- a/src/coreclr/src/debug/createdump/datatarget.h +++ b/src/coreclr/src/debug/createdump/datatarget.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. class CrashInfo; diff --git a/src/coreclr/src/debug/createdump/dumpwriter.cpp b/src/coreclr/src/debug/createdump/dumpwriter.cpp index 574c28857185fd..919139444e06ba 100644 --- a/src/coreclr/src/debug/createdump/dumpwriter.cpp +++ b/src/coreclr/src/debug/createdump/dumpwriter.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 "createdump.h" diff --git a/src/coreclr/src/debug/createdump/dumpwriter.h b/src/coreclr/src/debug/createdump/dumpwriter.h index f3c5c0ada5e404..4bd885cefa83b0 100644 --- a/src/coreclr/src/debug/createdump/dumpwriter.h +++ b/src/coreclr/src/debug/createdump/dumpwriter.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. #ifdef HOST_64BIT #define ELF_CLASS ELFCLASS64 diff --git a/src/coreclr/src/debug/createdump/mac.h b/src/coreclr/src/debug/createdump/mac.h index c83e04acca78c5..16b198e935514c 100644 --- a/src/coreclr/src/debug/createdump/mac.h +++ b/src/coreclr/src/debug/createdump/mac.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. #include #include diff --git a/src/coreclr/src/debug/createdump/main.cpp b/src/coreclr/src/debug/createdump/main.cpp index 037ab5baf3a663..74583fffdf7033 100644 --- a/src/coreclr/src/debug/createdump/main.cpp +++ b/src/coreclr/src/debug/createdump/main.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 "createdump.h" diff --git a/src/coreclr/src/debug/createdump/memoryregion.h b/src/coreclr/src/debug/createdump/memoryregion.h index 2697489c015f97..c3085108ac7caf 100644 --- a/src/coreclr/src/debug/createdump/memoryregion.h +++ b/src/coreclr/src/debug/createdump/memoryregion.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. #if defined(__arm__) || defined(__aarch64__) #define PAGE_SIZE sysconf(_SC_PAGESIZE) diff --git a/src/coreclr/src/debug/createdump/threadinfo.cpp b/src/coreclr/src/debug/createdump/threadinfo.cpp index 3a61376b74d63b..f9fd7bbc5a9a08 100644 --- a/src/coreclr/src/debug/createdump/threadinfo.cpp +++ b/src/coreclr/src/debug/createdump/threadinfo.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 "createdump.h" diff --git a/src/coreclr/src/debug/createdump/threadinfo.h b/src/coreclr/src/debug/createdump/threadinfo.h index 124a5c9ce42c77..2931bcafd4fb9d 100644 --- a/src/coreclr/src/debug/createdump/threadinfo.h +++ b/src/coreclr/src/debug/createdump/threadinfo.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. class CrashInfo; diff --git a/src/coreclr/src/debug/createdump/threadinfomac.cpp b/src/coreclr/src/debug/createdump/threadinfomac.cpp index c0efa28cd42e59..a33395f41dad86 100644 --- a/src/coreclr/src/debug/createdump/threadinfomac.cpp +++ b/src/coreclr/src/debug/createdump/threadinfomac.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 "createdump.h" diff --git a/src/coreclr/src/debug/createdump/threadinfounix.cpp b/src/coreclr/src/debug/createdump/threadinfounix.cpp index f45ae5174d35a1..2cb33adf162730 100644 --- a/src/coreclr/src/debug/createdump/threadinfounix.cpp +++ b/src/coreclr/src/debug/createdump/threadinfounix.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 "createdump.h" diff --git a/src/coreclr/src/debug/daccess/amd64/primitives.cpp b/src/coreclr/src/debug/daccess/amd64/primitives.cpp index 8e820048fd805a..bcbe852b1123ac 100644 --- a/src/coreclr/src/debug/daccess/amd64/primitives.cpp +++ b/src/coreclr/src/debug/daccess/amd64/primitives.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. // diff --git a/src/coreclr/src/debug/daccess/arm/primitives.cpp b/src/coreclr/src/debug/daccess/arm/primitives.cpp index c5d82ae72952cf..2e50a9e07f4c96 100644 --- a/src/coreclr/src/debug/daccess/arm/primitives.cpp +++ b/src/coreclr/src/debug/daccess/arm/primitives.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. // diff --git a/src/coreclr/src/debug/daccess/arm64/primitives.cpp b/src/coreclr/src/debug/daccess/arm64/primitives.cpp index f35884d309bfd5..3e05cddcdbf192 100644 --- a/src/coreclr/src/debug/daccess/arm64/primitives.cpp +++ b/src/coreclr/src/debug/daccess/arm64/primitives.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. // diff --git a/src/coreclr/src/debug/daccess/daccess.cpp b/src/coreclr/src/debug/daccess/daccess.cpp index f3ef8217b7637e..1e40f07a5c5e2c 100644 --- a/src/coreclr/src/debug/daccess/daccess.cpp +++ b/src/coreclr/src/debug/daccess/daccess.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. //***************************************************************************** // File: daccess.cpp // diff --git a/src/coreclr/src/debug/daccess/dacdbiimpl.cpp b/src/coreclr/src/debug/daccess/dacdbiimpl.cpp index c3e2057488aa0c..3bcef888978ed9 100644 --- a/src/coreclr/src/debug/daccess/dacdbiimpl.cpp +++ b/src/coreclr/src/debug/daccess/dacdbiimpl.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. //***************************************************************************** // File: DacDbiImpl.cpp // diff --git a/src/coreclr/src/debug/daccess/dacdbiimpl.h b/src/coreclr/src/debug/daccess/dacdbiimpl.h index 6c2a211472c757..1856e194961658 100644 --- a/src/coreclr/src/debug/daccess/dacdbiimpl.h +++ b/src/coreclr/src/debug/daccess/dacdbiimpl.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. //***************************************************************************** // DacDbiImpl.h // diff --git a/src/coreclr/src/debug/daccess/dacdbiimpl.inl b/src/coreclr/src/debug/daccess/dacdbiimpl.inl index 01b97c2d784385..e8f664ef68b262 100644 --- a/src/coreclr/src/debug/daccess/dacdbiimpl.inl +++ b/src/coreclr/src/debug/daccess/dacdbiimpl.inl @@ -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. //***************************************************************************** // DacDbiImpl.inl // diff --git a/src/coreclr/src/debug/daccess/dacdbiimpllocks.cpp b/src/coreclr/src/debug/daccess/dacdbiimpllocks.cpp index b252d37728ad49..6c0d5a7e70e875 100644 --- a/src/coreclr/src/debug/daccess/dacdbiimpllocks.cpp +++ b/src/coreclr/src/debug/daccess/dacdbiimpllocks.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. //***************************************************************************** // File: DacDbiImplLocks.cpp // diff --git a/src/coreclr/src/debug/daccess/dacdbiimplstackwalk.cpp b/src/coreclr/src/debug/daccess/dacdbiimplstackwalk.cpp index c24ce1c9621375..251b5dde74fdfc 100644 --- a/src/coreclr/src/debug/daccess/dacdbiimplstackwalk.cpp +++ b/src/coreclr/src/debug/daccess/dacdbiimplstackwalk.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. // // DacDbiImplStackWalk.cpp // diff --git a/src/coreclr/src/debug/daccess/dacfn.cpp b/src/coreclr/src/debug/daccess/dacfn.cpp index 43ee137b44d1cf..4e6989c118a26c 100644 --- a/src/coreclr/src/debug/daccess/dacfn.cpp +++ b/src/coreclr/src/debug/daccess/dacfn.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. //***************************************************************************** // File: dacfn.cpp // diff --git a/src/coreclr/src/debug/daccess/dacimpl.h b/src/coreclr/src/debug/daccess/dacimpl.h index 0e74b2831606aa..9e20184e05498b 100644 --- a/src/coreclr/src/debug/daccess/dacimpl.h +++ b/src/coreclr/src/debug/daccess/dacimpl.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. //***************************************************************************** // File: dacimpl.h // diff --git a/src/coreclr/src/debug/daccess/datatargetadapter.cpp b/src/coreclr/src/debug/daccess/datatargetadapter.cpp index be176ff75f1dd8..6a014604dffca9 100644 --- a/src/coreclr/src/debug/daccess/datatargetadapter.cpp +++ b/src/coreclr/src/debug/daccess/datatargetadapter.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. //***************************************************************************** // DataTargetAdapter.cpp // diff --git a/src/coreclr/src/debug/daccess/datatargetadapter.h b/src/coreclr/src/debug/daccess/datatargetadapter.h index 43a11ead9ffa96..8b5c038fafb107 100644 --- a/src/coreclr/src/debug/daccess/datatargetadapter.h +++ b/src/coreclr/src/debug/daccess/datatargetadapter.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. //***************************************************************************** // DataTargetAdapter.h // diff --git a/src/coreclr/src/debug/daccess/enummem.cpp b/src/coreclr/src/debug/daccess/enummem.cpp index c4ee6c317e3267..95909b89e3f8d4 100644 --- a/src/coreclr/src/debug/daccess/enummem.cpp +++ b/src/coreclr/src/debug/daccess/enummem.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. //***************************************************************************** // File: enummem.cpp // diff --git a/src/coreclr/src/debug/daccess/fntableaccess.cpp b/src/coreclr/src/debug/daccess/fntableaccess.cpp index 81f120eecd54ff..82867035be533e 100644 --- a/src/coreclr/src/debug/daccess/fntableaccess.cpp +++ b/src/coreclr/src/debug/daccess/fntableaccess.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. // =========================================================================== // diff --git a/src/coreclr/src/debug/daccess/fntableaccess.h b/src/coreclr/src/debug/daccess/fntableaccess.h index 4a6992b23aa463..b9b73e6fe3b331 100644 --- a/src/coreclr/src/debug/daccess/fntableaccess.h +++ b/src/coreclr/src/debug/daccess/fntableaccess.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/debug/daccess/gcinterface.dac.h b/src/coreclr/src/debug/daccess/gcinterface.dac.h index b5229495846f64..ae0dbfd3632e2c 100644 --- a/src/coreclr/src/debug/daccess/gcinterface.dac.h +++ b/src/coreclr/src/debug/daccess/gcinterface.dac.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 __DACCESS_GCINTERFACE_DAC_H__ #define __DACCESS_GCINTERFACE_DAC_H__ diff --git a/src/coreclr/src/debug/daccess/i386/primitives.cpp b/src/coreclr/src/debug/daccess/i386/primitives.cpp index 2225335cd13d67..0b2f8f92000370 100644 --- a/src/coreclr/src/debug/daccess/i386/primitives.cpp +++ b/src/coreclr/src/debug/daccess/i386/primitives.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. // diff --git a/src/coreclr/src/debug/daccess/inspect.cpp b/src/coreclr/src/debug/daccess/inspect.cpp index 40e9de0731d9d8..75cfcc3cadcea2 100644 --- a/src/coreclr/src/debug/daccess/inspect.cpp +++ b/src/coreclr/src/debug/daccess/inspect.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. //***************************************************************************** // File: inspect.cpp // diff --git a/src/coreclr/src/debug/daccess/nidump.cpp b/src/coreclr/src/debug/daccess/nidump.cpp index 477f6b48eb1320..5a0bbfd81006f4 100644 --- a/src/coreclr/src/debug/daccess/nidump.cpp +++ b/src/coreclr/src/debug/daccess/nidump.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. // diff --git a/src/coreclr/src/debug/daccess/nidump.h b/src/coreclr/src/debug/daccess/nidump.h index ab07e53ee71d0a..b8c0a04ddb4170 100644 --- a/src/coreclr/src/debug/daccess/nidump.h +++ b/src/coreclr/src/debug/daccess/nidump.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 _NIDUMP_H_ diff --git a/src/coreclr/src/debug/daccess/nidump.inl b/src/coreclr/src/debug/daccess/nidump.inl index 541f4194e94ac3..5ec75847f021c8 100644 --- a/src/coreclr/src/debug/daccess/nidump.inl +++ b/src/coreclr/src/debug/daccess/nidump.inl @@ -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 _NIDUMP_INL_ diff --git a/src/coreclr/src/debug/daccess/reimpl.cpp b/src/coreclr/src/debug/daccess/reimpl.cpp index e679a8aad1b92b..832522fca7c9f1 100644 --- a/src/coreclr/src/debug/daccess/reimpl.cpp +++ b/src/coreclr/src/debug/daccess/reimpl.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. //***************************************************************************** // File: reimpl.cpp // diff --git a/src/coreclr/src/debug/daccess/request.cpp b/src/coreclr/src/debug/daccess/request.cpp index 4abc51b78c77b9..072eba0e55ac19 100644 --- a/src/coreclr/src/debug/daccess/request.cpp +++ b/src/coreclr/src/debug/daccess/request.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. //***************************************************************************** // File: request.cpp // diff --git a/src/coreclr/src/debug/daccess/request_common.h b/src/coreclr/src/debug/daccess/request_common.h index e9e663ff5826b7..d5f60df957c8bc 100644 --- a/src/coreclr/src/debug/daccess/request_common.h +++ b/src/coreclr/src/debug/daccess/request_common.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. // This file contains functions used by both request.cpp and request_svr.cpp // to communicate with the debuggee's GC. diff --git a/src/coreclr/src/debug/daccess/request_svr.cpp b/src/coreclr/src/debug/daccess/request_svr.cpp index 562532438e2a4b..e4c2d9525bec9b 100644 --- a/src/coreclr/src/debug/daccess/request_svr.cpp +++ b/src/coreclr/src/debug/daccess/request_svr.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. //***************************************************************************** // diff --git a/src/coreclr/src/debug/daccess/stack.cpp b/src/coreclr/src/debug/daccess/stack.cpp index 57aee6df2b6fd7..09e16b4979ab1c 100644 --- a/src/coreclr/src/debug/daccess/stack.cpp +++ b/src/coreclr/src/debug/daccess/stack.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. //***************************************************************************** // File: stack.cpp // diff --git a/src/coreclr/src/debug/daccess/stdafx.h b/src/coreclr/src/debug/daccess/stdafx.h index a8a826f61f3081..050b4eac513724 100644 --- a/src/coreclr/src/debug/daccess/stdafx.h +++ b/src/coreclr/src/debug/daccess/stdafx.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. //***************************************************************************** // File: stdafx.h // diff --git a/src/coreclr/src/debug/daccess/task.cpp b/src/coreclr/src/debug/daccess/task.cpp index 565b8eb1069339..b16f85d8773ef1 100644 --- a/src/coreclr/src/debug/daccess/task.cpp +++ b/src/coreclr/src/debug/daccess/task.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. //***************************************************************************** // File: task.cpp // diff --git a/src/coreclr/src/debug/dbgutil/dbgutil.cpp b/src/coreclr/src/debug/dbgutil/dbgutil.cpp index 0f30fdf55ff94b..242bf65eb8aeef 100644 --- a/src/coreclr/src/debug/dbgutil/dbgutil.cpp +++ b/src/coreclr/src/debug/dbgutil/dbgutil.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. //***************************************************************************** // dbgutil.cpp // diff --git a/src/coreclr/src/debug/dbgutil/elfreader.cpp b/src/coreclr/src/debug/dbgutil/elfreader.cpp index cd3b148f1ab46f..5cbb4ca0efd684 100644 --- a/src/coreclr/src/debug/dbgutil/elfreader.cpp +++ b/src/coreclr/src/debug/dbgutil/elfreader.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 #include diff --git a/src/coreclr/src/debug/dbgutil/elfreader.h b/src/coreclr/src/debug/dbgutil/elfreader.h index 8002b77ac0f535..ac7d8a4b0f307e 100644 --- a/src/coreclr/src/debug/dbgutil/elfreader.h +++ b/src/coreclr/src/debug/dbgutil/elfreader.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. #include #ifdef HOST_UNIX diff --git a/src/coreclr/src/debug/dbgutil/machoreader.cpp b/src/coreclr/src/debug/dbgutil/machoreader.cpp index 353060e797c20c..b85b2f1c814bfb 100644 --- a/src/coreclr/src/debug/dbgutil/machoreader.cpp +++ b/src/coreclr/src/debug/dbgutil/machoreader.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 #include diff --git a/src/coreclr/src/debug/dbgutil/machoreader.h b/src/coreclr/src/debug/dbgutil/machoreader.h index 4f108c626460b0..f18a7950b18b47 100644 --- a/src/coreclr/src/debug/dbgutil/machoreader.h +++ b/src/coreclr/src/debug/dbgutil/machoreader.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. #include #include diff --git a/src/coreclr/src/debug/debug-pal/dummy/twowaypipe.cpp b/src/coreclr/src/debug/debug-pal/dummy/twowaypipe.cpp index ed73fd75cf1731..3edd7cc241f5e8 100644 --- a/src/coreclr/src/debug/debug-pal/dummy/twowaypipe.cpp +++ b/src/coreclr/src/debug/debug-pal/dummy/twowaypipe.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 #include "twowaypipe.h" diff --git a/src/coreclr/src/debug/debug-pal/unix/diagnosticsipc.cpp b/src/coreclr/src/debug/debug-pal/unix/diagnosticsipc.cpp index 046350317cde15..e8830422930aac 100644 --- a/src/coreclr/src/debug/debug-pal/unix/diagnosticsipc.cpp +++ b/src/coreclr/src/debug/debug-pal/unix/diagnosticsipc.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 #include diff --git a/src/coreclr/src/debug/debug-pal/unix/processdescriptor.cpp b/src/coreclr/src/debug/debug-pal/unix/processdescriptor.cpp index aa883cd3cf8397..cdcabaae2c23a7 100644 --- a/src/coreclr/src/debug/debug-pal/unix/processdescriptor.cpp +++ b/src/coreclr/src/debug/debug-pal/unix/processdescriptor.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 #include diff --git a/src/coreclr/src/debug/debug-pal/unix/twowaypipe.cpp b/src/coreclr/src/debug/debug-pal/unix/twowaypipe.cpp index 942e98ff95b6f4..d867539610c2e1 100644 --- a/src/coreclr/src/debug/debug-pal/unix/twowaypipe.cpp +++ b/src/coreclr/src/debug/debug-pal/unix/twowaypipe.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 #include diff --git a/src/coreclr/src/debug/debug-pal/win/diagnosticsipc.cpp b/src/coreclr/src/debug/debug-pal/win/diagnosticsipc.cpp index f7b41b92fc1e6f..6c1b55e3111843 100644 --- a/src/coreclr/src/debug/debug-pal/win/diagnosticsipc.cpp +++ b/src/coreclr/src/debug/debug-pal/win/diagnosticsipc.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 #include diff --git a/src/coreclr/src/debug/debug-pal/win/processdescriptor.cpp b/src/coreclr/src/debug/debug-pal/win/processdescriptor.cpp index 7302a62cd5cd63..974c632647a664 100644 --- a/src/coreclr/src/debug/debug-pal/win/processdescriptor.cpp +++ b/src/coreclr/src/debug/debug-pal/win/processdescriptor.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 #include diff --git a/src/coreclr/src/debug/debug-pal/win/twowaypipe.cpp b/src/coreclr/src/debug/debug-pal/win/twowaypipe.cpp index dda0cfba5ba9c5..faa28a52573708 100644 --- a/src/coreclr/src/debug/debug-pal/win/twowaypipe.cpp +++ b/src/coreclr/src/debug/debug-pal/win/twowaypipe.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 #include diff --git a/src/coreclr/src/debug/di/amd64/cordbregisterset.cpp b/src/coreclr/src/debug/di/amd64/cordbregisterset.cpp index 91290145061503..75c0a914633c44 100644 --- a/src/coreclr/src/debug/di/amd64/cordbregisterset.cpp +++ b/src/coreclr/src/debug/di/amd64/cordbregisterset.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. //***************************************************************************** // File: CordbRegisterSet.cpp // diff --git a/src/coreclr/src/debug/di/amd64/floatconversion.S b/src/coreclr/src/debug/di/amd64/floatconversion.S index 70698d26ccb112..d43658175addaa 100644 --- a/src/coreclr/src/debug/di/amd64/floatconversion.S +++ b/src/coreclr/src/debug/di/amd64/floatconversion.S @@ -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. .intel_syntax noprefix #include diff --git a/src/coreclr/src/debug/di/amd64/primitives.cpp b/src/coreclr/src/debug/di/amd64/primitives.cpp index d9c9e0469b87ca..2cb8599c80c6e9 100644 --- a/src/coreclr/src/debug/di/amd64/primitives.cpp +++ b/src/coreclr/src/debug/di/amd64/primitives.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. // diff --git a/src/coreclr/src/debug/di/arm/cordbregisterset.cpp b/src/coreclr/src/debug/di/arm/cordbregisterset.cpp index 14dc1af5df8f45..507c6020d6358c 100644 --- a/src/coreclr/src/debug/di/arm/cordbregisterset.cpp +++ b/src/coreclr/src/debug/di/arm/cordbregisterset.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. //***************************************************************************** // File: CordbRegisterSet.cpp // diff --git a/src/coreclr/src/debug/di/arm/floatconversion.S b/src/coreclr/src/debug/di/arm/floatconversion.S index ff907af789703c..91bfa29492c5cc 100644 --- a/src/coreclr/src/debug/di/arm/floatconversion.S +++ b/src/coreclr/src/debug/di/arm/floatconversion.S @@ -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 @@ -12,4 +11,4 @@ LEAF_ENTRY FPFillR8, .TEXT .thumb vldr D0, [R0] bx lr -LEAF_END FPFillR8, .TEXT \ No newline at end of file +LEAF_END FPFillR8, .TEXT diff --git a/src/coreclr/src/debug/di/arm/primitives.cpp b/src/coreclr/src/debug/di/arm/primitives.cpp index 157a6fb9daaf6d..51b943b0e0ad42 100644 --- a/src/coreclr/src/debug/di/arm/primitives.cpp +++ b/src/coreclr/src/debug/di/arm/primitives.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. // diff --git a/src/coreclr/src/debug/di/arm64/cordbregisterset.cpp b/src/coreclr/src/debug/di/arm64/cordbregisterset.cpp index ce964e0d16b2a0..1d470e39c420a7 100644 --- a/src/coreclr/src/debug/di/arm64/cordbregisterset.cpp +++ b/src/coreclr/src/debug/di/arm64/cordbregisterset.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. //***************************************************************************** // File: CordbRegisterSet.cpp // diff --git a/src/coreclr/src/debug/di/arm64/floatconversion.S b/src/coreclr/src/debug/di/arm64/floatconversion.S index 1b8b4800b6d91d..c6370f28e8f811 100644 --- a/src/coreclr/src/debug/di/arm64/floatconversion.S +++ b/src/coreclr/src/debug/di/arm64/floatconversion.S @@ -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 diff --git a/src/coreclr/src/debug/di/arm64/primitives.cpp b/src/coreclr/src/debug/di/arm64/primitives.cpp index dd4fe8086667b7..0984c58fea687b 100644 --- a/src/coreclr/src/debug/di/arm64/primitives.cpp +++ b/src/coreclr/src/debug/di/arm64/primitives.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. // diff --git a/src/coreclr/src/debug/di/breakpoint.cpp b/src/coreclr/src/debug/di/breakpoint.cpp index 2b01662e74dd93..eb156c49e04d9c 100644 --- a/src/coreclr/src/debug/di/breakpoint.cpp +++ b/src/coreclr/src/debug/di/breakpoint.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. //***************************************************************************** // File: breakpoint.cpp // diff --git a/src/coreclr/src/debug/di/classfactory.h b/src/coreclr/src/debug/di/classfactory.h index 5cf44b2527859d..c6bc584741d52c 100644 --- a/src/coreclr/src/debug/di/classfactory.h +++ b/src/coreclr/src/debug/di/classfactory.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. //***************************************************************************** // ClassFactory.h // diff --git a/src/coreclr/src/debug/di/cordb.cpp b/src/coreclr/src/debug/di/cordb.cpp index 71e19a4e4b3931..673d48c8ab8f3c 100644 --- a/src/coreclr/src/debug/di/cordb.cpp +++ b/src/coreclr/src/debug/di/cordb.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. //***************************************************************************** // CorDB.cpp // diff --git a/src/coreclr/src/debug/di/dbgtransportmanager.cpp b/src/coreclr/src/debug/di/dbgtransportmanager.cpp index 9be01ccfcc9bb0..37734148d7e32b 100644 --- a/src/coreclr/src/debug/di/dbgtransportmanager.cpp +++ b/src/coreclr/src/debug/di/dbgtransportmanager.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 "dbgtransportsession.h" diff --git a/src/coreclr/src/debug/di/dbgtransportmanager.h b/src/coreclr/src/debug/di/dbgtransportmanager.h index 79de2b89c27590..af25a16133a25c 100644 --- a/src/coreclr/src/debug/di/dbgtransportmanager.h +++ b/src/coreclr/src/debug/di/dbgtransportmanager.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 __DBG_TRANSPORT_MANAGER_INCLUDED diff --git a/src/coreclr/src/debug/di/dbgtransportpipeline.cpp b/src/coreclr/src/debug/di/dbgtransportpipeline.cpp index b305dcf0606107..24c861aba0faf6 100644 --- a/src/coreclr/src/debug/di/dbgtransportpipeline.cpp +++ b/src/coreclr/src/debug/di/dbgtransportpipeline.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. //***************************************************************************** // File: DbgTransportPipeline.cpp // diff --git a/src/coreclr/src/debug/di/divalue.cpp b/src/coreclr/src/debug/di/divalue.cpp index fcb45ebfe440f2..c85e188c16b49d 100644 --- a/src/coreclr/src/debug/di/divalue.cpp +++ b/src/coreclr/src/debug/di/divalue.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. //***************************************************************************** // File: DIValue.cpp // diff --git a/src/coreclr/src/debug/di/eventchannel.h b/src/coreclr/src/debug/di/eventchannel.h index 3a36415c9d663c..0376a85010275a 100644 --- a/src/coreclr/src/debug/di/eventchannel.h +++ b/src/coreclr/src/debug/di/eventchannel.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. //***************************************************************************** // EventChannel.h // diff --git a/src/coreclr/src/debug/di/eventredirectionpipeline.cpp b/src/coreclr/src/debug/di/eventredirectionpipeline.cpp index c8e3c165bf9c25..2332ec25e39cc1 100644 --- a/src/coreclr/src/debug/di/eventredirectionpipeline.cpp +++ b/src/coreclr/src/debug/di/eventredirectionpipeline.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. //***************************************************************************** // File: EventRedirectionPipeline.cpp // diff --git a/src/coreclr/src/debug/di/eventredirectionpipeline.h b/src/coreclr/src/debug/di/eventredirectionpipeline.h index 741efb970f531a..f2b3c55d38ad9a 100644 --- a/src/coreclr/src/debug/di/eventredirectionpipeline.h +++ b/src/coreclr/src/debug/di/eventredirectionpipeline.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. //***************************************************************************** // EventRedirectionPipeline.h // diff --git a/src/coreclr/src/debug/di/hash.cpp b/src/coreclr/src/debug/di/hash.cpp index b546ea20e5f614..6a70025c095e8c 100644 --- a/src/coreclr/src/debug/di/hash.cpp +++ b/src/coreclr/src/debug/di/hash.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. //***************************************************************************** // File: hash.cpp // diff --git a/src/coreclr/src/debug/di/helpers.h b/src/coreclr/src/debug/di/helpers.h index 74a5120f26b572..7c6eed1d236839 100644 --- a/src/coreclr/src/debug/di/helpers.h +++ b/src/coreclr/src/debug/di/helpers.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. //***************************************************************************** // helpers.h // diff --git a/src/coreclr/src/debug/di/i386/cordbregisterset.cpp b/src/coreclr/src/debug/di/i386/cordbregisterset.cpp index 2ed71e4a279ce3..a1254f0b608707 100644 --- a/src/coreclr/src/debug/di/i386/cordbregisterset.cpp +++ b/src/coreclr/src/debug/di/i386/cordbregisterset.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. //***************************************************************************** // File: CordbRegisterSet.cpp // diff --git a/src/coreclr/src/debug/di/i386/primitives.cpp b/src/coreclr/src/debug/di/i386/primitives.cpp index 31397f68b82f5c..b2c02f739e3d71 100644 --- a/src/coreclr/src/debug/di/i386/primitives.cpp +++ b/src/coreclr/src/debug/di/i386/primitives.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. // diff --git a/src/coreclr/src/debug/di/localeventchannel.cpp b/src/coreclr/src/debug/di/localeventchannel.cpp index d2d97af16fcbe1..a7eb5fd9a5c405 100644 --- a/src/coreclr/src/debug/di/localeventchannel.cpp +++ b/src/coreclr/src/debug/di/localeventchannel.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. //***************************************************************************** // File: LocalEventChannel.cpp // diff --git a/src/coreclr/src/debug/di/module.cpp b/src/coreclr/src/debug/di/module.cpp index 4bf2b09fe5eb47..d02dfdd08146a9 100644 --- a/src/coreclr/src/debug/di/module.cpp +++ b/src/coreclr/src/debug/di/module.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. //***************************************************************************** // File: module.cpp diff --git a/src/coreclr/src/debug/di/nativepipeline.cpp b/src/coreclr/src/debug/di/nativepipeline.cpp index c71ab91f195c75..4f801aa8f34425 100644 --- a/src/coreclr/src/debug/di/nativepipeline.cpp +++ b/src/coreclr/src/debug/di/nativepipeline.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. //***************************************************************************** // File: NativePipeline.cpp // diff --git a/src/coreclr/src/debug/di/nativepipeline.h b/src/coreclr/src/debug/di/nativepipeline.h index 442262142fd4c8..f1b973ea5967ca 100644 --- a/src/coreclr/src/debug/di/nativepipeline.h +++ b/src/coreclr/src/debug/di/nativepipeline.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. //***************************************************************************** // NativePipeline.h // diff --git a/src/coreclr/src/debug/di/platformspecific.cpp b/src/coreclr/src/debug/di/platformspecific.cpp index ad5122bc346c00..07652a305641e2 100644 --- a/src/coreclr/src/debug/di/platformspecific.cpp +++ b/src/coreclr/src/debug/di/platformspecific.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" diff --git a/src/coreclr/src/debug/di/process.cpp b/src/coreclr/src/debug/di/process.cpp index a9656521473eca..1b76753efcbe61 100644 --- a/src/coreclr/src/debug/di/process.cpp +++ b/src/coreclr/src/debug/di/process.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. //***************************************************************************** // File: process.cpp // diff --git a/src/coreclr/src/debug/di/publish.cpp b/src/coreclr/src/debug/di/publish.cpp index 169858d4ecf924..23003b980ad9f1 100644 --- a/src/coreclr/src/debug/di/publish.cpp +++ b/src/coreclr/src/debug/di/publish.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. //***************************************************************************** // File: publish.cpp // diff --git a/src/coreclr/src/debug/di/remoteeventchannel.cpp b/src/coreclr/src/debug/di/remoteeventchannel.cpp index 6c7f5447eec6f6..f1a20e25588b43 100644 --- a/src/coreclr/src/debug/di/remoteeventchannel.cpp +++ b/src/coreclr/src/debug/di/remoteeventchannel.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. //***************************************************************************** // File: RemoteEventChannel.cpp // diff --git a/src/coreclr/src/debug/di/rsappdomain.cpp b/src/coreclr/src/debug/di/rsappdomain.cpp index b9444560d8b252..6b4da4ee206027 100644 --- a/src/coreclr/src/debug/di/rsappdomain.cpp +++ b/src/coreclr/src/debug/di/rsappdomain.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. //***************************************************************************** // File: RsAppDomain.cpp // diff --git a/src/coreclr/src/debug/di/rsassembly.cpp b/src/coreclr/src/debug/di/rsassembly.cpp index 1eaec033a7fb44..b7b7d6756391d7 100644 --- a/src/coreclr/src/debug/di/rsassembly.cpp +++ b/src/coreclr/src/debug/di/rsassembly.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. //***************************************************************************** // File: RsAssembly.cpp // diff --git a/src/coreclr/src/debug/di/rsclass.cpp b/src/coreclr/src/debug/di/rsclass.cpp index 33b7b39eea8bb0..70e64b63062b88 100644 --- a/src/coreclr/src/debug/di/rsclass.cpp +++ b/src/coreclr/src/debug/di/rsclass.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. //***************************************************************************** // diff --git a/src/coreclr/src/debug/di/rsenumerator.hpp b/src/coreclr/src/debug/di/rsenumerator.hpp index 421fd855f9a0a0..569cf80289e6e6 100644 --- a/src/coreclr/src/debug/di/rsenumerator.hpp +++ b/src/coreclr/src/debug/di/rsenumerator.hpp @@ -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/debug/di/rsfunction.cpp b/src/coreclr/src/debug/di/rsfunction.cpp index 3baad6a483cafb..164e40d08a77ce 100644 --- a/src/coreclr/src/debug/di/rsfunction.cpp +++ b/src/coreclr/src/debug/di/rsfunction.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. //***************************************************************************** // File: rsfunction.cpp // diff --git a/src/coreclr/src/debug/di/rsmain.cpp b/src/coreclr/src/debug/di/rsmain.cpp index 5ab2d7d685f9e8..11d5fcf4b1a860 100644 --- a/src/coreclr/src/debug/di/rsmain.cpp +++ b/src/coreclr/src/debug/di/rsmain.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. //***************************************************************************** // File: RsMain.cpp // diff --git a/src/coreclr/src/debug/di/rsmda.cpp b/src/coreclr/src/debug/di/rsmda.cpp index cdbd53dc105c95..517e6dcfdeb015 100644 --- a/src/coreclr/src/debug/di/rsmda.cpp +++ b/src/coreclr/src/debug/di/rsmda.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. //***************************************************************************** // File: RsMda.cpp // diff --git a/src/coreclr/src/debug/di/rspriv.h b/src/coreclr/src/debug/di/rspriv.h index 9386c3af14e716..2831db5b86fe3c 100644 --- a/src/coreclr/src/debug/di/rspriv.h +++ b/src/coreclr/src/debug/di/rspriv.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. //***************************************************************************** // rspriv. // diff --git a/src/coreclr/src/debug/di/rspriv.inl b/src/coreclr/src/debug/di/rspriv.inl index 49334cd3ee4f39..221bc87091e089 100644 --- a/src/coreclr/src/debug/di/rspriv.inl +++ b/src/coreclr/src/debug/di/rspriv.inl @@ -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. //***************************************************************************** // File: rspriv.inl // diff --git a/src/coreclr/src/debug/di/rsregsetcommon.cpp b/src/coreclr/src/debug/di/rsregsetcommon.cpp index 667843c3f86fda..f86d852e4bd2fd 100644 --- a/src/coreclr/src/debug/di/rsregsetcommon.cpp +++ b/src/coreclr/src/debug/di/rsregsetcommon.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. //***************************************************************************** // File: RSRegSetCommon.cpp // diff --git a/src/coreclr/src/debug/di/rsstackwalk.cpp b/src/coreclr/src/debug/di/rsstackwalk.cpp index 63f555f7e13035..42732435db409e 100644 --- a/src/coreclr/src/debug/di/rsstackwalk.cpp +++ b/src/coreclr/src/debug/di/rsstackwalk.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. // // RsStackWalk.cpp // diff --git a/src/coreclr/src/debug/di/rsthread.cpp b/src/coreclr/src/debug/di/rsthread.cpp index 8660451a48be6e..600cd485e22de6 100644 --- a/src/coreclr/src/debug/di/rsthread.cpp +++ b/src/coreclr/src/debug/di/rsthread.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. //***************************************************************************** // diff --git a/src/coreclr/src/debug/di/rstype.cpp b/src/coreclr/src/debug/di/rstype.cpp index ab3a6cd6e51d96..36b137949664ce 100644 --- a/src/coreclr/src/debug/di/rstype.cpp +++ b/src/coreclr/src/debug/di/rstype.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. //***************************************************************************** // File: rstype.cpp // diff --git a/src/coreclr/src/debug/di/shared.cpp b/src/coreclr/src/debug/di/shared.cpp index 8a4e98d2dd8089..0ea501673d59b3 100644 --- a/src/coreclr/src/debug/di/shared.cpp +++ b/src/coreclr/src/debug/di/shared.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. // diff --git a/src/coreclr/src/debug/di/shimcallback.cpp b/src/coreclr/src/debug/di/shimcallback.cpp index fab5fbfd60c8f0..ba5f0771fca49a 100644 --- a/src/coreclr/src/debug/di/shimcallback.cpp +++ b/src/coreclr/src/debug/di/shimcallback.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. //***************************************************************************** // File: ShimCallback.cpp // diff --git a/src/coreclr/src/debug/di/shimdatatarget.cpp b/src/coreclr/src/debug/di/shimdatatarget.cpp index 2253f6f30d1e3f..a7eca2dacc404c 100644 --- a/src/coreclr/src/debug/di/shimdatatarget.cpp +++ b/src/coreclr/src/debug/di/shimdatatarget.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. //***************************************************************************** // diff --git a/src/coreclr/src/debug/di/shimdatatarget.h b/src/coreclr/src/debug/di/shimdatatarget.h index 85905247e72bb1..c2e92c217dd6c1 100644 --- a/src/coreclr/src/debug/di/shimdatatarget.h +++ b/src/coreclr/src/debug/di/shimdatatarget.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. //***************************************************************************** // ShimDataTarget.h // diff --git a/src/coreclr/src/debug/di/shimevents.cpp b/src/coreclr/src/debug/di/shimevents.cpp index e5c2cb9a4552fb..28fa61cb8a5149 100644 --- a/src/coreclr/src/debug/di/shimevents.cpp +++ b/src/coreclr/src/debug/di/shimevents.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. //***************************************************************************** // File: ShimEvents.cpp // diff --git a/src/coreclr/src/debug/di/shimlocaldatatarget.cpp b/src/coreclr/src/debug/di/shimlocaldatatarget.cpp index 194e10633fac78..a6e8e7779f5498 100644 --- a/src/coreclr/src/debug/di/shimlocaldatatarget.cpp +++ b/src/coreclr/src/debug/di/shimlocaldatatarget.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. //***************************************************************************** // diff --git a/src/coreclr/src/debug/di/shimpriv.h b/src/coreclr/src/debug/di/shimpriv.h index 0f67cd7bbd0c10..89a0c0d0c79374 100644 --- a/src/coreclr/src/debug/di/shimpriv.h +++ b/src/coreclr/src/debug/di/shimpriv.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. //***************************************************************************** // shimprivate.h // diff --git a/src/coreclr/src/debug/di/shimprocess.cpp b/src/coreclr/src/debug/di/shimprocess.cpp index c6f5ae3bf791e4..685c4f2b301872 100644 --- a/src/coreclr/src/debug/di/shimprocess.cpp +++ b/src/coreclr/src/debug/di/shimprocess.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. //***************************************************************************** // File: ShimProcess.cpp // diff --git a/src/coreclr/src/debug/di/shimremotedatatarget.cpp b/src/coreclr/src/debug/di/shimremotedatatarget.cpp index 261dd08f0c42b8..38bf162e430f05 100644 --- a/src/coreclr/src/debug/di/shimremotedatatarget.cpp +++ b/src/coreclr/src/debug/di/shimremotedatatarget.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. //***************************************************************************** // diff --git a/src/coreclr/src/debug/di/shimstackwalk.cpp b/src/coreclr/src/debug/di/shimstackwalk.cpp index f123749218f9ef..c47620c7bc0904 100644 --- a/src/coreclr/src/debug/di/shimstackwalk.cpp +++ b/src/coreclr/src/debug/di/shimstackwalk.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. // // ShimStackWalk.cpp // diff --git a/src/coreclr/src/debug/di/stdafx.h b/src/coreclr/src/debug/di/stdafx.h index ade52e3a27b83d..7286870b969beb 100644 --- a/src/coreclr/src/debug/di/stdafx.h +++ b/src/coreclr/src/debug/di/stdafx.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. //***************************************************************************** // stdafx.h // diff --git a/src/coreclr/src/debug/di/symbolinfo.cpp b/src/coreclr/src/debug/di/symbolinfo.cpp index 057de829cd4ea6..452adbe71f3a7e 100644 --- a/src/coreclr/src/debug/di/symbolinfo.cpp +++ b/src/coreclr/src/debug/di/symbolinfo.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. // callbacks for diasymreader when using SymConverter diff --git a/src/coreclr/src/debug/di/symbolinfo.h b/src/coreclr/src/debug/di/symbolinfo.h index 261dde432513f3..22deafaaf5d516 100644 --- a/src/coreclr/src/debug/di/symbolinfo.h +++ b/src/coreclr/src/debug/di/symbolinfo.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. // callbacks for diasymreader when using SymConverter diff --git a/src/coreclr/src/debug/di/valuehome.cpp b/src/coreclr/src/debug/di/valuehome.cpp index 0b2f36bea579ff..c27c949cae2559 100644 --- a/src/coreclr/src/debug/di/valuehome.cpp +++ b/src/coreclr/src/debug/di/valuehome.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. //***************************************************************************** // File: ValueHome.cpp // diff --git a/src/coreclr/src/debug/di/windowspipeline.cpp b/src/coreclr/src/debug/di/windowspipeline.cpp index a2127aed6bbaa7..cea89e73874001 100644 --- a/src/coreclr/src/debug/di/windowspipeline.cpp +++ b/src/coreclr/src/debug/di/windowspipeline.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. //***************************************************************************** // File: WindowsPipeline.cpp // diff --git a/src/coreclr/src/debug/ee/amd64/amd64InstrDecode.h b/src/coreclr/src/debug/ee/amd64/amd64InstrDecode.h index 1a40c26e9799fd..17f54fbbc1a35b 100644 --- a/src/coreclr/src/debug/ee/amd64/amd64InstrDecode.h +++ b/src/coreclr/src/debug/ee/amd64/amd64InstrDecode.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. // File machine generated. See gen_amd64InstrDecode/README.md diff --git a/src/coreclr/src/debug/ee/amd64/amd64walker.cpp b/src/coreclr/src/debug/ee/amd64/amd64walker.cpp index fb2ab17056423d..5af7ec728946cb 100644 --- a/src/coreclr/src/debug/ee/amd64/amd64walker.cpp +++ b/src/coreclr/src/debug/ee/amd64/amd64walker.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. //***************************************************************************** // File: Amd64walker.cpp // diff --git a/src/coreclr/src/debug/ee/amd64/dbghelpers.S b/src/coreclr/src/debug/ee/amd64/dbghelpers.S index 4368090beea112..e92f03fa6a6120 100644 --- a/src/coreclr/src/debug/ee/amd64/dbghelpers.S +++ b/src/coreclr/src/debug/ee/amd64/dbghelpers.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/debug/ee/amd64/debuggerregdisplayhelper.cpp b/src/coreclr/src/debug/ee/amd64/debuggerregdisplayhelper.cpp index 800ee9a72eff1a..4ca44c44411777 100644 --- a/src/coreclr/src/debug/ee/amd64/debuggerregdisplayhelper.cpp +++ b/src/coreclr/src/debug/ee/amd64/debuggerregdisplayhelper.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. /* ------------------------------------------------------------------------- * * DebuggerRegDisplayHelper.cpp -- implementation of the platform-dependent // diff --git a/src/coreclr/src/debug/ee/amd64/gen_amd64InstrDecode/Amd64InstructionTableGenerator.cs b/src/coreclr/src/debug/ee/amd64/gen_amd64InstrDecode/Amd64InstructionTableGenerator.cs index ed1dc1c87fc712..aa8894e92234c1 100644 --- a/src/coreclr/src/debug/ee/amd64/gen_amd64InstrDecode/Amd64InstructionTableGenerator.cs +++ b/src/coreclr/src/debug/ee/amd64/gen_amd64InstrDecode/Amd64InstructionTableGenerator.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/coreclr/src/debug/ee/amd64/gen_amd64InstrDecode/createOpcodes.cpp b/src/coreclr/src/debug/ee/amd64/gen_amd64InstrDecode/createOpcodes.cpp index de4abb70c07ceb..fb3f17c223fd85 100644 --- a/src/coreclr/src/debug/ee/amd64/gen_amd64InstrDecode/createOpcodes.cpp +++ b/src/coreclr/src/debug/ee/amd64/gen_amd64InstrDecode/createOpcodes.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 diff --git a/src/coreclr/src/debug/ee/amd64/primitives.cpp b/src/coreclr/src/debug/ee/amd64/primitives.cpp index 8e820048fd805a..bcbe852b1123ac 100644 --- a/src/coreclr/src/debug/ee/amd64/primitives.cpp +++ b/src/coreclr/src/debug/ee/amd64/primitives.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. // diff --git a/src/coreclr/src/debug/ee/arm/armwalker.cpp b/src/coreclr/src/debug/ee/arm/armwalker.cpp index 062e1de8b2122d..6963acd405ee5d 100644 --- a/src/coreclr/src/debug/ee/arm/armwalker.cpp +++ b/src/coreclr/src/debug/ee/arm/armwalker.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. //***************************************************************************** // File: armwalker.cpp // diff --git a/src/coreclr/src/debug/ee/arm/dbghelpers.S b/src/coreclr/src/debug/ee/arm/dbghelpers.S index 32948438d9741a..e88a5b0b546341 100644 --- a/src/coreclr/src/debug/ee/arm/dbghelpers.S +++ b/src/coreclr/src/debug/ee/arm/dbghelpers.S @@ -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 "unixasmmacros.inc" diff --git a/src/coreclr/src/debug/ee/arm/primitives.cpp b/src/coreclr/src/debug/ee/arm/primitives.cpp index a37ffa988028f7..4c085699e06ba9 100644 --- a/src/coreclr/src/debug/ee/arm/primitives.cpp +++ b/src/coreclr/src/debug/ee/arm/primitives.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. // diff --git a/src/coreclr/src/debug/ee/arm64/arm64walker.cpp b/src/coreclr/src/debug/ee/arm64/arm64walker.cpp index 9552446760875b..d46b07958b7230 100644 --- a/src/coreclr/src/debug/ee/arm64/arm64walker.cpp +++ b/src/coreclr/src/debug/ee/arm64/arm64walker.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. //***************************************************************************** // File: Arm64walker.cpp // diff --git a/src/coreclr/src/debug/ee/arm64/dbghelpers.S b/src/coreclr/src/debug/ee/arm64/dbghelpers.S index 64932f322be141..8fc88fa2573502 100644 --- a/src/coreclr/src/debug/ee/arm64/dbghelpers.S +++ b/src/coreclr/src/debug/ee/arm64/dbghelpers.S @@ -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 "asmconstants.h" #include "unixasmmacros.inc" diff --git a/src/coreclr/src/debug/ee/arm64/primitives.cpp b/src/coreclr/src/debug/ee/arm64/primitives.cpp index 2144a179bbc858..3cfee11c692bd4 100644 --- a/src/coreclr/src/debug/ee/arm64/primitives.cpp +++ b/src/coreclr/src/debug/ee/arm64/primitives.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. // diff --git a/src/coreclr/src/debug/ee/canary.cpp b/src/coreclr/src/debug/ee/canary.cpp index 554a3f16dd52f3..6ae9eafe53045b 100644 --- a/src/coreclr/src/debug/ee/canary.cpp +++ b/src/coreclr/src/debug/ee/canary.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. //***************************************************************************** // File: Canary.cpp // diff --git a/src/coreclr/src/debug/ee/canary.h b/src/coreclr/src/debug/ee/canary.h index 54ad28e2289216..225c7652e0724b 100644 --- a/src/coreclr/src/debug/ee/canary.h +++ b/src/coreclr/src/debug/ee/canary.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. //***************************************************************************** // File: Canary.h // diff --git a/src/coreclr/src/debug/ee/controller.cpp b/src/coreclr/src/debug/ee/controller.cpp index f13fa460342964..81d7ad6c60428c 100644 --- a/src/coreclr/src/debug/ee/controller.cpp +++ b/src/coreclr/src/debug/ee/controller.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. // ==++== // diff --git a/src/coreclr/src/debug/ee/controller.h b/src/coreclr/src/debug/ee/controller.h index 155b020b01c74b..8d87e9dc257303 100644 --- a/src/coreclr/src/debug/ee/controller.h +++ b/src/coreclr/src/debug/ee/controller.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. //***************************************************************************** // File: controller.h // diff --git a/src/coreclr/src/debug/ee/controller.inl b/src/coreclr/src/debug/ee/controller.inl index 12355cdf12f1e8..059e9b255ece9e 100644 --- a/src/coreclr/src/debug/ee/controller.inl +++ b/src/coreclr/src/debug/ee/controller.inl @@ -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. //***************************************************************************** // File: controller.inl // diff --git a/src/coreclr/src/debug/ee/dactable.cpp b/src/coreclr/src/debug/ee/dactable.cpp index 9c1273b9bdee04..a5490ac144a0fb 100644 --- a/src/coreclr/src/debug/ee/dactable.cpp +++ b/src/coreclr/src/debug/ee/dactable.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. //***************************************************************************** // File: dacglobals.cpp // diff --git a/src/coreclr/src/debug/ee/datatest.h b/src/coreclr/src/debug/ee/datatest.h index 0c167b39ad0f1d..d0256a2ce5f57a 100644 --- a/src/coreclr/src/debug/ee/datatest.h +++ b/src/coreclr/src/debug/ee/datatest.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. //***************************************************************************** // File: DataTest.h // diff --git a/src/coreclr/src/debug/ee/debugger.cpp b/src/coreclr/src/debug/ee/debugger.cpp index c311760a007ca3..7b2cd48b22ed55 100644 --- a/src/coreclr/src/debug/ee/debugger.cpp +++ b/src/coreclr/src/debug/ee/debugger.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. //***************************************************************************** // File: debugger.cpp // diff --git a/src/coreclr/src/debug/ee/debugger.h b/src/coreclr/src/debug/ee/debugger.h index 8c59c4bc5bedce..2450ab65d4f9ef 100644 --- a/src/coreclr/src/debug/ee/debugger.h +++ b/src/coreclr/src/debug/ee/debugger.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. //***************************************************************************** // File: debugger.h // diff --git a/src/coreclr/src/debug/ee/debugger.inl b/src/coreclr/src/debug/ee/debugger.inl index 7ae2a351281527..0eba7edccf87d5 100644 --- a/src/coreclr/src/debug/ee/debugger.inl +++ b/src/coreclr/src/debug/ee/debugger.inl @@ -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. //***************************************************************************** // File: debugger.inl // diff --git a/src/coreclr/src/debug/ee/debuggermodule.cpp b/src/coreclr/src/debug/ee/debuggermodule.cpp index 0c20531c478e3e..fb6fa53652fbee 100644 --- a/src/coreclr/src/debug/ee/debuggermodule.cpp +++ b/src/coreclr/src/debug/ee/debuggermodule.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. //***************************************************************************** // File: DebuggerModule.cpp // diff --git a/src/coreclr/src/debug/ee/frameinfo.cpp b/src/coreclr/src/debug/ee/frameinfo.cpp index 1f043f710aed67..011c7a1839c7da 100644 --- a/src/coreclr/src/debug/ee/frameinfo.cpp +++ b/src/coreclr/src/debug/ee/frameinfo.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. //***************************************************************************** // File: frameinfo.cpp // diff --git a/src/coreclr/src/debug/ee/frameinfo.h b/src/coreclr/src/debug/ee/frameinfo.h index 36f34a12165d41..9acb883d3b91c3 100644 --- a/src/coreclr/src/debug/ee/frameinfo.h +++ b/src/coreclr/src/debug/ee/frameinfo.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. //***************************************************************************** // File: frameinfo.h // diff --git a/src/coreclr/src/debug/ee/funceval.cpp b/src/coreclr/src/debug/ee/funceval.cpp index 3fe1b7fd917eb2..0febdcbaef7f50 100644 --- a/src/coreclr/src/debug/ee/funceval.cpp +++ b/src/coreclr/src/debug/ee/funceval.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. // **************************************************************************** // File: funceval.cpp // diff --git a/src/coreclr/src/debug/ee/i386/dbghelpers.S b/src/coreclr/src/debug/ee/i386/dbghelpers.S index f15ca5abd8a2c0..16440fb1d0f6e2 100644 --- a/src/coreclr/src/debug/ee/i386/dbghelpers.S +++ b/src/coreclr/src/debug/ee/i386/dbghelpers.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/debug/ee/i386/debuggerregdisplayhelper.cpp b/src/coreclr/src/debug/ee/i386/debuggerregdisplayhelper.cpp index 5bee1c34f7dfba..bda129a9b95476 100644 --- a/src/coreclr/src/debug/ee/i386/debuggerregdisplayhelper.cpp +++ b/src/coreclr/src/debug/ee/i386/debuggerregdisplayhelper.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. /* ------------------------------------------------------------------------- * * DebuggerRegDisplayHelper.cpp -- implementation of the platform-dependent // diff --git a/src/coreclr/src/debug/ee/i386/primitives.cpp b/src/coreclr/src/debug/ee/i386/primitives.cpp index 2225335cd13d67..0b2f8f92000370 100644 --- a/src/coreclr/src/debug/ee/i386/primitives.cpp +++ b/src/coreclr/src/debug/ee/i386/primitives.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. // diff --git a/src/coreclr/src/debug/ee/i386/x86walker.cpp b/src/coreclr/src/debug/ee/i386/x86walker.cpp index fd6799c15ccd9c..ef7dabb3be4c26 100644 --- a/src/coreclr/src/debug/ee/i386/x86walker.cpp +++ b/src/coreclr/src/debug/ee/i386/x86walker.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. //***************************************************************************** // File: x86walker.cpp // diff --git a/src/coreclr/src/debug/ee/rcthread.cpp b/src/coreclr/src/debug/ee/rcthread.cpp index c119dbcc2dda7b..29d2f57fbf0048 100644 --- a/src/coreclr/src/debug/ee/rcthread.cpp +++ b/src/coreclr/src/debug/ee/rcthread.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. //***************************************************************************** // File: RCThread.cpp // diff --git a/src/coreclr/src/debug/ee/shared.cpp b/src/coreclr/src/debug/ee/shared.cpp index ee3d8c98e9b2a3..f6182eb17be1fb 100644 --- a/src/coreclr/src/debug/ee/shared.cpp +++ b/src/coreclr/src/debug/ee/shared.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. // diff --git a/src/coreclr/src/debug/ee/stdafx.h b/src/coreclr/src/debug/ee/stdafx.h index 874e4d34a7e41b..59ec55faa9a737 100644 --- a/src/coreclr/src/debug/ee/stdafx.h +++ b/src/coreclr/src/debug/ee/stdafx.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. //***************************************************************************** // File: stdafx.h // diff --git a/src/coreclr/src/debug/ee/walker.h b/src/coreclr/src/debug/ee/walker.h index 123d39dbdf11fb..d16d4c740c89d1 100644 --- a/src/coreclr/src/debug/ee/walker.h +++ b/src/coreclr/src/debug/ee/walker.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. //***************************************************************************** // File: walker.h // diff --git a/src/coreclr/src/debug/ildbsymlib/classfactory.h b/src/coreclr/src/debug/ildbsymlib/classfactory.h index 5c02d0283cd247..6cdc80b462f6ae 100644 --- a/src/coreclr/src/debug/ildbsymlib/classfactory.h +++ b/src/coreclr/src/debug/ildbsymlib/classfactory.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. // =========================================================================== // File: ClassFactory.h // diff --git a/src/coreclr/src/debug/ildbsymlib/ildbsymbols.cpp b/src/coreclr/src/debug/ildbsymlib/ildbsymbols.cpp index a7d459ce1cd1ec..789f1877c1d616 100644 --- a/src/coreclr/src/debug/ildbsymlib/ildbsymbols.cpp +++ b/src/coreclr/src/debug/ildbsymlib/ildbsymbols.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. // =========================================================================== // File: ildbsymbols.cpp // diff --git a/src/coreclr/src/debug/ildbsymlib/pch.h b/src/coreclr/src/debug/ildbsymlib/pch.h index cde69f6df31ebf..59582eba8ec0c5 100644 --- a/src/coreclr/src/debug/ildbsymlib/pch.h +++ b/src/coreclr/src/debug/ildbsymlib/pch.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. // =========================================================================== // File: pch.h // diff --git a/src/coreclr/src/debug/ildbsymlib/pdbdata.h b/src/coreclr/src/debug/ildbsymlib/pdbdata.h index cf09d782e760d1..97df443a3faccc 100644 --- a/src/coreclr/src/debug/ildbsymlib/pdbdata.h +++ b/src/coreclr/src/debug/ildbsymlib/pdbdata.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. // =========================================================================== // File: pdbdata.h // diff --git a/src/coreclr/src/debug/ildbsymlib/symbinder.cpp b/src/coreclr/src/debug/ildbsymlib/symbinder.cpp index 721d21b7059549..c4c3146a60c655 100644 --- a/src/coreclr/src/debug/ildbsymlib/symbinder.cpp +++ b/src/coreclr/src/debug/ildbsymlib/symbinder.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. // =========================================================================== // File: symbinder.cpp // diff --git a/src/coreclr/src/debug/ildbsymlib/symbinder.h b/src/coreclr/src/debug/ildbsymlib/symbinder.h index d1a21c0d9a4ebc..ff487314a5ffbd 100644 --- a/src/coreclr/src/debug/ildbsymlib/symbinder.h +++ b/src/coreclr/src/debug/ildbsymlib/symbinder.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. // =========================================================================== // File: SymBinder.h // diff --git a/src/coreclr/src/debug/ildbsymlib/symread.cpp b/src/coreclr/src/debug/ildbsymlib/symread.cpp index 9c72a80a05d03f..61588f9f684946 100644 --- a/src/coreclr/src/debug/ildbsymlib/symread.cpp +++ b/src/coreclr/src/debug/ildbsymlib/symread.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. // =========================================================================== // File: symread.cpp // diff --git a/src/coreclr/src/debug/ildbsymlib/symread.h b/src/coreclr/src/debug/ildbsymlib/symread.h index 9bdcef0d11fd41..a82af393f32687 100644 --- a/src/coreclr/src/debug/ildbsymlib/symread.h +++ b/src/coreclr/src/debug/ildbsymlib/symread.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. // =========================================================================== // File: SymRead.h // diff --git a/src/coreclr/src/debug/ildbsymlib/symwrite.cpp b/src/coreclr/src/debug/ildbsymlib/symwrite.cpp index 8f48bd31d1918d..1f19186c7b598a 100644 --- a/src/coreclr/src/debug/ildbsymlib/symwrite.cpp +++ b/src/coreclr/src/debug/ildbsymlib/symwrite.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. // =========================================================================== // File: symwrite.cpp // diff --git a/src/coreclr/src/debug/ildbsymlib/symwrite.h b/src/coreclr/src/debug/ildbsymlib/symwrite.h index 0ea114a41a3385..b62407497c2319 100644 --- a/src/coreclr/src/debug/ildbsymlib/symwrite.h +++ b/src/coreclr/src/debug/ildbsymlib/symwrite.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. // =========================================================================== // File: SymWrite.h // diff --git a/src/coreclr/src/debug/ildbsymlib/umisc.h b/src/coreclr/src/debug/ildbsymlib/umisc.h index e347593631582c..78c3ea3d55616b 100644 --- a/src/coreclr/src/debug/ildbsymlib/umisc.h +++ b/src/coreclr/src/debug/ildbsymlib/umisc.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. // =========================================================================== // File: umisc.h // diff --git a/src/coreclr/src/debug/inc/amd64/primitives.h b/src/coreclr/src/debug/inc/amd64/primitives.h index 0f9aa3e05847db..d1e02238ece842 100644 --- a/src/coreclr/src/debug/inc/amd64/primitives.h +++ b/src/coreclr/src/debug/inc/amd64/primitives.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. //***************************************************************************** // File: primitives.h // diff --git a/src/coreclr/src/debug/inc/arm/primitives.h b/src/coreclr/src/debug/inc/arm/primitives.h index 81b23ebe2b93df..a360737b89734e 100644 --- a/src/coreclr/src/debug/inc/arm/primitives.h +++ b/src/coreclr/src/debug/inc/arm/primitives.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. //***************************************************************************** // File: primitives.h // diff --git a/src/coreclr/src/debug/inc/arm64/primitives.h b/src/coreclr/src/debug/inc/arm64/primitives.h index 1c6696870e9143..b0ab65bac15e23 100644 --- a/src/coreclr/src/debug/inc/arm64/primitives.h +++ b/src/coreclr/src/debug/inc/arm64/primitives.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. //***************************************************************************** // File: primitives.h // diff --git a/src/coreclr/src/debug/inc/arm_primitives.h b/src/coreclr/src/debug/inc/arm_primitives.h index 2b23ca79422d07..bab96081552918 100644 --- a/src/coreclr/src/debug/inc/arm_primitives.h +++ b/src/coreclr/src/debug/inc/arm_primitives.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. //***************************************************************************** // File: arm_primitives.h // diff --git a/src/coreclr/src/debug/inc/common.h b/src/coreclr/src/debug/inc/common.h index e31ac3aac6c371..2baec963e14f2f 100644 --- a/src/coreclr/src/debug/inc/common.h +++ b/src/coreclr/src/debug/inc/common.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 DEBUGGER_COMMON_H #define DEBUGGER_COMMON_H diff --git a/src/coreclr/src/debug/inc/coreclrremotedebugginginterfaces.h b/src/coreclr/src/debug/inc/coreclrremotedebugginginterfaces.h index ac7ddb68ab81fc..dc9a7294770d3f 100644 --- a/src/coreclr/src/debug/inc/coreclrremotedebugginginterfaces.h +++ b/src/coreclr/src/debug/inc/coreclrremotedebugginginterfaces.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/debug/inc/dacdbiinterface.h b/src/coreclr/src/debug/inc/dacdbiinterface.h index 54ee344f850813..b2a5c54fae0959 100644 --- a/src/coreclr/src/debug/inc/dacdbiinterface.h +++ b/src/coreclr/src/debug/inc/dacdbiinterface.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. //***************************************************************************** // DacDbiInterface.h // diff --git a/src/coreclr/src/debug/inc/dacdbistructures.h b/src/coreclr/src/debug/inc/dacdbistructures.h index 82b96dd5bb60e5..b515cd7f1f380d 100644 --- a/src/coreclr/src/debug/inc/dacdbistructures.h +++ b/src/coreclr/src/debug/inc/dacdbistructures.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. //***************************************************************************** // File: DacDbiStructures.h // diff --git a/src/coreclr/src/debug/inc/dacdbistructures.inl b/src/coreclr/src/debug/inc/dacdbistructures.inl index 1fa0c53717ee2d..13be2ef16bc780 100644 --- a/src/coreclr/src/debug/inc/dacdbistructures.inl +++ b/src/coreclr/src/debug/inc/dacdbistructures.inl @@ -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/debug/inc/dbgappdomain.h b/src/coreclr/src/debug/inc/dbgappdomain.h index 0939dd0e2a5da8..7b7c362d7af0bd 100644 --- a/src/coreclr/src/debug/inc/dbgappdomain.h +++ b/src/coreclr/src/debug/inc/dbgappdomain.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 DbgAppDomain_H #define DbgAppDomain_H diff --git a/src/coreclr/src/debug/inc/dbgipcevents.h b/src/coreclr/src/debug/inc/dbgipcevents.h index 45c6bf9ad100e6..5c433c2bf6131a 100644 --- a/src/coreclr/src/debug/inc/dbgipcevents.h +++ b/src/coreclr/src/debug/inc/dbgipcevents.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. /* ------------------------------------------------------------------------- * * DbgIPCEvents.h -- header file for private Debugger data shared by various // diff --git a/src/coreclr/src/debug/inc/dbgipceventtypes.h b/src/coreclr/src/debug/inc/dbgipceventtypes.h index 42f42be6b84bc1..e538f63e4c2de0 100644 --- a/src/coreclr/src/debug/inc/dbgipceventtypes.h +++ b/src/coreclr/src/debug/inc/dbgipceventtypes.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. // // Events that go both ways diff --git a/src/coreclr/src/debug/inc/dbgtargetcontext.h b/src/coreclr/src/debug/inc/dbgtargetcontext.h index 9c370020ebff43..c4640aa6439556 100644 --- a/src/coreclr/src/debug/inc/dbgtargetcontext.h +++ b/src/coreclr/src/debug/inc/dbgtargetcontext.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 __DBG_TARGET_CONTEXT_INCLUDED #define __DBG_TARGET_CONTEXT_INCLUDED diff --git a/src/coreclr/src/debug/inc/dbgtransportsession.h b/src/coreclr/src/debug/inc/dbgtransportsession.h index 8de3d78c463fb6..6eb202039ab295 100644 --- a/src/coreclr/src/debug/inc/dbgtransportsession.h +++ b/src/coreclr/src/debug/inc/dbgtransportsession.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 __DBG_TRANSPORT_SESSION_INCLUDED diff --git a/src/coreclr/src/debug/inc/dbgutil.h b/src/coreclr/src/debug/inc/dbgutil.h index 5f94c7276265e3..2120cf0dfb07f5 100644 --- a/src/coreclr/src/debug/inc/dbgutil.h +++ b/src/coreclr/src/debug/inc/dbgutil.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. //***************************************************************************** // dbgutil.h // diff --git a/src/coreclr/src/debug/inc/ddmarshalutil.h b/src/coreclr/src/debug/inc/ddmarshalutil.h index 421d1a10f9d4d0..015bf4662e5582 100644 --- a/src/coreclr/src/debug/inc/ddmarshalutil.h +++ b/src/coreclr/src/debug/inc/ddmarshalutil.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. // DDMarshalUtil.cpp diff --git a/src/coreclr/src/debug/inc/diagnosticsipc.h b/src/coreclr/src/debug/inc/diagnosticsipc.h index 225299c2b8992f..57c0576b9447ed 100644 --- a/src/coreclr/src/debug/inc/diagnosticsipc.h +++ b/src/coreclr/src/debug/inc/diagnosticsipc.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 __DIAGNOSTICS_IPC_H__ #define __DIAGNOSTICS_IPC_H__ diff --git a/src/coreclr/src/debug/inc/dump/dumpcommon.h b/src/coreclr/src/debug/inc/dump/dumpcommon.h index 7c6268d4403274..83a0f447c4ec8e 100644 --- a/src/coreclr/src/debug/inc/dump/dumpcommon.h +++ b/src/coreclr/src/debug/inc/dump/dumpcommon.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 DEBUGGER_DUMPCOMMON_H #define DEBUGGER_DUMPCOMMON_H diff --git a/src/coreclr/src/debug/inc/eventredirection.h b/src/coreclr/src/debug/inc/eventredirection.h index 770bf961a3dfc4..6a9cd63a0e89fb 100644 --- a/src/coreclr/src/debug/inc/eventredirection.h +++ b/src/coreclr/src/debug/inc/eventredirection.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/debug/inc/i386/primitives.h b/src/coreclr/src/debug/inc/i386/primitives.h index 42269dabd7626f..05b696a4a0f692 100644 --- a/src/coreclr/src/debug/inc/i386/primitives.h +++ b/src/coreclr/src/debug/inc/i386/primitives.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. //***************************************************************************** // File: primitives.h // diff --git a/src/coreclr/src/debug/inc/processdescriptor.h b/src/coreclr/src/debug/inc/processdescriptor.h index 89840b26a8231b..2a5e29932b3b59 100644 --- a/src/coreclr/src/debug/inc/processdescriptor.h +++ b/src/coreclr/src/debug/inc/processdescriptor.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 _PROCESSCONTEXT_H @@ -35,4 +34,4 @@ struct ProcessDescriptor LPCSTR m_ApplicationGroupId; }; -#endif // _PROCESSCONTEXT_H \ No newline at end of file +#endif // _PROCESSCONTEXT_H diff --git a/src/coreclr/src/debug/inc/readonlydatatargetfacade.h b/src/coreclr/src/debug/inc/readonlydatatargetfacade.h index 6f40a20d293681..505592ec0af749 100644 --- a/src/coreclr/src/debug/inc/readonlydatatargetfacade.h +++ b/src/coreclr/src/debug/inc/readonlydatatargetfacade.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. //***************************************************************************** // ReadOnlyDataTargetFacade.h // diff --git a/src/coreclr/src/debug/inc/readonlydatatargetfacade.inl b/src/coreclr/src/debug/inc/readonlydatatargetfacade.inl index 7d3e8da56d9b45..71322c90889bdb 100644 --- a/src/coreclr/src/debug/inc/readonlydatatargetfacade.inl +++ b/src/coreclr/src/debug/inc/readonlydatatargetfacade.inl @@ -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. //***************************************************************************** // File: ReadOnlyDataTargetFacade.inl // diff --git a/src/coreclr/src/debug/inc/runtimeinfo.h b/src/coreclr/src/debug/inc/runtimeinfo.h index 95d3a02caced97..c66024e9eb3a51 100644 --- a/src/coreclr/src/debug/inc/runtimeinfo.h +++ b/src/coreclr/src/debug/inc/runtimeinfo.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/coreclr/src/debug/inc/stringcopyholder.h b/src/coreclr/src/debug/inc/stringcopyholder.h index c4ce013b1239dc..e5f8452e2497bc 100644 --- a/src/coreclr/src/debug/inc/stringcopyholder.h +++ b/src/coreclr/src/debug/inc/stringcopyholder.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/debug/inc/twowaypipe.h b/src/coreclr/src/debug/inc/twowaypipe.h index 5a3d78ea97f74c..c8b41b16c7f3eb 100644 --- a/src/coreclr/src/debug/inc/twowaypipe.h +++ b/src/coreclr/src/debug/inc/twowaypipe.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 TwoWayPipe_H diff --git a/src/coreclr/src/debug/runtimeinfo/runtimeinfo.cpp b/src/coreclr/src/debug/runtimeinfo/runtimeinfo.cpp index bf9272137d0073..6fd43d8c331b53 100644 --- a/src/coreclr/src/debug/runtimeinfo/runtimeinfo.cpp +++ b/src/coreclr/src/debug/runtimeinfo/runtimeinfo.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. //***************************************************************************** // File: runtimeinfo.cpp diff --git a/src/coreclr/src/debug/shared/amd64/primitives.cpp b/src/coreclr/src/debug/shared/amd64/primitives.cpp index 4752c6f6a24907..1e06e9b6b5fa60 100644 --- a/src/coreclr/src/debug/shared/amd64/primitives.cpp +++ b/src/coreclr/src/debug/shared/amd64/primitives.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. //***************************************************************************** // File: primitives.cpp // diff --git a/src/coreclr/src/debug/shared/arm/primitives.cpp b/src/coreclr/src/debug/shared/arm/primitives.cpp index c612b8980463a0..522bc574e14140 100644 --- a/src/coreclr/src/debug/shared/arm/primitives.cpp +++ b/src/coreclr/src/debug/shared/arm/primitives.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. //***************************************************************************** // File: primitives.cpp // diff --git a/src/coreclr/src/debug/shared/arm64/primitives.cpp b/src/coreclr/src/debug/shared/arm64/primitives.cpp index 82fd3656651f44..9bbf0308319bd4 100644 --- a/src/coreclr/src/debug/shared/arm64/primitives.cpp +++ b/src/coreclr/src/debug/shared/arm64/primitives.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. //***************************************************************************** // File: primitives.cpp // diff --git a/src/coreclr/src/debug/shared/dbgtransportsession.cpp b/src/coreclr/src/debug/shared/dbgtransportsession.cpp index e719c128687614..d179288249d431 100644 --- a/src/coreclr/src/debug/shared/dbgtransportsession.cpp +++ b/src/coreclr/src/debug/shared/dbgtransportsession.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 "dbgtransportsession.h" diff --git a/src/coreclr/src/debug/shared/i386/primitives.cpp b/src/coreclr/src/debug/shared/i386/primitives.cpp index e9d3baa4c14bc3..19f0c5d63c4828 100644 --- a/src/coreclr/src/debug/shared/i386/primitives.cpp +++ b/src/coreclr/src/debug/shared/i386/primitives.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. //***************************************************************************** // File: primitives.cpp // diff --git a/src/coreclr/src/debug/shared/stringcopyholder.cpp b/src/coreclr/src/debug/shared/stringcopyholder.cpp index 1a15dbc8302c35..561afcd388e0af 100644 --- a/src/coreclr/src/debug/shared/stringcopyholder.cpp +++ b/src/coreclr/src/debug/shared/stringcopyholder.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. // // StringCopyHolder.cpp // diff --git a/src/coreclr/src/debug/shared/utils.cpp b/src/coreclr/src/debug/shared/utils.cpp index 170786672aaf38..5363e30ee8a88d 100644 --- a/src/coreclr/src/debug/shared/utils.cpp +++ b/src/coreclr/src/debug/shared/utils.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. // Type-safe helper wrapper to get an EXCEPTION_RECORD slot as a CORDB_ADDRESS // diff --git a/src/coreclr/src/debug/shim/debugshim.cpp b/src/coreclr/src/debug/shim/debugshim.cpp index 3b1d9363864e9a..25e7a25d676494 100644 --- a/src/coreclr/src/debug/shim/debugshim.cpp +++ b/src/coreclr/src/debug/shim/debugshim.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. //***************************************************************************** // debugshim.cpp // diff --git a/src/coreclr/src/debug/shim/debugshim.h b/src/coreclr/src/debug/shim/debugshim.h index f081c4570cde90..5055d5a11b47d1 100644 --- a/src/coreclr/src/debug/shim/debugshim.h +++ b/src/coreclr/src/debug/shim/debugshim.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. //***************************************************************************** // debugshim.h // diff --git a/src/coreclr/src/dlls/clretwrc/clretwrc.rc b/src/coreclr/src/dlls/clretwrc/clretwrc.rc index 3c6f69b9d03485..e1099a578f2c4c 100644 --- a/src/coreclr/src/dlls/clretwrc/clretwrc.rc +++ b/src/coreclr/src/dlls/clretwrc/clretwrc.rc @@ -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. #define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET Runtime resources\0" diff --git a/src/coreclr/src/dlls/dbgshim/dbgshim.cpp b/src/coreclr/src/dlls/dbgshim/dbgshim.cpp index d894e7b98ee9b7..c428707d2cf71b 100644 --- a/src/coreclr/src/dlls/dbgshim/dbgshim.cpp +++ b/src/coreclr/src/dlls/dbgshim/dbgshim.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. //***************************************************************************** // DbgShim.cpp // diff --git a/src/coreclr/src/dlls/dbgshim/dbgshim.h b/src/coreclr/src/dlls/dbgshim/dbgshim.h index 289f30eab32986..392cd7b9286a85 100644 --- a/src/coreclr/src/dlls/dbgshim/dbgshim.h +++ b/src/coreclr/src/dlls/dbgshim/dbgshim.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. //***************************************************************************** // DbgShim.h // diff --git a/src/coreclr/src/dlls/dbgshim/dbgshim.rc b/src/coreclr/src/dlls/dbgshim/dbgshim.rc index 9e4153871899ee..9b4ac3b912842f 100644 --- a/src/coreclr/src/dlls/dbgshim/dbgshim.rc +++ b/src/coreclr/src/dlls/dbgshim/dbgshim.rc @@ -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. #define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET Runtime Multi-CLR Debugging Helper\0" diff --git a/src/coreclr/src/dlls/mscordac/Native.rc b/src/coreclr/src/dlls/mscordac/Native.rc index b98bc187e65691..c16246a3e0d2c1 100644 --- a/src/coreclr/src/dlls/mscordac/Native.rc +++ b/src/coreclr/src/dlls/mscordac/Native.rc @@ -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. #define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET External Data Access Support\0" diff --git a/src/coreclr/src/dlls/mscordac/mscordac.cpp b/src/coreclr/src/dlls/mscordac/mscordac.cpp index 45274bad55e154..53616c2269615b 100644 --- a/src/coreclr/src/dlls/mscordac/mscordac.cpp +++ b/src/coreclr/src/dlls/mscordac/mscordac.cpp @@ -1,3 +1,2 @@ // Licensed to the .NET Foundation under one or more 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/dlls/mscordbi/Native.rc b/src/coreclr/src/dlls/mscordbi/Native.rc index 529ae06f6b6490..b64e37ec41628b 100644 --- a/src/coreclr/src/dlls/mscordbi/Native.rc +++ b/src/coreclr/src/dlls/mscordbi/Native.rc @@ -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. #define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET Runtime Debugging Services\0" diff --git a/src/coreclr/src/dlls/mscordbi/mscordbi.cpp b/src/coreclr/src/dlls/mscordbi/mscordbi.cpp index e03cf76c9f91ef..afd2cfe8002257 100644 --- a/src/coreclr/src/dlls/mscordbi/mscordbi.cpp +++ b/src/coreclr/src/dlls/mscordbi/mscordbi.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. //***************************************************************************** // MSCorDBI.cpp // diff --git a/src/coreclr/src/dlls/mscordbi/stdafx.h b/src/coreclr/src/dlls/mscordbi/stdafx.h index feb0145d556f91..85496ff96326fc 100644 --- a/src/coreclr/src/dlls/mscordbi/stdafx.h +++ b/src/coreclr/src/dlls/mscordbi/stdafx.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. //***************************************************************************** // stdafx.h // diff --git a/src/coreclr/src/dlls/mscoree/Native.rc b/src/coreclr/src/dlls/mscoree/Native.rc index faa7ea16c23df3..a0e4fe810a12cb 100644 --- a/src/coreclr/src/dlls/mscoree/Native.rc +++ b/src/coreclr/src/dlls/mscoree/Native.rc @@ -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. #define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET Runtime\0" diff --git a/src/coreclr/src/dlls/mscoree/delayloadhook.cpp b/src/coreclr/src/dlls/mscoree/delayloadhook.cpp index 8f36d294fedf74..b09cd75215a200 100644 --- a/src/coreclr/src/dlls/mscoree/delayloadhook.cpp +++ b/src/coreclr/src/dlls/mscoree/delayloadhook.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. // // File: delayloadhook.cpp // @@ -24,4 +23,4 @@ FARPROC WINAPI secureDelayHook(unsigned dliNotify, PDelayLoadInfo pdli) // This global hook is called prior to all the delay load LoadLibrary/GetProcAddress/etc. calls // Hooking this callback allows us to ensure that delay load LoadLibrary calls // specify the LOAD_LIBRARY_SEARCH_SYSTEM32 search path -const PfnDliHook __pfnDliNotifyHook2 = secureDelayHook; \ No newline at end of file +const PfnDliHook __pfnDliNotifyHook2 = secureDelayHook; diff --git a/src/coreclr/src/dlls/mscoree/mscoree.cpp b/src/coreclr/src/dlls/mscoree/mscoree.cpp index 2ad1e9d6f284ef..810a3e88f3fed0 100644 --- a/src/coreclr/src/dlls/mscoree/mscoree.cpp +++ b/src/coreclr/src/dlls/mscoree/mscoree.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. //***************************************************************************** // MSCoree.cpp //***************************************************************************** diff --git a/src/coreclr/src/dlls/mscoree/stdafx.cpp b/src/coreclr/src/dlls/mscoree/stdafx.cpp index a23e304c22e766..76cb42828ad2f7 100644 --- a/src/coreclr/src/dlls/mscoree/stdafx.cpp +++ b/src/coreclr/src/dlls/mscoree/stdafx.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. //***************************************************************************** // stdafx.cpp // diff --git a/src/coreclr/src/dlls/mscoree/stdafx.h b/src/coreclr/src/dlls/mscoree/stdafx.h index 4df1417ebf82bb..1573727298fe7c 100644 --- a/src/coreclr/src/dlls/mscoree/stdafx.h +++ b/src/coreclr/src/dlls/mscoree/stdafx.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. //***************************************************************************** // stdafx.h // diff --git a/src/coreclr/src/dlls/mscoree/unixinterface.cpp b/src/coreclr/src/dlls/mscoree/unixinterface.cpp index 9c792fcaa7801c..def87726531269 100644 --- a/src/coreclr/src/dlls/mscoree/unixinterface.cpp +++ b/src/coreclr/src/dlls/mscoree/unixinterface.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. //***************************************************************************** diff --git a/src/coreclr/src/dlls/mscorpe/ceefilegenwriter.cpp b/src/coreclr/src/dlls/mscorpe/ceefilegenwriter.cpp index 1de4e817eab78a..77afa5a83024cf 100644 --- a/src/coreclr/src/dlls/mscorpe/ceefilegenwriter.cpp +++ b/src/coreclr/src/dlls/mscorpe/ceefilegenwriter.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. // Derived class from CCeeGen which handles writing out // the exe. All references to PEWriter pulled out of CCeeGen, // and moved here diff --git a/src/coreclr/src/dlls/mscorpe/ceefilegenwritertokens.cpp b/src/coreclr/src/dlls/mscorpe/ceefilegenwritertokens.cpp index 3503eaf67bd0df..31b4d204119147 100644 --- a/src/coreclr/src/dlls/mscorpe/ceefilegenwritertokens.cpp +++ b/src/coreclr/src/dlls/mscorpe/ceefilegenwritertokens.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. //***************************************************************************** // CeeFileGenWriterTokens.cpp // diff --git a/src/coreclr/src/dlls/mscorpe/iceefilegen.cpp b/src/coreclr/src/dlls/mscorpe/iceefilegen.cpp index e6dbc17662649c..a78f57a35475b9 100644 --- a/src/coreclr/src/dlls/mscorpe/iceefilegen.cpp +++ b/src/coreclr/src/dlls/mscorpe/iceefilegen.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. // =========================================================================== // File: CEEGEN.CPP // =========================================================================== diff --git a/src/coreclr/src/dlls/mscorpe/pewriter.cpp b/src/coreclr/src/dlls/mscorpe/pewriter.cpp index e274bcf5713780..dc8b7327f083b7 100644 --- a/src/coreclr/src/dlls/mscorpe/pewriter.cpp +++ b/src/coreclr/src/dlls/mscorpe/pewriter.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" // Enable building with older SDKs that don't have IMAGE_FILE_MACHINE_ARM64 defined. diff --git a/src/coreclr/src/dlls/mscorpe/pewriter.h b/src/coreclr/src/dlls/mscorpe/pewriter.h index 487393612624a1..ee56061bedec1d 100644 --- a/src/coreclr/src/dlls/mscorpe/pewriter.h +++ b/src/coreclr/src/dlls/mscorpe/pewriter.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 PEWriter_H #define PEWriter_H diff --git a/src/coreclr/src/dlls/mscorpe/stdafx.cpp b/src/coreclr/src/dlls/mscorpe/stdafx.cpp index 6321e11d12a2f1..531fbf279d3be9 100644 --- a/src/coreclr/src/dlls/mscorpe/stdafx.cpp +++ b/src/coreclr/src/dlls/mscorpe/stdafx.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. //***************************************************************************** // stdafx.cpp // diff --git a/src/coreclr/src/dlls/mscorpe/stdafx.h b/src/coreclr/src/dlls/mscorpe/stdafx.h index c97b552cdd818e..996113b500154c 100644 --- a/src/coreclr/src/dlls/mscorpe/stdafx.h +++ b/src/coreclr/src/dlls/mscorpe/stdafx.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. //***************************************************************************** // stdafx.h // diff --git a/src/coreclr/src/dlls/mscorpe/stubs.h b/src/coreclr/src/dlls/mscorpe/stubs.h index e1619884b3dc1a..893fc4783a2758 100644 --- a/src/coreclr/src/dlls/mscorpe/stubs.h +++ b/src/coreclr/src/dlls/mscorpe/stubs.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. //***************************************************************************** // Stubs.h // diff --git a/src/coreclr/src/dlls/mscorrc/include.rc b/src/coreclr/src/dlls/mscorrc/include.rc index dfd5d0b379a8bd..7ca7481d7e831c 100644 --- a/src/coreclr/src/dlls/mscorrc/include.rc +++ b/src/coreclr/src/dlls/mscorrc/include.rc @@ -1,5 +1,4 @@ // Licensed to the .NET Foundation under one or more 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 "mscorrc.rc" diff --git a/src/coreclr/src/dlls/mscorrc/mscorrc.common.rc b/src/coreclr/src/dlls/mscorrc/mscorrc.common.rc index fd29c81e2410a1..ee8c730d444fdb 100644 --- a/src/coreclr/src/dlls/mscorrc/mscorrc.common.rc +++ b/src/coreclr/src/dlls/mscorrc/mscorrc.common.rc @@ -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. STRINGTABLE DISCARDABLE BEGIN diff --git a/src/coreclr/src/dlls/mscorrc/mscorrc.rc b/src/coreclr/src/dlls/mscorrc/mscorrc.rc index 8214d442e9690f..a50f742cef007c 100644 --- a/src/coreclr/src/dlls/mscorrc/mscorrc.rc +++ b/src/coreclr/src/dlls/mscorrc/mscorrc.rc @@ -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. //Microsoft Developer Studio generated resource script. // diff --git a/src/coreclr/src/dlls/mscorrc/resource.h b/src/coreclr/src/dlls/mscorrc/resource.h index 06e55a5b445a5b..738b751c7faec9 100644 --- a/src/coreclr/src/dlls/mscorrc/resource.h +++ b/src/coreclr/src/dlls/mscorrc/resource.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. //{{NO_DEPENDENCIES}} // Used by mscorrc.rc // diff --git a/src/coreclr/src/gc/env/common.cpp b/src/coreclr/src/gc/env/common.cpp index 313a4e48755c65..1543e3f3e0535a 100644 --- a/src/coreclr/src/gc/env/common.cpp +++ b/src/coreclr/src/gc/env/common.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. // common.cpp : source file that includes just the standard includes // GCSample.pch will be the pre-compiled header diff --git a/src/coreclr/src/gc/env/common.h b/src/coreclr/src/gc/env/common.h index 35a9fd1737db58..02e142a23a602d 100644 --- a/src/coreclr/src/gc/env/common.h +++ b/src/coreclr/src/gc/env/common.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. // common.h : include file for standard system include files, // or project specific include files that are used frequently, but diff --git a/src/coreclr/src/gc/env/etmdummy.h b/src/coreclr/src/gc/env/etmdummy.h index ba4c4cf96a5db3..3d0e220f436f43 100644 --- a/src/coreclr/src/gc/env/etmdummy.h +++ b/src/coreclr/src/gc/env/etmdummy.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. #define FireEtwGCStart(Count, Reason) 0 #define FireEtwGCStart_V1(Count, Depth, Reason, Type, ClrInstanceID) 0 diff --git a/src/coreclr/src/gc/env/gcenv.base.h b/src/coreclr/src/gc/env/gcenv.base.h index 70d66385c6ba03..7132efae407c82 100644 --- a/src/coreclr/src/gc/env/gcenv.base.h +++ b/src/coreclr/src/gc/env/gcenv.base.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 __GCENV_BASE_INCLUDED__ #define __GCENV_BASE_INCLUDED__ // diff --git a/src/coreclr/src/gc/env/gcenv.ee.h b/src/coreclr/src/gc/env/gcenv.ee.h index fa4f2dcd765889..986acabacbeccb 100644 --- a/src/coreclr/src/gc/env/gcenv.ee.h +++ b/src/coreclr/src/gc/env/gcenv.ee.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. // Interface between the GC and EE // diff --git a/src/coreclr/src/gc/env/gcenv.h b/src/coreclr/src/gc/env/gcenv.h index a3071a139789c6..d874d3013a095d 100644 --- a/src/coreclr/src/gc/env/gcenv.h +++ b/src/coreclr/src/gc/env/gcenv.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 __GCENV_H__ #define __GCENV_H__ diff --git a/src/coreclr/src/gc/env/gcenv.interlocked.h b/src/coreclr/src/gc/env/gcenv.interlocked.h index 5b4fab326f7b35..f04b428e51bd6c 100644 --- a/src/coreclr/src/gc/env/gcenv.interlocked.h +++ b/src/coreclr/src/gc/env/gcenv.interlocked.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. // Interlocked operations // diff --git a/src/coreclr/src/gc/env/gcenv.interlocked.inl b/src/coreclr/src/gc/env/gcenv.interlocked.inl index 02361463ff51c8..549b5d35909fed 100644 --- a/src/coreclr/src/gc/env/gcenv.interlocked.inl +++ b/src/coreclr/src/gc/env/gcenv.interlocked.inl @@ -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. // __forceinline implementation of the Interlocked class methods // diff --git a/src/coreclr/src/gc/env/gcenv.object.h b/src/coreclr/src/gc/env/gcenv.object.h index 7a9908a42f2112..7a8976fe629ffc 100644 --- a/src/coreclr/src/gc/env/gcenv.object.h +++ b/src/coreclr/src/gc/env/gcenv.object.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 __GCENV_OBJECT_H__ #define __GCENV_OBJECT_H__ diff --git a/src/coreclr/src/gc/env/gcenv.os.h b/src/coreclr/src/gc/env/gcenv.os.h index 6a6477f3c46504..3dee37ad8e547e 100644 --- a/src/coreclr/src/gc/env/gcenv.os.h +++ b/src/coreclr/src/gc/env/gcenv.os.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. // Interface between GC and the OS specific functionality // diff --git a/src/coreclr/src/gc/env/gcenv.structs.h b/src/coreclr/src/gc/env/gcenv.structs.h index f7f8f4038d466c..0019ae6c988672 100644 --- a/src/coreclr/src/gc/env/gcenv.structs.h +++ b/src/coreclr/src/gc/env/gcenv.structs.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 __GCENV_STRUCTS_INCLUDED__ #define __GCENV_STRUCTS_INCLUDED__ // diff --git a/src/coreclr/src/gc/env/gcenv.sync.h b/src/coreclr/src/gc/env/gcenv.sync.h index 5b7b77ddd4004f..b27b50ee1b8e32 100644 --- a/src/coreclr/src/gc/env/gcenv.sync.h +++ b/src/coreclr/src/gc/env/gcenv.sync.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 __GCENV_SYNC_H__ #define __GCENV_SYNC_H__ diff --git a/src/coreclr/src/gc/env/gcenv.unix.inl b/src/coreclr/src/gc/env/gcenv.unix.inl index cc71651c57fc0b..d6e5ca796a1499 100644 --- a/src/coreclr/src/gc/env/gcenv.unix.inl +++ b/src/coreclr/src/gc/env/gcenv.unix.inl @@ -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 __GCENV_UNIX_INL__ #define __GCENV_UNIX_INL__ diff --git a/src/coreclr/src/gc/env/gcenv.windows.inl b/src/coreclr/src/gc/env/gcenv.windows.inl index 7e81016735a227..df34e1aaa7c7ae 100644 --- a/src/coreclr/src/gc/env/gcenv.windows.inl +++ b/src/coreclr/src/gc/env/gcenv.windows.inl @@ -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 __GCENV_WINDOWS_INL__ #define __GCENV_WINDOWS_INL__ diff --git a/src/coreclr/src/gc/env/volatile.h b/src/coreclr/src/gc/env/volatile.h index 32b6fca3b6a7c6..b47ff3847d4455 100644 --- a/src/coreclr/src/gc/env/volatile.h +++ b/src/coreclr/src/gc/env/volatile.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. // // Volatile.h // diff --git a/src/coreclr/src/gc/gc.cpp b/src/coreclr/src/gc/gc.cpp index 17bb011fdd1218..eb1e2bad672280 100644 --- a/src/coreclr/src/gc/gc.cpp +++ b/src/coreclr/src/gc/gc.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. // diff --git a/src/coreclr/src/gc/gc.h b/src/coreclr/src/gc/gc.h index a811510b4770ee..52efaa454baeec 100644 --- a/src/coreclr/src/gc/gc.h +++ b/src/coreclr/src/gc/gc.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/gc/gccommon.cpp b/src/coreclr/src/gc/gccommon.cpp index 742ae059da316c..27eb8f935c3372 100644 --- a/src/coreclr/src/gc/gccommon.cpp +++ b/src/coreclr/src/gc/gccommon.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. /* diff --git a/src/coreclr/src/gc/gcconfig.cpp b/src/coreclr/src/gc/gcconfig.cpp index 02004e3d475089..f33792f8a54a16 100644 --- a/src/coreclr/src/gc/gcconfig.cpp +++ b/src/coreclr/src/gc/gcconfig.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 "gcenv.h" diff --git a/src/coreclr/src/gc/gcconfig.h b/src/coreclr/src/gc/gcconfig.h index c1af6250342f29..3ff7a1dc2926c1 100644 --- a/src/coreclr/src/gc/gcconfig.h +++ b/src/coreclr/src/gc/gcconfig.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 __GCCONFIG_H__ #define __GCCONFIG_H__ diff --git a/src/coreclr/src/gc/gcdesc.h b/src/coreclr/src/gc/gcdesc.h index dee6c41480e4df..3d9e76096c907c 100644 --- a/src/coreclr/src/gc/gcdesc.h +++ b/src/coreclr/src/gc/gcdesc.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. // // // GC Object Pointer Location Series Stuff diff --git a/src/coreclr/src/gc/gcee.cpp b/src/coreclr/src/gc/gcee.cpp index dec75f0e2efeb6..2964b14190e9b6 100644 --- a/src/coreclr/src/gc/gcee.cpp +++ b/src/coreclr/src/gc/gcee.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. // // diff --git a/src/coreclr/src/gc/gceesvr.cpp b/src/coreclr/src/gc/gceesvr.cpp index 811c2d7f6660a4..be7c129cc3fc74 100644 --- a/src/coreclr/src/gc/gceesvr.cpp +++ b/src/coreclr/src/gc/gceesvr.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. diff --git a/src/coreclr/src/gc/gceewks.cpp b/src/coreclr/src/gc/gceewks.cpp index 56727fb875995d..203464ab6b5369 100644 --- a/src/coreclr/src/gc/gceewks.cpp +++ b/src/coreclr/src/gc/gceewks.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. diff --git a/src/coreclr/src/gc/gcenv.ee.standalone.inl b/src/coreclr/src/gc/gcenv.ee.standalone.inl index b91d0c4d5b8915..650812644b0185 100644 --- a/src/coreclr/src/gc/gcenv.ee.standalone.inl +++ b/src/coreclr/src/gc/gcenv.ee.standalone.inl @@ -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 __GCTOENV_EE_STANDALONE_INL__ #define __GCTOENV_EE_STANDALONE_INL__ diff --git a/src/coreclr/src/gc/gcenv.inl b/src/coreclr/src/gc/gcenv.inl index f3d7d329220863..bce5935aa0b661 100644 --- a/src/coreclr/src/gc/gcenv.inl +++ b/src/coreclr/src/gc/gcenv.inl @@ -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. #ifdef _WIN32 #include "gcenv.windows.inl" diff --git a/src/coreclr/src/gc/gcevent_serializers.h b/src/coreclr/src/gc/gcevent_serializers.h index 768a21fe71e655..0443d04c668ebc 100644 --- a/src/coreclr/src/gc/gcevent_serializers.h +++ b/src/coreclr/src/gc/gcevent_serializers.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 __GCEVENT_SERIALIZERS_H__ #define __GCEVENT_SERIALIZERS_H__ diff --git a/src/coreclr/src/gc/gcevents.h b/src/coreclr/src/gc/gcevents.h index cb473eed9478bc..5f43fe6f4e43a1 100644 --- a/src/coreclr/src/gc/gcevents.h +++ b/src/coreclr/src/gc/gcevents.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 KNOWN_EVENT #define KNOWN_EVENT(name, provider, level, keyword) #endif // KNOWN_EVENT diff --git a/src/coreclr/src/gc/gceventstatus.cpp b/src/coreclr/src/gc/gceventstatus.cpp index 9c4f35bfde47c8..17f2b56019aeed 100644 --- a/src/coreclr/src/gc/gceventstatus.cpp +++ b/src/coreclr/src/gc/gceventstatus.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 "gceventstatus.h" diff --git a/src/coreclr/src/gc/gceventstatus.h b/src/coreclr/src/gc/gceventstatus.h index 1f31d424bec359..58d8b2e873a1e3 100644 --- a/src/coreclr/src/gc/gceventstatus.h +++ b/src/coreclr/src/gc/gceventstatus.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 __GCEVENTSTATUS_H__ #define __GCEVENTSTATUS_H__ diff --git a/src/coreclr/src/gc/gchandletable.cpp b/src/coreclr/src/gc/gchandletable.cpp index d3f93b457521eb..9934889e58e4fe 100644 --- a/src/coreclr/src/gc/gchandletable.cpp +++ b/src/coreclr/src/gc/gchandletable.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" diff --git a/src/coreclr/src/gc/gchandletableimpl.h b/src/coreclr/src/gc/gchandletableimpl.h index 48eb2ab17dfa05..4b666bf80882a9 100644 --- a/src/coreclr/src/gc/gchandletableimpl.h +++ b/src/coreclr/src/gc/gchandletableimpl.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 GCHANDLETABLE_H_ #define GCHANDLETABLE_H_ diff --git a/src/coreclr/src/gc/gcimpl.h b/src/coreclr/src/gc/gcimpl.h index f3bba59e31521e..247897030e35c2 100644 --- a/src/coreclr/src/gc/gcimpl.h +++ b/src/coreclr/src/gc/gcimpl.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 GCIMPL_H_ diff --git a/src/coreclr/src/gc/gcinterface.dac.h b/src/coreclr/src/gc/gcinterface.dac.h index aa99d6155f486e..348279b5b69110 100644 --- a/src/coreclr/src/gc/gcinterface.dac.h +++ b/src/coreclr/src/gc/gcinterface.dac.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 _GC_INTERFACE_DAC_H_ #define _GC_INTERFACE_DAC_H_ diff --git a/src/coreclr/src/gc/gcinterface.dacvars.def b/src/coreclr/src/gc/gcinterface.dacvars.def index 7b89045acbd89f..b572e6cb3764bf 100644 --- a/src/coreclr/src/gc/gcinterface.dacvars.def +++ b/src/coreclr/src/gc/gcinterface.dacvars.def @@ -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. // This file contains the defintions of all DAC variables that the G // exports and that the DAC uses to interface with the GC. diff --git a/src/coreclr/src/gc/gcinterface.ee.h b/src/coreclr/src/gc/gcinterface.ee.h index bc9a0ab162c34d..158da1867dbb18 100644 --- a/src/coreclr/src/gc/gcinterface.ee.h +++ b/src/coreclr/src/gc/gcinterface.ee.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 _GCINTERFACE_EE_H_ #define _GCINTERFACE_EE_H_ diff --git a/src/coreclr/src/gc/gcinterface.h b/src/coreclr/src/gc/gcinterface.h index 6442acb85ee739..3ecf02499ca7a7 100644 --- a/src/coreclr/src/gc/gcinterface.h +++ b/src/coreclr/src/gc/gcinterface.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 _GC_INTERFACE_H_ #define _GC_INTERFACE_H_ diff --git a/src/coreclr/src/gc/gcload.cpp b/src/coreclr/src/gc/gcload.cpp index 35db29d866c42c..0549ca856a9b60 100644 --- a/src/coreclr/src/gc/gcload.cpp +++ b/src/coreclr/src/gc/gcload.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. /* * gcload.cpp diff --git a/src/coreclr/src/gc/gcrecord.h b/src/coreclr/src/gc/gcrecord.h index 7e623052f12c9e..68d0f4dfabe210 100644 --- a/src/coreclr/src/gc/gcrecord.h +++ b/src/coreclr/src/gc/gcrecord.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/gc/gcscan.cpp b/src/coreclr/src/gc/gcscan.cpp index 6e210b7da5d222..5b7b543681c67f 100644 --- a/src/coreclr/src/gc/gcscan.cpp +++ b/src/coreclr/src/gc/gcscan.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. /* * GCSCAN.CPP diff --git a/src/coreclr/src/gc/gcscan.h b/src/coreclr/src/gc/gcscan.h index dc12fcd308449f..5f0462ff8b02a8 100644 --- a/src/coreclr/src/gc/gcscan.h +++ b/src/coreclr/src/gc/gcscan.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. /* * GCSCAN.H diff --git a/src/coreclr/src/gc/gcsvr.cpp b/src/coreclr/src/gc/gcsvr.cpp index 1add45d271d3a0..15ec076c6c5d37 100644 --- a/src/coreclr/src/gc/gcsvr.cpp +++ b/src/coreclr/src/gc/gcsvr.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. diff --git a/src/coreclr/src/gc/gcwks.cpp b/src/coreclr/src/gc/gcwks.cpp index 3a6c7396c391e1..3977c5141b1b89 100644 --- a/src/coreclr/src/gc/gcwks.cpp +++ b/src/coreclr/src/gc/gcwks.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. diff --git a/src/coreclr/src/gc/handletable.cpp b/src/coreclr/src/gc/handletable.cpp index 1b56c74c791cff..83eed63ad9daa3 100644 --- a/src/coreclr/src/gc/handletable.cpp +++ b/src/coreclr/src/gc/handletable.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. /* * Generational GC handle manager. Main Entrypoint Layer. diff --git a/src/coreclr/src/gc/handletable.h b/src/coreclr/src/gc/handletable.h index 3645d32676c5d7..339fcf92f50881 100644 --- a/src/coreclr/src/gc/handletable.h +++ b/src/coreclr/src/gc/handletable.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. /* * Generational GC handle manager. Entrypoint Header. diff --git a/src/coreclr/src/gc/handletable.inl b/src/coreclr/src/gc/handletable.inl index eaf13c3486216a..cc16fd3c4ad99b 100644 --- a/src/coreclr/src/gc/handletable.inl +++ b/src/coreclr/src/gc/handletable.inl @@ -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/gc/handletablecache.cpp b/src/coreclr/src/gc/handletablecache.cpp index 2ac886667832a2..1110d189c4d3d9 100644 --- a/src/coreclr/src/gc/handletablecache.cpp +++ b/src/coreclr/src/gc/handletablecache.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. /* * Generational GC handle manager. Handle Caching Routines. diff --git a/src/coreclr/src/gc/handletablecore.cpp b/src/coreclr/src/gc/handletablecore.cpp index 41e87787ee59aa..3df14f945e70cb 100644 --- a/src/coreclr/src/gc/handletablecore.cpp +++ b/src/coreclr/src/gc/handletablecore.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. /* * Generational GC handle manager. Core Table Implementation. diff --git a/src/coreclr/src/gc/handletablepriv.h b/src/coreclr/src/gc/handletablepriv.h index f3a3221aeb0b6f..52c8b2c2113340 100644 --- a/src/coreclr/src/gc/handletablepriv.h +++ b/src/coreclr/src/gc/handletablepriv.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. /* * Generational GC handle manager. Internal Implementation Header. diff --git a/src/coreclr/src/gc/handletablescan.cpp b/src/coreclr/src/gc/handletablescan.cpp index cc2c55524dcce8..9fde96a2c7be9a 100644 --- a/src/coreclr/src/gc/handletablescan.cpp +++ b/src/coreclr/src/gc/handletablescan.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. /* * Generational GC handle manager. Table Scanning Routines. diff --git a/src/coreclr/src/gc/objecthandle.cpp b/src/coreclr/src/gc/objecthandle.cpp index e6a5160d7ee543..52c31b49c5a8a3 100644 --- a/src/coreclr/src/gc/objecthandle.cpp +++ b/src/coreclr/src/gc/objecthandle.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. /* * Wraps handle table to implement various handle types (Strong, Weak, etc.) diff --git a/src/coreclr/src/gc/objecthandle.h b/src/coreclr/src/gc/objecthandle.h index f601e5cf8dbcb4..bfa7feb370eac2 100644 --- a/src/coreclr/src/gc/objecthandle.h +++ b/src/coreclr/src/gc/objecthandle.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. /* * Wraps handle table to implement various handle types (Strong, Weak, etc.) diff --git a/src/coreclr/src/gc/sample/GCSample.cpp b/src/coreclr/src/gc/sample/GCSample.cpp index 91ffc2e11e9799..c102efc4ae71c6 100644 --- a/src/coreclr/src/gc/sample/GCSample.cpp +++ b/src/coreclr/src/gc/sample/GCSample.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. // // GCSample.cpp diff --git a/src/coreclr/src/gc/sample/gcenv.ee.cpp b/src/coreclr/src/gc/sample/gcenv.ee.cpp index 6f5151ee1534cd..4ed20f07786e87 100644 --- a/src/coreclr/src/gc/sample/gcenv.ee.cpp +++ b/src/coreclr/src/gc/sample/gcenv.ee.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" diff --git a/src/coreclr/src/gc/sample/gcenv.h b/src/coreclr/src/gc/sample/gcenv.h index dfafdffc14c6b7..2c8f5abbb8ed91 100644 --- a/src/coreclr/src/gc/sample/gcenv.h +++ b/src/coreclr/src/gc/sample/gcenv.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 __GCENV_H__ #define __GCENV_H__ diff --git a/src/coreclr/src/gc/softwarewritewatch.cpp b/src/coreclr/src/gc/softwarewritewatch.cpp index e1f305e76ff58d..c72e2c6fcb9db5 100644 --- a/src/coreclr/src/gc/softwarewritewatch.cpp +++ b/src/coreclr/src/gc/softwarewritewatch.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 "gcenv.h" diff --git a/src/coreclr/src/gc/softwarewritewatch.h b/src/coreclr/src/gc/softwarewritewatch.h index 46105f35bf5919..1c1c85e86aa55a 100644 --- a/src/coreclr/src/gc/softwarewritewatch.h +++ b/src/coreclr/src/gc/softwarewritewatch.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 __SOFTWARE_WRITE_WATCH_H__ #define __SOFTWARE_WRITE_WATCH_H__ diff --git a/src/coreclr/src/gc/unix/cgroup.cpp b/src/coreclr/src/gc/unix/cgroup.cpp index 9cdc5b14df021c..00ebc14a9492d2 100644 --- a/src/coreclr/src/gc/unix/cgroup.cpp +++ b/src/coreclr/src/gc/unix/cgroup.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. /*++ diff --git a/src/coreclr/src/gc/unix/cgroup.h b/src/coreclr/src/gc/unix/cgroup.h index 6e405ae6731ccf..21a604abb5fda6 100644 --- a/src/coreclr/src/gc/unix/cgroup.h +++ b/src/coreclr/src/gc/unix/cgroup.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 __CGROUP_H__ diff --git a/src/coreclr/src/gc/unix/config.gc.h.in b/src/coreclr/src/gc/unix/config.gc.h.in index ad33f95b6bdc81..954176f74a346b 100644 --- a/src/coreclr/src/gc/unix/config.gc.h.in +++ b/src/coreclr/src/gc/unix/config.gc.h.in @@ -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 __CONFIG_H__ #define __CONFIG_H__ diff --git a/src/coreclr/src/gc/unix/events.cpp b/src/coreclr/src/gc/unix/events.cpp index 820475c0df22fc..88797741fa7ea4 100644 --- a/src/coreclr/src/gc/unix/events.cpp +++ b/src/coreclr/src/gc/unix/events.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 #include diff --git a/src/coreclr/src/gc/unix/gcenv.unix.cpp b/src/coreclr/src/gc/unix/gcenv.unix.cpp index 9b78b70f53abbb..e7a12249869987 100644 --- a/src/coreclr/src/gc/unix/gcenv.unix.cpp +++ b/src/coreclr/src/gc/unix/gcenv.unix.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. #define _WITH_GETLINE #include diff --git a/src/coreclr/src/gc/unix/globals.h b/src/coreclr/src/gc/unix/globals.h index bc3dc499183344..fe0d76a36a4cd7 100644 --- a/src/coreclr/src/gc/unix/globals.h +++ b/src/coreclr/src/gc/unix/globals.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 __GLOBALS_H__ #define __GLOBALS_H__ diff --git a/src/coreclr/src/gc/windows/gcenv.windows.cpp b/src/coreclr/src/gc/windows/gcenv.windows.cpp index a9504bd4b69adf..4b44ca9e8d5b57 100644 --- a/src/coreclr/src/gc/windows/gcenv.windows.cpp +++ b/src/coreclr/src/gc/windows/gcenv.windows.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 #include diff --git a/src/coreclr/src/gcdump/gcdump.cpp b/src/coreclr/src/gcdump/gcdump.cpp index c6403b7c888a26..04faf7819daf65 100644 --- a/src/coreclr/src/gcdump/gcdump.cpp +++ b/src/coreclr/src/gcdump/gcdump.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. /***************************************************************************** * GCDump.cpp * diff --git a/src/coreclr/src/gcdump/gcdumpnonx86.cpp b/src/coreclr/src/gcdump/gcdumpnonx86.cpp index d063e72838e97e..84da4592e622d5 100644 --- a/src/coreclr/src/gcdump/gcdumpnonx86.cpp +++ b/src/coreclr/src/gcdump/gcdumpnonx86.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. /***************************************************************************** * GCDumpNonX86.cpp */ diff --git a/src/coreclr/src/gcdump/i386/gcdumpx86.cpp b/src/coreclr/src/gcdump/i386/gcdumpx86.cpp index 14945e8746bc2c..0d221e1918db4e 100644 --- a/src/coreclr/src/gcdump/i386/gcdumpx86.cpp +++ b/src/coreclr/src/gcdump/i386/gcdumpx86.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. /***************************************************************************** * GCDumpX86.cpp */ diff --git a/src/coreclr/src/gcinfo/arraylist.cpp b/src/coreclr/src/gcinfo/arraylist.cpp index 566304c7ac1199..5071c483ba7ff3 100644 --- a/src/coreclr/src/gcinfo/arraylist.cpp +++ b/src/coreclr/src/gcinfo/arraylist.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 #include diff --git a/src/coreclr/src/gcinfo/gcinfodumper.cpp b/src/coreclr/src/gcinfo/gcinfodumper.cpp index 8fa31dbd28f766..3ea383832046b3 100644 --- a/src/coreclr/src/gcinfo/gcinfodumper.cpp +++ b/src/coreclr/src/gcinfo/gcinfodumper.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 "gcinfodumper.h" diff --git a/src/coreclr/src/gcinfo/gcinfoencoder.cpp b/src/coreclr/src/gcinfo/gcinfoencoder.cpp index cc4359fd47540a..ab89b90e528885 100644 --- a/src/coreclr/src/gcinfo/gcinfoencoder.cpp +++ b/src/coreclr/src/gcinfo/gcinfoencoder.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. /***************************************************************************** * diff --git a/src/coreclr/src/hosts/coreconsole/coreconsole.cpp b/src/coreclr/src/hosts/coreconsole/coreconsole.cpp index b0e8d29db0c71d..406525f8d77df0 100644 --- a/src/coreclr/src/hosts/coreconsole/coreconsole.cpp +++ b/src/coreclr/src/hosts/coreconsole/coreconsole.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. // // A simple CoreCLR host that runs a managed binary with the same name as this executable but with *.dll extension diff --git a/src/coreclr/src/hosts/coreconsole/logger.cpp b/src/coreclr/src/hosts/coreconsole/logger.cpp index 7c13c9b5473be8..071305d00791fb 100644 --- a/src/coreclr/src/hosts/coreconsole/logger.cpp +++ b/src/coreclr/src/hosts/coreconsole/logger.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 #include diff --git a/src/coreclr/src/hosts/coreconsole/logger.h b/src/coreclr/src/hosts/coreconsole/logger.h index e6b854b1f363df..4226e4a2e653da 100644 --- a/src/coreclr/src/hosts/coreconsole/logger.h +++ b/src/coreclr/src/hosts/coreconsole/logger.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. // // Logger for the CoreCLR host. diff --git a/src/coreclr/src/hosts/coreconsole/native.rc b/src/coreclr/src/hosts/coreconsole/native.rc index 66900223e0e255..302e69dd47142b 100644 --- a/src/coreclr/src/hosts/coreconsole/native.rc +++ b/src/coreclr/src/hosts/coreconsole/native.rc @@ -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. #define FX_VER_FILEDESCRIPTION_STR "Microsoft CoreCLR Program launcher\0" diff --git a/src/coreclr/src/hosts/corerun/corerun.cpp b/src/coreclr/src/hosts/corerun/corerun.cpp index 77fbe4392bc211..2db9d3606765c3 100644 --- a/src/coreclr/src/hosts/corerun/corerun.cpp +++ b/src/coreclr/src/hosts/corerun/corerun.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. // diff --git a/src/coreclr/src/hosts/corerun/logger.cpp b/src/coreclr/src/hosts/corerun/logger.cpp index 540c3937a16707..f3fd0477f1e676 100644 --- a/src/coreclr/src/hosts/corerun/logger.cpp +++ b/src/coreclr/src/hosts/corerun/logger.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. diff --git a/src/coreclr/src/hosts/corerun/logger.h b/src/coreclr/src/hosts/corerun/logger.h index f9e691e2321228..fe954f806303fa 100644 --- a/src/coreclr/src/hosts/corerun/logger.h +++ b/src/coreclr/src/hosts/corerun/logger.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/hosts/corerun/native.rc b/src/coreclr/src/hosts/corerun/native.rc index 5ad4f9893a5ecf..cc7e7da310446e 100644 --- a/src/coreclr/src/hosts/corerun/native.rc +++ b/src/coreclr/src/hosts/corerun/native.rc @@ -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. #define FX_VER_FILEDESCRIPTION_STR "Microsoft CoreCLR EXE launcher\0" diff --git a/src/coreclr/src/hosts/coreshim/ComActivation.cpp b/src/coreclr/src/hosts/coreshim/ComActivation.cpp index 6c03be0f439be6..33d316e13cca55 100644 --- a/src/coreclr/src/hosts/coreshim/ComActivation.cpp +++ b/src/coreclr/src/hosts/coreshim/ComActivation.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 "CoreShim.h" diff --git a/src/coreclr/src/hosts/coreshim/CoreShim.cpp b/src/coreclr/src/hosts/coreshim/CoreShim.cpp index 44ff77e4cab638..0648ef4f4e0ec0 100644 --- a/src/coreclr/src/hosts/coreshim/CoreShim.cpp +++ b/src/coreclr/src/hosts/coreshim/CoreShim.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 "CoreShim.h" diff --git a/src/coreclr/src/hosts/coreshim/CoreShim.h b/src/coreclr/src/hosts/coreshim/CoreShim.h index 5875b457bc50a3..09bc0d77a109a1 100644 --- a/src/coreclr/src/hosts/coreshim/CoreShim.h +++ b/src/coreclr/src/hosts/coreshim/CoreShim.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 _CORESHIM_H_ #define _CORESHIM_H_ diff --git a/src/coreclr/src/hosts/inc/coreclrhost.h b/src/coreclr/src/hosts/inc/coreclrhost.h index e0aff72dd2647f..4cb04b95693d71 100644 --- a/src/coreclr/src/hosts/inc/coreclrhost.h +++ b/src/coreclr/src/hosts/inc/coreclrhost.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. // // APIs for hosting CoreCLR diff --git a/src/coreclr/src/hosts/osxbundlerun/osxbundlerun.cpp b/src/coreclr/src/hosts/osxbundlerun/osxbundlerun.cpp index a0e41208802aaf..6a0ea83db4dbec 100644 --- a/src/coreclr/src/hosts/osxbundlerun/osxbundlerun.cpp +++ b/src/coreclr/src/hosts/osxbundlerun/osxbundlerun.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. // CoreCLR boot loader for OSX app packages. // diff --git a/src/coreclr/src/hosts/unixcoreconsole/coreconsole.cpp b/src/coreclr/src/hosts/unixcoreconsole/coreconsole.cpp index 8ad8c7189365ce..44a0ac3394897d 100644 --- a/src/coreclr/src/hosts/unixcoreconsole/coreconsole.cpp +++ b/src/coreclr/src/hosts/unixcoreconsole/coreconsole.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. // // A simple CoreCLR host that runs a managed binary with the same name as this executable but with the *.dll extension diff --git a/src/coreclr/src/hosts/unixcorerun/corerun.cpp b/src/coreclr/src/hosts/unixcorerun/corerun.cpp index 0a9e499e1e1ac1..c96ec8b059e457 100644 --- a/src/coreclr/src/hosts/unixcorerun/corerun.cpp +++ b/src/coreclr/src/hosts/unixcorerun/corerun.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 #include diff --git a/src/coreclr/src/hosts/unixcoreruncommon/config.h.in b/src/coreclr/src/hosts/unixcoreruncommon/config.h.in index 8adb7098ef11b8..0c2e459443b136 100644 --- a/src/coreclr/src/hosts/unixcoreruncommon/config.h.in +++ b/src/coreclr/src/hosts/unixcoreruncommon/config.h.in @@ -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 __CONFIG_H__ #define __CONFIG_H__ diff --git a/src/coreclr/src/hosts/unixcoreruncommon/coreruncommon.cpp b/src/coreclr/src/hosts/unixcoreruncommon/coreruncommon.cpp index 1b6e1fa8204103..b95903062f37d5 100644 --- a/src/coreclr/src/hosts/unixcoreruncommon/coreruncommon.cpp +++ b/src/coreclr/src/hosts/unixcoreruncommon/coreruncommon.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. // // Code that is used by both the Unix corerun and coreconsole. diff --git a/src/coreclr/src/hosts/unixcoreruncommon/coreruncommon.h b/src/coreclr/src/hosts/unixcoreruncommon/coreruncommon.h index bc54e977746adc..b6bc17bd463146 100644 --- a/src/coreclr/src/hosts/unixcoreruncommon/coreruncommon.h +++ b/src/coreclr/src/hosts/unixcoreruncommon/coreruncommon.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. #include diff --git a/src/coreclr/src/ilasm/Native.rc b/src/coreclr/src/ilasm/Native.rc index 2164680d3ce296..b9622b6c47eb21 100644 --- a/src/coreclr/src/ilasm/Native.rc +++ b/src/coreclr/src/ilasm/Native.rc @@ -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. #define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET Framework IL assembler\0" diff --git a/src/coreclr/src/ilasm/asmenum.h b/src/coreclr/src/ilasm/asmenum.h index e16ee23dd0a32f..f2e79c81eb9f61 100644 --- a/src/coreclr/src/ilasm/asmenum.h +++ b/src/coreclr/src/ilasm/asmenum.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 __asmenum_h__ #define __asmenum_h__ diff --git a/src/coreclr/src/ilasm/asmman.cpp b/src/coreclr/src/ilasm/asmman.cpp index 7d22c9ba5b4496..4abb780e4be143 100644 --- a/src/coreclr/src/ilasm/asmman.cpp +++ b/src/coreclr/src/ilasm/asmman.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. // // asmman.cpp - manifest info handling (implementation of class AsmMan, see asmman.hpp) // diff --git a/src/coreclr/src/ilasm/asmman.hpp b/src/coreclr/src/ilasm/asmman.hpp index 38851bab0bc04a..1290c9b2707c8a 100644 --- a/src/coreclr/src/ilasm/asmman.hpp +++ b/src/coreclr/src/ilasm/asmman.hpp @@ -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. // // asmman.hpp - header file for manifest-related ILASM functions // diff --git a/src/coreclr/src/ilasm/asmparse.h b/src/coreclr/src/ilasm/asmparse.h index 3218e238f11833..7585ec69f720f5 100644 --- a/src/coreclr/src/ilasm/asmparse.h +++ b/src/coreclr/src/ilasm/asmparse.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. /**************************************************************************/ /* asmParse is basically a wrapper around a YACC grammer COM+ assembly */ diff --git a/src/coreclr/src/ilasm/asmtemplates.h b/src/coreclr/src/ilasm/asmtemplates.h index 6b6ccd4e294d48..0393c71a4f2480 100644 --- a/src/coreclr/src/ilasm/asmtemplates.h +++ b/src/coreclr/src/ilasm/asmtemplates.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 ASMTEMPLATES_H #define ASMTEMPLATES_H diff --git a/src/coreclr/src/ilasm/assem.cpp b/src/coreclr/src/ilasm/assem.cpp index 99a4321d38df42..cdfd302be2eff1 100644 --- a/src/coreclr/src/ilasm/assem.cpp +++ b/src/coreclr/src/ilasm/assem.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. // // File: assem.cpp // diff --git a/src/coreclr/src/ilasm/assembler.cpp b/src/coreclr/src/ilasm/assembler.cpp index 252a07a30349c5..f1dbee16fd2edc 100644 --- a/src/coreclr/src/ilasm/assembler.cpp +++ b/src/coreclr/src/ilasm/assembler.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. // // File: assembler.cpp // diff --git a/src/coreclr/src/ilasm/assembler.h b/src/coreclr/src/ilasm/assembler.h index 43cbf42bb65148..39bacaf442138b 100644 --- a/src/coreclr/src/ilasm/assembler.h +++ b/src/coreclr/src/ilasm/assembler.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. /************************************************************************/ /* Assembler.h */ /************************************************************************/ diff --git a/src/coreclr/src/ilasm/binstr.h b/src/coreclr/src/ilasm/binstr.h index 275b810a5c7b5a..d0e8da1e4907a8 100644 --- a/src/coreclr/src/ilasm/binstr.h +++ b/src/coreclr/src/ilasm/binstr.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. /**************************************************************************/ /* a binary string (blob) class */ diff --git a/src/coreclr/src/ilasm/class.hpp b/src/coreclr/src/ilasm/class.hpp index 6f3d8ec7a80862..b86758957002ce 100644 --- a/src/coreclr/src/ilasm/class.hpp +++ b/src/coreclr/src/ilasm/class.hpp @@ -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. // // class.hpp // diff --git a/src/coreclr/src/ilasm/grammar_after.cpp b/src/coreclr/src/ilasm/grammar_after.cpp index 938eac15dd2ba2..96787774562f52 100644 --- a/src/coreclr/src/ilasm/grammar_after.cpp +++ b/src/coreclr/src/ilasm/grammar_after.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. /********************************************************************************/ /* Code goes here */ diff --git a/src/coreclr/src/ilasm/grammar_before.cpp b/src/coreclr/src/ilasm/grammar_before.cpp index 2d070ba26b33eb..43b45bf36b9741 100644 --- a/src/coreclr/src/ilasm/grammar_before.cpp +++ b/src/coreclr/src/ilasm/grammar_before.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 #include diff --git a/src/coreclr/src/ilasm/ilasmpch.cpp b/src/coreclr/src/ilasm/ilasmpch.cpp index 96e6eb9bf0d25a..282910d0f45d25 100644 --- a/src/coreclr/src/ilasm/ilasmpch.cpp +++ b/src/coreclr/src/ilasm/ilasmpch.cpp @@ -1,5 +1,4 @@ // Licensed to the .NET Foundation under one or more 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 "ilasmpch.h" diff --git a/src/coreclr/src/ilasm/ilasmpch.h b/src/coreclr/src/ilasm/ilasmpch.h index 31be491abc8a6a..d5f8cc2b158bbc 100644 --- a/src/coreclr/src/ilasm/ilasmpch.h +++ b/src/coreclr/src/ilasm/ilasmpch.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. #if !defined(_ILASMPCH_H) #define _ILASMPCH_H diff --git a/src/coreclr/src/ilasm/main.cpp b/src/coreclr/src/ilasm/main.cpp index 3257323446d77f..3942e8cecc99fa 100644 --- a/src/coreclr/src/ilasm/main.cpp +++ b/src/coreclr/src/ilasm/main.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. // File: main.cpp // diff --git a/src/coreclr/src/ilasm/method.cpp b/src/coreclr/src/ilasm/method.cpp index a0e20d351d0fd8..41df30f510f65a 100644 --- a/src/coreclr/src/ilasm/method.cpp +++ b/src/coreclr/src/ilasm/method.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. // // file: method.cpp // diff --git a/src/coreclr/src/ilasm/method.hpp b/src/coreclr/src/ilasm/method.hpp index e0bcd0c9e78d75..47786f5d33c01e 100644 --- a/src/coreclr/src/ilasm/method.hpp +++ b/src/coreclr/src/ilasm/method.hpp @@ -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. // // method.hpp // diff --git a/src/coreclr/src/ilasm/nvpair.h b/src/coreclr/src/ilasm/nvpair.h index 8e0f4bd4acccd5..158df000aa4962 100644 --- a/src/coreclr/src/ilasm/nvpair.h +++ b/src/coreclr/src/ilasm/nvpair.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. /***************************************************************************/ /* Name value pair (both strings) which can be linked into a list of pairs */ diff --git a/src/coreclr/src/ilasm/prebuilt/asmparse.grammar b/src/coreclr/src/ilasm/prebuilt/asmparse.grammar index fd6258583e2657..82dac9517f7d7b 100644 --- a/src/coreclr/src/ilasm/prebuilt/asmparse.grammar +++ b/src/coreclr/src/ilasm/prebuilt/asmparse.grammar @@ -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. Lexical tokens ID - C style alphaNumeric identifier (e.g. Hello_There2) diff --git a/src/coreclr/src/ilasm/typar.hpp b/src/coreclr/src/ilasm/typar.hpp index 48d9e2091bc948..aee0c32c45262b 100644 --- a/src/coreclr/src/ilasm/typar.hpp +++ b/src/coreclr/src/ilasm/typar.hpp @@ -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. /**************************************************************************/ /* a type parameter list */ diff --git a/src/coreclr/src/ilasm/writer.cpp b/src/coreclr/src/ilasm/writer.cpp index 94da077ad2b9ab..64b0054ec3e030 100644 --- a/src/coreclr/src/ilasm/writer.cpp +++ b/src/coreclr/src/ilasm/writer.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. // // writer.cpp // diff --git a/src/coreclr/src/ilasm/writer_enc.cpp b/src/coreclr/src/ilasm/writer_enc.cpp index 31f3e284a6016d..1888b563e6f852 100644 --- a/src/coreclr/src/ilasm/writer_enc.cpp +++ b/src/coreclr/src/ilasm/writer_enc.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. // // writer_ENC.cpp // diff --git a/src/coreclr/src/ildasm/ceeload.cpp b/src/coreclr/src/ildasm/ceeload.cpp index d157585bd23a0c..13badcf9098e67 100644 --- a/src/coreclr/src/ildasm/ceeload.cpp +++ b/src/coreclr/src/ildasm/ceeload.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. // // CEELOAD reads in the PE file format using LoadLibrary diff --git a/src/coreclr/src/ildasm/ceeload.h b/src/coreclr/src/ildasm/ceeload.h index f1f550dd8a87ac..f1c8ec7248b9bb 100644 --- a/src/coreclr/src/ildasm/ceeload.h +++ b/src/coreclr/src/ildasm/ceeload.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. // =========================================================================== // File: CEELOAD.H // diff --git a/src/coreclr/src/ildasm/dasm.cpp b/src/coreclr/src/ildasm/dasm.cpp index eabdc888c56486..da3d12f0f33684 100644 --- a/src/coreclr/src/ildasm/dasm.cpp +++ b/src/coreclr/src/ildasm/dasm.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 "ildasmpch.h" #include diff --git a/src/coreclr/src/ildasm/dasm.rc b/src/coreclr/src/ildasm/dasm.rc index 1859d928322497..4ba4e758255f79 100644 --- a/src/coreclr/src/ildasm/dasm.rc +++ b/src/coreclr/src/ildasm/dasm.rc @@ -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 "resource.h" diff --git a/src/coreclr/src/ildasm/dasm_formattype.cpp b/src/coreclr/src/ildasm/dasm_formattype.cpp index 9f6eeda84a8f49..0e4007aa95ee8a 100644 --- a/src/coreclr/src/ildasm/dasm_formattype.cpp +++ b/src/coreclr/src/ildasm/dasm_formattype.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. // /******************************************************************************/ diff --git a/src/coreclr/src/ildasm/dasm_mi.cpp b/src/coreclr/src/ildasm/dasm_mi.cpp index 38fee079cfe25a..2162a27d2b3c22 100644 --- a/src/coreclr/src/ildasm/dasm_mi.cpp +++ b/src/coreclr/src/ildasm/dasm_mi.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 "ildasmpch.h" diff --git a/src/coreclr/src/ildasm/dasm_sz.cpp b/src/coreclr/src/ildasm/dasm_sz.cpp index cadd9986a4ef49..17b54951f84bf4 100644 --- a/src/coreclr/src/ildasm/dasm_sz.cpp +++ b/src/coreclr/src/ildasm/dasm_sz.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 "ildasmpch.h" diff --git a/src/coreclr/src/ildasm/dasm_sz.h b/src/coreclr/src/ildasm/dasm_sz.h index d13b36356cc39f..164a7d4567740a 100644 --- a/src/coreclr/src/ildasm/dasm_sz.h +++ b/src/coreclr/src/ildasm/dasm_sz.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 _DASM_SZ_H_ #define _DASM_SZ_H_ diff --git a/src/coreclr/src/ildasm/dasmenum.hpp b/src/coreclr/src/ildasm/dasmenum.hpp index 6c541031f8d254..76effbe0d9905c 100644 --- a/src/coreclr/src/ildasm/dasmenum.hpp +++ b/src/coreclr/src/ildasm/dasmenum.hpp @@ -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 "openum.h" diff --git a/src/coreclr/src/ildasm/dis.cpp b/src/coreclr/src/ildasm/dis.cpp index 71c289dc914dd8..be12021d8346e4 100644 --- a/src/coreclr/src/ildasm/dis.cpp +++ b/src/coreclr/src/ildasm/dis.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. // // Disassembler diff --git a/src/coreclr/src/ildasm/dis.h b/src/coreclr/src/ildasm/dis.h index 6d2fac87ecb3fe..262ab3930f76a7 100644 --- a/src/coreclr/src/ildasm/dis.h +++ b/src/coreclr/src/ildasm/dis.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. #include "formattype.h" diff --git a/src/coreclr/src/ildasm/dman.cpp b/src/coreclr/src/ildasm/dman.cpp index 61e50a5ab9032b..c1338d70150de5 100644 --- a/src/coreclr/src/ildasm/dman.cpp +++ b/src/coreclr/src/ildasm/dman.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. // // Assembly and Manifest Disassembler diff --git a/src/coreclr/src/ildasm/dres.cpp b/src/coreclr/src/ildasm/dres.cpp index 438eb0a045b5ef..c7043fb45869cf 100644 --- a/src/coreclr/src/ildasm/dres.cpp +++ b/src/coreclr/src/ildasm/dres.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. // // Win32 Resource extractor diff --git a/src/coreclr/src/ildasm/dynamicarray.h b/src/coreclr/src/ildasm/dynamicarray.h index 3ba77d549fad9d..39f507a62728af 100644 --- a/src/coreclr/src/ildasm/dynamicarray.h +++ b/src/coreclr/src/ildasm/dynamicarray.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 DYNAMICARRAY_H diff --git a/src/coreclr/src/ildasm/ildasmpch.cpp b/src/coreclr/src/ildasm/ildasmpch.cpp index 1d476e9ff506fa..c78ec75520d2e9 100644 --- a/src/coreclr/src/ildasm/ildasmpch.cpp +++ b/src/coreclr/src/ildasm/ildasmpch.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. // // This is just to build the PCH for ildasm diff --git a/src/coreclr/src/ildasm/ildasmpch.h b/src/coreclr/src/ildasm/ildasmpch.h index 071bedbcb2c76a..cfd05bf6551ff6 100644 --- a/src/coreclr/src/ildasm/ildasmpch.h +++ b/src/coreclr/src/ildasm/ildasmpch.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. #if !defined(_ILDASMPCH_H) #define _ILDASMPCH_H diff --git a/src/coreclr/src/ildasm/resource.h b/src/coreclr/src/ildasm/resource.h index 3edd2183bb3b2b..dbd277c01b2973 100644 --- a/src/coreclr/src/ildasm/resource.h +++ b/src/coreclr/src/ildasm/resource.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. //{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. diff --git a/src/coreclr/src/ildasm/util.hpp b/src/coreclr/src/ildasm/util.hpp index c5c4c44a55dac3..596cc62b88b7af 100644 --- a/src/coreclr/src/ildasm/util.hpp +++ b/src/coreclr/src/ildasm/util.hpp @@ -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. // // util.hpp // diff --git a/src/coreclr/src/ildasm/windasm.cpp b/src/coreclr/src/ildasm/windasm.cpp index 41a7a67bed2791..94abfcdb0d8250 100644 --- a/src/coreclr/src/ildasm/windasm.cpp +++ b/src/coreclr/src/ildasm/windasm.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. /************************************************************************************************ * * diff --git a/src/coreclr/src/inc/CrstTypeTool.cs b/src/coreclr/src/inc/CrstTypeTool.cs index f32ade25f15fd8..4a6bf3a2b42eb9 100644 --- a/src/coreclr/src/inc/CrstTypeTool.cs +++ b/src/coreclr/src/inc/CrstTypeTool.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. // // This tool exists to transform a high level description of Crst dependencies (i.e. which Crst type may be diff --git a/src/coreclr/src/inc/CrstTypes.def b/src/coreclr/src/inc/CrstTypes.def index 58a5fe2daf5291..46eb9eaccc5f83 100644 --- a/src/coreclr/src/inc/CrstTypes.def +++ b/src/coreclr/src/inc/CrstTypes.def @@ -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. // // This file is used to describe the different types of Crst and their dependencies on other Crst types (in diff --git a/src/coreclr/src/inc/MSCOREE.IDL b/src/coreclr/src/inc/MSCOREE.IDL index 6c2c5122bc8360..1a5124ffbb2c9c 100644 --- a/src/coreclr/src/inc/MSCOREE.IDL +++ b/src/coreclr/src/inc/MSCOREE.IDL @@ -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/inc/allocacheck.h b/src/coreclr/src/inc/allocacheck.h index 93d57d983f6890..ca2a57a277cdfd 100644 --- a/src/coreclr/src/inc/allocacheck.h +++ b/src/coreclr/src/inc/allocacheck.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. /*********************************************************************/ /* AllocaCheck */ /*********************************************************************/ diff --git a/src/coreclr/src/inc/arrayholder.h b/src/coreclr/src/inc/arrayholder.h index 0523a412829c38..1795ec56ab9d1e 100644 --- a/src/coreclr/src/inc/arrayholder.h +++ b/src/coreclr/src/inc/arrayholder.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. template class ArrayHolder diff --git a/src/coreclr/src/inc/arraylist.h b/src/coreclr/src/inc/arraylist.h index a4c6b2cb5c1ab1..e4e008214ac90a 100644 --- a/src/coreclr/src/inc/arraylist.h +++ b/src/coreclr/src/inc/arraylist.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 ARRAYLIST_H_ diff --git a/src/coreclr/src/inc/bbsweep.h b/src/coreclr/src/inc/bbsweep.h index b24cf231db58bc..a65e9a94cbedb6 100644 --- a/src/coreclr/src/inc/bbsweep.h +++ b/src/coreclr/src/inc/bbsweep.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/inc/bitmask.h b/src/coreclr/src/inc/bitmask.h index 2e91295aec0ed1..f8dddb313398eb 100644 --- a/src/coreclr/src/inc/bitmask.h +++ b/src/coreclr/src/inc/bitmask.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/inc/bitmask.inl b/src/coreclr/src/inc/bitmask.inl index 7a69dd8a4f6ba9..9bdd60827f4f5d 100644 --- a/src/coreclr/src/inc/bitmask.inl +++ b/src/coreclr/src/inc/bitmask.inl @@ -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/inc/bitposition.h b/src/coreclr/src/inc/bitposition.h index 423c4ed24a6bb0..e1f05ffe9ca03d 100644 --- a/src/coreclr/src/inc/bitposition.h +++ b/src/coreclr/src/inc/bitposition.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 _BITPOSITION_H_ #define _BITPOSITION_H_ diff --git a/src/coreclr/src/inc/bitvector.h b/src/coreclr/src/inc/bitvector.h index 43fd2bca611c9a..0ef797f6e3c9c4 100644 --- a/src/coreclr/src/inc/bitvector.h +++ b/src/coreclr/src/inc/bitvector.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/inc/blobfetcher.h b/src/coreclr/src/inc/blobfetcher.h index a7f65c4150928a..9906f4dc9e7988 100644 --- a/src/coreclr/src/inc/blobfetcher.h +++ b/src/coreclr/src/inc/blobfetcher.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. //***************************************************************************** // CBlobFetcher - it fetches binary chunks, similar to new, but more controlled // diff --git a/src/coreclr/src/inc/bundle.h b/src/coreclr/src/inc/bundle.h index 00fc186ab9ff0c..c669790350db5b 100644 --- a/src/coreclr/src/inc/bundle.h +++ b/src/coreclr/src/inc/bundle.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/inc/cahlpr.h b/src/coreclr/src/inc/cahlpr.h index c35f64d334995b..c5b4446b83cdce 100644 --- a/src/coreclr/src/inc/cahlpr.h +++ b/src/coreclr/src/inc/cahlpr.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. //***************************************************************************** // File: CAHLPR.H // diff --git a/src/coreclr/src/inc/caparser.h b/src/coreclr/src/inc/caparser.h index a263dcbcde43e8..a6a153b217249c 100644 --- a/src/coreclr/src/inc/caparser.h +++ b/src/coreclr/src/inc/caparser.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. // // File: caparser.h // diff --git a/src/coreclr/src/inc/ceefilegenwriter.h b/src/coreclr/src/inc/ceefilegenwriter.h index 331673811fcc6a..ab55bdc6a91482 100644 --- a/src/coreclr/src/inc/ceefilegenwriter.h +++ b/src/coreclr/src/inc/ceefilegenwriter.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. // =========================================================================== // File: CeeFileGenWriter.h // diff --git a/src/coreclr/src/inc/ceegen.h b/src/coreclr/src/inc/ceegen.h index 3bd729e43501e7..f770797d5e543b 100644 --- a/src/coreclr/src/inc/ceegen.h +++ b/src/coreclr/src/inc/ceegen.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. // =========================================================================== // File: CEEGEN.H // diff --git a/src/coreclr/src/inc/ceegentokenmapper.h b/src/coreclr/src/inc/ceegentokenmapper.h index a0b7680ef1c762..a1bb9b7ef4e4cc 100644 --- a/src/coreclr/src/inc/ceegentokenmapper.h +++ b/src/coreclr/src/inc/ceegentokenmapper.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. //***************************************************************************** // CeeGenTokenMapper.h // diff --git a/src/coreclr/src/inc/ceesectionstring.h b/src/coreclr/src/inc/ceesectionstring.h index 0ec466d741b118..1aec289f4b357b 100644 --- a/src/coreclr/src/inc/ceesectionstring.h +++ b/src/coreclr/src/inc/ceesectionstring.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. // =========================================================================== // File: CeeSectionString.h // diff --git a/src/coreclr/src/inc/cfi.h b/src/coreclr/src/inc/cfi.h index d5d77840ec7718..3d7ec0f4cc11f8 100644 --- a/src/coreclr/src/inc/cfi.h +++ b/src/coreclr/src/inc/cfi.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 CFI_H_ #define CFI_H_ diff --git a/src/coreclr/src/inc/check.h b/src/coreclr/src/inc/check.h index 9e012de2a51465..c033965d400f06 100644 --- a/src/coreclr/src/inc/check.h +++ b/src/coreclr/src/inc/check.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. // --------------------------------------------------------------------------- // Check.h // diff --git a/src/coreclr/src/inc/check.inl b/src/coreclr/src/inc/check.inl index 84a9be2483fe18..f234e988faf0d8 100644 --- a/src/coreclr/src/inc/check.inl +++ b/src/coreclr/src/inc/check.inl @@ -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 CHECK_INL_ #define CHECK_INL_ diff --git a/src/coreclr/src/inc/clr/fs.h b/src/coreclr/src/inc/clr/fs.h index 6ff1750daf109d..d7efac04cf5fb3 100644 --- a/src/coreclr/src/inc/clr/fs.h +++ b/src/coreclr/src/inc/clr/fs.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/inc/clr/fs/path.h b/src/coreclr/src/inc/clr/fs/path.h index dd4ed9e7489e6a..7f1d0e00d73823 100644 --- a/src/coreclr/src/inc/clr/fs/path.h +++ b/src/coreclr/src/inc/clr/fs/path.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/inc/clr/stack.h b/src/coreclr/src/inc/clr/stack.h index f9741b274f6950..97719c21c9ebed 100644 --- a/src/coreclr/src/inc/clr/stack.h +++ b/src/coreclr/src/inc/clr/stack.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/inc/clr/str.h b/src/coreclr/src/inc/clr/str.h index 94c8ed46b56bdd..d09a965fed6816 100644 --- a/src/coreclr/src/inc/clr/str.h +++ b/src/coreclr/src/inc/clr/str.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/inc/clr/win32.h b/src/coreclr/src/inc/clr/win32.h index a0e00c6321325f..0198a732da8ce1 100644 --- a/src/coreclr/src/inc/clr/win32.h +++ b/src/coreclr/src/inc/clr/win32.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. // // clr/win32.h // diff --git a/src/coreclr/src/inc/clr_std/algorithm b/src/coreclr/src/inc/clr_std/algorithm index 653d67e519bdad..ebd21b09c5e587 100644 --- a/src/coreclr/src/inc/clr_std/algorithm +++ b/src/coreclr/src/inc/clr_std/algorithm @@ -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. // // clr_std/algorithm diff --git a/src/coreclr/src/inc/clr_std/string b/src/coreclr/src/inc/clr_std/string index 66f219c8a87857..59ac67b98653cd 100644 --- a/src/coreclr/src/inc/clr_std/string +++ b/src/coreclr/src/inc/clr_std/string @@ -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. // // clr_std/string diff --git a/src/coreclr/src/inc/clr_std/type_traits b/src/coreclr/src/inc/clr_std/type_traits index 357fb1f292a9ee..47d4f241639c73 100644 --- a/src/coreclr/src/inc/clr_std/type_traits +++ b/src/coreclr/src/inc/clr_std/type_traits @@ -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. // // clr_std/utility diff --git a/src/coreclr/src/inc/clr_std/utility b/src/coreclr/src/inc/clr_std/utility index fa2267578ed5c2..1b6b5a7b72c1e1 100644 --- a/src/coreclr/src/inc/clr_std/utility +++ b/src/coreclr/src/inc/clr_std/utility @@ -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. // // clr_std/utility diff --git a/src/coreclr/src/inc/clr_std/vector b/src/coreclr/src/inc/clr_std/vector index 447166c027007d..0bed04182a4ee6 100644 --- a/src/coreclr/src/inc/clr_std/vector +++ b/src/coreclr/src/inc/clr_std/vector @@ -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. // // clr_std/vector diff --git a/src/coreclr/src/inc/clrconfig.h b/src/coreclr/src/inc/clrconfig.h index 42d8a24efd8c2e..7ffa854353510f 100644 --- a/src/coreclr/src/inc/clrconfig.h +++ b/src/coreclr/src/inc/clrconfig.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. // // -------------------------------------------------------------------------------------------------- // CLRConfig.h diff --git a/src/coreclr/src/inc/clrconfigvalues.h b/src/coreclr/src/inc/clrconfigvalues.h index 58304f07294e1f..ddb1db3ce647d8 100644 --- a/src/coreclr/src/inc/clrconfigvalues.h +++ b/src/coreclr/src/inc/clrconfigvalues.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. //***************************************************************************** // CLRConfigValues.h // diff --git a/src/coreclr/src/inc/clrdata.idl b/src/coreclr/src/inc/clrdata.idl index 95bc6c8da24560..0ce58c6fa7d653 100644 --- a/src/coreclr/src/inc/clrdata.idl +++ b/src/coreclr/src/inc/clrdata.idl @@ -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/inc/clrhost.h b/src/coreclr/src/inc/clrhost.h index 76523b06039fc5..8f5f3ff03fb760 100644 --- a/src/coreclr/src/inc/clrhost.h +++ b/src/coreclr/src/inc/clrhost.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/inc/clrinternal.idl b/src/coreclr/src/inc/clrinternal.idl index 27a3c0a4536119..57ba59f8a5ab12 100644 --- a/src/coreclr/src/inc/clrinternal.idl +++ b/src/coreclr/src/inc/clrinternal.idl @@ -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/inc/clrnt.h b/src/coreclr/src/inc/clrnt.h index 26a33d53b0c07d..1a1999938ead52 100644 --- a/src/coreclr/src/inc/clrnt.h +++ b/src/coreclr/src/inc/clrnt.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 CLRNT_H_ diff --git a/src/coreclr/src/inc/clrprivbinderutil.h b/src/coreclr/src/inc/clrprivbinderutil.h index dff8cc7d89e1d2..591e55c8e8aef0 100644 --- a/src/coreclr/src/inc/clrprivbinderutil.h +++ b/src/coreclr/src/inc/clrprivbinderutil.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/inc/clrprivbinding.idl b/src/coreclr/src/inc/clrprivbinding.idl index 86f41642b294bd..08743d215cc3ad 100644 --- a/src/coreclr/src/inc/clrprivbinding.idl +++ b/src/coreclr/src/inc/clrprivbinding.idl @@ -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. import "unknwn.idl"; import "objidl.idl"; diff --git a/src/coreclr/src/inc/clrtypes.h b/src/coreclr/src/inc/clrtypes.h index a83fb9e1f656ae..6050936814e6fa 100644 --- a/src/coreclr/src/inc/clrtypes.h +++ b/src/coreclr/src/inc/clrtypes.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. // ================================================================================ // Standard primitive types for CLR code // diff --git a/src/coreclr/src/inc/clrversion.h b/src/coreclr/src/inc/clrversion.h index def05683a1a6c5..5058a47d6d3878 100644 --- a/src/coreclr/src/inc/clrversion.h +++ b/src/coreclr/src/inc/clrversion.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. #include "runtime_version.h" diff --git a/src/coreclr/src/inc/complex.h b/src/coreclr/src/inc/complex.h index 7af09fcbf75397..eb208242662a4c 100644 --- a/src/coreclr/src/inc/complex.h +++ b/src/coreclr/src/inc/complex.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. // // complex.h // diff --git a/src/coreclr/src/inc/configuration.h b/src/coreclr/src/inc/configuration.h index 94f016888f5f89..b609b923544116 100644 --- a/src/coreclr/src/inc/configuration.h +++ b/src/coreclr/src/inc/configuration.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. // // -------------------------------------------------------------------------------------------------- // configuration.h diff --git a/src/coreclr/src/inc/contract.h b/src/coreclr/src/inc/contract.h index 2981253274eaa3..68fea025a27752 100644 --- a/src/coreclr/src/inc/contract.h +++ b/src/coreclr/src/inc/contract.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. // --------------------------------------------------------------------------- // Contract.h // diff --git a/src/coreclr/src/inc/contract.inl b/src/coreclr/src/inc/contract.inl index ee223b666a5217..589cafdebcdaae 100644 --- a/src/coreclr/src/inc/contract.inl +++ b/src/coreclr/src/inc/contract.inl @@ -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. // --------------------------------------------------------------------------- // Contract.inl // diff --git a/src/coreclr/src/inc/contxt.h b/src/coreclr/src/inc/contxt.h index b9b4121def383f..1611e7616f5d3c 100644 --- a/src/coreclr/src/inc/contxt.h +++ b/src/coreclr/src/inc/contxt.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. /* this ALWAYS GENERATED file contains the definitions for the interfaces */ diff --git a/src/coreclr/src/inc/cor.h b/src/coreclr/src/inc/cor.h index ba0c9c3cb17a73..9625641288ca6b 100644 --- a/src/coreclr/src/inc/cor.h +++ b/src/coreclr/src/inc/cor.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/inc/corbbtprof.h b/src/coreclr/src/inc/corbbtprof.h index 35816bb01a30d1..78df6c6a79bda5 100644 --- a/src/coreclr/src/inc/corbbtprof.h +++ b/src/coreclr/src/inc/corbbtprof.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/inc/corcompile.h b/src/coreclr/src/inc/corcompile.h index c2a7cd13dae6d9..f02a7a1475d003 100644 --- a/src/coreclr/src/inc/corcompile.h +++ b/src/coreclr/src/inc/corcompile.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/inc/cordbpriv.h b/src/coreclr/src/inc/cordbpriv.h index 30231d37880e11..32a85c28b07401 100644 --- a/src/coreclr/src/inc/cordbpriv.h +++ b/src/coreclr/src/inc/cordbpriv.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. /* ------------------------------------------------------------------------- * * cordbpriv.h -- header file for private Debugger data shared by various diff --git a/src/coreclr/src/inc/cordebug.idl b/src/coreclr/src/inc/cordebug.idl index 186a0947bdb4b8..857f0dee2ed092 100644 --- a/src/coreclr/src/inc/cordebug.idl +++ b/src/coreclr/src/inc/cordebug.idl @@ -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/inc/cordebuginfo.h b/src/coreclr/src/inc/cordebuginfo.h index 32df25371c7045..ae08b2a885453d 100644 --- a/src/coreclr/src/inc/cordebuginfo.h +++ b/src/coreclr/src/inc/cordebuginfo.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. // // Keep in sync with https://github.com/dotnet/corert/blob/master/src/Native/ObjWriter/cordebuginfo.h diff --git a/src/coreclr/src/inc/coredistools.h b/src/coreclr/src/inc/coredistools.h index fbca14fd56c60f..10e9687e67d447 100644 --- a/src/coreclr/src/inc/coredistools.h +++ b/src/coreclr/src/inc/coredistools.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. //===--------- coredistools.h - Dissassembly tools for CoreClr ------------===// // diff --git a/src/coreclr/src/inc/coregen.h b/src/coreclr/src/inc/coregen.h index 0ab034a6dc1c3e..76889d766eb211 100644 --- a/src/coreclr/src/inc/coregen.h +++ b/src/coreclr/src/inc/coregen.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. // // ngencommon.h - cross-compilation enablement structures. // diff --git a/src/coreclr/src/inc/corexcep.h b/src/coreclr/src/inc/corexcep.h index bdfa8cf5ebc764..faca6b49c593be 100644 --- a/src/coreclr/src/inc/corexcep.h +++ b/src/coreclr/src/inc/corexcep.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/inc/corhdr.h b/src/coreclr/src/inc/corhdr.h index 9907abd54d2729..c410f4026de6fa 100644 --- a/src/coreclr/src/inc/corhdr.h +++ b/src/coreclr/src/inc/corhdr.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/inc/corhlpr.cpp b/src/coreclr/src/inc/corhlpr.cpp index da6700c121bc30..f9559cec6a7014 100644 --- a/src/coreclr/src/inc/corhlpr.cpp +++ b/src/coreclr/src/inc/corhlpr.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. /**************************************************************************** ** ** diff --git a/src/coreclr/src/inc/corhlpr.h b/src/coreclr/src/inc/corhlpr.h index 0ef8fbf0e92fb3..450514da95c180 100644 --- a/src/coreclr/src/inc/corhlpr.h +++ b/src/coreclr/src/inc/corhlpr.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/inc/corhlprpriv.cpp b/src/coreclr/src/inc/corhlprpriv.cpp index 51f49e1d38a6a6..2360e416346d44 100644 --- a/src/coreclr/src/inc/corhlprpriv.cpp +++ b/src/coreclr/src/inc/corhlprpriv.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. /**************************************************************************** ** ** diff --git a/src/coreclr/src/inc/corhlprpriv.h b/src/coreclr/src/inc/corhlprpriv.h index 7b9e5f1f885677..056bca27f4429f 100644 --- a/src/coreclr/src/inc/corhlprpriv.h +++ b/src/coreclr/src/inc/corhlprpriv.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/inc/corhost.h b/src/coreclr/src/inc/corhost.h index 4c920cae226669..57ffbe30c3a8b8 100644 --- a/src/coreclr/src/inc/corhost.h +++ b/src/coreclr/src/inc/corhost.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/inc/corimage.h b/src/coreclr/src/inc/corimage.h index 8ec275502d662d..7304afb83f4559 100644 --- a/src/coreclr/src/inc/corimage.h +++ b/src/coreclr/src/inc/corimage.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/inc/corinfo.h b/src/coreclr/src/inc/corinfo.h index 6eb857cde3272b..f7f6d8ecf2ea4e 100644 --- a/src/coreclr/src/inc/corinfo.h +++ b/src/coreclr/src/inc/corinfo.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/inc/corjit.h b/src/coreclr/src/inc/corjit.h index 857fa5bc2e1155..06948e953430f2 100644 --- a/src/coreclr/src/inc/corjit.h +++ b/src/coreclr/src/inc/corjit.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/inc/corjitflags.h b/src/coreclr/src/inc/corjitflags.h index c363f7380e86de..7ec09408b3da54 100644 --- a/src/coreclr/src/inc/corjitflags.h +++ b/src/coreclr/src/inc/corjitflags.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/inc/corjithost.h b/src/coreclr/src/inc/corjithost.h index 9ed7f7ba5bf734..e70558f9e8e26b 100644 --- a/src/coreclr/src/inc/corjithost.h +++ b/src/coreclr/src/inc/corjithost.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 __CORJITHOST_H__ #define __CORJITHOST_H__ diff --git a/src/coreclr/src/inc/corpriv.h b/src/coreclr/src/inc/corpriv.h index 61722853d61d96..52cf63a0ee07b5 100644 --- a/src/coreclr/src/inc/corpriv.h +++ b/src/coreclr/src/inc/corpriv.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. // =========================================================================== // File: CORPRIV.H // diff --git a/src/coreclr/src/inc/corprof.idl b/src/coreclr/src/inc/corprof.idl index bb4f764c7cb464..74fb809928125f 100644 --- a/src/coreclr/src/inc/corprof.idl +++ b/src/coreclr/src/inc/corprof.idl @@ -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/inc/corpub.idl b/src/coreclr/src/inc/corpub.idl index 35f820617bf1ba..c2563fd281ecc4 100644 --- a/src/coreclr/src/inc/corpub.idl +++ b/src/coreclr/src/inc/corpub.idl @@ -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. /* -------------------------------------------------------------------------- * * Common Language Runtime Process Publishing Interfaces diff --git a/src/coreclr/src/inc/corsym.idl b/src/coreclr/src/inc/corsym.idl index b8ab805e2a28b5..0afc1ea41e4aca 100644 --- a/src/coreclr/src/inc/corsym.idl +++ b/src/coreclr/src/inc/corsym.idl @@ -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. /* ------------------------------------------------------------------------- * * Common Language Runtime Debugging Symbol Reader/Writer/Binder Interfaces diff --git a/src/coreclr/src/inc/cortypeinfo.h b/src/coreclr/src/inc/cortypeinfo.h index deff42f4c4715c..e67fdddbef3128 100644 --- a/src/coreclr/src/inc/cortypeinfo.h +++ b/src/coreclr/src/inc/cortypeinfo.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. // This describes information about the COM+ primitive types diff --git a/src/coreclr/src/inc/crosscomp.h b/src/coreclr/src/inc/crosscomp.h index 93a164c249240d..9c1f9400941532 100644 --- a/src/coreclr/src/inc/crosscomp.h +++ b/src/coreclr/src/inc/crosscomp.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. // // crosscomp.h - cross-compilation enablement structures. // diff --git a/src/coreclr/src/inc/crtwrap.h b/src/coreclr/src/inc/crtwrap.h index 4daa22f624ad4b..3a54ccfb803b80 100644 --- a/src/coreclr/src/inc/crtwrap.h +++ b/src/coreclr/src/inc/crtwrap.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. //***************************************************************************** // CrtWrap.h // diff --git a/src/coreclr/src/inc/cvconst.h b/src/coreclr/src/inc/cvconst.h index 61d7971bd5df80..3a0e3b98d92d79 100644 --- a/src/coreclr/src/inc/cvconst.h +++ b/src/coreclr/src/inc/cvconst.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. // cvconst.h - codeview constant definitions //----------------------------------------------------------------- diff --git a/src/coreclr/src/inc/cvinfo.h b/src/coreclr/src/inc/cvinfo.h index 1be6858ff5c9ad..1197012dca7f05 100644 --- a/src/coreclr/src/inc/cvinfo.h +++ b/src/coreclr/src/inc/cvinfo.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. /*** cvinfo.h - Generic CodeView information definitions * diff --git a/src/coreclr/src/inc/cycletimer.h b/src/coreclr/src/inc/cycletimer.h index 0afa85885cdad9..d2e897415dbf95 100644 --- a/src/coreclr/src/inc/cycletimer.h +++ b/src/coreclr/src/inc/cycletimer.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. // // CycleTimer has methods related to getting cycle timer values. diff --git a/src/coreclr/src/inc/daccess.h b/src/coreclr/src/inc/daccess.h index f2b37c32db7494..02aad3f7baffab 100644 --- a/src/coreclr/src/inc/daccess.h +++ b/src/coreclr/src/inc/daccess.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. //***************************************************************************** // File: daccess.h // diff --git a/src/coreclr/src/inc/dacprivate.h b/src/coreclr/src/inc/dacprivate.h index eec8a372e434cf..2587609228e759 100644 --- a/src/coreclr/src/inc/dacprivate.h +++ b/src/coreclr/src/inc/dacprivate.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. //***************************************************************************** // // Internal data access functionality. diff --git a/src/coreclr/src/inc/dacvars.h b/src/coreclr/src/inc/dacvars.h index fa4f2deba03aaf..f480851e1b27fb 100644 --- a/src/coreclr/src/inc/dacvars.h +++ b/src/coreclr/src/inc/dacvars.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. // This file contains the globals and statics that are visible to DAC. // It is used for the following: // 1. in daccess.h to build the table of DAC globals diff --git a/src/coreclr/src/inc/dbgconfigstrings.h b/src/coreclr/src/inc/dbgconfigstrings.h index acbb7eb0acabe4..1c576c9d029ba8 100644 --- a/src/coreclr/src/inc/dbgconfigstrings.h +++ b/src/coreclr/src/inc/dbgconfigstrings.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. // // This header lists the names of the string resources used by the Windows portion of Mac CoreCLR debugging diff --git a/src/coreclr/src/inc/dbgenginemetrics.h b/src/coreclr/src/inc/dbgenginemetrics.h index 954d3b55d45c99..ebb7fc1400314f 100644 --- a/src/coreclr/src/inc/dbgenginemetrics.h +++ b/src/coreclr/src/inc/dbgenginemetrics.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. // // DbgEngineMetrics.h // diff --git a/src/coreclr/src/inc/dbgmeta.h b/src/coreclr/src/inc/dbgmeta.h index ce7a3bbdf36a27..ebe2d2ca55ac80 100644 --- a/src/coreclr/src/inc/dbgmeta.h +++ b/src/coreclr/src/inc/dbgmeta.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. /* ------------------------------------------------------------------------- * * DbgMeta.h - header file for debugger metadata routines diff --git a/src/coreclr/src/inc/dbgportable.h b/src/coreclr/src/inc/dbgportable.h index 4a035642c2f86e..b9306ca9b0ca77 100644 --- a/src/coreclr/src/inc/dbgportable.h +++ b/src/coreclr/src/inc/dbgportable.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 __DBG_PORTABLE_INCLUDED #define __DBG_PORTABLE_INCLUDED diff --git a/src/coreclr/src/inc/debugmacros.h b/src/coreclr/src/inc/debugmacros.h index 4fb4fb86711e70..e6124828d769bc 100644 --- a/src/coreclr/src/inc/debugmacros.h +++ b/src/coreclr/src/inc/debugmacros.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. //***************************************************************************** // DebugMacros.h // diff --git a/src/coreclr/src/inc/debugmacrosext.h b/src/coreclr/src/inc/debugmacrosext.h index e1aade65b527fc..54622f5a45c8a2 100644 --- a/src/coreclr/src/inc/debugmacrosext.h +++ b/src/coreclr/src/inc/debugmacrosext.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. //***************************************************************************** // DebugMacrosExt.h // diff --git a/src/coreclr/src/inc/debugreturn.h b/src/coreclr/src/inc/debugreturn.h index b3531692ff18bf..00c30b62ca6d05 100644 --- a/src/coreclr/src/inc/debugreturn.h +++ b/src/coreclr/src/inc/debugreturn.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 _DEBUGRETURN_H_ diff --git a/src/coreclr/src/inc/defaultallocator.h b/src/coreclr/src/inc/defaultallocator.h index ee342dff8ba64f..111fb5e7f94c0a 100644 --- a/src/coreclr/src/inc/defaultallocator.h +++ b/src/coreclr/src/inc/defaultallocator.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 _DEFAULTALLOCATOR_H_ #define _DEFAULTALLOCATOR_H_ diff --git a/src/coreclr/src/inc/delayloadhelpers.h b/src/coreclr/src/inc/delayloadhelpers.h index 808172a40b7e3e..740999926a28cd 100644 --- a/src/coreclr/src/inc/delayloadhelpers.h +++ b/src/coreclr/src/inc/delayloadhelpers.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/inc/dlwrap.h b/src/coreclr/src/inc/dlwrap.h index 9cf926cb98170c..822bd2d814dbe6 100644 --- a/src/coreclr/src/inc/dlwrap.h +++ b/src/coreclr/src/inc/dlwrap.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/inc/ecmakey.h b/src/coreclr/src/inc/ecmakey.h index ecff9504511bd9..a4ec51be195854 100644 --- a/src/coreclr/src/inc/ecmakey.h +++ b/src/coreclr/src/inc/ecmakey.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 // The byte values of the ECMA pseudo public key and its token. diff --git a/src/coreclr/src/inc/eetwain.h b/src/coreclr/src/inc/eetwain.h index e53f4a66e2171d..dd3e430f59d3d7 100644 --- a/src/coreclr/src/inc/eetwain.h +++ b/src/coreclr/src/inc/eetwain.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. //***************************************************************************** // // EETwain.h diff --git a/src/coreclr/src/inc/eexcp.h b/src/coreclr/src/inc/eexcp.h index d4052e11ef567f..3bb4fde975f9fb 100644 --- a/src/coreclr/src/inc/eexcp.h +++ b/src/coreclr/src/inc/eexcp.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/inc/entrypoints.h b/src/coreclr/src/inc/entrypoints.h index c552b664c39640..dcd6cb5d065087 100644 --- a/src/coreclr/src/inc/entrypoints.h +++ b/src/coreclr/src/inc/entrypoints.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. //----------------------------------------------------------------------------- // Entrypoint markers // Used to identify all external entrypoints into the CLR (via COM, exports, etc) diff --git a/src/coreclr/src/inc/eventtrace.h b/src/coreclr/src/inc/eventtrace.h index 9a4a8187daacf9..ef999a716c6943 100644 --- a/src/coreclr/src/inc/eventtrace.h +++ b/src/coreclr/src/inc/eventtrace.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. // // File: eventtrace.h // Abstract: This module implements Event Tracing support. This includes diff --git a/src/coreclr/src/inc/eventtracebase.h b/src/coreclr/src/inc/eventtracebase.h index c11ef5f605fde0..771460b2db14de 100644 --- a/src/coreclr/src/inc/eventtracebase.h +++ b/src/coreclr/src/inc/eventtracebase.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. // // File: eventtracebase.h // Abstract: This module implements base Event Tracing support (excluding some of the diff --git a/src/coreclr/src/inc/ex.h b/src/coreclr/src/inc/ex.h index 6d008c6febecf2..d7d06781ace4ef 100644 --- a/src/coreclr/src/inc/ex.h +++ b/src/coreclr/src/inc/ex.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. #if !defined(_EX_H_) diff --git a/src/coreclr/src/inc/factory.h b/src/coreclr/src/inc/factory.h index 36c6c81da32f42..73b93b4b748132 100644 --- a/src/coreclr/src/inc/factory.h +++ b/src/coreclr/src/inc/factory.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 _FACTORY_H_ diff --git a/src/coreclr/src/inc/factory.inl b/src/coreclr/src/inc/factory.inl index f7d0d887b63a30..a9b3f97d30afbb 100644 --- a/src/coreclr/src/inc/factory.inl +++ b/src/coreclr/src/inc/factory.inl @@ -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 _FACTORY_INL_ #define _FACTORY_INL_ diff --git a/src/coreclr/src/inc/fixuppointer.h b/src/coreclr/src/inc/fixuppointer.h index 22e02f2962dbd6..920f618527807f 100644 --- a/src/coreclr/src/inc/fixuppointer.h +++ b/src/coreclr/src/inc/fixuppointer.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. /*****************************************************************************\ * * * FixupPointer.h - Fixup pointer holder types * diff --git a/src/coreclr/src/inc/formattype.cpp b/src/coreclr/src/inc/formattype.cpp index 7c8867d5c3b9ff..1354d8745b31a0 100644 --- a/src/coreclr/src/inc/formattype.cpp +++ b/src/coreclr/src/inc/formattype.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. // // diff --git a/src/coreclr/src/inc/formattype.h b/src/coreclr/src/inc/formattype.h index 16e72aecaf3a39..00dab3a9303be7 100644 --- a/src/coreclr/src/inc/formattype.h +++ b/src/coreclr/src/inc/formattype.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 _formatType_h #define _formatType_h diff --git a/src/coreclr/src/inc/fstream.h b/src/coreclr/src/inc/fstream.h index ba55775aa5b4e2..4b43d95228698c 100644 --- a/src/coreclr/src/inc/fstream.h +++ b/src/coreclr/src/inc/fstream.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 __FSTREAM_H_INCLUDED__ diff --git a/src/coreclr/src/inc/fstring.h b/src/coreclr/src/inc/fstring.h index 88377a8f0019a7..208f1791f03904 100644 --- a/src/coreclr/src/inc/fstring.h +++ b/src/coreclr/src/inc/fstring.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. // --------------------------------------------------------------------------- // FString.h (Fast String) // diff --git a/src/coreclr/src/inc/fusion.idl b/src/coreclr/src/inc/fusion.idl index f7d50fd619dfc2..7ffa9837bbd475 100644 --- a/src/coreclr/src/inc/fusion.idl +++ b/src/coreclr/src/inc/fusion.idl @@ -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/inc/gcdecoder.cpp b/src/coreclr/src/inc/gcdecoder.cpp index 5b7dc5bbd06c20..765cd098aedf3e 100644 --- a/src/coreclr/src/inc/gcdecoder.cpp +++ b/src/coreclr/src/inc/gcdecoder.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/inc/gcdump.h b/src/coreclr/src/inc/gcdump.h index 7fada85f1224c6..49bc61e5bff2ff 100644 --- a/src/coreclr/src/inc/gcdump.h +++ b/src/coreclr/src/inc/gcdump.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. /***************************************************************************** * GCDump.h diff --git a/src/coreclr/src/inc/gcinfo.h b/src/coreclr/src/inc/gcinfo.h index 6d623f2d497fdb..9a257a502b6f6e 100644 --- a/src/coreclr/src/inc/gcinfo.h +++ b/src/coreclr/src/inc/gcinfo.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. // ****************************************************************************** // WARNING!!!: These values are used by SOS in the diagnostics repo. Values should diff --git a/src/coreclr/src/inc/gcinfoarraylist.h b/src/coreclr/src/inc/gcinfoarraylist.h index aa9d85664b51e0..71664c47c6c960 100644 --- a/src/coreclr/src/inc/gcinfoarraylist.h +++ b/src/coreclr/src/inc/gcinfoarraylist.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 _GCINFOARRAYLIST_H_ #define _GCINFOARRAYLIST_H_ diff --git a/src/coreclr/src/inc/gcinfodecoder.h b/src/coreclr/src/inc/gcinfodecoder.h index 8f63cf23715d9d..3eeeb005b1bd4b 100644 --- a/src/coreclr/src/inc/gcinfodecoder.h +++ b/src/coreclr/src/inc/gcinfodecoder.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/inc/gcinfodumper.h b/src/coreclr/src/inc/gcinfodumper.h index 9b8d941499303a..68ed944c1cac5e 100644 --- a/src/coreclr/src/inc/gcinfodumper.h +++ b/src/coreclr/src/inc/gcinfodumper.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 __GCINFODUMPER_H__ #define __GCINFODUMPER_H__ diff --git a/src/coreclr/src/inc/gcinfoencoder.h b/src/coreclr/src/inc/gcinfoencoder.h index 1df36dbc8ba561..c914b71452d423 100644 --- a/src/coreclr/src/inc/gcinfoencoder.h +++ b/src/coreclr/src/inc/gcinfoencoder.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. /***************************************************************** * * GC Information Encoding API diff --git a/src/coreclr/src/inc/gcinfotypes.h b/src/coreclr/src/inc/gcinfotypes.h index 91c577ce31c48a..65506d5cbc179a 100644 --- a/src/coreclr/src/inc/gcinfotypes.h +++ b/src/coreclr/src/inc/gcinfotypes.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 __GCINFOTYPES_H__ diff --git a/src/coreclr/src/inc/gcrefmap.h b/src/coreclr/src/inc/gcrefmap.h index d2ba660f259ca2..8b9872e872a779 100644 --- a/src/coreclr/src/inc/gcrefmap.h +++ b/src/coreclr/src/inc/gcrefmap.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 _GCREFMAP_H_ diff --git a/src/coreclr/src/inc/genheaders.cs b/src/coreclr/src/inc/genheaders.cs index 25b042e73cf7f5..49f652e6ac400e 100644 --- a/src/coreclr/src/inc/genheaders.cs +++ b/src/coreclr/src/inc/genheaders.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.Xml; diff --git a/src/coreclr/src/inc/getproductversionnumber.h b/src/coreclr/src/inc/getproductversionnumber.h index de90409db42cab..068ed784930747 100644 --- a/src/coreclr/src/inc/getproductversionnumber.h +++ b/src/coreclr/src/inc/getproductversionnumber.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. // // GetProductVersionNumber.h // diff --git a/src/coreclr/src/inc/guidfromname.h b/src/coreclr/src/inc/guidfromname.h index 2974de44aa738d..8f00fef4a1819c 100644 --- a/src/coreclr/src/inc/guidfromname.h +++ b/src/coreclr/src/inc/guidfromname.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 GUIDFROMNAME_H_ diff --git a/src/coreclr/src/inc/holder.h b/src/coreclr/src/inc/holder.h index 8e4c749f64d37b..b0d7351ae7074c 100644 --- a/src/coreclr/src/inc/holder.h +++ b/src/coreclr/src/inc/holder.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 __HOLDER_H_ diff --git a/src/coreclr/src/inc/holderinst.h b/src/coreclr/src/inc/holderinst.h index ee59da0842d34d..f4e5e2c0e8bf2c 100644 --- a/src/coreclr/src/inc/holderinst.h +++ b/src/coreclr/src/inc/holderinst.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 __HOLDERINST_H_ diff --git a/src/coreclr/src/inc/iallocator.h b/src/coreclr/src/inc/iallocator.h index 75b80a536732ba..a5b467a9905b83 100644 --- a/src/coreclr/src/inc/iallocator.h +++ b/src/coreclr/src/inc/iallocator.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. // We would like to allow "util" collection classes to be usable both // from the VM and from the JIT. The latter case presents a diff --git a/src/coreclr/src/inc/iceefilegen.h b/src/coreclr/src/inc/iceefilegen.h index fe825bab97c33d..cb4b5ef868e051 100644 --- a/src/coreclr/src/inc/iceefilegen.h +++ b/src/coreclr/src/inc/iceefilegen.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/inc/il_kywd.h b/src/coreclr/src/inc/il_kywd.h index b7ea4e5b0bf149..e2a2e554656144 100644 --- a/src/coreclr/src/inc/il_kywd.h +++ b/src/coreclr/src/inc/il_kywd.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. // // // COM+ IL keywords, symbols and values diff --git a/src/coreclr/src/inc/ildbsymlib.h b/src/coreclr/src/inc/ildbsymlib.h index 6c2d4d0edfa23a..bc20a71d2e6087 100644 --- a/src/coreclr/src/inc/ildbsymlib.h +++ b/src/coreclr/src/inc/ildbsymlib.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. //***************************************************************************** // IldbSymLib.h // diff --git a/src/coreclr/src/inc/ilformatter.h b/src/coreclr/src/inc/ilformatter.h index 949f3753b8226d..93852e6fb730f5 100644 --- a/src/coreclr/src/inc/ilformatter.h +++ b/src/coreclr/src/inc/ilformatter.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/inc/internalunknownimpl.h b/src/coreclr/src/inc/internalunknownimpl.h index 530b3d14551f37..90b6036cd9d049 100644 --- a/src/coreclr/src/inc/internalunknownimpl.h +++ b/src/coreclr/src/inc/internalunknownimpl.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. //***************************************************************************** // // InternalUnknownImpl.h diff --git a/src/coreclr/src/inc/intrinsic.h b/src/coreclr/src/inc/intrinsic.h index 50bcd52b28f3a5..2a13a8f7fcf810 100644 --- a/src/coreclr/src/inc/intrinsic.h +++ b/src/coreclr/src/inc/intrinsic.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. //***************************************************************************** // Intrinsic.h // diff --git a/src/coreclr/src/inc/iterator.h b/src/coreclr/src/inc/iterator.h index 9026a680d48e02..b7bb142665c464 100644 --- a/src/coreclr/src/inc/iterator.h +++ b/src/coreclr/src/inc/iterator.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. // --------------------------------------------------------------------------- // Iterator.h // --------------------------------------------------------------------------- diff --git a/src/coreclr/src/inc/jithelpers.h b/src/coreclr/src/inc/jithelpers.h index 608398ac17ef2c..5e863e1ec0713d 100644 --- a/src/coreclr/src/inc/jithelpers.h +++ b/src/coreclr/src/inc/jithelpers.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. // // Allow multiple inclusion. diff --git a/src/coreclr/src/inc/livedatatarget.h b/src/coreclr/src/inc/livedatatarget.h index a2107c035808ab..a272b37693af49 100644 --- a/src/coreclr/src/inc/livedatatarget.h +++ b/src/coreclr/src/inc/livedatatarget.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. //***************************************************************************** // // Define a Data-Target for a live process. diff --git a/src/coreclr/src/inc/llvm/Dwarf.def b/src/coreclr/src/inc/llvm/Dwarf.def index 2bc9ef8621fccc..488ef9b04877b6 100644 --- a/src/coreclr/src/inc/llvm/Dwarf.def +++ b/src/coreclr/src/inc/llvm/Dwarf.def @@ -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. // ============================================================================== // LLVM Release License diff --git a/src/coreclr/src/inc/llvm/Dwarf.h b/src/coreclr/src/inc/llvm/Dwarf.h index 5fa73e931ce80d..e22c303ac6412e 100644 --- a/src/coreclr/src/inc/llvm/Dwarf.h +++ b/src/coreclr/src/inc/llvm/Dwarf.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. // ============================================================================== // LLVM Release License diff --git a/src/coreclr/src/inc/llvm/ELF.h b/src/coreclr/src/inc/llvm/ELF.h index 76c7824208b603..5cb3f82da21412 100644 --- a/src/coreclr/src/inc/llvm/ELF.h +++ b/src/coreclr/src/inc/llvm/ELF.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. // ============================================================================== // LLVM Release License diff --git a/src/coreclr/src/inc/loaderheap.h b/src/coreclr/src/inc/loaderheap.h index 97d24f6cd73bad..8008a3a829b8be 100644 --- a/src/coreclr/src/inc/loaderheap.h +++ b/src/coreclr/src/inc/loaderheap.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. //***************************************************************************** // LoaderHeap.h // diff --git a/src/coreclr/src/inc/log.h b/src/coreclr/src/inc/log.h index b2ccce18f31073..57d716b5c81fdf 100644 --- a/src/coreclr/src/inc/log.h +++ b/src/coreclr/src/inc/log.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. // // Logging Facility diff --git a/src/coreclr/src/inc/loglf.h b/src/coreclr/src/inc/loglf.h index 750de53de92adb..f6dc5ce434dc1b 100644 --- a/src/coreclr/src/inc/loglf.h +++ b/src/coreclr/src/inc/loglf.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. // The code in sos.DumpLog depends on the first 32 facility codes // being bit flags sorted in incresing order. diff --git a/src/coreclr/src/inc/longfilepathwrappers.h b/src/coreclr/src/inc/longfilepathwrappers.h index 23033c2196635c..c4c7700d704b36 100644 --- a/src/coreclr/src/inc/longfilepathwrappers.h +++ b/src/coreclr/src/inc/longfilepathwrappers.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 _WIN_PATH_APIS_WRAPPER_ #define _WIN_PATH_APIS_WRAPPER_ diff --git a/src/coreclr/src/inc/md5.h b/src/coreclr/src/inc/md5.h index dc82523c1e5fcf..7829a5998f87e8 100644 --- a/src/coreclr/src/inc/md5.h +++ b/src/coreclr/src/inc/md5.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. // // md5.h // diff --git a/src/coreclr/src/inc/mdcommon.h b/src/coreclr/src/inc/mdcommon.h index 45c6f0498f9c5d..4a375770d90c8a 100644 --- a/src/coreclr/src/inc/mdcommon.h +++ b/src/coreclr/src/inc/mdcommon.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. //***************************************************************************** // MDCommon.h // diff --git a/src/coreclr/src/inc/mdfileformat.h b/src/coreclr/src/inc/mdfileformat.h index b414b0cc1d3322..1c306d97578009 100644 --- a/src/coreclr/src/inc/mdfileformat.h +++ b/src/coreclr/src/inc/mdfileformat.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. //***************************************************************************** // MDFileFormat.h // diff --git a/src/coreclr/src/inc/memorypool.h b/src/coreclr/src/inc/memorypool.h index b398f002ec2ac4..9e4eb8e6ff9bb5 100644 --- a/src/coreclr/src/inc/memorypool.h +++ b/src/coreclr/src/inc/memorypool.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 _MEMORYPOOL_ diff --git a/src/coreclr/src/inc/memoryrange.h b/src/coreclr/src/inc/memoryrange.h index b3d39aa32d646e..ae1d440f6b70d2 100644 --- a/src/coreclr/src/inc/memoryrange.h +++ b/src/coreclr/src/inc/memoryrange.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. //***************************************************************************** // MemoryRange.h // diff --git a/src/coreclr/src/inc/metadata.h b/src/coreclr/src/inc/metadata.h index 662a77ea4d9d5f..92d1cbc8bae42c 100644 --- a/src/coreclr/src/inc/metadata.h +++ b/src/coreclr/src/inc/metadata.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. //**************************************************************************** // File: metadata.h // diff --git a/src/coreclr/src/inc/metadataexports.h b/src/coreclr/src/inc/metadataexports.h index 412834746f8287..5c003185159117 100644 --- a/src/coreclr/src/inc/metadataexports.h +++ b/src/coreclr/src/inc/metadataexports.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. //***************************************************************************** // MDCommon.h // diff --git a/src/coreclr/src/inc/metadatatracker.h b/src/coreclr/src/inc/metadatatracker.h index 8a22bd71f37606..6c732767862d5d 100644 --- a/src/coreclr/src/inc/metadatatracker.h +++ b/src/coreclr/src/inc/metadatatracker.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 _METADATATRACKER_H_ #define _METADATATRACKER_H_ diff --git a/src/coreclr/src/inc/metahost.idl b/src/coreclr/src/inc/metahost.idl index 6aeef38f869c6f..5bc51f6d133e26 100644 --- a/src/coreclr/src/inc/metahost.idl +++ b/src/coreclr/src/inc/metahost.idl @@ -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. /************************************************************************************** ** Motivation for redesigning the shim APIs: ** diff --git a/src/coreclr/src/inc/metamodelpub.h b/src/coreclr/src/inc/metamodelpub.h index 83cc9c6a32f7a9..003902be696fea 100644 --- a/src/coreclr/src/inc/metamodelpub.h +++ b/src/coreclr/src/inc/metamodelpub.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. //***************************************************************************** // MetaModelPub.h -- header file for Common Language Runtime metadata. // diff --git a/src/coreclr/src/inc/mpl/type_list b/src/coreclr/src/inc/mpl/type_list index 0e1140f112b03f..23306f152d25bc 100644 --- a/src/coreclr/src/inc/mpl/type_list +++ b/src/coreclr/src/inc/mpl/type_list @@ -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. // // Used in template metaprogramming, type lists consist of a series of diff --git a/src/coreclr/src/inc/mscorsvc.idl b/src/coreclr/src/inc/mscorsvc.idl index f538ccd116ce26..a7eadbc37baf6b 100644 --- a/src/coreclr/src/inc/mscorsvc.idl +++ b/src/coreclr/src/inc/mscorsvc.idl @@ -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. /* -------------------------------------------------------------------------- * * Microsoft .NET Framework Service * -------------------------------------------------------------------------- */ diff --git a/src/coreclr/src/inc/msodw.h b/src/coreclr/src/inc/msodw.h index a1acc2f16f6a8f..314a935fc01944 100644 --- a/src/coreclr/src/inc/msodw.h +++ b/src/coreclr/src/inc/msodw.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/coreclr/src/inc/msodwwrap.h b/src/coreclr/src/inc/msodwwrap.h index 28c72475029132..a021a5d43948e4 100644 --- a/src/coreclr/src/inc/msodwwrap.h +++ b/src/coreclr/src/inc/msodwwrap.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 __msodwwrap_h__ #define __msodwwrap_h__ diff --git a/src/coreclr/src/inc/nativevaraccessors.h b/src/coreclr/src/inc/nativevaraccessors.h index 7a3583f8b8a9ed..d61b069be1305b 100644 --- a/src/coreclr/src/inc/nativevaraccessors.h +++ b/src/coreclr/src/inc/nativevaraccessors.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. //***************************************************************************** // The following are used to read and write data given NativeVarInfo // for primitive types. Don't use these for VALUECLASSes. diff --git a/src/coreclr/src/inc/new.hpp b/src/coreclr/src/inc/new.hpp index 3e6644d184711c..09eec5d1ffcf82 100644 --- a/src/coreclr/src/inc/new.hpp +++ b/src/coreclr/src/inc/new.hpp @@ -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/inc/ngen.h b/src/coreclr/src/inc/ngen.h index 7e49349d210054..9e63b30d4b41b3 100644 --- a/src/coreclr/src/inc/ngen.h +++ b/src/coreclr/src/inc/ngen.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. // // This file is the interface to NGen (*N*ative code *G*eneration), // which compiles IL modules to machine code ahead-of-time. diff --git a/src/coreclr/src/inc/nibblemapmacros.h b/src/coreclr/src/inc/nibblemapmacros.h index 7153bc67761228..9554b5d1dd9c2a 100644 --- a/src/coreclr/src/inc/nibblemapmacros.h +++ b/src/coreclr/src/inc/nibblemapmacros.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 NIBBLEMAPMACROS_H_ #define NIBBLEMAPMACROS_H_ diff --git a/src/coreclr/src/inc/nibblestream.h b/src/coreclr/src/inc/nibblestream.h index 7921e9f5117e56..2cab74cbe9520d 100644 --- a/src/coreclr/src/inc/nibblestream.h +++ b/src/coreclr/src/inc/nibblestream.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. // NibbleStream reader and writer. diff --git a/src/coreclr/src/inc/nsutilpriv.h b/src/coreclr/src/inc/nsutilpriv.h index 3891bbc3eb0cf2..519d0acc72f54e 100644 --- a/src/coreclr/src/inc/nsutilpriv.h +++ b/src/coreclr/src/inc/nsutilpriv.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. //***************************************************************************** // NSUtilPriv.h // diff --git a/src/coreclr/src/inc/opcode.def b/src/coreclr/src/inc/opcode.def index 9d495c28954a68..09e969f59fe4d6 100644 --- a/src/coreclr/src/inc/opcode.def +++ b/src/coreclr/src/inc/opcode.def @@ -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/inc/openum.h b/src/coreclr/src/inc/openum.h index e707da4af2e730..730dfb017703a9 100644 --- a/src/coreclr/src/inc/openum.h +++ b/src/coreclr/src/inc/openum.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 __openum_h__ #define __openum_h__ diff --git a/src/coreclr/src/inc/opinfo.h b/src/coreclr/src/inc/opinfo.h index f19811e69fc9c9..d2d93f0b41ec64 100644 --- a/src/coreclr/src/inc/opinfo.h +++ b/src/coreclr/src/inc/opinfo.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/inc/optdefault.h b/src/coreclr/src/inc/optdefault.h index dd0bd44c0472ee..af504b660d3efc 100644 --- a/src/coreclr/src/inc/optdefault.h +++ b/src/coreclr/src/inc/optdefault.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. // // Revert optimizations back to default diff --git a/src/coreclr/src/inc/optsmallperfcritical.h b/src/coreclr/src/inc/optsmallperfcritical.h index 44f7c0fa485c72..b366674a3c85df 100644 --- a/src/coreclr/src/inc/optsmallperfcritical.h +++ b/src/coreclr/src/inc/optsmallperfcritical.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. // // Set optimizations settings for small performance critical methods diff --git a/src/coreclr/src/inc/ostype.h b/src/coreclr/src/inc/ostype.h index 18ed50a10c0383..7ea7187eb1a9ee 100644 --- a/src/coreclr/src/inc/ostype.h +++ b/src/coreclr/src/inc/ostype.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. #include "staticcontract.h" diff --git a/src/coreclr/src/inc/outstring.h b/src/coreclr/src/inc/outstring.h index 1d668837349553..165c6d8f35752b 100644 --- a/src/coreclr/src/inc/outstring.h +++ b/src/coreclr/src/inc/outstring.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/inc/palclr.h b/src/coreclr/src/inc/palclr.h index 5978ea167642a9..40a68dd91384c1 100644 --- a/src/coreclr/src/inc/palclr.h +++ b/src/coreclr/src/inc/palclr.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. // =========================================================================== // File: palclr.h // diff --git a/src/coreclr/src/inc/palclr_win.h b/src/coreclr/src/inc/palclr_win.h index 4db25f6eab42c5..be0b725e1a6896 100644 --- a/src/coreclr/src/inc/palclr_win.h +++ b/src/coreclr/src/inc/palclr_win.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. // =========================================================================== // File: palclr.h // diff --git a/src/coreclr/src/inc/patchpointinfo.h b/src/coreclr/src/inc/patchpointinfo.h index 135ad0135a5496..e01446beb42916 100644 --- a/src/coreclr/src/inc/patchpointinfo.h +++ b/src/coreclr/src/inc/patchpointinfo.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. // -------------------------------------------------------------------------------- // patchpointinfo.h diff --git a/src/coreclr/src/inc/pedecoder.h b/src/coreclr/src/inc/pedecoder.h index c4f4e92b6b613a..da5643108acc88 100644 --- a/src/coreclr/src/inc/pedecoder.h +++ b/src/coreclr/src/inc/pedecoder.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. // -------------------------------------------------------------------------------- // PEDecoder.h // diff --git a/src/coreclr/src/inc/pedecoder.inl b/src/coreclr/src/inc/pedecoder.inl index 09bcfd76a146b9..1f4b3c513a4b23 100644 --- a/src/coreclr/src/inc/pedecoder.inl +++ b/src/coreclr/src/inc/pedecoder.inl @@ -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. // -------------------------------------------------------------------------------- // PEDecoder.inl // diff --git a/src/coreclr/src/inc/peinformation.h b/src/coreclr/src/inc/peinformation.h index 80e7f71d678219..48039fd9fe1758 100644 --- a/src/coreclr/src/inc/peinformation.h +++ b/src/coreclr/src/inc/peinformation.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. // -------------------------------------------------------------------------------- // PEInformation.h // diff --git a/src/coreclr/src/inc/pesectionman.h b/src/coreclr/src/inc/pesectionman.h index 184743d86786fa..085aef14fc82e3 100644 --- a/src/coreclr/src/inc/pesectionman.h +++ b/src/coreclr/src/inc/pesectionman.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. // Section Manager for portable executables // Common to both Memory Only and Static (EXE making) code diff --git a/src/coreclr/src/inc/posterror.h b/src/coreclr/src/inc/posterror.h index 38629569137028..4b02bb8b6b3616 100644 --- a/src/coreclr/src/inc/posterror.h +++ b/src/coreclr/src/inc/posterror.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. //***************************************************************************** // UtilCode.h // diff --git a/src/coreclr/src/inc/predeftlsslot.h b/src/coreclr/src/inc/predeftlsslot.h index eba2dc1075dfe8..6a8633a37624e8 100644 --- a/src/coreclr/src/inc/predeftlsslot.h +++ b/src/coreclr/src/inc/predeftlsslot.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/inc/prettyprintsig.h b/src/coreclr/src/inc/prettyprintsig.h index c5dd917e12e010..f3d4e80049271b 100644 --- a/src/coreclr/src/inc/prettyprintsig.h +++ b/src/coreclr/src/inc/prettyprintsig.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. //***************************************************************************** // This code supports formatting a method and it's signature in a friendly diff --git a/src/coreclr/src/inc/profilepriv.h b/src/coreclr/src/inc/profilepriv.h index 8258b0517f4952..13ea4791d18dc0 100644 --- a/src/coreclr/src/inc/profilepriv.h +++ b/src/coreclr/src/inc/profilepriv.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. // // ProfilePriv.h // diff --git a/src/coreclr/src/inc/profilepriv.inl b/src/coreclr/src/inc/profilepriv.inl index c9ec350016f4f1..41e0bf3da96e9b 100644 --- a/src/coreclr/src/inc/profilepriv.inl +++ b/src/coreclr/src/inc/profilepriv.inl @@ -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. // // ProfilePriv.inl // diff --git a/src/coreclr/src/inc/random.h b/src/coreclr/src/inc/random.h index 2c2f94aec527aa..53cc17d64908fa 100644 --- a/src/coreclr/src/inc/random.h +++ b/src/coreclr/src/inc/random.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. // // random.h // diff --git a/src/coreclr/src/inc/rangetree.h b/src/coreclr/src/inc/rangetree.h index 019df2e6a2d381..85a2d5ebad6b54 100644 --- a/src/coreclr/src/inc/rangetree.h +++ b/src/coreclr/src/inc/rangetree.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 _RANGETREE_ diff --git a/src/coreclr/src/inc/readytorun.h b/src/coreclr/src/inc/readytorun.h index 3adf4c8f9c0149..f3bc01a878b94f 100644 --- a/src/coreclr/src/inc/readytorun.h +++ b/src/coreclr/src/inc/readytorun.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. // // readytorun.h diff --git a/src/coreclr/src/inc/readytorunhelpers.h b/src/coreclr/src/inc/readytorunhelpers.h index 3703412b5f8640..8c6e537def010e 100644 --- a/src/coreclr/src/inc/readytorunhelpers.h +++ b/src/coreclr/src/inc/readytorunhelpers.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. // // ReadyToRunHelpers.h diff --git a/src/coreclr/src/inc/regdisp.h b/src/coreclr/src/inc/regdisp.h index ef0aee78dd7684..1c8c6d59fa08f0 100644 --- a/src/coreclr/src/inc/regdisp.h +++ b/src/coreclr/src/inc/regdisp.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 __REGDISP_H #define __REGDISP_H diff --git a/src/coreclr/src/inc/regex_base.h b/src/coreclr/src/inc/regex_base.h index 1aaa1634e4107b..49384541d66ab4 100644 --- a/src/coreclr/src/inc/regex_base.h +++ b/src/coreclr/src/inc/regex_base.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. // // Provides basic interpreted regular expression matching. This is meant as a debugging tool, // and if regular expressions become necessary in a non-debug scenario great care should be diff --git a/src/coreclr/src/inc/regex_util.h b/src/coreclr/src/inc/regex_util.h index 438c8b133a971e..d96c7423198b26 100644 --- a/src/coreclr/src/inc/regex_util.h +++ b/src/coreclr/src/inc/regex_util.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. // See regex_base.h for more information. // diff --git a/src/coreclr/src/inc/registrywrapper.h b/src/coreclr/src/inc/registrywrapper.h index 6e0264f3962353..8504d9f820aec8 100644 --- a/src/coreclr/src/inc/registrywrapper.h +++ b/src/coreclr/src/inc/registrywrapper.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. //***************************************************************************** // File: registrywrapper.h // diff --git a/src/coreclr/src/inc/releaseholder.h b/src/coreclr/src/inc/releaseholder.h index 672308e4b6635d..7b00c295317528 100644 --- a/src/coreclr/src/inc/releaseholder.h +++ b/src/coreclr/src/inc/releaseholder.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. // This class acts a smart pointer which calls the Release method on any object // you place in it when the ReleaseHolder class falls out of scope. You may use it diff --git a/src/coreclr/src/inc/safemath.h b/src/coreclr/src/inc/safemath.h index 7369e24812da4f..84ea377c54b826 100644 --- a/src/coreclr/src/inc/safemath.h +++ b/src/coreclr/src/inc/safemath.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. // --------------------------------------------------------------------------- // safemath.h // diff --git a/src/coreclr/src/inc/safewrap.h b/src/coreclr/src/inc/safewrap.h index 84d00e1c96bb55..c2f260a4b4dd29 100644 --- a/src/coreclr/src/inc/safewrap.h +++ b/src/coreclr/src/inc/safewrap.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. //***************************************************************************** // SafeWrap.h // diff --git a/src/coreclr/src/inc/sarray.h b/src/coreclr/src/inc/sarray.h index 1258ad5d15d693..29d02e68cbceca 100644 --- a/src/coreclr/src/inc/sarray.h +++ b/src/coreclr/src/inc/sarray.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. // -------------------------------------------------------------------------------- // SArray.h // -------------------------------------------------------------------------------- diff --git a/src/coreclr/src/inc/sarray.inl b/src/coreclr/src/inc/sarray.inl index 65f17ae07f7ecb..b375b6a633b23e 100644 --- a/src/coreclr/src/inc/sarray.inl +++ b/src/coreclr/src/inc/sarray.inl @@ -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. // -------------------------------------------------------------------------------- // SArray.inl // -------------------------------------------------------------------------------- diff --git a/src/coreclr/src/inc/sbuffer.h b/src/coreclr/src/inc/sbuffer.h index 4ab7d75adc8973..4becfd90d38dc8 100644 --- a/src/coreclr/src/inc/sbuffer.h +++ b/src/coreclr/src/inc/sbuffer.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. // -------------------------------------------------------------------------------- // SBuffer.h (Safe Buffer) // diff --git a/src/coreclr/src/inc/sbuffer.inl b/src/coreclr/src/inc/sbuffer.inl index 09c9c531bb901b..8304b2e47f37a1 100644 --- a/src/coreclr/src/inc/sbuffer.inl +++ b/src/coreclr/src/inc/sbuffer.inl @@ -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/inc/securityutil.h b/src/coreclr/src/inc/securityutil.h index c49acf7bd15d0f..1cda814eb4b3a4 100644 --- a/src/coreclr/src/inc/securityutil.h +++ b/src/coreclr/src/inc/securityutil.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 SECURITYUTIL_H diff --git a/src/coreclr/src/inc/securitywrapper.h b/src/coreclr/src/inc/securitywrapper.h index 96882205c1d6a3..63d7e1743bfa04 100644 --- a/src/coreclr/src/inc/securitywrapper.h +++ b/src/coreclr/src/inc/securitywrapper.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. //***************************************************************************** // File: SecurityWrapper.h // diff --git a/src/coreclr/src/inc/sha1.h b/src/coreclr/src/inc/sha1.h index 6b32d1e286b4ec..1c9c9cead440d8 100644 --- a/src/coreclr/src/inc/sha1.h +++ b/src/coreclr/src/inc/sha1.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 SHA1_H_ diff --git a/src/coreclr/src/inc/shash.h b/src/coreclr/src/inc/shash.h index 8c1aeedbf0ae85..82f3a2fac4f00a 100644 --- a/src/coreclr/src/inc/shash.h +++ b/src/coreclr/src/inc/shash.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 _SHASH_H_ diff --git a/src/coreclr/src/inc/shash.inl b/src/coreclr/src/inc/shash.inl index cdca15e3d8192a..a480cd61723023 100644 --- a/src/coreclr/src/inc/shash.inl +++ b/src/coreclr/src/inc/shash.inl @@ -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 _SHASH_INL_ #define _SHASH_INL_ diff --git a/src/coreclr/src/inc/shim/locationinfo.h b/src/coreclr/src/inc/shim/locationinfo.h index de05e3e4ecf2d1..e4f1a0d5558b90 100644 --- a/src/coreclr/src/inc/shim/locationinfo.h +++ b/src/coreclr/src/inc/shim/locationinfo.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. // // locationinfo.h // diff --git a/src/coreclr/src/inc/shim/runtimeselector.h b/src/coreclr/src/inc/shim/runtimeselector.h index e4cce878aff68f..bc5582ffd7375c 100644 --- a/src/coreclr/src/inc/shim/runtimeselector.h +++ b/src/coreclr/src/inc/shim/runtimeselector.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. // // runtimeselector.h // diff --git a/src/coreclr/src/inc/shim/runtimeselector.inl b/src/coreclr/src/inc/shim/runtimeselector.inl index 21563063248623..de5f07f7cf425e 100644 --- a/src/coreclr/src/inc/shim/runtimeselector.inl +++ b/src/coreclr/src/inc/shim/runtimeselector.inl @@ -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. // // runtimeselector.inl // diff --git a/src/coreclr/src/inc/shim/shimselector.h b/src/coreclr/src/inc/shim/shimselector.h index 0eaafd64dd254b..5285fd4b694db0 100644 --- a/src/coreclr/src/inc/shim/shimselector.h +++ b/src/coreclr/src/inc/shim/shimselector.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. // // shimselector.h // diff --git a/src/coreclr/src/inc/shim/shimselector.inl b/src/coreclr/src/inc/shim/shimselector.inl index 565a471d9faae9..576bc4cec0bfe1 100644 --- a/src/coreclr/src/inc/shim/shimselector.inl +++ b/src/coreclr/src/inc/shim/shimselector.inl @@ -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. // // shimselector.inl // diff --git a/src/coreclr/src/inc/shim/versionandlocationinfo.h b/src/coreclr/src/inc/shim/versionandlocationinfo.h index feb4e318d7dbdd..bf3ccb5c51ab96 100644 --- a/src/coreclr/src/inc/shim/versionandlocationinfo.h +++ b/src/coreclr/src/inc/shim/versionandlocationinfo.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. // // versionandlocationinfo.h // diff --git a/src/coreclr/src/inc/shim/versionandlocationinfo.inl b/src/coreclr/src/inc/shim/versionandlocationinfo.inl index 91261bbaa595af..faff2d1b38d367 100644 --- a/src/coreclr/src/inc/shim/versionandlocationinfo.inl +++ b/src/coreclr/src/inc/shim/versionandlocationinfo.inl @@ -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. // // versionandlocationinfo.inl // diff --git a/src/coreclr/src/inc/shim/versioninfo.h b/src/coreclr/src/inc/shim/versioninfo.h index 0a99180878a512..d0edc6470743df 100644 --- a/src/coreclr/src/inc/shim/versioninfo.h +++ b/src/coreclr/src/inc/shim/versioninfo.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. // // versioninfo.h // diff --git a/src/coreclr/src/inc/shim/versioninfo.inl b/src/coreclr/src/inc/shim/versioninfo.inl index c572227d683683..d714ba5e609714 100644 --- a/src/coreclr/src/inc/shim/versioninfo.inl +++ b/src/coreclr/src/inc/shim/versioninfo.inl @@ -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. // // versioninfo.inl // diff --git a/src/coreclr/src/inc/shimload.h b/src/coreclr/src/inc/shimload.h index 576274b5328ae5..57d800d351c6ce 100644 --- a/src/coreclr/src/inc/shimload.h +++ b/src/coreclr/src/inc/shimload.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/inc/sigbuilder.h b/src/coreclr/src/inc/sigbuilder.h index c1ad67af0f2e34..0097503d4c383f 100644 --- a/src/coreclr/src/inc/sigbuilder.h +++ b/src/coreclr/src/inc/sigbuilder.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 _SIGBUILDER_H_ diff --git a/src/coreclr/src/inc/sigparser.h b/src/coreclr/src/inc/sigparser.h index eb7a6352e65195..8a385c1344fe78 100644 --- a/src/coreclr/src/inc/sigparser.h +++ b/src/coreclr/src/inc/sigparser.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. // // sigparser.h // diff --git a/src/coreclr/src/inc/simplerhash.h b/src/coreclr/src/inc/simplerhash.h index ec43d93dcb026c..ebd8a3e6871ee7 100644 --- a/src/coreclr/src/inc/simplerhash.h +++ b/src/coreclr/src/inc/simplerhash.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 _SIMPLERHASHTABLE_H_ #define _SIMPLERHASHTABLE_H_ diff --git a/src/coreclr/src/inc/simplerhash.inl b/src/coreclr/src/inc/simplerhash.inl index e207ba6bce97ed..10a6b157ce99cd 100644 --- a/src/coreclr/src/inc/simplerhash.inl +++ b/src/coreclr/src/inc/simplerhash.inl @@ -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 _SIMPLERHASHTABLE_INL_ #define _SIMPLERHASHTABLE_INL_ diff --git a/src/coreclr/src/inc/slist.h b/src/coreclr/src/inc/slist.h index 87dec1dcd0bb5a..805413fd3da349 100644 --- a/src/coreclr/src/inc/slist.h +++ b/src/coreclr/src/inc/slist.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. //----------------------------------------------------------------------------- // @File: slist.h // diff --git a/src/coreclr/src/inc/sospriv.idl b/src/coreclr/src/inc/sospriv.idl index 4b609856629aa1..d5a5913f736fe5 100644 --- a/src/coreclr/src/inc/sospriv.idl +++ b/src/coreclr/src/inc/sospriv.idl @@ -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. /***************************************************************************** ** ** ** sospriv.idl - The private interface that SOS uses to query the runtime ** diff --git a/src/coreclr/src/inc/sstring.h b/src/coreclr/src/inc/sstring.h index 8de0cd3d4277a9..6f041658b8bf62 100644 --- a/src/coreclr/src/inc/sstring.h +++ b/src/coreclr/src/inc/sstring.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. // --------------------------------------------------------------------------- // SString.h (Safe String) // diff --git a/src/coreclr/src/inc/sstring.inl b/src/coreclr/src/inc/sstring.inl index 459226bf217b92..03fc26fe9666cf 100644 --- a/src/coreclr/src/inc/sstring.inl +++ b/src/coreclr/src/inc/sstring.inl @@ -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/inc/stack.h b/src/coreclr/src/inc/stack.h index fd9af58ddd34c9..f69567ac94e43d 100644 --- a/src/coreclr/src/inc/stack.h +++ b/src/coreclr/src/inc/stack.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/inc/stackframe.h b/src/coreclr/src/inc/stackframe.h index 43ca11016c0cd1..12b047a6b4d750 100644 --- a/src/coreclr/src/inc/stackframe.h +++ b/src/coreclr/src/inc/stackframe.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 __STACKFRAME_H #define __STACKFRAME_H diff --git a/src/coreclr/src/inc/stacktrace.h b/src/coreclr/src/inc/stacktrace.h index ef37dd9091c958..65f4d4cc481f17 100644 --- a/src/coreclr/src/inc/stacktrace.h +++ b/src/coreclr/src/inc/stacktrace.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/inc/static_assert.h b/src/coreclr/src/inc/static_assert.h index e5b542d6cb75ff..e344e83baca554 100644 --- a/src/coreclr/src/inc/static_assert.h +++ b/src/coreclr/src/inc/static_assert.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. // --------------------------------------------------------------------------- // static_assert.h // diff --git a/src/coreclr/src/inc/staticcontract.h b/src/coreclr/src/inc/staticcontract.h index 3fe749de24ef53..4cb71b7b5d30ea 100644 --- a/src/coreclr/src/inc/staticcontract.h +++ b/src/coreclr/src/inc/staticcontract.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. // --------------------------------------------------------------------------- // StaticContract.h // --------------------------------------------------------------------------- diff --git a/src/coreclr/src/inc/stdmacros.h b/src/coreclr/src/inc/stdmacros.h index bd556a58564735..6f1f884b2c7acf 100644 --- a/src/coreclr/src/inc/stdmacros.h +++ b/src/coreclr/src/inc/stdmacros.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/inc/stgpool.h b/src/coreclr/src/inc/stgpool.h index d9a84c360b2a2b..688f1b9db2ac35 100644 --- a/src/coreclr/src/inc/stgpool.h +++ b/src/coreclr/src/inc/stgpool.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. //***************************************************************************** // StgPool.h // diff --git a/src/coreclr/src/inc/stgpooli.h b/src/coreclr/src/inc/stgpooli.h index db4c049fc8942e..33e0b61d081209 100644 --- a/src/coreclr/src/inc/stgpooli.h +++ b/src/coreclr/src/inc/stgpooli.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. //***************************************************************************** // StgPooli.h // diff --git a/src/coreclr/src/inc/stresslog.h b/src/coreclr/src/inc/stresslog.h index 244cf74c2b0e67..e162dae9bcea47 100644 --- a/src/coreclr/src/inc/stresslog.h +++ b/src/coreclr/src/inc/stresslog.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/inc/stringarraylist.h b/src/coreclr/src/inc/stringarraylist.h index 248d41e1c7f0c7..5001ad7c469258 100644 --- a/src/coreclr/src/inc/stringarraylist.h +++ b/src/coreclr/src/inc/stringarraylist.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 STRINGARRAYLIST_H_ #define STRINGARRAYLIST_H_ diff --git a/src/coreclr/src/inc/stringarraylist.inl b/src/coreclr/src/inc/stringarraylist.inl index 9e19636c784219..b82f95735a4dea 100644 --- a/src/coreclr/src/inc/stringarraylist.inl +++ b/src/coreclr/src/inc/stringarraylist.inl @@ -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 "ex.h" diff --git a/src/coreclr/src/inc/strongnameholders.h b/src/coreclr/src/inc/strongnameholders.h index d684e9d3a032ae..2c26ed7b03ea5a 100644 --- a/src/coreclr/src/inc/strongnameholders.h +++ b/src/coreclr/src/inc/strongnameholders.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 __STRONGNAME_HOLDERS_H__ #define __STRONGNAME_HOLDERS_H__ diff --git a/src/coreclr/src/inc/strongnameinternal.h b/src/coreclr/src/inc/strongnameinternal.h index a340c768d6a5a1..2b1c323a7d2e93 100644 --- a/src/coreclr/src/inc/strongnameinternal.h +++ b/src/coreclr/src/inc/strongnameinternal.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. // // Strong name APIs which are not exposed publicly, but are built into StrongName.lib // diff --git a/src/coreclr/src/inc/switches.h b/src/coreclr/src/inc/switches.h index eaf1c578a45ecb..c334512e9572f3 100644 --- a/src/coreclr/src/inc/switches.h +++ b/src/coreclr/src/inc/switches.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. // // switches.h switch configuration of common runtime features // diff --git a/src/coreclr/src/inc/thekey.h b/src/coreclr/src/inc/thekey.h index dba313c3386b2f..a972e2ca561da7 100644 --- a/src/coreclr/src/inc/thekey.h +++ b/src/coreclr/src/inc/thekey.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 // This file allows customization of the strongname key used to replace the ECMA key diff --git a/src/coreclr/src/inc/tls.h b/src/coreclr/src/inc/tls.h index fb880ba077382c..4ac5e9162e5ddc 100644 --- a/src/coreclr/src/inc/tls.h +++ b/src/coreclr/src/inc/tls.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. // TLS.H - // diff --git a/src/coreclr/src/inc/unreachable.h b/src/coreclr/src/inc/unreachable.h index 0e2ae87337a7b8..3fcb1d3bb40ea9 100644 --- a/src/coreclr/src/inc/unreachable.h +++ b/src/coreclr/src/inc/unreachable.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. // --------------------------------------------------------------------------- // unreachable.h // --------------------------------------------------------------------------- diff --git a/src/coreclr/src/inc/utilcode.h b/src/coreclr/src/inc/utilcode.h index 2dbac829707fc4..f02e58aeaf7db0 100644 --- a/src/coreclr/src/inc/utilcode.h +++ b/src/coreclr/src/inc/utilcode.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. //***************************************************************************** // UtilCode.h // diff --git a/src/coreclr/src/inc/utsem.h b/src/coreclr/src/inc/utsem.h index 0cacfcd940f6e7..a33cc0535d3411 100644 --- a/src/coreclr/src/inc/utsem.h +++ b/src/coreclr/src/inc/utsem.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/inc/volatile.h b/src/coreclr/src/inc/volatile.h index 6c73dc4c65667b..f5bb1f09f063d1 100644 --- a/src/coreclr/src/inc/volatile.h +++ b/src/coreclr/src/inc/volatile.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. // // Volatile.h // diff --git a/src/coreclr/src/inc/vptr_list.h b/src/coreclr/src/inc/vptr_list.h index f53bbac1edf1e4..1ca3b089fd6813 100644 --- a/src/coreclr/src/inc/vptr_list.h +++ b/src/coreclr/src/inc/vptr_list.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. // Any class with a vtable that needs to be instantiated // during debugging data access must be listed here. diff --git a/src/coreclr/src/inc/win64unwind.h b/src/coreclr/src/inc/win64unwind.h index d9477a9078ece1..d9990a35144e10 100644 --- a/src/coreclr/src/inc/win64unwind.h +++ b/src/coreclr/src/inc/win64unwind.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 _WIN64UNWIND_H_ #define _WIN64UNWIND_H_ diff --git a/src/coreclr/src/inc/winwrap.h b/src/coreclr/src/inc/winwrap.h index e692ac782952f9..69dc19a5d413b6 100644 --- a/src/coreclr/src/inc/winwrap.h +++ b/src/coreclr/src/inc/winwrap.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. //***************************************************************************** // WinWrap.h // diff --git a/src/coreclr/src/inc/xclrdata.idl b/src/coreclr/src/inc/xclrdata.idl index 7054c7f11955fa..818915a29ccec7 100644 --- a/src/coreclr/src/inc/xclrdata.idl +++ b/src/coreclr/src/inc/xclrdata.idl @@ -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. /***************************************************************************** ** ** ** clrdata.idl - Common Language Runtime data access interfaces for ** diff --git a/src/coreclr/src/inc/xcordebug.idl b/src/coreclr/src/inc/xcordebug.idl index 8f4b5bba2c6ce6..2ac09c173791af 100644 --- a/src/coreclr/src/inc/xcordebug.idl +++ b/src/coreclr/src/inc/xcordebug.idl @@ -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. /***************************************************************************** ** ** ** XCordebug.idl - Experimental (undocumented) Debugging interfaces. ** diff --git a/src/coreclr/src/inc/yieldprocessornormalized.h b/src/coreclr/src/inc/yieldprocessornormalized.h index ec90a9da8c35d0..ba349bb83ad567 100644 --- a/src/coreclr/src/inc/yieldprocessornormalized.h +++ b/src/coreclr/src/inc/yieldprocessornormalized.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/coreclr/src/inc/zapper.h b/src/coreclr/src/inc/zapper.h index 74b98926fe8928..ba4f65b15dd916 100644 --- a/src/coreclr/src/inc/zapper.h +++ b/src/coreclr/src/inc/zapper.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 ZAPPER_H_ #define ZAPPER_H_ diff --git a/src/coreclr/src/interop/comwrappers.cpp b/src/coreclr/src/interop/comwrappers.cpp index 3fb1b7941ed758..a7d4db77698027 100644 --- a/src/coreclr/src/interop/comwrappers.cpp +++ b/src/coreclr/src/interop/comwrappers.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 "comwrappers.hpp" #include diff --git a/src/coreclr/src/interop/comwrappers.hpp b/src/coreclr/src/interop/comwrappers.hpp index d6ff877f340dbb..8535bd9f18e9e8 100644 --- a/src/coreclr/src/interop/comwrappers.hpp +++ b/src/coreclr/src/interop/comwrappers.hpp @@ -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 _INTEROP_COMWRAPPERS_H_ #define _INTEROP_COMWRAPPERS_H_ diff --git a/src/coreclr/src/interop/inc/interoplib.h b/src/coreclr/src/interop/inc/interoplib.h index fa0e0c3e25918a..a1f32b99ecdb23 100644 --- a/src/coreclr/src/interop/inc/interoplib.h +++ b/src/coreclr/src/interop/inc/interoplib.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 _INTEROP_INC_INTEROPLIB_H_ #define _INTEROP_INC_INTEROPLIB_H_ diff --git a/src/coreclr/src/interop/inc/interoplibabi.h b/src/coreclr/src/interop/inc/interoplibabi.h index 19a1e0c01e7556..46c33204e403d1 100644 --- a/src/coreclr/src/interop/inc/interoplibabi.h +++ b/src/coreclr/src/interop/inc/interoplibabi.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. #include diff --git a/src/coreclr/src/interop/inc/interoplibimports.h b/src/coreclr/src/interop/inc/interoplibimports.h index 692f749df1a5e4..deb3f196f96c2c 100644 --- a/src/coreclr/src/interop/inc/interoplibimports.h +++ b/src/coreclr/src/interop/inc/interoplibimports.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 _INTEROP_INC_INTEROPLIBIMPORTS_H_ #define _INTEROP_INC_INTEROPLIBIMPORTS_H_ diff --git a/src/coreclr/src/interop/interoplib.cpp b/src/coreclr/src/interop/interoplib.cpp index fb7af5aa7ec65e..f730817dea3175 100644 --- a/src/coreclr/src/interop/interoplib.cpp +++ b/src/coreclr/src/interop/interoplib.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 "platform.h" #include diff --git a/src/coreclr/src/interop/platform.h b/src/coreclr/src/interop/platform.h index b21ec99cd8ca85..fef22a10085ad4 100644 --- a/src/coreclr/src/interop/platform.h +++ b/src/coreclr/src/interop/platform.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 _INTEROP_PLATFORM_H_ #define _INTEROP_PLATFORM_H_ @@ -28,4 +27,4 @@ // Runtime headers #include -#endif // _INTEROP_PLATFORM_H_ \ No newline at end of file +#endif // _INTEROP_PLATFORM_H_ diff --git a/src/coreclr/src/interop/referencetrackertypes.hpp b/src/coreclr/src/interop/referencetrackertypes.hpp index b9802a48fa113c..a5887df802dc26 100644 --- a/src/coreclr/src/interop/referencetrackertypes.hpp +++ b/src/coreclr/src/interop/referencetrackertypes.hpp @@ -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 _INTEROP_REFERENCETRACKERTYPES_H_ #define _INTEROP_REFERENCETRACKERTYPES_H_ diff --git a/src/coreclr/src/interop/trackerobjectmanager.cpp b/src/coreclr/src/interop/trackerobjectmanager.cpp index 7d1cb15722197a..91cc894c0eef07 100644 --- a/src/coreclr/src/interop/trackerobjectmanager.cpp +++ b/src/coreclr/src/interop/trackerobjectmanager.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 "comwrappers.hpp" #include diff --git a/src/coreclr/src/jit/ICorJitInfo_API_names.h b/src/coreclr/src/jit/ICorJitInfo_API_names.h index b2f623ac96fb19..ff5cd92a33d0ba 100644 --- a/src/coreclr/src/jit/ICorJitInfo_API_names.h +++ b/src/coreclr/src/jit/ICorJitInfo_API_names.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. DEF_CLR_API(getMethodAttribs) DEF_CLR_API(setMethodAttribs) diff --git a/src/coreclr/src/jit/ICorJitInfo_API_wrapper.hpp b/src/coreclr/src/jit/ICorJitInfo_API_wrapper.hpp index 20a372e2a49f7b..9593be55b66467 100644 --- a/src/coreclr/src/jit/ICorJitInfo_API_wrapper.hpp +++ b/src/coreclr/src/jit/ICorJitInfo_API_wrapper.hpp @@ -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. #define API_ENTER(name) wrapComp->CLR_API_Enter(API_##name); #define API_LEAVE(name) wrapComp->CLR_API_Leave(API_##name); diff --git a/src/coreclr/src/jit/Native.rc b/src/coreclr/src/jit/Native.rc index 9e01bcd6cc56df..f145a7d071a097 100644 --- a/src/coreclr/src/jit/Native.rc +++ b/src/coreclr/src/jit/Native.rc @@ -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. #define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET Runtime Just-In-Time Compiler\0" diff --git a/src/coreclr/src/jit/_typeinfo.h b/src/coreclr/src/jit/_typeinfo.h index d852cac6b0203f..4aa38c540b220b 100644 --- a/src/coreclr/src/jit/_typeinfo.h +++ b/src/coreclr/src/jit/_typeinfo.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/alloc.cpp b/src/coreclr/src/jit/alloc.cpp index 62fa0e844564e2..6300376beeb6d4 100644 --- a/src/coreclr/src/jit/alloc.cpp +++ b/src/coreclr/src/jit/alloc.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 "jitpch.h" diff --git a/src/coreclr/src/jit/alloc.h b/src/coreclr/src/jit/alloc.h index f23ea225a10511..bd148c78a34c35 100644 --- a/src/coreclr/src/jit/alloc.h +++ b/src/coreclr/src/jit/alloc.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 _ALLOC_H_ #define _ALLOC_H_ diff --git a/src/coreclr/src/jit/arraystack.h b/src/coreclr/src/jit/arraystack.h index 5b62ce63fa2766..eb8a17932ca63d 100644 --- a/src/coreclr/src/jit/arraystack.h +++ b/src/coreclr/src/jit/arraystack.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. // // ArrayStack: A stack, implemented as a growable array diff --git a/src/coreclr/src/jit/assertionprop.cpp b/src/coreclr/src/jit/assertionprop.cpp index 450f98018dbbef..987388a39259dc 100644 --- a/src/coreclr/src/jit/assertionprop.cpp +++ b/src/coreclr/src/jit/assertionprop.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/bitset.cpp b/src/coreclr/src/jit/bitset.cpp index 4a32d7111d55af..506fe7210d4ca5 100644 --- a/src/coreclr/src/jit/bitset.cpp +++ b/src/coreclr/src/jit/bitset.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 "jitpch.h" #ifdef _MSC_VER diff --git a/src/coreclr/src/jit/bitset.h b/src/coreclr/src/jit/bitset.h index 5a92bddecba7f4..eb29a133e2992d 100644 --- a/src/coreclr/src/jit/bitset.h +++ b/src/coreclr/src/jit/bitset.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. // A set of integers in the range [0..N], for some given N. diff --git a/src/coreclr/src/jit/bitsetasshortlong.h b/src/coreclr/src/jit/bitsetasshortlong.h index d1588cdc0992be..078cdc810e9de5 100644 --- a/src/coreclr/src/jit/bitsetasshortlong.h +++ b/src/coreclr/src/jit/bitsetasshortlong.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. // A set of integers in the range [0..N], for some N defined by the "Env" (via "BitSetTraits"). // diff --git a/src/coreclr/src/jit/bitsetasuint64.h b/src/coreclr/src/jit/bitsetasuint64.h index fe439ee937f790..f227d8ec8ecd46 100644 --- a/src/coreclr/src/jit/bitsetasuint64.h +++ b/src/coreclr/src/jit/bitsetasuint64.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 bitSetAsUint64_DEFINED #define bitSetAsUint64_DEFINED 1 diff --git a/src/coreclr/src/jit/bitsetasuint64inclass.h b/src/coreclr/src/jit/bitsetasuint64inclass.h index fe5d73ad7e5e34..0424a87ad8c482 100644 --- a/src/coreclr/src/jit/bitsetasuint64inclass.h +++ b/src/coreclr/src/jit/bitsetasuint64inclass.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 bitSetAsUint64InClass_DEFINED #define bitSetAsUint64InClass_DEFINED 1 diff --git a/src/coreclr/src/jit/bitsetops.h b/src/coreclr/src/jit/bitsetops.h index bb4db9d5fd9704..932904bb71906b 100644 --- a/src/coreclr/src/jit/bitsetops.h +++ b/src/coreclr/src/jit/bitsetops.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. BSOPNAME(BSOP_Assign) BSOPNAME(BSOP_AssignAllowUninitRhs) diff --git a/src/coreclr/src/jit/bitvec.h b/src/coreclr/src/jit/bitvec.h index e7e2d44a5c2a3c..1f89acde9b9dd6 100644 --- a/src/coreclr/src/jit/bitvec.h +++ b/src/coreclr/src/jit/bitvec.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. // // This include file determines how BitVec is implemented. diff --git a/src/coreclr/src/jit/block.cpp b/src/coreclr/src/jit/block.cpp index 3bd45dd1ca85b7..9064caaaa38e4b 100644 --- a/src/coreclr/src/jit/block.cpp +++ b/src/coreclr/src/jit/block.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/block.h b/src/coreclr/src/jit/block.h index 6a2c6e86435a7f..dedbdaecb96e6c 100644 --- a/src/coreclr/src/jit/block.h +++ b/src/coreclr/src/jit/block.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/blockset.h b/src/coreclr/src/jit/blockset.h index 015f6a6695c86a..83de7a5dad1e59 100644 --- a/src/coreclr/src/jit/blockset.h +++ b/src/coreclr/src/jit/blockset.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. // // This include file determines how BlockSet is implemented. diff --git a/src/coreclr/src/jit/codegen.h b/src/coreclr/src/jit/codegen.h index bdf9d45ed2ce32..46b54e84e2a997 100644 --- a/src/coreclr/src/jit/codegen.h +++ b/src/coreclr/src/jit/codegen.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. // // This class contains all the data & functionality for code generation diff --git a/src/coreclr/src/jit/codegenarm.cpp b/src/coreclr/src/jit/codegenarm.cpp index 7acdf3fbab2199..aab0a5f30830f4 100644 --- a/src/coreclr/src/jit/codegenarm.cpp +++ b/src/coreclr/src/jit/codegenarm.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/codegenarm64.cpp b/src/coreclr/src/jit/codegenarm64.cpp index 39bbd4264bcad5..a7e3fe576555f5 100644 --- a/src/coreclr/src/jit/codegenarm64.cpp +++ b/src/coreclr/src/jit/codegenarm64.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/codegenarmarch.cpp b/src/coreclr/src/jit/codegenarmarch.cpp index 291645eba9fde5..31b35c987584ed 100644 --- a/src/coreclr/src/jit/codegenarmarch.cpp +++ b/src/coreclr/src/jit/codegenarmarch.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/codegencommon.cpp b/src/coreclr/src/jit/codegencommon.cpp index dde9e43d00163d..9ef5d3e245d4c4 100644 --- a/src/coreclr/src/jit/codegencommon.cpp +++ b/src/coreclr/src/jit/codegencommon.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/codegeninterface.h b/src/coreclr/src/jit/codegeninterface.h index 3e588b94ba8a0c..ec0090467836d7 100644 --- a/src/coreclr/src/jit/codegeninterface.h +++ b/src/coreclr/src/jit/codegeninterface.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. // // This file declares the types that constitute the interface between the diff --git a/src/coreclr/src/jit/codegenlinear.cpp b/src/coreclr/src/jit/codegenlinear.cpp index 74fdae744fa588..0de6f0ecf297c5 100644 --- a/src/coreclr/src/jit/codegenlinear.cpp +++ b/src/coreclr/src/jit/codegenlinear.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/codegenxarch.cpp b/src/coreclr/src/jit/codegenxarch.cpp index 48b43f58ea72ce..a0e575657b6719 100644 --- a/src/coreclr/src/jit/codegenxarch.cpp +++ b/src/coreclr/src/jit/codegenxarch.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/compiler.cpp b/src/coreclr/src/jit/compiler.cpp index 11ffd258c09c80..375a65a41664d4 100644 --- a/src/coreclr/src/jit/compiler.cpp +++ b/src/coreclr/src/jit/compiler.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/compiler.h b/src/coreclr/src/jit/compiler.h index 2078ec2f786aa7..147ce268e15629 100644 --- a/src/coreclr/src/jit/compiler.h +++ b/src/coreclr/src/jit/compiler.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/compiler.hpp b/src/coreclr/src/jit/compiler.hpp index 406562fd7a852f..c12bacd94d7a96 100644 --- a/src/coreclr/src/jit/compiler.hpp +++ b/src/coreclr/src/jit/compiler.hpp @@ -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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/compilerbitsettraits.h b/src/coreclr/src/jit/compilerbitsettraits.h index 0fdcb5110ffd85..744eb30841daec 100644 --- a/src/coreclr/src/jit/compilerbitsettraits.h +++ b/src/coreclr/src/jit/compilerbitsettraits.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 CompilerBitSetTraits_DEFINED #define CompilerBitSetTraits_DEFINED 1 diff --git a/src/coreclr/src/jit/compilerbitsettraits.hpp b/src/coreclr/src/jit/compilerbitsettraits.hpp index 79f7b5ee53aff8..c12db17b1cffdd 100644 --- a/src/coreclr/src/jit/compilerbitsettraits.hpp +++ b/src/coreclr/src/jit/compilerbitsettraits.hpp @@ -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 CompilerBitSetTraits_HPP_DEFINED #define CompilerBitSetTraits_HPP_DEFINED 1 diff --git a/src/coreclr/src/jit/compmemkind.h b/src/coreclr/src/jit/compmemkind.h index 586e5f3ac3ca78..44b856eded5152 100644 --- a/src/coreclr/src/jit/compmemkind.h +++ b/src/coreclr/src/jit/compmemkind.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 CompMemKindMacro diff --git a/src/coreclr/src/jit/compphases.h b/src/coreclr/src/jit/compphases.h index ccda79c4cfe794..79370e83c6a0a6 100644 --- a/src/coreclr/src/jit/compphases.h +++ b/src/coreclr/src/jit/compphases.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. // // File: CompPhases.h // diff --git a/src/coreclr/src/jit/copyprop.cpp b/src/coreclr/src/jit/copyprop.cpp index ece3f28b99d0e5..295fcb8cb8a7f9 100644 --- a/src/coreclr/src/jit/copyprop.cpp +++ b/src/coreclr/src/jit/copyprop.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. // // diff --git a/src/coreclr/src/jit/dataflow.h b/src/coreclr/src/jit/dataflow.h index ff691e443bdd8a..307ce02770f958 100644 --- a/src/coreclr/src/jit/dataflow.h +++ b/src/coreclr/src/jit/dataflow.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. // // This class is used to perform data flow optimizations. diff --git a/src/coreclr/src/jit/decomposelongs.cpp b/src/coreclr/src/jit/decomposelongs.cpp index 855d60813ca02a..064453daa91624 100644 --- a/src/coreclr/src/jit/decomposelongs.cpp +++ b/src/coreclr/src/jit/decomposelongs.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/decomposelongs.h b/src/coreclr/src/jit/decomposelongs.h index 0388b5cea3d0d4..a9a75f5d3c334c 100644 --- a/src/coreclr/src/jit/decomposelongs.h +++ b/src/coreclr/src/jit/decomposelongs.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/delayload.cpp b/src/coreclr/src/jit/delayload.cpp index 895a13a6bfbf41..7342c78b179483 100644 --- a/src/coreclr/src/jit/delayload.cpp +++ b/src/coreclr/src/jit/delayload.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 "jitpch.h" #pragma hdrstop diff --git a/src/coreclr/src/jit/disasm.cpp b/src/coreclr/src/jit/disasm.cpp index 5896454685f685..56c2ed622e8d55 100644 --- a/src/coreclr/src/jit/disasm.cpp +++ b/src/coreclr/src/jit/disasm.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. /*********************************************************************** * * File: dis.cpp diff --git a/src/coreclr/src/jit/disasm.h b/src/coreclr/src/jit/disasm.h index f7cea20b5c4151..7ddaaa9b09237e 100644 --- a/src/coreclr/src/jit/disasm.h +++ b/src/coreclr/src/jit/disasm.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/dllmain.cpp b/src/coreclr/src/jit/dllmain.cpp index 6cd0add128d3e0..7fcf274e5b6487 100644 --- a/src/coreclr/src/jit/dllmain.cpp +++ b/src/coreclr/src/jit/dllmain.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 "jitpch.h" #ifdef _MSC_VER diff --git a/src/coreclr/src/jit/earlyprop.cpp b/src/coreclr/src/jit/earlyprop.cpp index 48ccc669fa62fe..6c8a521fc75023 100644 --- a/src/coreclr/src/jit/earlyprop.cpp +++ b/src/coreclr/src/jit/earlyprop.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. // // Early Value Propagation // diff --git a/src/coreclr/src/jit/ee_il_dll.cpp b/src/coreclr/src/jit/ee_il_dll.cpp index ee3a29dc036aac..150efed411f6af 100644 --- a/src/coreclr/src/jit/ee_il_dll.cpp +++ b/src/coreclr/src/jit/ee_il_dll.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/ee_il_dll.hpp b/src/coreclr/src/jit/ee_il_dll.hpp index 1d05851fc86c61..731e1b2321eccd 100644 --- a/src/coreclr/src/jit/ee_il_dll.hpp +++ b/src/coreclr/src/jit/ee_il_dll.hpp @@ -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. extern ICorJitHost* g_jitHost; diff --git a/src/coreclr/src/jit/eeinterface.cpp b/src/coreclr/src/jit/eeinterface.cpp index d0a08959f43db8..ca63935aaad872 100644 --- a/src/coreclr/src/jit/eeinterface.cpp +++ b/src/coreclr/src/jit/eeinterface.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/emit.cpp b/src/coreclr/src/jit/emit.cpp index 2613cd453e61a5..cc12dabc5492eb 100644 --- a/src/coreclr/src/jit/emit.cpp +++ b/src/coreclr/src/jit/emit.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/emit.h b/src/coreclr/src/jit/emit.h index cd1616b37eb8c1..87ba19eb14e7aa 100644 --- a/src/coreclr/src/jit/emit.h +++ b/src/coreclr/src/jit/emit.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 _EMIT_H_ diff --git a/src/coreclr/src/jit/emitarm.cpp b/src/coreclr/src/jit/emitarm.cpp index b5ed5e83e08ac8..9ed108131d53e7 100644 --- a/src/coreclr/src/jit/emitarm.cpp +++ b/src/coreclr/src/jit/emitarm.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/emitarm.h b/src/coreclr/src/jit/emitarm.h index fe6a7a0c0790a7..bc3a4df6c64112 100644 --- a/src/coreclr/src/jit/emitarm.h +++ b/src/coreclr/src/jit/emitarm.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. #if defined(TARGET_ARM) diff --git a/src/coreclr/src/jit/emitarm64.cpp b/src/coreclr/src/jit/emitarm64.cpp index 47ef4e4ab22efc..b1645ec9c08794 100644 --- a/src/coreclr/src/jit/emitarm64.cpp +++ b/src/coreclr/src/jit/emitarm64.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/emitarm64.h b/src/coreclr/src/jit/emitarm64.h index 059913f5d73b74..918a3726ebfa91 100644 --- a/src/coreclr/src/jit/emitarm64.h +++ b/src/coreclr/src/jit/emitarm64.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. #if defined(TARGET_ARM64) diff --git a/src/coreclr/src/jit/emitdef.h b/src/coreclr/src/jit/emitdef.h index d148705dd16c43..c9f003ccce1b62 100644 --- a/src/coreclr/src/jit/emitdef.h +++ b/src/coreclr/src/jit/emitdef.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 _EMITDEF_H_ diff --git a/src/coreclr/src/jit/emitfmts.h b/src/coreclr/src/jit/emitfmts.h index db42ef16993a1a..c252c0b1237d32 100644 --- a/src/coreclr/src/jit/emitfmts.h +++ b/src/coreclr/src/jit/emitfmts.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. ////////////////////////////////////////////////////////////////////////////// #if defined(TARGET_XARCH) diff --git a/src/coreclr/src/jit/emitfmtsarm.h b/src/coreclr/src/jit/emitfmtsarm.h index 36c480571d23c2..a5c97364e64da0 100644 --- a/src/coreclr/src/jit/emitfmtsarm.h +++ b/src/coreclr/src/jit/emitfmtsarm.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. ////////////////////////////////////////////////////////////////////////////// // clang-format off diff --git a/src/coreclr/src/jit/emitfmtsarm64.h b/src/coreclr/src/jit/emitfmtsarm64.h index eb557b13b0e461..05d7d2c83d08d3 100644 --- a/src/coreclr/src/jit/emitfmtsarm64.h +++ b/src/coreclr/src/jit/emitfmtsarm64.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. ////////////////////////////////////////////////////////////////////////////// // clang-format off diff --git a/src/coreclr/src/jit/emitfmtsxarch.h b/src/coreclr/src/jit/emitfmtsxarch.h index 02a5f190822a20..7e90ca3b417de7 100644 --- a/src/coreclr/src/jit/emitfmtsxarch.h +++ b/src/coreclr/src/jit/emitfmtsxarch.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/jit/emitinl.h b/src/coreclr/src/jit/emitinl.h index 82ea2e4f4f8f1d..484eca3399b4e9 100644 --- a/src/coreclr/src/jit/emitinl.h +++ b/src/coreclr/src/jit/emitinl.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 _EMITINL_H_ diff --git a/src/coreclr/src/jit/emitjmps.h b/src/coreclr/src/jit/emitjmps.h index 363a5f336f3ce2..4ed340302119d4 100644 --- a/src/coreclr/src/jit/emitjmps.h +++ b/src/coreclr/src/jit/emitjmps.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. // clang-format off #ifndef JMP_SMALL diff --git a/src/coreclr/src/jit/emitpub.h b/src/coreclr/src/jit/emitpub.h index e1f5e80b5295bd..3134bf54be5c1b 100644 --- a/src/coreclr/src/jit/emitpub.h +++ b/src/coreclr/src/jit/emitpub.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. /************************************************************************/ /* Overall emitter control (including startup and shutdown) */ diff --git a/src/coreclr/src/jit/emitxarch.cpp b/src/coreclr/src/jit/emitxarch.cpp index 3d6565bafdde27..1321067fef6434 100644 --- a/src/coreclr/src/jit/emitxarch.cpp +++ b/src/coreclr/src/jit/emitxarch.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/emitxarch.h b/src/coreclr/src/jit/emitxarch.h index 9c380e1451c342..fff3fd017ee71a 100644 --- a/src/coreclr/src/jit/emitxarch.h +++ b/src/coreclr/src/jit/emitxarch.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. #if defined(TARGET_XARCH) diff --git a/src/coreclr/src/jit/error.cpp b/src/coreclr/src/jit/error.cpp index 90a2a766223664..a77a217893aaf4 100644 --- a/src/coreclr/src/jit/error.cpp +++ b/src/coreclr/src/jit/error.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/error.h b/src/coreclr/src/jit/error.h index 053586fecca953..082ac2ec394d50 100644 --- a/src/coreclr/src/jit/error.h +++ b/src/coreclr/src/jit/error.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 _ERROR_H_ diff --git a/src/coreclr/src/jit/flowgraph.cpp b/src/coreclr/src/jit/flowgraph.cpp index 61747171a4cddb..893924988f7da3 100644 --- a/src/coreclr/src/jit/flowgraph.cpp +++ b/src/coreclr/src/jit/flowgraph.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/gcdecode.cpp b/src/coreclr/src/jit/gcdecode.cpp index 0722917490f551..1dfa85ddfd446c 100644 --- a/src/coreclr/src/jit/gcdecode.cpp +++ b/src/coreclr/src/jit/gcdecode.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 "jitpch.h" #ifdef _MSC_VER diff --git a/src/coreclr/src/jit/gcencode.cpp b/src/coreclr/src/jit/gcencode.cpp index a346b9fd1ab258..3c45137b059367 100644 --- a/src/coreclr/src/jit/gcencode.cpp +++ b/src/coreclr/src/jit/gcencode.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/gcinfo.cpp b/src/coreclr/src/jit/gcinfo.cpp index 450475d42274d7..a27c41c50e634d 100644 --- a/src/coreclr/src/jit/gcinfo.cpp +++ b/src/coreclr/src/jit/gcinfo.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/gentree.cpp b/src/coreclr/src/jit/gentree.cpp index 3c241c0c7c3e95..72034acd12e6db 100644 --- a/src/coreclr/src/jit/gentree.cpp +++ b/src/coreclr/src/jit/gentree.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/gentree.h b/src/coreclr/src/jit/gentree.h index 2a46ef51088529..917edba1d5947b 100644 --- a/src/coreclr/src/jit/gentree.h +++ b/src/coreclr/src/jit/gentree.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/gschecks.cpp b/src/coreclr/src/jit/gschecks.cpp index e31998d3b5a429..4022724d36bcd0 100644 --- a/src/coreclr/src/jit/gschecks.cpp +++ b/src/coreclr/src/jit/gschecks.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/gtlist.h b/src/coreclr/src/jit/gtlist.h index 537b7d935ab644..640affba218b36 100644 --- a/src/coreclr/src/jit/gtlist.h +++ b/src/coreclr/src/jit/gtlist.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. // clang-format off /*****************************************************************************/ diff --git a/src/coreclr/src/jit/gtstructs.h b/src/coreclr/src/jit/gtstructs.h index 70c409b3b2e191..b4bad947fd90f7 100644 --- a/src/coreclr/src/jit/gtstructs.h +++ b/src/coreclr/src/jit/gtstructs.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. // clang-format off diff --git a/src/coreclr/src/jit/hashbv.cpp b/src/coreclr/src/jit/hashbv.cpp index 57c93cf08673a7..5f996a96c22232 100644 --- a/src/coreclr/src/jit/hashbv.cpp +++ b/src/coreclr/src/jit/hashbv.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 "jitpch.h" #ifdef _MSC_VER diff --git a/src/coreclr/src/jit/hashbv.h b/src/coreclr/src/jit/hashbv.h index 9ebcb247b2435a..1ee3f35c92639a 100644 --- a/src/coreclr/src/jit/hashbv.h +++ b/src/coreclr/src/jit/hashbv.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 HASHBV_H #define HASHBV_H diff --git a/src/coreclr/src/jit/host.h b/src/coreclr/src/jit/host.h index 436c3d1457c1eb..ea9abdddcc9c46 100644 --- a/src/coreclr/src/jit/host.h +++ b/src/coreclr/src/jit/host.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/jit/hostallocator.cpp b/src/coreclr/src/jit/hostallocator.cpp index 112bf1c107380b..2e88ebc628c270 100644 --- a/src/coreclr/src/jit/hostallocator.cpp +++ b/src/coreclr/src/jit/hostallocator.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 "jitpch.h" #include "hostallocator.h" diff --git a/src/coreclr/src/jit/hostallocator.h b/src/coreclr/src/jit/hostallocator.h index 447fc67eb14df8..a91f7f1fb4ab9b 100644 --- a/src/coreclr/src/jit/hostallocator.h +++ b/src/coreclr/src/jit/hostallocator.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/coreclr/src/jit/hwintrinsic.cpp b/src/coreclr/src/jit/hwintrinsic.cpp index b8484a9d796535..14a9b8628ffc75 100644 --- a/src/coreclr/src/jit/hwintrinsic.cpp +++ b/src/coreclr/src/jit/hwintrinsic.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 "jitpch.h" #include "hwintrinsic.h" diff --git a/src/coreclr/src/jit/hwintrinsic.h b/src/coreclr/src/jit/hwintrinsic.h index c20cb089112867..ca527f14076e45 100644 --- a/src/coreclr/src/jit/hwintrinsic.h +++ b/src/coreclr/src/jit/hwintrinsic.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 _HW_INTRINSIC_H_ #define _HW_INTRINSIC_H_ diff --git a/src/coreclr/src/jit/hwintrinsicarm64.cpp b/src/coreclr/src/jit/hwintrinsicarm64.cpp index ec6f2f40d25882..4b25b4932e4e46 100644 --- a/src/coreclr/src/jit/hwintrinsicarm64.cpp +++ b/src/coreclr/src/jit/hwintrinsicarm64.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 "jitpch.h" #include "hwintrinsic.h" diff --git a/src/coreclr/src/jit/hwintrinsiccodegenarm64.cpp b/src/coreclr/src/jit/hwintrinsiccodegenarm64.cpp index a655248c515a04..7fb5514f29140d 100644 --- a/src/coreclr/src/jit/hwintrinsiccodegenarm64.cpp +++ b/src/coreclr/src/jit/hwintrinsiccodegenarm64.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 "jitpch.h" #ifdef _MSC_VER diff --git a/src/coreclr/src/jit/hwintrinsiccodegenxarch.cpp b/src/coreclr/src/jit/hwintrinsiccodegenxarch.cpp index cd183a9563e972..574e8c48d15f89 100644 --- a/src/coreclr/src/jit/hwintrinsiccodegenxarch.cpp +++ b/src/coreclr/src/jit/hwintrinsiccodegenxarch.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/hwintrinsiclistxarch.h b/src/coreclr/src/jit/hwintrinsiclistxarch.h index 02d1edb15fae12..dde116ccfac725 100644 --- a/src/coreclr/src/jit/hwintrinsiclistxarch.h +++ b/src/coreclr/src/jit/hwintrinsiclistxarch.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 HARDWARE_INTRINSIC diff --git a/src/coreclr/src/jit/hwintrinsicxarch.cpp b/src/coreclr/src/jit/hwintrinsicxarch.cpp index 3c40ac1d96d86c..d001076c1095d7 100644 --- a/src/coreclr/src/jit/hwintrinsicxarch.cpp +++ b/src/coreclr/src/jit/hwintrinsicxarch.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 "jitpch.h" #include "hwintrinsic.h" diff --git a/src/coreclr/src/jit/importer.cpp b/src/coreclr/src/jit/importer.cpp index a549620c24f89a..e411ee677a1406 100644 --- a/src/coreclr/src/jit/importer.cpp +++ b/src/coreclr/src/jit/importer.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/indirectcalltransformer.cpp b/src/coreclr/src/jit/indirectcalltransformer.cpp index 43d88763179d6f..ebbce239d168e7 100644 --- a/src/coreclr/src/jit/indirectcalltransformer.cpp +++ b/src/coreclr/src/jit/indirectcalltransformer.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 "jitpch.h" #ifdef _MSC_VER diff --git a/src/coreclr/src/jit/inline.cpp b/src/coreclr/src/jit/inline.cpp index 16f32071a0cdcd..9b4d6f1686145f 100644 --- a/src/coreclr/src/jit/inline.cpp +++ b/src/coreclr/src/jit/inline.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 "jitpch.h" #ifdef _MSC_VER diff --git a/src/coreclr/src/jit/inline.def b/src/coreclr/src/jit/inline.def index 7197b523b69b6a..639180246c3fa3 100644 --- a/src/coreclr/src/jit/inline.def +++ b/src/coreclr/src/jit/inline.def @@ -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. // Macro template for inline observations // diff --git a/src/coreclr/src/jit/inline.h b/src/coreclr/src/jit/inline.h index 4fd585de9ff81d..1019341de99986 100644 --- a/src/coreclr/src/jit/inline.h +++ b/src/coreclr/src/jit/inline.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. // Inlining Support // diff --git a/src/coreclr/src/jit/inlinepolicy.cpp b/src/coreclr/src/jit/inlinepolicy.cpp index 1dc3ec52cec718..8852991cf20010 100644 --- a/src/coreclr/src/jit/inlinepolicy.cpp +++ b/src/coreclr/src/jit/inlinepolicy.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 "jitpch.h" #ifdef _MSC_VER diff --git a/src/coreclr/src/jit/inlinepolicy.h b/src/coreclr/src/jit/inlinepolicy.h index 967c4add885247..9024996521a3ae 100644 --- a/src/coreclr/src/jit/inlinepolicy.h +++ b/src/coreclr/src/jit/inlinepolicy.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. // Inlining Policies // diff --git a/src/coreclr/src/jit/instr.cpp b/src/coreclr/src/jit/instr.cpp index ec776cbea9a911..ed2e38c7a2acbb 100644 --- a/src/coreclr/src/jit/instr.cpp +++ b/src/coreclr/src/jit/instr.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/instr.h b/src/coreclr/src/jit/instr.h index 3c0404c6079e95..ed001fdc1bc722 100644 --- a/src/coreclr/src/jit/instr.h +++ b/src/coreclr/src/jit/instr.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 _INSTR_H_ diff --git a/src/coreclr/src/jit/instrs.h b/src/coreclr/src/jit/instrs.h index 37b9fe3090b2c6..b543f781645f55 100644 --- a/src/coreclr/src/jit/instrs.h +++ b/src/coreclr/src/jit/instrs.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. #if defined(TARGET_XARCH) #include "instrsxarch.h" diff --git a/src/coreclr/src/jit/instrsarm.h b/src/coreclr/src/jit/instrsarm.h index 990414349a9882..9356150d4b2e83 100644 --- a/src/coreclr/src/jit/instrsarm.h +++ b/src/coreclr/src/jit/instrsarm.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. /***************************************************************************** * Arm Thumb1/Thumb2 instructions for JIT compiler diff --git a/src/coreclr/src/jit/instrsarm64.h b/src/coreclr/src/jit/instrsarm64.h index cb839775675dcc..cddd9b0a986aa5 100644 --- a/src/coreclr/src/jit/instrsarm64.h +++ b/src/coreclr/src/jit/instrsarm64.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. /***************************************************************************** * Arm64 instructions for JIT compiler diff --git a/src/coreclr/src/jit/instrsxarch.h b/src/coreclr/src/jit/instrsxarch.h index cbb56aa04c434f..60616c5177b58f 100644 --- a/src/coreclr/src/jit/instrsxarch.h +++ b/src/coreclr/src/jit/instrsxarch.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. // // This file was previously known as instrs.h diff --git a/src/coreclr/src/jit/jit.h b/src/coreclr/src/jit/jit.h index 0e27e37c7b23cd..70296152db539f 100644 --- a/src/coreclr/src/jit/jit.h +++ b/src/coreclr/src/jit/jit.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 _JIT_H_ diff --git a/src/coreclr/src/jit/jitconfig.cpp b/src/coreclr/src/jit/jitconfig.cpp index 69b36f2bf6b05a..6fdbad427fe8a4 100644 --- a/src/coreclr/src/jit/jitconfig.cpp +++ b/src/coreclr/src/jit/jitconfig.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 "jitpch.h" #ifdef _MSC_VER diff --git a/src/coreclr/src/jit/jitconfig.h b/src/coreclr/src/jit/jitconfig.h index 2b03287bd30ab3..12d327d292b399 100644 --- a/src/coreclr/src/jit/jitconfig.h +++ b/src/coreclr/src/jit/jitconfig.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 _JITCONFIG_H_ #define _JITCONFIG_H_ diff --git a/src/coreclr/src/jit/jitconfigvalues.h b/src/coreclr/src/jit/jitconfigvalues.h index 92ad41c6118864..c1ff23715707c4 100644 --- a/src/coreclr/src/jit/jitconfigvalues.h +++ b/src/coreclr/src/jit/jitconfigvalues.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. #if !defined(CONFIG_INTEGER) || !defined(CONFIG_STRING) || !defined(CONFIG_METHODSET) #error CONFIG_INTEGER, CONFIG_STRING, and CONFIG_METHODSET must be defined before including this file. diff --git a/src/coreclr/src/jit/jitee.h b/src/coreclr/src/jit/jitee.h index 405ef9a7d74219..a12f7f29329b01 100644 --- a/src/coreclr/src/jit/jitee.h +++ b/src/coreclr/src/jit/jitee.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. // This class wraps the CORJIT_FLAGS type in the JIT-EE interface (in corjit.h) such that the JIT can // build with either the old flags (COR_JIT_EE_VERSION <= 460) or the new flags (COR_JIT_EE_VERSION > 460). diff --git a/src/coreclr/src/jit/jiteh.cpp b/src/coreclr/src/jit/jiteh.cpp index b9f7499cbe7beb..d61d50df0e6d15 100644 --- a/src/coreclr/src/jit/jiteh.cpp +++ b/src/coreclr/src/jit/jiteh.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/jiteh.h b/src/coreclr/src/jit/jiteh.h index 852dc4d2fe662b..51dcad7d90947d 100644 --- a/src/coreclr/src/jit/jiteh.h +++ b/src/coreclr/src/jit/jiteh.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/jitexpandarray.h b/src/coreclr/src/jit/jitexpandarray.h index abe086c3376221..999fcdb683c255 100644 --- a/src/coreclr/src/jit/jitexpandarray.h +++ b/src/coreclr/src/jit/jitexpandarray.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/coreclr/src/jit/jitgcinfo.h b/src/coreclr/src/jit/jitgcinfo.h index 6d6550aa076385..e9ef97c2a17edd 100644 --- a/src/coreclr/src/jit/jitgcinfo.h +++ b/src/coreclr/src/jit/jitgcinfo.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. // Garbage-collector information // Keeps track of which variables hold pointers. diff --git a/src/coreclr/src/jit/jithashtable.h b/src/coreclr/src/jit/jithashtable.h index 2ae55f8c2be1c2..4d2d19d1389ff4 100644 --- a/src/coreclr/src/jit/jithashtable.h +++ b/src/coreclr/src/jit/jithashtable.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/coreclr/src/jit/jitpch.h b/src/coreclr/src/jit/jitpch.h index 1fe8f2730296f2..61954c4288e670 100644 --- a/src/coreclr/src/jit/jitpch.h +++ b/src/coreclr/src/jit/jitpch.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. #include #include diff --git a/src/coreclr/src/jit/jitstd.h b/src/coreclr/src/jit/jitstd.h index 09095a35ff020e..3e2fed3861eefe 100644 --- a/src/coreclr/src/jit/jitstd.h +++ b/src/coreclr/src/jit/jitstd.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. #include "allocator.h" #include "list.h" diff --git a/src/coreclr/src/jit/jitstd/algorithm.h b/src/coreclr/src/jit/jitstd/algorithm.h index 460bf08529f583..000639a5a1de81 100644 --- a/src/coreclr/src/jit/jitstd/algorithm.h +++ b/src/coreclr/src/jit/jitstd/algorithm.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/jit/jitstd/allocator.h b/src/coreclr/src/jit/jitstd/allocator.h index 933f9214a37a8d..b0f0c25293ba20 100644 --- a/src/coreclr/src/jit/jitstd/allocator.h +++ b/src/coreclr/src/jit/jitstd/allocator.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/coreclr/src/jit/jitstd/functional.h b/src/coreclr/src/jit/jitstd/functional.h index f9d4592e916bc1..05582014f34afe 100644 --- a/src/coreclr/src/jit/jitstd/functional.h +++ b/src/coreclr/src/jit/jitstd/functional.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/jit/jitstd/iterator.h b/src/coreclr/src/jit/jitstd/iterator.h index 975755c59cad58..b97a4e71b8bb1c 100644 --- a/src/coreclr/src/jit/jitstd/iterator.h +++ b/src/coreclr/src/jit/jitstd/iterator.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/jit/jitstd/list.h b/src/coreclr/src/jit/jitstd/list.h index 5f28bdfd4cee8b..070d94361f2aa7 100644 --- a/src/coreclr/src/jit/jitstd/list.h +++ b/src/coreclr/src/jit/jitstd/list.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/jit/jitstd/new.h b/src/coreclr/src/jit/jitstd/new.h index 7054fbea0b149c..7569a69b6bc81f 100644 --- a/src/coreclr/src/jit/jitstd/new.h +++ b/src/coreclr/src/jit/jitstd/new.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/jit/jitstd/utility.h b/src/coreclr/src/jit/jitstd/utility.h index 119450ee388ae3..624bb7bc7c39a3 100644 --- a/src/coreclr/src/jit/jitstd/utility.h +++ b/src/coreclr/src/jit/jitstd/utility.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/jit/jitstd/vector.h b/src/coreclr/src/jit/jitstd/vector.h index 9ffde558b544cd..30a847717727f2 100644 --- a/src/coreclr/src/jit/jitstd/vector.h +++ b/src/coreclr/src/jit/jitstd/vector.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/jit/jittelemetry.cpp b/src/coreclr/src/jit/jittelemetry.cpp index 38617894143876..dbf350885e0299 100644 --- a/src/coreclr/src/jit/jittelemetry.cpp +++ b/src/coreclr/src/jit/jittelemetry.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. /*****************************************************************************/ // clrjit diff --git a/src/coreclr/src/jit/jittelemetry.h b/src/coreclr/src/jit/jittelemetry.h index 24a0ce7b5db81f..b8983e5b69ee1e 100644 --- a/src/coreclr/src/jit/jittelemetry.h +++ b/src/coreclr/src/jit/jittelemetry.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. /*****************************************************************************/ // clrjit diff --git a/src/coreclr/src/jit/lclmorph.cpp b/src/coreclr/src/jit/lclmorph.cpp index 176f1994d85ad6..4b74ea15138a56 100644 --- a/src/coreclr/src/jit/lclmorph.cpp +++ b/src/coreclr/src/jit/lclmorph.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 "jitpch.h" diff --git a/src/coreclr/src/jit/lclvars.cpp b/src/coreclr/src/jit/lclvars.cpp index f8757328e85130..0bbf06ff1840ea 100644 --- a/src/coreclr/src/jit/lclvars.cpp +++ b/src/coreclr/src/jit/lclvars.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/lir.cpp b/src/coreclr/src/jit/lir.cpp index 87371ba25302da..290b3fd58939b5 100644 --- a/src/coreclr/src/jit/lir.cpp +++ b/src/coreclr/src/jit/lir.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 "jitpch.h" #include "smallhash.h" diff --git a/src/coreclr/src/jit/lir.h b/src/coreclr/src/jit/lir.h index 4785a2a37ca9f2..460a24e58e388f 100644 --- a/src/coreclr/src/jit/lir.h +++ b/src/coreclr/src/jit/lir.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 _LIR_H_ #define _LIR_H_ diff --git a/src/coreclr/src/jit/liveness.cpp b/src/coreclr/src/jit/liveness.cpp index 885d11c2e5ac1a..a99323084d2fa4 100644 --- a/src/coreclr/src/jit/liveness.cpp +++ b/src/coreclr/src/jit/liveness.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. // ================================================================================= // Code that works with liveness and related concepts (interference, debug scope) diff --git a/src/coreclr/src/jit/loopcloning.cpp b/src/coreclr/src/jit/loopcloning.cpp index 72ae9bc100701f..51c0040a1f927a 100644 --- a/src/coreclr/src/jit/loopcloning.cpp +++ b/src/coreclr/src/jit/loopcloning.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/loopcloning.h b/src/coreclr/src/jit/loopcloning.h index a6197f5d2a71c7..37d1b7466bdcc6 100644 --- a/src/coreclr/src/jit/loopcloning.h +++ b/src/coreclr/src/jit/loopcloning.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/loopcloningopts.h b/src/coreclr/src/jit/loopcloningopts.h index 9048a41a1416ad..f17b915c830a69 100644 --- a/src/coreclr/src/jit/loopcloningopts.h +++ b/src/coreclr/src/jit/loopcloningopts.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/jit/lower.cpp b/src/coreclr/src/jit/lower.cpp index 2a99949e14162d..ef82c9f470ace3 100644 --- a/src/coreclr/src/jit/lower.cpp +++ b/src/coreclr/src/jit/lower.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/lower.h b/src/coreclr/src/jit/lower.h index 01e1e401101851..9736591c9cff0b 100644 --- a/src/coreclr/src/jit/lower.h +++ b/src/coreclr/src/jit/lower.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/lowerarmarch.cpp b/src/coreclr/src/jit/lowerarmarch.cpp index ef39f024e4e552..2ab6fa947822e0 100644 --- a/src/coreclr/src/jit/lowerarmarch.cpp +++ b/src/coreclr/src/jit/lowerarmarch.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/lowerxarch.cpp b/src/coreclr/src/jit/lowerxarch.cpp index bf5d71aad36f12..331c674eab9e7f 100644 --- a/src/coreclr/src/jit/lowerxarch.cpp +++ b/src/coreclr/src/jit/lowerxarch.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/lsra.cpp b/src/coreclr/src/jit/lsra.cpp index b26dda65aec4fc..4f51e2890a5bd4 100644 --- a/src/coreclr/src/jit/lsra.cpp +++ b/src/coreclr/src/jit/lsra.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. /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/lsra.h b/src/coreclr/src/jit/lsra.h index 97b37b644c6dc2..7050e5f069a2cd 100644 --- a/src/coreclr/src/jit/lsra.h +++ b/src/coreclr/src/jit/lsra.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 _LSRA_H_ diff --git a/src/coreclr/src/jit/lsra_reftypes.h b/src/coreclr/src/jit/lsra_reftypes.h index 11b2cb48fc7c39..5006a61e52366c 100644 --- a/src/coreclr/src/jit/lsra_reftypes.h +++ b/src/coreclr/src/jit/lsra_reftypes.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. // clang-format off // memberName - enum member name diff --git a/src/coreclr/src/jit/lsraarm.cpp b/src/coreclr/src/jit/lsraarm.cpp index 653a678c641e6d..0b7518ccf922ce 100644 --- a/src/coreclr/src/jit/lsraarm.cpp +++ b/src/coreclr/src/jit/lsraarm.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/lsraarm64.cpp b/src/coreclr/src/jit/lsraarm64.cpp index bd921f41134483..514ed90feef468 100644 --- a/src/coreclr/src/jit/lsraarm64.cpp +++ b/src/coreclr/src/jit/lsraarm64.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/lsraarmarch.cpp b/src/coreclr/src/jit/lsraarmarch.cpp index 6d7b2ba11aeaf2..59d64329b4562f 100644 --- a/src/coreclr/src/jit/lsraarmarch.cpp +++ b/src/coreclr/src/jit/lsraarmarch.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/lsrabuild.cpp b/src/coreclr/src/jit/lsrabuild.cpp index 591fa173aae6f3..03c61659276a4b 100644 --- a/src/coreclr/src/jit/lsrabuild.cpp +++ b/src/coreclr/src/jit/lsrabuild.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/lsraxarch.cpp b/src/coreclr/src/jit/lsraxarch.cpp index f90412d6a8adaa..780d959a9e933a 100644 --- a/src/coreclr/src/jit/lsraxarch.cpp +++ b/src/coreclr/src/jit/lsraxarch.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/morph.cpp b/src/coreclr/src/jit/morph.cpp index e5229176943764..47f8a51ece2fef 100644 --- a/src/coreclr/src/jit/morph.cpp +++ b/src/coreclr/src/jit/morph.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/namedintrinsiclist.h b/src/coreclr/src/jit/namedintrinsiclist.h index c9a87d782a62cb..63d79fbeff19d0 100644 --- a/src/coreclr/src/jit/namedintrinsiclist.h +++ b/src/coreclr/src/jit/namedintrinsiclist.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 _NAMEDINTRINSICLIST_H_ #define _NAMEDINTRINSICLIST_H_ diff --git a/src/coreclr/src/jit/objectalloc.cpp b/src/coreclr/src/jit/objectalloc.cpp index 7be52493cd21e6..39c22e63a81125 100644 --- a/src/coreclr/src/jit/objectalloc.cpp +++ b/src/coreclr/src/jit/objectalloc.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/objectalloc.h b/src/coreclr/src/jit/objectalloc.h index 2d00c9db2a9cc0..7a03320b46ea16 100644 --- a/src/coreclr/src/jit/objectalloc.h +++ b/src/coreclr/src/jit/objectalloc.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/opcode.h b/src/coreclr/src/jit/opcode.h index 87741e97d9be75..bedf8b0c40dc6c 100644 --- a/src/coreclr/src/jit/opcode.h +++ b/src/coreclr/src/jit/opcode.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/optcse.cpp b/src/coreclr/src/jit/optcse.cpp index b7ece7ced07374..46e834df0dc4f0 100644 --- a/src/coreclr/src/jit/optcse.cpp +++ b/src/coreclr/src/jit/optcse.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/optimizer.cpp b/src/coreclr/src/jit/optimizer.cpp index a261f490de1215..adc874b27887c5 100644 --- a/src/coreclr/src/jit/optimizer.cpp +++ b/src/coreclr/src/jit/optimizer.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/patchpoint.cpp b/src/coreclr/src/jit/patchpoint.cpp index f19d2a862f1926..e5a2981abd0233 100644 --- a/src/coreclr/src/jit/patchpoint.cpp +++ b/src/coreclr/src/jit/patchpoint.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 "jitpch.h" #ifdef _MSC_VER diff --git a/src/coreclr/src/jit/phase.cpp b/src/coreclr/src/jit/phase.cpp index 996aa13cef2bfb..7a552cc7279a45 100644 --- a/src/coreclr/src/jit/phase.cpp +++ b/src/coreclr/src/jit/phase.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 "jitpch.h" #ifdef _MSC_VER diff --git a/src/coreclr/src/jit/phase.h b/src/coreclr/src/jit/phase.h index 8f4c0f2de5ad9e..6288d596729daf 100644 --- a/src/coreclr/src/jit/phase.h +++ b/src/coreclr/src/jit/phase.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 _PHASE_H_ diff --git a/src/coreclr/src/jit/rangecheck.cpp b/src/coreclr/src/jit/rangecheck.cpp index 9fb0eaf0357d2b..3dc09776db4e6b 100644 --- a/src/coreclr/src/jit/rangecheck.cpp +++ b/src/coreclr/src/jit/rangecheck.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. // diff --git a/src/coreclr/src/jit/rangecheck.h b/src/coreclr/src/jit/rangecheck.h index 136d0f3185f9f8..754f64cbc2ea6b 100644 --- a/src/coreclr/src/jit/rangecheck.h +++ b/src/coreclr/src/jit/rangecheck.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/jit/rationalize.cpp b/src/coreclr/src/jit/rationalize.cpp index 4bfbfaa9bceb12..b878a30beeae03 100644 --- a/src/coreclr/src/jit/rationalize.cpp +++ b/src/coreclr/src/jit/rationalize.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 "jitpch.h" #ifdef _MSC_VER diff --git a/src/coreclr/src/jit/rationalize.h b/src/coreclr/src/jit/rationalize.h index 6bfac679d91500..e4c8872eb0cda9 100644 --- a/src/coreclr/src/jit/rationalize.h +++ b/src/coreclr/src/jit/rationalize.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. //=============================================================================== #include "phase.h" diff --git a/src/coreclr/src/jit/regalloc.cpp b/src/coreclr/src/jit/regalloc.cpp index 367eb81877f1f2..381edde88670ca 100644 --- a/src/coreclr/src/jit/regalloc.cpp +++ b/src/coreclr/src/jit/regalloc.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/regalloc.h b/src/coreclr/src/jit/regalloc.h index 117e62f84c3d43..7e6cb94c3e0c46 100644 --- a/src/coreclr/src/jit/regalloc.h +++ b/src/coreclr/src/jit/regalloc.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 REGALLOC_H_ #define REGALLOC_H_ diff --git a/src/coreclr/src/jit/register.h b/src/coreclr/src/jit/register.h index f1fb9e2afba191..d06bef0cea1d9a 100644 --- a/src/coreclr/src/jit/register.h +++ b/src/coreclr/src/jit/register.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. // clang-format off diff --git a/src/coreclr/src/jit/register_arg_convention.cpp b/src/coreclr/src/jit/register_arg_convention.cpp index 8bbce59cbb99ac..a90e61c3a59fde 100644 --- a/src/coreclr/src/jit/register_arg_convention.cpp +++ b/src/coreclr/src/jit/register_arg_convention.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 "jitpch.h" #ifdef _MSC_VER diff --git a/src/coreclr/src/jit/register_arg_convention.h b/src/coreclr/src/jit/register_arg_convention.h index 3fcce3706a3f8d..7b3199b03af78b 100644 --- a/src/coreclr/src/jit/register_arg_convention.h +++ b/src/coreclr/src/jit/register_arg_convention.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 __register_arg_convention__ #define __register_arg_convention__ diff --git a/src/coreclr/src/jit/registerarm.h b/src/coreclr/src/jit/registerarm.h index ecb15c003bf8d6..ad70eaa211ccf6 100644 --- a/src/coreclr/src/jit/registerarm.h +++ b/src/coreclr/src/jit/registerarm.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. // clang-format off diff --git a/src/coreclr/src/jit/registerarm64.h b/src/coreclr/src/jit/registerarm64.h index b1c320150f6d45..7ce66ada1beb0e 100644 --- a/src/coreclr/src/jit/registerarm64.h +++ b/src/coreclr/src/jit/registerarm64.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. // clang-format off diff --git a/src/coreclr/src/jit/reglist.h b/src/coreclr/src/jit/reglist.h index 16239b81cd8ef2..794f2914454cca 100644 --- a/src/coreclr/src/jit/reglist.h +++ b/src/coreclr/src/jit/reglist.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 REGLIST_H #define REGLIST_H diff --git a/src/coreclr/src/jit/regset.cpp b/src/coreclr/src/jit/regset.cpp index 0ebde49eadfb27..1a7816d6ca25f5 100644 --- a/src/coreclr/src/jit/regset.cpp +++ b/src/coreclr/src/jit/regset.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/regset.h b/src/coreclr/src/jit/regset.h index a354c12bc58961..4f966329fa1e5a 100644 --- a/src/coreclr/src/jit/regset.h +++ b/src/coreclr/src/jit/regset.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/jit/scopeinfo.cpp b/src/coreclr/src/jit/scopeinfo.cpp index 13afb64db3d7c4..5fc7bca119f4c2 100644 --- a/src/coreclr/src/jit/scopeinfo.cpp +++ b/src/coreclr/src/jit/scopeinfo.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/sideeffects.cpp b/src/coreclr/src/jit/sideeffects.cpp index 10fa5d5c49a578..0f75f8ff66f3eb 100644 --- a/src/coreclr/src/jit/sideeffects.cpp +++ b/src/coreclr/src/jit/sideeffects.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 "jitpch.h" #ifdef _MSC_VER diff --git a/src/coreclr/src/jit/sideeffects.h b/src/coreclr/src/jit/sideeffects.h index e14b2925ed79a8..8e2fe1cd788b4b 100644 --- a/src/coreclr/src/jit/sideeffects.h +++ b/src/coreclr/src/jit/sideeffects.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 _SIDEEFFECTS_H_ #define _SIDEEFFECTS_H_ diff --git a/src/coreclr/src/jit/simd.cpp b/src/coreclr/src/jit/simd.cpp index ed92766cc29aff..98595340798657 100644 --- a/src/coreclr/src/jit/simd.cpp +++ b/src/coreclr/src/jit/simd.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. // // SIMD Support diff --git a/src/coreclr/src/jit/simd.h b/src/coreclr/src/jit/simd.h index 70510dc317c578..07d70e20d503d1 100644 --- a/src/coreclr/src/jit/simd.h +++ b/src/coreclr/src/jit/simd.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 _SIMD_H_ #define _SIMD_H_ diff --git a/src/coreclr/src/jit/simdashwintrinsic.cpp b/src/coreclr/src/jit/simdashwintrinsic.cpp index 64d559e149adfb..6e48db4d8212de 100644 --- a/src/coreclr/src/jit/simdashwintrinsic.cpp +++ b/src/coreclr/src/jit/simdashwintrinsic.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 "jitpch.h" #include "simdashwintrinsic.h" diff --git a/src/coreclr/src/jit/simdashwintrinsic.h b/src/coreclr/src/jit/simdashwintrinsic.h index e5d951e38703d1..41dd1c5a53b381 100644 --- a/src/coreclr/src/jit/simdashwintrinsic.h +++ b/src/coreclr/src/jit/simdashwintrinsic.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 _SIMD_AS_HWINTRINSIC_H_ #define _SIMD_AS_HWINTRINSIC_H_ diff --git a/src/coreclr/src/jit/simdashwintrinsiclistarm64.h b/src/coreclr/src/jit/simdashwintrinsiclistarm64.h index 9022642fa6bffc..481e139c2ac5b1 100644 --- a/src/coreclr/src/jit/simdashwintrinsiclistarm64.h +++ b/src/coreclr/src/jit/simdashwintrinsiclistarm64.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 SIMD_AS_HWINTRINSIC diff --git a/src/coreclr/src/jit/simdashwintrinsiclistxarch.h b/src/coreclr/src/jit/simdashwintrinsiclistxarch.h index 1e77eb1804bda5..d542dc63d31611 100644 --- a/src/coreclr/src/jit/simdashwintrinsiclistxarch.h +++ b/src/coreclr/src/jit/simdashwintrinsiclistxarch.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 SIMD_AS_HWINTRINSIC diff --git a/src/coreclr/src/jit/simdcodegenxarch.cpp b/src/coreclr/src/jit/simdcodegenxarch.cpp index 16aee6d5849ad4..a1acdfd2f1a729 100644 --- a/src/coreclr/src/jit/simdcodegenxarch.cpp +++ b/src/coreclr/src/jit/simdcodegenxarch.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/simdintrinsiclist.h b/src/coreclr/src/jit/simdintrinsiclist.h index 399fc7d84a2259..fb806804a569ad 100644 --- a/src/coreclr/src/jit/simdintrinsiclist.h +++ b/src/coreclr/src/jit/simdintrinsiclist.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 SIMD_INTRINSIC diff --git a/src/coreclr/src/jit/sm.cpp b/src/coreclr/src/jit/sm.cpp index b016899761984a..5cd6e9879c78da 100644 --- a/src/coreclr/src/jit/sm.cpp +++ b/src/coreclr/src/jit/sm.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/sm.h b/src/coreclr/src/jit/sm.h index 8c90e0b7f92af0..fddcf2d697cd98 100644 --- a/src/coreclr/src/jit/sm.h +++ b/src/coreclr/src/jit/sm.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. // // State machine header used ONLY in the JIT. diff --git a/src/coreclr/src/jit/smallhash.h b/src/coreclr/src/jit/smallhash.h index 5900d286b60221..6f72b1e9ab68aa 100644 --- a/src/coreclr/src/jit/smallhash.h +++ b/src/coreclr/src/jit/smallhash.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 _SMALLHASHTABLE_H_ #define _SMALLHASHTABLE_H_ diff --git a/src/coreclr/src/jit/smcommon.cpp b/src/coreclr/src/jit/smcommon.cpp index d17e21b874ae94..511c8557fae914 100644 --- a/src/coreclr/src/jit/smcommon.cpp +++ b/src/coreclr/src/jit/smcommon.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. #if defined(DEBUG) || defined(SMGEN_COMPILE) diff --git a/src/coreclr/src/jit/smcommon.h b/src/coreclr/src/jit/smcommon.h index 0c33e05a7b1287..a6de234b523e7d 100644 --- a/src/coreclr/src/jit/smcommon.h +++ b/src/coreclr/src/jit/smcommon.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. // // Common headers used both in smgen.exe and the JIT. diff --git a/src/coreclr/src/jit/smdata.cpp b/src/coreclr/src/jit/smdata.cpp index e911430e127e0c..30b0a7b81d7bec 100644 --- a/src/coreclr/src/jit/smdata.cpp +++ b/src/coreclr/src/jit/smdata.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. // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! // diff --git a/src/coreclr/src/jit/smopcode.def b/src/coreclr/src/jit/smopcode.def index aa918601c29224..0b25962af461ab 100644 --- a/src/coreclr/src/jit/smopcode.def +++ b/src/coreclr/src/jit/smopcode.def @@ -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/jit/smopcodemap.def b/src/coreclr/src/jit/smopcodemap.def index 2094c267ebf039..e5912ee86af2a5 100644 --- a/src/coreclr/src/jit/smopcodemap.def +++ b/src/coreclr/src/jit/smopcodemap.def @@ -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/jit/smopenum.h b/src/coreclr/src/jit/smopenum.h index 978bbc2c3bb379..dc1fd6a810335c 100644 --- a/src/coreclr/src/jit/smopenum.h +++ b/src/coreclr/src/jit/smopenum.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 __smopenum_h__ #define __smopenum_h__ diff --git a/src/coreclr/src/jit/smweights.cpp b/src/coreclr/src/jit/smweights.cpp index fdf50a914db4d0..ec55072436eb2c 100644 --- a/src/coreclr/src/jit/smweights.cpp +++ b/src/coreclr/src/jit/smweights.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. // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! // diff --git a/src/coreclr/src/jit/ssabuilder.cpp b/src/coreclr/src/jit/ssabuilder.cpp index 3bd0b44c4f2b45..c0a3ce90326e4a 100644 --- a/src/coreclr/src/jit/ssabuilder.cpp +++ b/src/coreclr/src/jit/ssabuilder.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 "jitpch.h" #include "ssaconfig.h" diff --git a/src/coreclr/src/jit/ssabuilder.h b/src/coreclr/src/jit/ssabuilder.h index 5bdc752c696b15..6d1a9fbd5542f2 100644 --- a/src/coreclr/src/jit/ssabuilder.h +++ b/src/coreclr/src/jit/ssabuilder.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 #pragma warning(disable : 4503) // 'identifier' : decorated name length exceeded, name was truncated diff --git a/src/coreclr/src/jit/ssaconfig.h b/src/coreclr/src/jit/ssaconfig.h index a4ff0604d6f646..43a00c53dcc52f 100644 --- a/src/coreclr/src/jit/ssaconfig.h +++ b/src/coreclr/src/jit/ssaconfig.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/coreclr/src/jit/ssarenamestate.cpp b/src/coreclr/src/jit/ssarenamestate.cpp index c715aeb6438e9b..55a96f3b2cf4eb 100644 --- a/src/coreclr/src/jit/ssarenamestate.cpp +++ b/src/coreclr/src/jit/ssarenamestate.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 "jitpch.h" #include "ssaconfig.h" diff --git a/src/coreclr/src/jit/ssarenamestate.h b/src/coreclr/src/jit/ssarenamestate.h index 5edc2008c5634f..37dc332746b5ab 100644 --- a/src/coreclr/src/jit/ssarenamestate.h +++ b/src/coreclr/src/jit/ssarenamestate.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/coreclr/src/jit/stacklevelsetter.cpp b/src/coreclr/src/jit/stacklevelsetter.cpp index 0cf9dd34ade6fd..fa48b8080ea1ce 100644 --- a/src/coreclr/src/jit/stacklevelsetter.cpp +++ b/src/coreclr/src/jit/stacklevelsetter.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 "jitpch.h" #ifdef _MSC_VER diff --git a/src/coreclr/src/jit/stacklevelsetter.h b/src/coreclr/src/jit/stacklevelsetter.h index b568980e67120b..f43558f09769c6 100644 --- a/src/coreclr/src/jit/stacklevelsetter.h +++ b/src/coreclr/src/jit/stacklevelsetter.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/coreclr/src/jit/target.h b/src/coreclr/src/jit/target.h index 07bb845790acee..4229d39b3266b4 100644 --- a/src/coreclr/src/jit/target.h +++ b/src/coreclr/src/jit/target.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 TARGET_H_ diff --git a/src/coreclr/src/jit/targetamd64.cpp b/src/coreclr/src/jit/targetamd64.cpp index 78d77fea89361a..143e6e4641803a 100644 --- a/src/coreclr/src/jit/targetamd64.cpp +++ b/src/coreclr/src/jit/targetamd64.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. /*****************************************************************************/ diff --git a/src/coreclr/src/jit/targetarm.cpp b/src/coreclr/src/jit/targetarm.cpp index 64e0c92d21c9ad..ca974a76af390f 100644 --- a/src/coreclr/src/jit/targetarm.cpp +++ b/src/coreclr/src/jit/targetarm.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. /*****************************************************************************/ diff --git a/src/coreclr/src/jit/targetarm64.cpp b/src/coreclr/src/jit/targetarm64.cpp index cba0916158f14a..7b035f145b01e3 100644 --- a/src/coreclr/src/jit/targetarm64.cpp +++ b/src/coreclr/src/jit/targetarm64.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. /*****************************************************************************/ diff --git a/src/coreclr/src/jit/targetx86.cpp b/src/coreclr/src/jit/targetx86.cpp index 63128689f27ffb..391a934e5b9e78 100644 --- a/src/coreclr/src/jit/targetx86.cpp +++ b/src/coreclr/src/jit/targetx86.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. /*****************************************************************************/ diff --git a/src/coreclr/src/jit/tinyarray.h b/src/coreclr/src/jit/tinyarray.h index bee59bdb594ebf..ef3a12756b9db8 100644 --- a/src/coreclr/src/jit/tinyarray.h +++ b/src/coreclr/src/jit/tinyarray.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 TINYARRAY_H #define TINYARRAY_H diff --git a/src/coreclr/src/jit/titypes.h b/src/coreclr/src/jit/titypes.h index a659320709ddfe..02e71cc38a91a4 100644 --- a/src/coreclr/src/jit/titypes.h +++ b/src/coreclr/src/jit/titypes.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. DEF_TI(TI_ERROR, "") DEF_TI(TI_REF, "Ref") diff --git a/src/coreclr/src/jit/treelifeupdater.h b/src/coreclr/src/jit/treelifeupdater.h index 80095f874f1c25..00a31cd1b479f9 100644 --- a/src/coreclr/src/jit/treelifeupdater.h +++ b/src/coreclr/src/jit/treelifeupdater.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/coreclr/src/jit/typeinfo.cpp b/src/coreclr/src/jit/typeinfo.cpp index 6dbafd9ec20c8a..eff00918016750 100644 --- a/src/coreclr/src/jit/typeinfo.cpp +++ b/src/coreclr/src/jit/typeinfo.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/typelist.h b/src/coreclr/src/jit/typelist.h index a700d0fe6d8e83..5f129106fcafd4 100644 --- a/src/coreclr/src/jit/typelist.h +++ b/src/coreclr/src/jit/typelist.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. #define GCS EA_GCREF #define BRS EA_BYREF diff --git a/src/coreclr/src/jit/unwind.cpp b/src/coreclr/src/jit/unwind.cpp index dff2df668bc5b2..7bbccd789d6c52 100644 --- a/src/coreclr/src/jit/unwind.cpp +++ b/src/coreclr/src/jit/unwind.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/unwind.h b/src/coreclr/src/jit/unwind.h index 53105dd759f075..5541450e0ef715 100644 --- a/src/coreclr/src/jit/unwind.h +++ b/src/coreclr/src/jit/unwind.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/unwindamd64.cpp b/src/coreclr/src/jit/unwindamd64.cpp index 7ff069e1da9a47..927400ad4e1d66 100644 --- a/src/coreclr/src/jit/unwindamd64.cpp +++ b/src/coreclr/src/jit/unwindamd64.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/unwindarm.cpp b/src/coreclr/src/jit/unwindarm.cpp index 843083efb90a15..4ca2b3db5e2543 100644 --- a/src/coreclr/src/jit/unwindarm.cpp +++ b/src/coreclr/src/jit/unwindarm.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/unwindarm64.cpp b/src/coreclr/src/jit/unwindarm64.cpp index 9ae4eee3d51281..d7356f4a1fd848 100644 --- a/src/coreclr/src/jit/unwindarm64.cpp +++ b/src/coreclr/src/jit/unwindarm64.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/unwindx86.cpp b/src/coreclr/src/jit/unwindx86.cpp index 997f94b8d01f87..fa6cbe8eeb5dd5 100644 --- a/src/coreclr/src/jit/unwindx86.cpp +++ b/src/coreclr/src/jit/unwindx86.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/utils.cpp b/src/coreclr/src/jit/utils.cpp index 9af74b55b54069..4477ceb16295b2 100644 --- a/src/coreclr/src/jit/utils.cpp +++ b/src/coreclr/src/jit/utils.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. // =================================================================================================== // Portions of the code implemented below are based on the 'Berkeley SoftFloat Release 3e' algorithms. diff --git a/src/coreclr/src/jit/utils.h b/src/coreclr/src/jit/utils.h index 7a7b96c96077c9..149ef88b002749 100644 --- a/src/coreclr/src/jit/utils.h +++ b/src/coreclr/src/jit/utils.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/valuenum.cpp b/src/coreclr/src/jit/valuenum.cpp index 2fb9c3ce14e469..5a55f23ccdb00c 100644 --- a/src/coreclr/src/jit/valuenum.cpp +++ b/src/coreclr/src/jit/valuenum.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. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/src/coreclr/src/jit/valuenum.h b/src/coreclr/src/jit/valuenum.h index d4167a00c0747d..9f3cc2025be203 100644 --- a/src/coreclr/src/jit/valuenum.h +++ b/src/coreclr/src/jit/valuenum.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. // Defines the class "ValueNumStore", which maintains value numbers for a compilation. diff --git a/src/coreclr/src/jit/valuenumfuncs.h b/src/coreclr/src/jit/valuenumfuncs.h index 9c6922e8ae302d..9e191ffaa614f0 100644 --- a/src/coreclr/src/jit/valuenumfuncs.h +++ b/src/coreclr/src/jit/valuenumfuncs.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. // Defines the functions understood by the value-numbering system. // ValueNumFuncDef(, , , , diff --git a/src/coreclr/src/jit/valuenumtype.h b/src/coreclr/src/jit/valuenumtype.h index f14bc6a735aee2..326f0ef65fda4c 100644 --- a/src/coreclr/src/jit/valuenumtype.h +++ b/src/coreclr/src/jit/valuenumtype.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. // Defines the type "ValueNum". diff --git a/src/coreclr/src/jit/varset.h b/src/coreclr/src/jit/varset.h index 09fa2f7b61fd21..c194061667147e 100644 --- a/src/coreclr/src/jit/varset.h +++ b/src/coreclr/src/jit/varset.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. // // This include file determines how VARSET_TP is implemented. diff --git a/src/coreclr/src/jit/vartype.h b/src/coreclr/src/jit/vartype.h index e34ee7e5a8df8f..d7a42c9e9cdd5e 100644 --- a/src/coreclr/src/jit/vartype.h +++ b/src/coreclr/src/jit/vartype.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 _VARTYPE_H_ diff --git a/src/coreclr/src/md/ceefilegen/blobfetcher.cpp b/src/coreclr/src/md/ceefilegen/blobfetcher.cpp index 444e543a059472..a4c21029ea05b4 100644 --- a/src/coreclr/src/md/ceefilegen/blobfetcher.cpp +++ b/src/coreclr/src/md/ceefilegen/blobfetcher.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. //***************************************************************************** // Implementation for CBlobFetcher // diff --git a/src/coreclr/src/md/ceefilegen/cceegen.cpp b/src/coreclr/src/md/ceefilegen/cceegen.cpp index ad5d7fc00d5177..9be6c99ff9baa8 100644 --- a/src/coreclr/src/md/ceefilegen/cceegen.cpp +++ b/src/coreclr/src/md/ceefilegen/cceegen.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. // diff --git a/src/coreclr/src/md/ceefilegen/ceegentokenmapper.cpp b/src/coreclr/src/md/ceefilegen/ceegentokenmapper.cpp index bdf0024588fde9..c94597c68f8349 100644 --- a/src/coreclr/src/md/ceefilegen/ceegentokenmapper.cpp +++ b/src/coreclr/src/md/ceefilegen/ceegentokenmapper.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. //***************************************************************************** // CeeGenTokenMapper.cpp // diff --git a/src/coreclr/src/md/ceefilegen/ceesectionstring.cpp b/src/coreclr/src/md/ceefilegen/ceesectionstring.cpp index 4a0af7970d2010..2575d56d0c678c 100644 --- a/src/coreclr/src/md/ceefilegen/ceesectionstring.cpp +++ b/src/coreclr/src/md/ceefilegen/ceesectionstring.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. // =========================================================================== // File: CeeSectionString.cpp // diff --git a/src/coreclr/src/md/ceefilegen/pesectionman.cpp b/src/coreclr/src/md/ceefilegen/pesectionman.cpp index e4d96312b076dc..a75558be4d8c27 100644 --- a/src/coreclr/src/md/ceefilegen/pesectionman.cpp +++ b/src/coreclr/src/md/ceefilegen/pesectionman.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. // PESectionMan implementation // diff --git a/src/coreclr/src/md/ceefilegen/stdafx.h b/src/coreclr/src/md/ceefilegen/stdafx.h index 431d7e8f34ebb9..36f42f95aa529f 100644 --- a/src/coreclr/src/md/ceefilegen/stdafx.h +++ b/src/coreclr/src/md/ceefilegen/stdafx.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. //***************************************************************************** // stdafx.h // diff --git a/src/coreclr/src/md/compiler/assemblymd.cpp b/src/coreclr/src/md/compiler/assemblymd.cpp index f2d7219bbe67a7..d778c636722ab2 100644 --- a/src/coreclr/src/md/compiler/assemblymd.cpp +++ b/src/coreclr/src/md/compiler/assemblymd.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. //***************************************************************************** // AssemblyMD.cpp // diff --git a/src/coreclr/src/md/compiler/assemblymd_emit.cpp b/src/coreclr/src/md/compiler/assemblymd_emit.cpp index 11e9946208f3fd..7a43a56259a36c 100644 --- a/src/coreclr/src/md/compiler/assemblymd_emit.cpp +++ b/src/coreclr/src/md/compiler/assemblymd_emit.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. //***************************************************************************** // AssemblyMD.cpp // diff --git a/src/coreclr/src/md/compiler/cacheload.h b/src/coreclr/src/md/compiler/cacheload.h index 93d882e33db1a5..6fc1dc88a6e3c7 100644 --- a/src/coreclr/src/md/compiler/cacheload.h +++ b/src/coreclr/src/md/compiler/cacheload.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. //***************************************************************************** // CacheLoad.h // diff --git a/src/coreclr/src/md/compiler/classfactory.cpp b/src/coreclr/src/md/compiler/classfactory.cpp index 57558219c570d4..1506cb00e277b6 100644 --- a/src/coreclr/src/md/compiler/classfactory.cpp +++ b/src/coreclr/src/md/compiler/classfactory.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. //***************************************************************************** // ClassFactory.cpp // diff --git a/src/coreclr/src/md/compiler/classfactory.h b/src/coreclr/src/md/compiler/classfactory.h index e0372cd5f87524..86417708fcf98a 100644 --- a/src/coreclr/src/md/compiler/classfactory.h +++ b/src/coreclr/src/md/compiler/classfactory.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. //***************************************************************************** // ClassFactory.h // diff --git a/src/coreclr/src/md/compiler/custattr.h b/src/coreclr/src/md/compiler/custattr.h index ce8a803d3346b2..13df242481c148 100644 --- a/src/coreclr/src/md/compiler/custattr.h +++ b/src/coreclr/src/md/compiler/custattr.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/compiler/custattr_emit.cpp b/src/coreclr/src/md/compiler/custattr_emit.cpp index 26c0cc4d0f3bc1..cff1be18dfbb97 100644 --- a/src/coreclr/src/md/compiler/custattr_emit.cpp +++ b/src/coreclr/src/md/compiler/custattr_emit.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. //***************************************************************************** // CustAttr_Emit.cpp // diff --git a/src/coreclr/src/md/compiler/custattr_import.cpp b/src/coreclr/src/md/compiler/custattr_import.cpp index dcbc873ec2bf7e..56930bb5d3bc36 100644 --- a/src/coreclr/src/md/compiler/custattr_import.cpp +++ b/src/coreclr/src/md/compiler/custattr_import.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. //***************************************************************************** // diff --git a/src/coreclr/src/md/compiler/disp.cpp b/src/coreclr/src/md/compiler/disp.cpp index fc9d773334426b..82d09e8c2d9aa0 100644 --- a/src/coreclr/src/md/compiler/disp.cpp +++ b/src/coreclr/src/md/compiler/disp.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. //***************************************************************************** // Disp.cpp // diff --git a/src/coreclr/src/md/compiler/disp.h b/src/coreclr/src/md/compiler/disp.h index 248ae0bc826eb0..2a183051d9bfa0 100644 --- a/src/coreclr/src/md/compiler/disp.h +++ b/src/coreclr/src/md/compiler/disp.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. //***************************************************************************** // Disp.h // diff --git a/src/coreclr/src/md/compiler/emit.cpp b/src/coreclr/src/md/compiler/emit.cpp index 97a6260e76a705..1d380129983ae5 100644 --- a/src/coreclr/src/md/compiler/emit.cpp +++ b/src/coreclr/src/md/compiler/emit.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. //***************************************************************************** // Emit.cpp // diff --git a/src/coreclr/src/md/compiler/filtermanager.cpp b/src/coreclr/src/md/compiler/filtermanager.cpp index 3648c5c58bd72f..87df90334b7f1d 100644 --- a/src/coreclr/src/md/compiler/filtermanager.cpp +++ b/src/coreclr/src/md/compiler/filtermanager.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. //***************************************************************************** // FilterManager.cpp // diff --git a/src/coreclr/src/md/compiler/filtermanager.h b/src/coreclr/src/md/compiler/filtermanager.h index 52cbb5289b30bd..24fcd0128c2dc7 100644 --- a/src/coreclr/src/md/compiler/filtermanager.h +++ b/src/coreclr/src/md/compiler/filtermanager.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. //***************************************************************************** // FilterManager.h // diff --git a/src/coreclr/src/md/compiler/helper.cpp b/src/coreclr/src/md/compiler/helper.cpp index d04406401235a7..8c8662c8dc5a57 100644 --- a/src/coreclr/src/md/compiler/helper.cpp +++ b/src/coreclr/src/md/compiler/helper.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. //***************************************************************************** // Helper.cpp // diff --git a/src/coreclr/src/md/compiler/import.cpp b/src/coreclr/src/md/compiler/import.cpp index ef1e5905a00b1d..9f3beded986ef3 100644 --- a/src/coreclr/src/md/compiler/import.cpp +++ b/src/coreclr/src/md/compiler/import.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. //***************************************************************************** // Import.cpp // diff --git a/src/coreclr/src/md/compiler/importhelper.cpp b/src/coreclr/src/md/compiler/importhelper.cpp index 068206aa3d1f42..5b5907c8e03730 100644 --- a/src/coreclr/src/md/compiler/importhelper.cpp +++ b/src/coreclr/src/md/compiler/importhelper.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. //***************************************************************************** // ImportHelper.cpp // diff --git a/src/coreclr/src/md/compiler/importhelper.h b/src/coreclr/src/md/compiler/importhelper.h index 954aae1cd490fb..febcd7b5ae1788 100644 --- a/src/coreclr/src/md/compiler/importhelper.h +++ b/src/coreclr/src/md/compiler/importhelper.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. //***************************************************************************** // ImportHelper.h // diff --git a/src/coreclr/src/md/compiler/mdperf.cpp b/src/coreclr/src/md/compiler/mdperf.cpp index fa1edaacd687a0..016b28d9a4cdf5 100644 --- a/src/coreclr/src/md/compiler/mdperf.cpp +++ b/src/coreclr/src/md/compiler/mdperf.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. //***************************************************************************** // MDperf.cpp // diff --git a/src/coreclr/src/md/compiler/mdperf.h b/src/coreclr/src/md/compiler/mdperf.h index 3184d71cb497da..b7726b36e320af 100644 --- a/src/coreclr/src/md/compiler/mdperf.h +++ b/src/coreclr/src/md/compiler/mdperf.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. //***************************************************************************** // Mdperf.h // diff --git a/src/coreclr/src/md/compiler/mdsighelper.h b/src/coreclr/src/md/compiler/mdsighelper.h index 7d008524f48ccf..057746e8f78764 100644 --- a/src/coreclr/src/md/compiler/mdsighelper.h +++ b/src/coreclr/src/md/compiler/mdsighelper.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/compiler/mdutil.cpp b/src/coreclr/src/md/compiler/mdutil.cpp index 3ec35216a2ae14..55ac77e9a3aa7a 100644 --- a/src/coreclr/src/md/compiler/mdutil.cpp +++ b/src/coreclr/src/md/compiler/mdutil.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. //***************************************************************************** // MDUtil.cpp // diff --git a/src/coreclr/src/md/compiler/mdutil.h b/src/coreclr/src/md/compiler/mdutil.h index b912bef96ab238..eadc93a3dd8362 100644 --- a/src/coreclr/src/md/compiler/mdutil.h +++ b/src/coreclr/src/md/compiler/mdutil.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. //***************************************************************************** // MDUtil.h // diff --git a/src/coreclr/src/md/compiler/regmeta.cpp b/src/coreclr/src/md/compiler/regmeta.cpp index e79778b78c1c7b..c411346c0d2023 100644 --- a/src/coreclr/src/md/compiler/regmeta.cpp +++ b/src/coreclr/src/md/compiler/regmeta.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. //***************************************************************************** // RegMeta.cpp // diff --git a/src/coreclr/src/md/compiler/regmeta.h b/src/coreclr/src/md/compiler/regmeta.h index 56e6f43a7b216d..1da1afaf8bdc49 100644 --- a/src/coreclr/src/md/compiler/regmeta.h +++ b/src/coreclr/src/md/compiler/regmeta.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. //***************************************************************************** // RegMeta.h // diff --git a/src/coreclr/src/md/compiler/regmeta_compilersupport.cpp b/src/coreclr/src/md/compiler/regmeta_compilersupport.cpp index 8a2e20b9565d66..b2d635530b8f81 100644 --- a/src/coreclr/src/md/compiler/regmeta_compilersupport.cpp +++ b/src/coreclr/src/md/compiler/regmeta_compilersupport.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. //***************************************************************************** // RegMeta.cpp // diff --git a/src/coreclr/src/md/compiler/regmeta_emit.cpp b/src/coreclr/src/md/compiler/regmeta_emit.cpp index 90df9090a89d7f..b2b53798f96918 100644 --- a/src/coreclr/src/md/compiler/regmeta_emit.cpp +++ b/src/coreclr/src/md/compiler/regmeta_emit.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. // // File: RegMeta_IMetaDataImport.cpp // diff --git a/src/coreclr/src/md/compiler/regmeta_imetadatatables.cpp b/src/coreclr/src/md/compiler/regmeta_imetadatatables.cpp index d6f624cbac3a83..b00dcaa08b9cdb 100644 --- a/src/coreclr/src/md/compiler/regmeta_imetadatatables.cpp +++ b/src/coreclr/src/md/compiler/regmeta_imetadatatables.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. // // File: RegMeta_IMetaDataTables.cpp // diff --git a/src/coreclr/src/md/compiler/regmeta_import.cpp b/src/coreclr/src/md/compiler/regmeta_import.cpp index 53203f2640d3d8..93e2a500466519 100644 --- a/src/coreclr/src/md/compiler/regmeta_import.cpp +++ b/src/coreclr/src/md/compiler/regmeta_import.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. // // File: RegMeta_IMetaDataImport.cpp // diff --git a/src/coreclr/src/md/compiler/regmeta_vm.cpp b/src/coreclr/src/md/compiler/regmeta_vm.cpp index 41a4d952d8f635..04b69c7d5cc3a1 100644 --- a/src/coreclr/src/md/compiler/regmeta_vm.cpp +++ b/src/coreclr/src/md/compiler/regmeta_vm.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. //***************************************************************************** diff --git a/src/coreclr/src/md/compiler/stdafx.h b/src/coreclr/src/md/compiler/stdafx.h index a73681d1c1e36e..01636b82acac5a 100644 --- a/src/coreclr/src/md/compiler/stdafx.h +++ b/src/coreclr/src/md/compiler/stdafx.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. //***************************************************************************** // stdafx.h // diff --git a/src/coreclr/src/md/compiler/verifylayouts.cpp b/src/coreclr/src/md/compiler/verifylayouts.cpp index 8c90888058f44b..24f9498e3d9df1 100644 --- a/src/coreclr/src/md/compiler/verifylayouts.cpp +++ b/src/coreclr/src/md/compiler/verifylayouts.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. //***************************************************************************** // VerifyLayouts.cpp // diff --git a/src/coreclr/src/md/compressedinteger.h b/src/coreclr/src/md/compressedinteger.h index 81b37f1a8e6226..e6ee51ab217df6 100644 --- a/src/coreclr/src/md/compressedinteger.h +++ b/src/coreclr/src/md/compressedinteger.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. // // File: CompressedInteger.h // diff --git a/src/coreclr/src/md/compressedinteger.inl b/src/coreclr/src/md/compressedinteger.inl index aad9e8ac683101..acdc504b686bbf 100644 --- a/src/coreclr/src/md/compressedinteger.inl +++ b/src/coreclr/src/md/compressedinteger.inl @@ -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. // // File: CompressedInteger.inl // diff --git a/src/coreclr/src/md/datablob.h b/src/coreclr/src/md/datablob.h index 67a938587a5055..ed8c949f268d81 100644 --- a/src/coreclr/src/md/datablob.h +++ b/src/coreclr/src/md/datablob.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. // // File: DataBlob.h // diff --git a/src/coreclr/src/md/datablob.inl b/src/coreclr/src/md/datablob.inl index 5c71c59443b9f6..5f55af6cd5fce7 100644 --- a/src/coreclr/src/md/datablob.inl +++ b/src/coreclr/src/md/datablob.inl @@ -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. // // File: DataBlob.inl // diff --git a/src/coreclr/src/md/databuffer.h b/src/coreclr/src/md/databuffer.h index 67612c3cf38fed..0aade1c1dfb189 100644 --- a/src/coreclr/src/md/databuffer.h +++ b/src/coreclr/src/md/databuffer.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. // // File: DataBuffer.h // diff --git a/src/coreclr/src/md/databuffer.inl b/src/coreclr/src/md/databuffer.inl index bebedb06492e19..12d55c02f6ba19 100644 --- a/src/coreclr/src/md/databuffer.inl +++ b/src/coreclr/src/md/databuffer.inl @@ -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. // // File: DataBuffer.inl // diff --git a/src/coreclr/src/md/datasource/api.cpp b/src/coreclr/src/md/datasource/api.cpp index f6178787001239..9d062d5f6b0810 100644 --- a/src/coreclr/src/md/datasource/api.cpp +++ b/src/coreclr/src/md/datasource/api.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. //***************************************************************************** // api.cpp // diff --git a/src/coreclr/src/md/datasource/datatargetreader.cpp b/src/coreclr/src/md/datasource/datatargetreader.cpp index 329366fbf24fae..03b08a6b227844 100644 --- a/src/coreclr/src/md/datasource/datatargetreader.cpp +++ b/src/coreclr/src/md/datasource/datatargetreader.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" diff --git a/src/coreclr/src/md/datasource/datatargetreader.h b/src/coreclr/src/md/datasource/datatargetreader.h index b819813dbf2f4b..e1d0ee5d8ad592 100644 --- a/src/coreclr/src/md/datasource/datatargetreader.h +++ b/src/coreclr/src/md/datasource/datatargetreader.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 _MD_DATA_TARGET_READER_ #define _MD_DATA_TARGET_READER_ diff --git a/src/coreclr/src/md/datasource/remotemdinternalrwsource.cpp b/src/coreclr/src/md/datasource/remotemdinternalrwsource.cpp index 692fe66955d4c0..7effa8a67ff1be 100644 --- a/src/coreclr/src/md/datasource/remotemdinternalrwsource.cpp +++ b/src/coreclr/src/md/datasource/remotemdinternalrwsource.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. //***************************************************************************** // RemoteMDInternalRWSource.cpp // diff --git a/src/coreclr/src/md/datasource/remotemdinternalrwsource.h b/src/coreclr/src/md/datasource/remotemdinternalrwsource.h index 3d89e007211afd..f2e98fc1ce9ef8 100644 --- a/src/coreclr/src/md/datasource/remotemdinternalrwsource.h +++ b/src/coreclr/src/md/datasource/remotemdinternalrwsource.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. //***************************************************************************** // RemoteMDInternalRWSource.h // diff --git a/src/coreclr/src/md/datasource/stdafx.h b/src/coreclr/src/md/datasource/stdafx.h index 61c738585e5df2..1495c5f463646d 100644 --- a/src/coreclr/src/md/datasource/stdafx.h +++ b/src/coreclr/src/md/datasource/stdafx.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. //***************************************************************************** // stdafx.h // diff --git a/src/coreclr/src/md/datasource/targettypes.cpp b/src/coreclr/src/md/datasource/targettypes.cpp index 7ce94fd86977cd..60e3b7f4132343 100644 --- a/src/coreclr/src/md/datasource/targettypes.cpp +++ b/src/coreclr/src/md/datasource/targettypes.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. //***************************************************************************** // TargetTypes.cpp // diff --git a/src/coreclr/src/md/datasource/targettypes.h b/src/coreclr/src/md/datasource/targettypes.h index 7ba82d4ad90314..a51e8e99b1afdd 100644 --- a/src/coreclr/src/md/datasource/targettypes.h +++ b/src/coreclr/src/md/datasource/targettypes.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. //***************************************************************************** // TargetTypes.h // diff --git a/src/coreclr/src/md/debug_metadata.h b/src/coreclr/src/md/debug_metadata.h index 293a97cb649c4b..7f98c4c182b56e 100644 --- a/src/coreclr/src/md/debug_metadata.h +++ b/src/coreclr/src/md/debug_metadata.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. // // File: Debug_MetaData.h // diff --git a/src/coreclr/src/md/enc/liteweightstgdbrw.cpp b/src/coreclr/src/md/enc/liteweightstgdbrw.cpp index c1bbe3d1b2a09e..5e5fbe9314ff52 100644 --- a/src/coreclr/src/md/enc/liteweightstgdbrw.cpp +++ b/src/coreclr/src/md/enc/liteweightstgdbrw.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. //***************************************************************************** // diff --git a/src/coreclr/src/md/enc/mdinternalrw.cpp b/src/coreclr/src/md/enc/mdinternalrw.cpp index c18b842ef198b2..511e529121ecf9 100644 --- a/src/coreclr/src/md/enc/mdinternalrw.cpp +++ b/src/coreclr/src/md/enc/mdinternalrw.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. // =========================================================================== // File: MDInternalRW.cpp // diff --git a/src/coreclr/src/md/enc/metamodelenc.cpp b/src/coreclr/src/md/enc/metamodelenc.cpp index 79d6d036a90d0b..5dc4b58bd596f3 100644 --- a/src/coreclr/src/md/enc/metamodelenc.cpp +++ b/src/coreclr/src/md/enc/metamodelenc.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. //***************************************************************************** // MetaModelENC.cpp // diff --git a/src/coreclr/src/md/enc/metamodelrw.cpp b/src/coreclr/src/md/enc/metamodelrw.cpp index ec2e3609934bb5..ac0e400be4e272 100644 --- a/src/coreclr/src/md/enc/metamodelrw.cpp +++ b/src/coreclr/src/md/enc/metamodelrw.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. //***************************************************************************** // MetaModelRW.cpp // diff --git a/src/coreclr/src/md/enc/peparse.cpp b/src/coreclr/src/md/enc/peparse.cpp index 2ea3a414ffaf00..b5bff4ed164fc2 100644 --- a/src/coreclr/src/md/enc/peparse.cpp +++ b/src/coreclr/src/md/enc/peparse.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" diff --git a/src/coreclr/src/md/enc/rwutil.cpp b/src/coreclr/src/md/enc/rwutil.cpp index cb6dd559eda703..e7aed761c25ea5 100644 --- a/src/coreclr/src/md/enc/rwutil.cpp +++ b/src/coreclr/src/md/enc/rwutil.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. //***************************************************************************** // RWUtil.cpp // diff --git a/src/coreclr/src/md/enc/stdafx.h b/src/coreclr/src/md/enc/stdafx.h index ed91d0b3a6ce56..16d3ca8cd1f222 100644 --- a/src/coreclr/src/md/enc/stdafx.h +++ b/src/coreclr/src/md/enc/stdafx.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. //***************************************************************************** // stdafx.h // diff --git a/src/coreclr/src/md/enc/stgio.cpp b/src/coreclr/src/md/enc/stgio.cpp index bb9a917f85b36b..451ee259090069 100644 --- a/src/coreclr/src/md/enc/stgio.cpp +++ b/src/coreclr/src/md/enc/stgio.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. //***************************************************************************** // StgIO.h // diff --git a/src/coreclr/src/md/enc/stgtiggerstorage.cpp b/src/coreclr/src/md/enc/stgtiggerstorage.cpp index 1dd1ed8662e2df..e4c799a08af25c 100644 --- a/src/coreclr/src/md/enc/stgtiggerstorage.cpp +++ b/src/coreclr/src/md/enc/stgtiggerstorage.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. //***************************************************************************** // StgTiggerStorage.cpp // diff --git a/src/coreclr/src/md/enc/stgtiggerstream.cpp b/src/coreclr/src/md/enc/stgtiggerstream.cpp index 370c4458c11462..3e5eba9b82f5eb 100644 --- a/src/coreclr/src/md/enc/stgtiggerstream.cpp +++ b/src/coreclr/src/md/enc/stgtiggerstream.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. //***************************************************************************** // StgTiggerStream.h // diff --git a/src/coreclr/src/md/errors_metadata.h b/src/coreclr/src/md/errors_metadata.h index 0714c5543e48ee..a21075d7df4b68 100644 --- a/src/coreclr/src/md/errors_metadata.h +++ b/src/coreclr/src/md/errors_metadata.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. #include #include diff --git a/src/coreclr/src/md/export.h b/src/coreclr/src/md/export.h index 79d6d065d878f8..2991052962e383 100644 --- a/src/coreclr/src/md/export.h +++ b/src/coreclr/src/md/export.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. // // File: export.h // diff --git a/src/coreclr/src/md/external.h b/src/coreclr/src/md/external.h index bf9ac5df3b2032..990ef4a2829e90 100644 --- a/src/coreclr/src/md/external.h +++ b/src/coreclr/src/md/external.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. // // File: external.h // diff --git a/src/coreclr/src/md/heaps/blobheap.h b/src/coreclr/src/md/heaps/blobheap.h index 995ce7e6266147..7d9eaf1ec036e6 100644 --- a/src/coreclr/src/md/heaps/blobheap.h +++ b/src/coreclr/src/md/heaps/blobheap.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. // // File: BlobHeap.h // diff --git a/src/coreclr/src/md/heaps/export.h b/src/coreclr/src/md/heaps/export.h index a91c9bb2b9dc92..f4c8eaf427ad5d 100644 --- a/src/coreclr/src/md/heaps/export.h +++ b/src/coreclr/src/md/heaps/export.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. // // File: export.h // diff --git a/src/coreclr/src/md/heaps/external.h b/src/coreclr/src/md/heaps/external.h index 29e75a1fa579f5..6ba7685e097d27 100644 --- a/src/coreclr/src/md/heaps/external.h +++ b/src/coreclr/src/md/heaps/external.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. // // File: external.h // diff --git a/src/coreclr/src/md/heaps/guidheap.h b/src/coreclr/src/md/heaps/guidheap.h index dd8fd1330e1782..cb4dac2147ae55 100644 --- a/src/coreclr/src/md/heaps/guidheap.h +++ b/src/coreclr/src/md/heaps/guidheap.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. // // File: GuidHeap.h // diff --git a/src/coreclr/src/md/heaps/stringheap.h b/src/coreclr/src/md/heaps/stringheap.h index a63f16f13ebc77..747fd196284f49 100644 --- a/src/coreclr/src/md/heaps/stringheap.h +++ b/src/coreclr/src/md/heaps/stringheap.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. // // File: StringHeap.h // diff --git a/src/coreclr/src/md/hotdata/export.h b/src/coreclr/src/md/hotdata/export.h index e508d6ceccad88..a8480fa6e874c6 100644 --- a/src/coreclr/src/md/hotdata/export.h +++ b/src/coreclr/src/md/hotdata/export.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. // // File: export.h // diff --git a/src/coreclr/src/md/hotdata/external.h b/src/coreclr/src/md/hotdata/external.h index 8b6e0fac1b12c2..6201772c55e592 100644 --- a/src/coreclr/src/md/hotdata/external.h +++ b/src/coreclr/src/md/hotdata/external.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. // // File: external.h // diff --git a/src/coreclr/src/md/hotdata/heapindex.h b/src/coreclr/src/md/hotdata/heapindex.h index 6247daa3226021..b257581ae7767b 100644 --- a/src/coreclr/src/md/hotdata/heapindex.h +++ b/src/coreclr/src/md/hotdata/heapindex.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. // // File: HotHeapWriter.h // diff --git a/src/coreclr/src/md/hotdata/hotdataformat.h b/src/coreclr/src/md/hotdata/hotdataformat.h index 57abf5f40b6037..445463be8efc8b 100644 --- a/src/coreclr/src/md/hotdata/hotdataformat.h +++ b/src/coreclr/src/md/hotdata/hotdataformat.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. // // File: HotDataFormat.h // diff --git a/src/coreclr/src/md/hotdata/hotheap.cpp b/src/coreclr/src/md/hotdata/hotheap.cpp index 5439146e18f7cf..2781a81a1c2e3c 100644 --- a/src/coreclr/src/md/hotdata/hotheap.cpp +++ b/src/coreclr/src/md/hotdata/hotheap.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. // // File: HotHeap.cpp // diff --git a/src/coreclr/src/md/hotdata/hotheap.h b/src/coreclr/src/md/hotdata/hotheap.h index 7c0777d3379df0..60e4f568bf20d5 100644 --- a/src/coreclr/src/md/hotdata/hotheap.h +++ b/src/coreclr/src/md/hotdata/hotheap.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. // // File: HotHeap.h // diff --git a/src/coreclr/src/md/hotdata/hotheapsdirectoryiterator.cpp b/src/coreclr/src/md/hotdata/hotheapsdirectoryiterator.cpp index d77f88a9d76b91..33653a2404b96d 100644 --- a/src/coreclr/src/md/hotdata/hotheapsdirectoryiterator.cpp +++ b/src/coreclr/src/md/hotdata/hotheapsdirectoryiterator.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. // // File: HotHeapsDirectoryIterator.h // diff --git a/src/coreclr/src/md/hotdata/hotheapsdirectoryiterator.h b/src/coreclr/src/md/hotdata/hotheapsdirectoryiterator.h index 2838a85996a311..79a99b3d3e252c 100644 --- a/src/coreclr/src/md/hotdata/hotheapsdirectoryiterator.h +++ b/src/coreclr/src/md/hotdata/hotheapsdirectoryiterator.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. // // File: HotHeapsDirectoryIterator.h // diff --git a/src/coreclr/src/md/hotdata/hotheapwriter.cpp b/src/coreclr/src/md/hotdata/hotheapwriter.cpp index cf27df4f37d576..c3a483bf6ab12c 100644 --- a/src/coreclr/src/md/hotdata/hotheapwriter.cpp +++ b/src/coreclr/src/md/hotdata/hotheapwriter.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. // // File: HotHeapWriter.cpp // diff --git a/src/coreclr/src/md/hotdata/hotheapwriter.h b/src/coreclr/src/md/hotdata/hotheapwriter.h index e9dbea770ec7da..ee2d78f664e641 100644 --- a/src/coreclr/src/md/hotdata/hotheapwriter.h +++ b/src/coreclr/src/md/hotdata/hotheapwriter.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. // // File: HotHeapWriter.h // diff --git a/src/coreclr/src/md/hotdata/hotmetadata.cpp b/src/coreclr/src/md/hotdata/hotmetadata.cpp index 368ebd8d8ef17f..b68896a7fcd754 100644 --- a/src/coreclr/src/md/hotdata/hotmetadata.cpp +++ b/src/coreclr/src/md/hotdata/hotmetadata.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. // // File: HotMetaData.cpp // diff --git a/src/coreclr/src/md/hotdata/hotmetadata.h b/src/coreclr/src/md/hotdata/hotmetadata.h index 8da88c9e62b1f2..86ab49dc816a34 100644 --- a/src/coreclr/src/md/hotdata/hotmetadata.h +++ b/src/coreclr/src/md/hotdata/hotmetadata.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. // // File: HotMetaData.h // diff --git a/src/coreclr/src/md/hotdata/hottable.cpp b/src/coreclr/src/md/hotdata/hottable.cpp index 58e8aec7fa893f..81031b77419013 100644 --- a/src/coreclr/src/md/hotdata/hottable.cpp +++ b/src/coreclr/src/md/hotdata/hottable.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. // // File: HotTable.cpp // diff --git a/src/coreclr/src/md/hotdata/hottable.h b/src/coreclr/src/md/hotdata/hottable.h index 39cb351a420292..3cfd82ea8a5d76 100644 --- a/src/coreclr/src/md/hotdata/hottable.h +++ b/src/coreclr/src/md/hotdata/hottable.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. // // File: HotTable.h // diff --git a/src/coreclr/src/md/inc/VerifyLayouts.inc b/src/coreclr/src/md/inc/VerifyLayouts.inc index 36a2146f5d4b5d..b259700e2eec7d 100644 --- a/src/coreclr/src/md/inc/VerifyLayouts.inc +++ b/src/coreclr/src/md/inc/VerifyLayouts.inc @@ -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. // This file provides an explicit check of field layouts using some macro magic diff --git a/src/coreclr/src/md/inc/assemblymdinternaldisp.h b/src/coreclr/src/md/inc/assemblymdinternaldisp.h index 7c0bbf29f8952c..286fbd58f83b62 100644 --- a/src/coreclr/src/md/inc/assemblymdinternaldisp.h +++ b/src/coreclr/src/md/inc/assemblymdinternaldisp.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. //***************************************************************************** // AssemblyMDInternalDispenser.h // diff --git a/src/coreclr/src/md/inc/cahlprinternal.h b/src/coreclr/src/md/inc/cahlprinternal.h index 9a685919daf970..e7235d13aa6623 100644 --- a/src/coreclr/src/md/inc/cahlprinternal.h +++ b/src/coreclr/src/md/inc/cahlprinternal.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/liteweightstgdb.h b/src/coreclr/src/md/inc/liteweightstgdb.h index 05fd5697a70464..1e35df09cccbf3 100644 --- a/src/coreclr/src/md/inc/liteweightstgdb.h +++ b/src/coreclr/src/md/inc/liteweightstgdb.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. //***************************************************************************** // LiteWeightStgdb.h // diff --git a/src/coreclr/src/md/inc/mdcolumndescriptors.h b/src/coreclr/src/md/inc/mdcolumndescriptors.h index fbeb8e9cb50a01..21a46afec72b9d 100644 --- a/src/coreclr/src/md/inc/mdcolumndescriptors.h +++ b/src/coreclr/src/md/inc/mdcolumndescriptors.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/mdinternalrw.h b/src/coreclr/src/md/inc/mdinternalrw.h index 0726819332fdca..ad1dc9a6cc79db 100644 --- a/src/coreclr/src/md/inc/mdinternalrw.h +++ b/src/coreclr/src/md/inc/mdinternalrw.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. //***************************************************************************** // MDInternalRW.h // diff --git a/src/coreclr/src/md/inc/mdlog.h b/src/coreclr/src/md/inc/mdlog.h index 1b32ef2dd7d756..4459183f15f70a 100644 --- a/src/coreclr/src/md/inc/mdlog.h +++ b/src/coreclr/src/md/inc/mdlog.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. //***************************************************************************** // MDLog.h - Meta data logging helper. // diff --git a/src/coreclr/src/md/inc/metadatahash.h b/src/coreclr/src/md/inc/metadatahash.h index a08502a05dd1d4..5f78416da939f1 100644 --- a/src/coreclr/src/md/inc/metadatahash.h +++ b/src/coreclr/src/md/inc/metadatahash.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. //***************************************************************************** // MetaDataHash.h -- Meta data hash data structures. // diff --git a/src/coreclr/src/md/inc/metamodel.h b/src/coreclr/src/md/inc/metamodel.h index db8f9142970a10..c48a6987248832 100644 --- a/src/coreclr/src/md/inc/metamodel.h +++ b/src/coreclr/src/md/inc/metamodel.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. //***************************************************************************** // MetaModel.h -- header file for compressed COM+ metadata. // diff --git a/src/coreclr/src/md/inc/metamodelro.h b/src/coreclr/src/md/inc/metamodelro.h index 629dfd42fbbdc2..1f7b170d218c7e 100644 --- a/src/coreclr/src/md/inc/metamodelro.h +++ b/src/coreclr/src/md/inc/metamodelro.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. //***************************************************************************** // MetaModelRO.h -- header file for Read-Only compressed COM+ metadata. // diff --git a/src/coreclr/src/md/inc/metamodelrw.h b/src/coreclr/src/md/inc/metamodelrw.h index 322e280c69b021..87917890da83d3 100644 --- a/src/coreclr/src/md/inc/metamodelrw.h +++ b/src/coreclr/src/md/inc/metamodelrw.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. //***************************************************************************** // MetaModelRW.h -- header file for Read/Write compressed COM+ metadata. diff --git a/src/coreclr/src/md/inc/recordpool.h b/src/coreclr/src/md/inc/recordpool.h index c0dc6b7a650664..cd907776eeb0ac 100644 --- a/src/coreclr/src/md/inc/recordpool.h +++ b/src/coreclr/src/md/inc/recordpool.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. //***************************************************************************** // RecordPool.h -- header file for record heaps. // diff --git a/src/coreclr/src/md/inc/rwutil.h b/src/coreclr/src/md/inc/rwutil.h index 5e19a58305f1c8..16e98913a51fa9 100644 --- a/src/coreclr/src/md/inc/rwutil.h +++ b/src/coreclr/src/md/inc/rwutil.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. //***************************************************************************** // RWUtil.h // diff --git a/src/coreclr/src/md/inc/stgio.h b/src/coreclr/src/md/inc/stgio.h index 3b4621fbe50392..cb66cb5594d183 100644 --- a/src/coreclr/src/md/inc/stgio.h +++ b/src/coreclr/src/md/inc/stgio.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. //***************************************************************************** // StgIO.h // diff --git a/src/coreclr/src/md/inc/stgtiggerstorage.h b/src/coreclr/src/md/inc/stgtiggerstorage.h index 8e4340c0f09f41..d445d5ef30071c 100644 --- a/src/coreclr/src/md/inc/stgtiggerstorage.h +++ b/src/coreclr/src/md/inc/stgtiggerstorage.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. //***************************************************************************** // StgTiggerStorage.h // diff --git a/src/coreclr/src/md/inc/stgtiggerstream.h b/src/coreclr/src/md/inc/stgtiggerstream.h index fe8c6d0f29d60e..b30ade61d81458 100644 --- a/src/coreclr/src/md/inc/stgtiggerstream.h +++ b/src/coreclr/src/md/inc/stgtiggerstream.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. //***************************************************************************** // StgTiggerStream.h // diff --git a/src/coreclr/src/md/inc/streamutil.h b/src/coreclr/src/md/inc/streamutil.h index 54d2d2a8df02da..0836e1bd91bacf 100644 --- a/src/coreclr/src/md/inc/streamutil.h +++ b/src/coreclr/src/md/inc/streamutil.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/verifylayouts.h b/src/coreclr/src/md/inc/verifylayouts.h index aa3201fb702f9b..049e64b36eef8e 100644 --- a/src/coreclr/src/md/inc/verifylayouts.h +++ b/src/coreclr/src/md/inc/verifylayouts.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. //***************************************************************************** // VerifyLayouts.h // diff --git a/src/coreclr/src/md/runtime/liteweightstgdb.cpp b/src/coreclr/src/md/runtime/liteweightstgdb.cpp index fa7922af3d9c0c..5e110ddde6b1fc 100644 --- a/src/coreclr/src/md/runtime/liteweightstgdb.cpp +++ b/src/coreclr/src/md/runtime/liteweightstgdb.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. //***************************************************************************** // LiteWeightStgdb.cpp // diff --git a/src/coreclr/src/md/runtime/mdcolumndescriptors.cpp b/src/coreclr/src/md/runtime/mdcolumndescriptors.cpp index cfb40aa0bcdc04..3806c93ca956f6 100644 --- a/src/coreclr/src/md/runtime/mdcolumndescriptors.cpp +++ b/src/coreclr/src/md/runtime/mdcolumndescriptors.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. // diff --git a/src/coreclr/src/md/runtime/mdfileformat.cpp b/src/coreclr/src/md/runtime/mdfileformat.cpp index 5c185fda15e614..9b1c5f6e64bbf6 100644 --- a/src/coreclr/src/md/runtime/mdfileformat.cpp +++ b/src/coreclr/src/md/runtime/mdfileformat.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. //***************************************************************************** // MDFileFormat.cpp // diff --git a/src/coreclr/src/md/runtime/mdinternaldisp.cpp b/src/coreclr/src/md/runtime/mdinternaldisp.cpp index c11a49229ae82f..49ceb2652427ec 100644 --- a/src/coreclr/src/md/runtime/mdinternaldisp.cpp +++ b/src/coreclr/src/md/runtime/mdinternaldisp.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. // =========================================================================== // File: MDInternalDisp.CPP // diff --git a/src/coreclr/src/md/runtime/mdinternaldisp.h b/src/coreclr/src/md/runtime/mdinternaldisp.h index 530a1419895654..3da8f31eba5fee 100644 --- a/src/coreclr/src/md/runtime/mdinternaldisp.h +++ b/src/coreclr/src/md/runtime/mdinternaldisp.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. //***************************************************************************** // MDInternalDispenser.h // diff --git a/src/coreclr/src/md/runtime/mdinternalro.cpp b/src/coreclr/src/md/runtime/mdinternalro.cpp index 2edcada0ff9134..327eb8648a7f78 100644 --- a/src/coreclr/src/md/runtime/mdinternalro.cpp +++ b/src/coreclr/src/md/runtime/mdinternalro.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. // =========================================================================== // File: MDInternalRO.CPP // diff --git a/src/coreclr/src/md/runtime/mdinternalro.h b/src/coreclr/src/md/runtime/mdinternalro.h index 00942319a671f5..2ac1c90680c01a 100644 --- a/src/coreclr/src/md/runtime/mdinternalro.h +++ b/src/coreclr/src/md/runtime/mdinternalro.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. //***************************************************************************** // MDInternalRO.h // diff --git a/src/coreclr/src/md/runtime/metamodel.cpp b/src/coreclr/src/md/runtime/metamodel.cpp index 2b62355661e783..84c091678c385d 100644 --- a/src/coreclr/src/md/runtime/metamodel.cpp +++ b/src/coreclr/src/md/runtime/metamodel.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. //***************************************************************************** // MetaModel.cpp -- Base portion of compressed COM+ metadata. // diff --git a/src/coreclr/src/md/runtime/metamodelcolumndefs.h b/src/coreclr/src/md/runtime/metamodelcolumndefs.h index 280cf3f3b8ac8c..ad4f8071e943ae 100644 --- a/src/coreclr/src/md/runtime/metamodelcolumndefs.h +++ b/src/coreclr/src/md/runtime/metamodelcolumndefs.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. //***************************************************************************** // MetaModelColumnDefs.h -- Table definitions for MetaData. // diff --git a/src/coreclr/src/md/runtime/metamodelro.cpp b/src/coreclr/src/md/runtime/metamodelro.cpp index ee4ad88be16369..55ce8430a344e8 100644 --- a/src/coreclr/src/md/runtime/metamodelro.cpp +++ b/src/coreclr/src/md/runtime/metamodelro.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. //***************************************************************************** // MetaModelRO.cpp -- Read-only implementation of compressed COM+ metadata. // diff --git a/src/coreclr/src/md/runtime/recordpool.cpp b/src/coreclr/src/md/runtime/recordpool.cpp index 792211201672e5..73680757ed450e 100644 --- a/src/coreclr/src/md/runtime/recordpool.cpp +++ b/src/coreclr/src/md/runtime/recordpool.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. //***************************************************************************** // RecordPool.cpp -- Implementation of record heaps. // diff --git a/src/coreclr/src/md/runtime/stdafx.h b/src/coreclr/src/md/runtime/stdafx.h index 65decac1fdd54d..7a196c6dd6965d 100644 --- a/src/coreclr/src/md/runtime/stdafx.h +++ b/src/coreclr/src/md/runtime/stdafx.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. //***************************************************************************** // stdafx.h // diff --git a/src/coreclr/src/md/runtime/strongnameinternal.cpp b/src/coreclr/src/md/runtime/strongnameinternal.cpp index fad2aa6fea7148..a9e559b1054b25 100644 --- a/src/coreclr/src/md/runtime/strongnameinternal.cpp +++ b/src/coreclr/src/md/runtime/strongnameinternal.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. // // Strong name APIs which are not exposed publicly but are used by CLR code // diff --git a/src/coreclr/src/md/staticmd/apis.cpp b/src/coreclr/src/md/staticmd/apis.cpp index a9e66a7fa4e58e..b13fd8cb7e1b63 100644 --- a/src/coreclr/src/md/staticmd/apis.cpp +++ b/src/coreclr/src/md/staticmd/apis.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" diff --git a/src/coreclr/src/md/staticmd/stdafx.h b/src/coreclr/src/md/staticmd/stdafx.h index ac6bb917c4ae26..ab95ea1f3d620c 100644 --- a/src/coreclr/src/md/staticmd/stdafx.h +++ b/src/coreclr/src/md/staticmd/stdafx.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. #include #include // Windows wrappers. diff --git a/src/coreclr/src/md/tables/export.h b/src/coreclr/src/md/tables/export.h index bf7ddc1d66e448..16ffef8651a57a 100644 --- a/src/coreclr/src/md/tables/export.h +++ b/src/coreclr/src/md/tables/export.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. // // File: export.h // diff --git a/src/coreclr/src/md/tables/external.h b/src/coreclr/src/md/tables/external.h index 14e7440945d715..6c2f4fde6b5eef 100644 --- a/src/coreclr/src/md/tables/external.h +++ b/src/coreclr/src/md/tables/external.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. // // File: external.h // diff --git a/src/coreclr/src/md/tables/table.h b/src/coreclr/src/md/tables/table.h index 726f9e1e3cb999..37897b07e51bfa 100644 --- a/src/coreclr/src/md/tables/table.h +++ b/src/coreclr/src/md/tables/table.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. // // File: Table.h // diff --git a/src/coreclr/src/nativeresources/resourcestring.cpp b/src/coreclr/src/nativeresources/resourcestring.cpp index db7e0eabd5b566..fa698ab8f9c5e3 100644 --- a/src/coreclr/src/nativeresources/resourcestring.cpp +++ b/src/coreclr/src/nativeresources/resourcestring.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 diff --git a/src/coreclr/src/nativeresources/resourcestring.h b/src/coreclr/src/nativeresources/resourcestring.h index 2225a479b39645..c8beb9bf3340c8 100644 --- a/src/coreclr/src/nativeresources/resourcestring.h +++ b/src/coreclr/src/nativeresources/resourcestring.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 __RESOURCE_STRING_H_ #define __RESOURCE_STRING_H_ diff --git a/src/coreclr/src/pal/inc/mbusafecrt.h b/src/coreclr/src/pal/inc/mbusafecrt.h index 663d032c49b23b..52ccc6c02aedfc 100644 --- a/src/coreclr/src/pal/inc/mbusafecrt.h +++ b/src/coreclr/src/pal/inc/mbusafecrt.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. /*** * mbusafecrt.h - public declarations for SafeCRT lib diff --git a/src/coreclr/src/pal/inc/pal.h b/src/coreclr/src/pal/inc/pal.h index 5154159b4b72be..33b106c25992a8 100644 --- a/src/coreclr/src/pal/inc/pal.h +++ b/src/coreclr/src/pal/inc/pal.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/pal/inc/pal_assert.h b/src/coreclr/src/pal/inc/pal_assert.h index 67ab24f527a0f6..2953473343ec2b 100644 --- a/src/coreclr/src/pal/inc/pal_assert.h +++ b/src/coreclr/src/pal/inc/pal_assert.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/pal/inc/pal_endian.h b/src/coreclr/src/pal/inc/pal_endian.h index 92cef33a6ff925..6822b004ddaafe 100644 --- a/src/coreclr/src/pal/inc/pal_endian.h +++ b/src/coreclr/src/pal/inc/pal_endian.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/pal/inc/pal_error.h b/src/coreclr/src/pal/inc/pal_error.h index 112a0c4b31583c..be9350d333e93f 100644 --- a/src/coreclr/src/pal/inc/pal_error.h +++ b/src/coreclr/src/pal/inc/pal_error.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/pal/inc/pal_mstypes.h b/src/coreclr/src/pal/inc/pal_mstypes.h index 6e8151c5619850..90378a81f4acb9 100644 --- a/src/coreclr/src/pal/inc/pal_mstypes.h +++ b/src/coreclr/src/pal/inc/pal_mstypes.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/pal/inc/pal_safecrt.h b/src/coreclr/src/pal/inc/pal_safecrt.h index d9e76cd783ed3f..481e9c4422bfb2 100644 --- a/src/coreclr/src/pal/inc/pal_safecrt.h +++ b/src/coreclr/src/pal/inc/pal_safecrt.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/pal/inc/palprivate.h b/src/coreclr/src/pal/inc/palprivate.h index a9d86249a6dbe6..e92cd1aa4747e9 100644 --- a/src/coreclr/src/pal/inc/palprivate.h +++ b/src/coreclr/src/pal/inc/palprivate.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 __PAL_PRIVATE_H__ #define __PAL_PRIVATE_H__ diff --git a/src/coreclr/src/pal/inc/rt/accctrl.h b/src/coreclr/src/pal/inc/rt/accctrl.h index c2491f2ea5f339..4f76c298d3af34 100644 --- a/src/coreclr/src/pal/inc/rt/accctrl.h +++ b/src/coreclr/src/pal/inc/rt/accctrl.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/pal/inc/rt/aclapi.h b/src/coreclr/src/pal/inc/rt/aclapi.h index 2494a36f6802b1..ac30dcf6e47a7e 100644 --- a/src/coreclr/src/pal/inc/rt/aclapi.h +++ b/src/coreclr/src/pal/inc/rt/aclapi.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/pal/inc/rt/commctrl.h b/src/coreclr/src/pal/inc/rt/commctrl.h index d56ff809cf7631..8056bb45327c92 100644 --- a/src/coreclr/src/pal/inc/rt/commctrl.h +++ b/src/coreclr/src/pal/inc/rt/commctrl.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/pal/inc/rt/commdlg.h b/src/coreclr/src/pal/inc/rt/commdlg.h index be5fdfe1373214..5e7ec205774553 100644 --- a/src/coreclr/src/pal/inc/rt/commdlg.h +++ b/src/coreclr/src/pal/inc/rt/commdlg.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/pal/inc/rt/conio.h b/src/coreclr/src/pal/inc/rt/conio.h index 4cc3e4b17898ac..9dd9c0a06d2968 100644 --- a/src/coreclr/src/pal/inc/rt/conio.h +++ b/src/coreclr/src/pal/inc/rt/conio.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/pal/inc/rt/cpp/assert.h b/src/coreclr/src/pal/inc/rt/cpp/assert.h index 3f861040df8ac5..7493b151d6a0f1 100644 --- a/src/coreclr/src/pal/inc/rt/cpp/assert.h +++ b/src/coreclr/src/pal/inc/rt/cpp/assert.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/pal/inc/rt/cpp/cstdlib b/src/coreclr/src/pal/inc/rt/cpp/cstdlib index ee8f59a713fd07..1cfd40828a47c1 100644 --- a/src/coreclr/src/pal/inc/rt/cpp/cstdlib +++ b/src/coreclr/src/pal/inc/rt/cpp/cstdlib @@ -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. // // clrosdev diff --git a/src/coreclr/src/pal/inc/rt/cpp/ctype.h b/src/coreclr/src/pal/inc/rt/cpp/ctype.h index 12a0e6965b0b53..cb41fcd88e6e08 100644 --- a/src/coreclr/src/pal/inc/rt/cpp/ctype.h +++ b/src/coreclr/src/pal/inc/rt/cpp/ctype.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/pal/inc/rt/cpp/emmintrin.h b/src/coreclr/src/pal/inc/rt/cpp/emmintrin.h index 89e14929acc3df..f2e8e0c1fd6627 100644 --- a/src/coreclr/src/pal/inc/rt/cpp/emmintrin.h +++ b/src/coreclr/src/pal/inc/rt/cpp/emmintrin.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. // From llvm-3.9/clang-3.9.1 emmintrin.h: diff --git a/src/coreclr/src/pal/inc/rt/cpp/fcntl.h b/src/coreclr/src/pal/inc/rt/cpp/fcntl.h index 47b948abab6a5a..556145a9f0847a 100644 --- a/src/coreclr/src/pal/inc/rt/cpp/fcntl.h +++ b/src/coreclr/src/pal/inc/rt/cpp/fcntl.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/pal/inc/rt/cpp/float.h b/src/coreclr/src/pal/inc/rt/cpp/float.h index c7c2ca234a0509..a1dc803380e44b 100644 --- a/src/coreclr/src/pal/inc/rt/cpp/float.h +++ b/src/coreclr/src/pal/inc/rt/cpp/float.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/pal/inc/rt/cpp/io.h b/src/coreclr/src/pal/inc/rt/cpp/io.h index a80d9a4e6781fb..64f3a52df7307b 100644 --- a/src/coreclr/src/pal/inc/rt/cpp/io.h +++ b/src/coreclr/src/pal/inc/rt/cpp/io.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/pal/inc/rt/cpp/limits.h b/src/coreclr/src/pal/inc/rt/cpp/limits.h index 6c0ee619f16cc1..bd667f14eaf99c 100644 --- a/src/coreclr/src/pal/inc/rt/cpp/limits.h +++ b/src/coreclr/src/pal/inc/rt/cpp/limits.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/pal/inc/rt/cpp/malloc.h b/src/coreclr/src/pal/inc/rt/cpp/malloc.h index a8324bb54f9400..255a2c7f2fa226 100644 --- a/src/coreclr/src/pal/inc/rt/cpp/malloc.h +++ b/src/coreclr/src/pal/inc/rt/cpp/malloc.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/pal/inc/rt/cpp/math.h b/src/coreclr/src/pal/inc/rt/cpp/math.h index 9f70610cd0c3cb..e42c1852c13992 100644 --- a/src/coreclr/src/pal/inc/rt/cpp/math.h +++ b/src/coreclr/src/pal/inc/rt/cpp/math.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/pal/inc/rt/cpp/memory.h b/src/coreclr/src/pal/inc/rt/cpp/memory.h index 09f74a1e8a90cf..bcc0d7d9c5d5b5 100644 --- a/src/coreclr/src/pal/inc/rt/cpp/memory.h +++ b/src/coreclr/src/pal/inc/rt/cpp/memory.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/pal/inc/rt/cpp/stdarg.h b/src/coreclr/src/pal/inc/rt/cpp/stdarg.h index dfbe495b34d48d..59d0d046d5f91d 100644 --- a/src/coreclr/src/pal/inc/rt/cpp/stdarg.h +++ b/src/coreclr/src/pal/inc/rt/cpp/stdarg.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/pal/inc/rt/cpp/stddef.h b/src/coreclr/src/pal/inc/rt/cpp/stddef.h index c4bfff37cf0644..b347dbf4149702 100644 --- a/src/coreclr/src/pal/inc/rt/cpp/stddef.h +++ b/src/coreclr/src/pal/inc/rt/cpp/stddef.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/pal/inc/rt/cpp/stdint.h b/src/coreclr/src/pal/inc/rt/cpp/stdint.h index 5401fabc1308f9..b23533a2940dd7 100644 --- a/src/coreclr/src/pal/inc/rt/cpp/stdint.h +++ b/src/coreclr/src/pal/inc/rt/cpp/stdint.h @@ -1,5 +1,4 @@ // Licensed to the .NET Foundation under one or more 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 "palrt.h" diff --git a/src/coreclr/src/pal/inc/rt/cpp/stdio.h b/src/coreclr/src/pal/inc/rt/cpp/stdio.h index 1d00ca34deed2f..33c1912bb2b72a 100644 --- a/src/coreclr/src/pal/inc/rt/cpp/stdio.h +++ b/src/coreclr/src/pal/inc/rt/cpp/stdio.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/pal/inc/rt/cpp/stdlib.h b/src/coreclr/src/pal/inc/rt/cpp/stdlib.h index 6a89f45f57bc8a..d2d49357b88e03 100644 --- a/src/coreclr/src/pal/inc/rt/cpp/stdlib.h +++ b/src/coreclr/src/pal/inc/rt/cpp/stdlib.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/pal/inc/rt/cpp/string.h b/src/coreclr/src/pal/inc/rt/cpp/string.h index cfc81cc2857769..b66d883338e104 100644 --- a/src/coreclr/src/pal/inc/rt/cpp/string.h +++ b/src/coreclr/src/pal/inc/rt/cpp/string.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/pal/inc/rt/cpp/time.h b/src/coreclr/src/pal/inc/rt/cpp/time.h index 127083bb23a0ab..00c83f99d34389 100644 --- a/src/coreclr/src/pal/inc/rt/cpp/time.h +++ b/src/coreclr/src/pal/inc/rt/cpp/time.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/pal/inc/rt/cpp/wchar.h b/src/coreclr/src/pal/inc/rt/cpp/wchar.h index 569a0216eb4efb..5497d729e43b8d 100644 --- a/src/coreclr/src/pal/inc/rt/cpp/wchar.h +++ b/src/coreclr/src/pal/inc/rt/cpp/wchar.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/pal/inc/rt/cpp/xmmintrin.h b/src/coreclr/src/pal/inc/rt/cpp/xmmintrin.h index ed2ff583b3aedb..826d2d788676fb 100644 --- a/src/coreclr/src/pal/inc/rt/cpp/xmmintrin.h +++ b/src/coreclr/src/pal/inc/rt/cpp/xmmintrin.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. // From llvm-3.9/clang-3.9.1 xmmintrin.h: diff --git a/src/coreclr/src/pal/inc/rt/crtdbg.h b/src/coreclr/src/pal/inc/rt/crtdbg.h index 456b47170b3c7c..48d728ebff32fb 100644 --- a/src/coreclr/src/pal/inc/rt/crtdbg.h +++ b/src/coreclr/src/pal/inc/rt/crtdbg.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/pal/inc/rt/dbghelp.h b/src/coreclr/src/pal/inc/rt/dbghelp.h index 7d9cd334e919c5..1d231d34fc3989 100644 --- a/src/coreclr/src/pal/inc/rt/dbghelp.h +++ b/src/coreclr/src/pal/inc/rt/dbghelp.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. /*++ BUILD Version: 0000 Increment this if a change has global effects diff --git a/src/coreclr/src/pal/inc/rt/eh.h b/src/coreclr/src/pal/inc/rt/eh.h index 5401fabc1308f9..b23533a2940dd7 100644 --- a/src/coreclr/src/pal/inc/rt/eh.h +++ b/src/coreclr/src/pal/inc/rt/eh.h @@ -1,5 +1,4 @@ // Licensed to the .NET Foundation under one or more 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 "palrt.h" diff --git a/src/coreclr/src/pal/inc/rt/errorrep.h b/src/coreclr/src/pal/inc/rt/errorrep.h index 5401fabc1308f9..b23533a2940dd7 100644 --- a/src/coreclr/src/pal/inc/rt/errorrep.h +++ b/src/coreclr/src/pal/inc/rt/errorrep.h @@ -1,5 +1,4 @@ // Licensed to the .NET Foundation under one or more 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 "palrt.h" diff --git a/src/coreclr/src/pal/inc/rt/guiddef.h b/src/coreclr/src/pal/inc/rt/guiddef.h index db742c6c80805a..1a2ed05e16fefa 100644 --- a/src/coreclr/src/pal/inc/rt/guiddef.h +++ b/src/coreclr/src/pal/inc/rt/guiddef.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/pal/inc/rt/hstring.h b/src/coreclr/src/pal/inc/rt/hstring.h index 5401fabc1308f9..b23533a2940dd7 100644 --- a/src/coreclr/src/pal/inc/rt/hstring.h +++ b/src/coreclr/src/pal/inc/rt/hstring.h @@ -1,5 +1,4 @@ // Licensed to the .NET Foundation under one or more 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 "palrt.h" diff --git a/src/coreclr/src/pal/inc/rt/htmlhelp.h b/src/coreclr/src/pal/inc/rt/htmlhelp.h index b55403336ed186..5a3142f742530b 100644 --- a/src/coreclr/src/pal/inc/rt/htmlhelp.h +++ b/src/coreclr/src/pal/inc/rt/htmlhelp.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/pal/inc/rt/imagehlp.h b/src/coreclr/src/pal/inc/rt/imagehlp.h index 07824e49aa9763..65410d718b9e56 100644 --- a/src/coreclr/src/pal/inc/rt/imagehlp.h +++ b/src/coreclr/src/pal/inc/rt/imagehlp.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/pal/inc/rt/intrin.h b/src/coreclr/src/pal/inc/rt/intrin.h index 5401fabc1308f9..b23533a2940dd7 100644 --- a/src/coreclr/src/pal/inc/rt/intrin.h +++ b/src/coreclr/src/pal/inc/rt/intrin.h @@ -1,5 +1,4 @@ // Licensed to the .NET Foundation under one or more 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 "palrt.h" diff --git a/src/coreclr/src/pal/inc/rt/intsafe.h b/src/coreclr/src/pal/inc/rt/intsafe.h index 1d18f914414ecb..9159c1bb1676f5 100644 --- a/src/coreclr/src/pal/inc/rt/intsafe.h +++ b/src/coreclr/src/pal/inc/rt/intsafe.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/pal/inc/rt/mbstring.h b/src/coreclr/src/pal/inc/rt/mbstring.h index 0813ae64f39dab..19966945dc2f2c 100644 --- a/src/coreclr/src/pal/inc/rt/mbstring.h +++ b/src/coreclr/src/pal/inc/rt/mbstring.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/pal/inc/rt/new.h b/src/coreclr/src/pal/inc/rt/new.h index 740a18ccb63df8..1cb42afc670cbc 100644 --- a/src/coreclr/src/pal/inc/rt/new.h +++ b/src/coreclr/src/pal/inc/rt/new.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/pal/inc/rt/no_sal2.h b/src/coreclr/src/pal/inc/rt/no_sal2.h index aa6c6db017d468..0a460cb9c6a0d0 100644 --- a/src/coreclr/src/pal/inc/rt/no_sal2.h +++ b/src/coreclr/src/pal/inc/rt/no_sal2.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/pal/inc/rt/ntimage.h b/src/coreclr/src/pal/inc/rt/ntimage.h index 10686ef9d98b0f..931d528404d1f9 100644 --- a/src/coreclr/src/pal/inc/rt/ntimage.h +++ b/src/coreclr/src/pal/inc/rt/ntimage.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/pal/inc/rt/oaidl.h b/src/coreclr/src/pal/inc/rt/oaidl.h index 8e16d4f41b8564..3c75bc0535408a 100644 --- a/src/coreclr/src/pal/inc/rt/oaidl.h +++ b/src/coreclr/src/pal/inc/rt/oaidl.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/pal/inc/rt/objbase.h b/src/coreclr/src/pal/inc/rt/objbase.h index 6b2693272a57f5..065a4b44de9936 100644 --- a/src/coreclr/src/pal/inc/rt/objbase.h +++ b/src/coreclr/src/pal/inc/rt/objbase.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/pal/inc/rt/objidl.h b/src/coreclr/src/pal/inc/rt/objidl.h index 087254252077a1..9530a5917a004a 100644 --- a/src/coreclr/src/pal/inc/rt/objidl.h +++ b/src/coreclr/src/pal/inc/rt/objidl.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/pal/inc/rt/ocidl.h b/src/coreclr/src/pal/inc/rt/ocidl.h index ab9201ee36e7c8..f6c964cb6ba634 100644 --- a/src/coreclr/src/pal/inc/rt/ocidl.h +++ b/src/coreclr/src/pal/inc/rt/ocidl.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/pal/inc/rt/ole2.h b/src/coreclr/src/pal/inc/rt/ole2.h index 36a057fcf91471..f51d41e04b057f 100644 --- a/src/coreclr/src/pal/inc/rt/ole2.h +++ b/src/coreclr/src/pal/inc/rt/ole2.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/pal/inc/rt/oleauto.h b/src/coreclr/src/pal/inc/rt/oleauto.h index aa802907b4a17c..15db2c3912e9a7 100644 --- a/src/coreclr/src/pal/inc/rt/oleauto.h +++ b/src/coreclr/src/pal/inc/rt/oleauto.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/pal/inc/rt/olectl.h b/src/coreclr/src/pal/inc/rt/olectl.h index fddc2e4c1058e2..f5452707908c53 100644 --- a/src/coreclr/src/pal/inc/rt/olectl.h +++ b/src/coreclr/src/pal/inc/rt/olectl.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/pal/inc/rt/oleidl.h b/src/coreclr/src/pal/inc/rt/oleidl.h index 9293d1f39a41b5..f1b442c86b14cb 100644 --- a/src/coreclr/src/pal/inc/rt/oleidl.h +++ b/src/coreclr/src/pal/inc/rt/oleidl.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/pal/inc/rt/palrt.h b/src/coreclr/src/pal/inc/rt/palrt.h index 0de8be16cea27e..23f627e1b8e5c6 100644 --- a/src/coreclr/src/pal/inc/rt/palrt.h +++ b/src/coreclr/src/pal/inc/rt/palrt.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/pal/inc/rt/poppack.h b/src/coreclr/src/pal/inc/rt/poppack.h index 4d5264c8fa2dd0..0bb3ae839b3108 100644 --- a/src/coreclr/src/pal/inc/rt/poppack.h +++ b/src/coreclr/src/pal/inc/rt/poppack.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/pal/inc/rt/process.h b/src/coreclr/src/pal/inc/rt/process.h index 901c4e57dabf88..38db0009d60392 100644 --- a/src/coreclr/src/pal/inc/rt/process.h +++ b/src/coreclr/src/pal/inc/rt/process.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/pal/inc/rt/psapi.h b/src/coreclr/src/pal/inc/rt/psapi.h index 5401fabc1308f9..b23533a2940dd7 100644 --- a/src/coreclr/src/pal/inc/rt/psapi.h +++ b/src/coreclr/src/pal/inc/rt/psapi.h @@ -1,5 +1,4 @@ // Licensed to the .NET Foundation under one or more 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 "palrt.h" diff --git a/src/coreclr/src/pal/inc/rt/pshpack1.h b/src/coreclr/src/pal/inc/rt/pshpack1.h index 568a609501ff36..92f7a83448bbe4 100644 --- a/src/coreclr/src/pal/inc/rt/pshpack1.h +++ b/src/coreclr/src/pal/inc/rt/pshpack1.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/pal/inc/rt/pshpack2.h b/src/coreclr/src/pal/inc/rt/pshpack2.h index d92bac0a20f82f..2a4a40eb805810 100644 --- a/src/coreclr/src/pal/inc/rt/pshpack2.h +++ b/src/coreclr/src/pal/inc/rt/pshpack2.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/pal/inc/rt/pshpack4.h b/src/coreclr/src/pal/inc/rt/pshpack4.h index 96ab354c67d0d4..e491515e66e994 100644 --- a/src/coreclr/src/pal/inc/rt/pshpack4.h +++ b/src/coreclr/src/pal/inc/rt/pshpack4.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/pal/inc/rt/pshpack8.h b/src/coreclr/src/pal/inc/rt/pshpack8.h index 35a48dd07cdd50..f5d4deb2b6bda5 100644 --- a/src/coreclr/src/pal/inc/rt/pshpack8.h +++ b/src/coreclr/src/pal/inc/rt/pshpack8.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/pal/inc/rt/pshpck16.h b/src/coreclr/src/pal/inc/rt/pshpck16.h index 19807f280d6cd5..bd0d82ed724ebe 100644 --- a/src/coreclr/src/pal/inc/rt/pshpck16.h +++ b/src/coreclr/src/pal/inc/rt/pshpck16.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/pal/inc/rt/richedit.h b/src/coreclr/src/pal/inc/rt/richedit.h index 6c41a08469df98..d445296c50af53 100644 --- a/src/coreclr/src/pal/inc/rt/richedit.h +++ b/src/coreclr/src/pal/inc/rt/richedit.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/pal/inc/rt/rpc.h b/src/coreclr/src/pal/inc/rt/rpc.h index 5e44c2b8370743..9b9f425f69fe52 100644 --- a/src/coreclr/src/pal/inc/rt/rpc.h +++ b/src/coreclr/src/pal/inc/rt/rpc.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/pal/inc/rt/rpcndr.h b/src/coreclr/src/pal/inc/rt/rpcndr.h index 35e4c188d83515..8e7f88a5b8b408 100644 --- a/src/coreclr/src/pal/inc/rt/rpcndr.h +++ b/src/coreclr/src/pal/inc/rt/rpcndr.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/pal/inc/rt/safecrt.h b/src/coreclr/src/pal/inc/rt/safecrt.h index 1f5e82650a65c4..fa30a150a34db0 100644 --- a/src/coreclr/src/pal/inc/rt/safecrt.h +++ b/src/coreclr/src/pal/inc/rt/safecrt.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/pal/inc/rt/sal.h b/src/coreclr/src/pal/inc/rt/sal.h index d42c724b3ad846..9f7c014b792e49 100644 --- a/src/coreclr/src/pal/inc/rt/sal.h +++ b/src/coreclr/src/pal/inc/rt/sal.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. /*** *sal.h - markers for documenting the semantics of APIs diff --git a/src/coreclr/src/pal/inc/rt/servprov.h b/src/coreclr/src/pal/inc/rt/servprov.h index 0153cef937830f..dfda1a8b128e55 100644 --- a/src/coreclr/src/pal/inc/rt/servprov.h +++ b/src/coreclr/src/pal/inc/rt/servprov.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/pal/inc/rt/share.h b/src/coreclr/src/pal/inc/rt/share.h index 5401fabc1308f9..b23533a2940dd7 100644 --- a/src/coreclr/src/pal/inc/rt/share.h +++ b/src/coreclr/src/pal/inc/rt/share.h @@ -1,5 +1,4 @@ // Licensed to the .NET Foundation under one or more 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 "palrt.h" diff --git a/src/coreclr/src/pal/inc/rt/shellapi.h b/src/coreclr/src/pal/inc/rt/shellapi.h index 28e43f5db4046e..8e1d58806ea2d7 100644 --- a/src/coreclr/src/pal/inc/rt/shellapi.h +++ b/src/coreclr/src/pal/inc/rt/shellapi.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/pal/inc/rt/shlobj.h b/src/coreclr/src/pal/inc/rt/shlobj.h index 3743143c684c9e..edbd420993f715 100644 --- a/src/coreclr/src/pal/inc/rt/shlobj.h +++ b/src/coreclr/src/pal/inc/rt/shlobj.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/pal/inc/rt/shlwapi.h b/src/coreclr/src/pal/inc/rt/shlwapi.h index deec2813b8d97c..029a1732591130 100644 --- a/src/coreclr/src/pal/inc/rt/shlwapi.h +++ b/src/coreclr/src/pal/inc/rt/shlwapi.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/pal/inc/rt/specstrings.h b/src/coreclr/src/pal/inc/rt/specstrings.h index 0a6397eb75dbed..5f5e6e1cf9a4e6 100644 --- a/src/coreclr/src/pal/inc/rt/specstrings.h +++ b/src/coreclr/src/pal/inc/rt/specstrings.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/pal/inc/rt/specstrings_adt.h b/src/coreclr/src/pal/inc/rt/specstrings_adt.h index 47377193195a2c..06eab8c0ab75f8 100644 --- a/src/coreclr/src/pal/inc/rt/specstrings_adt.h +++ b/src/coreclr/src/pal/inc/rt/specstrings_adt.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/pal/inc/rt/specstrings_strict.h b/src/coreclr/src/pal/inc/rt/specstrings_strict.h index 2cf351273224f5..7aaabd1661c6a0 100644 --- a/src/coreclr/src/pal/inc/rt/specstrings_strict.h +++ b/src/coreclr/src/pal/inc/rt/specstrings_strict.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. /************************************************************************* * This file documents all the macros approved for use in windows source diff --git a/src/coreclr/src/pal/inc/rt/specstrings_undef.h b/src/coreclr/src/pal/inc/rt/specstrings_undef.h index d240ae1866e5f4..0008f2278598bd 100644 --- a/src/coreclr/src/pal/inc/rt/specstrings_undef.h +++ b/src/coreclr/src/pal/inc/rt/specstrings_undef.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/pal/inc/rt/symcrypt.h b/src/coreclr/src/pal/inc/rt/symcrypt.h index 0e71e2cb74f757..88ac20b5426b73 100644 --- a/src/coreclr/src/pal/inc/rt/symcrypt.h +++ b/src/coreclr/src/pal/inc/rt/symcrypt.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/pal/inc/rt/tchar.h b/src/coreclr/src/pal/inc/rt/tchar.h index 5401fabc1308f9..b23533a2940dd7 100644 --- a/src/coreclr/src/pal/inc/rt/tchar.h +++ b/src/coreclr/src/pal/inc/rt/tchar.h @@ -1,5 +1,4 @@ // Licensed to the .NET Foundation under one or more 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 "palrt.h" diff --git a/src/coreclr/src/pal/inc/rt/tlhelp32.h b/src/coreclr/src/pal/inc/rt/tlhelp32.h index b052d0ce0d3a75..d8bc5a9b44d006 100644 --- a/src/coreclr/src/pal/inc/rt/tlhelp32.h +++ b/src/coreclr/src/pal/inc/rt/tlhelp32.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/pal/inc/rt/unknwn.h b/src/coreclr/src/pal/inc/rt/unknwn.h index b2efa8f38d9b7a..f9cdc8df0f862e 100644 --- a/src/coreclr/src/pal/inc/rt/unknwn.h +++ b/src/coreclr/src/pal/inc/rt/unknwn.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/pal/inc/rt/urlmon.h b/src/coreclr/src/pal/inc/rt/urlmon.h index 80320f757d54ef..1fcfec2e6f659a 100644 --- a/src/coreclr/src/pal/inc/rt/urlmon.h +++ b/src/coreclr/src/pal/inc/rt/urlmon.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/pal/inc/rt/verrsrc.h b/src/coreclr/src/pal/inc/rt/verrsrc.h index cd80202d047e65..0bd71033246bec 100644 --- a/src/coreclr/src/pal/inc/rt/verrsrc.h +++ b/src/coreclr/src/pal/inc/rt/verrsrc.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/pal/inc/rt/winapifamily.h b/src/coreclr/src/pal/inc/rt/winapifamily.h index 3f3781debf84c0..1220aed7bcd323 100644 --- a/src/coreclr/src/pal/inc/rt/winapifamily.h +++ b/src/coreclr/src/pal/inc/rt/winapifamily.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/pal/inc/rt/winbase.h b/src/coreclr/src/pal/inc/rt/winbase.h index 9b5dbdd703279e..aaa7a406ab74c9 100644 --- a/src/coreclr/src/pal/inc/rt/winbase.h +++ b/src/coreclr/src/pal/inc/rt/winbase.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/pal/inc/rt/wincrypt.h b/src/coreclr/src/pal/inc/rt/wincrypt.h index ce6b478b20fcad..ae1520c30eae52 100644 --- a/src/coreclr/src/pal/inc/rt/wincrypt.h +++ b/src/coreclr/src/pal/inc/rt/wincrypt.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/pal/inc/rt/windef.h b/src/coreclr/src/pal/inc/rt/windef.h index e289a7c1f1d02e..8de7fddc2701e8 100644 --- a/src/coreclr/src/pal/inc/rt/windef.h +++ b/src/coreclr/src/pal/inc/rt/windef.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/pal/inc/rt/windows.h b/src/coreclr/src/pal/inc/rt/windows.h index f793214cc98e37..8e7def3788145f 100644 --- a/src/coreclr/src/pal/inc/rt/windows.h +++ b/src/coreclr/src/pal/inc/rt/windows.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/pal/inc/rt/winerror.h b/src/coreclr/src/pal/inc/rt/winerror.h index fd119d89f5dbcf..cc37c9dd79ad51 100644 --- a/src/coreclr/src/pal/inc/rt/winerror.h +++ b/src/coreclr/src/pal/inc/rt/winerror.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/pal/inc/rt/wininet.h b/src/coreclr/src/pal/inc/rt/wininet.h index b11106b935fb4d..c3ad9fab0d30dd 100644 --- a/src/coreclr/src/pal/inc/rt/wininet.h +++ b/src/coreclr/src/pal/inc/rt/wininet.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/pal/inc/rt/winnls.h b/src/coreclr/src/pal/inc/rt/winnls.h index dd0d2fba23e95c..93775e4509cf12 100644 --- a/src/coreclr/src/pal/inc/rt/winnls.h +++ b/src/coreclr/src/pal/inc/rt/winnls.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/pal/inc/rt/winnt.h b/src/coreclr/src/pal/inc/rt/winnt.h index 68184c45e3f717..11628d5deff89f 100644 --- a/src/coreclr/src/pal/inc/rt/winnt.h +++ b/src/coreclr/src/pal/inc/rt/winnt.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/pal/inc/rt/winresrc.h b/src/coreclr/src/pal/inc/rt/winresrc.h index 3f66f4ecc57850..b0843d15f1f2a9 100644 --- a/src/coreclr/src/pal/inc/rt/winresrc.h +++ b/src/coreclr/src/pal/inc/rt/winresrc.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/pal/inc/rt/winternl.h b/src/coreclr/src/pal/inc/rt/winternl.h index ba1c64bbba9c6a..a5e42c6678bc28 100644 --- a/src/coreclr/src/pal/inc/rt/winternl.h +++ b/src/coreclr/src/pal/inc/rt/winternl.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/pal/inc/rt/winuser.h b/src/coreclr/src/pal/inc/rt/winuser.h index 1dcef15e705a6e..9be850e80bb3fb 100644 --- a/src/coreclr/src/pal/inc/rt/winuser.h +++ b/src/coreclr/src/pal/inc/rt/winuser.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/pal/inc/rt/winver.h b/src/coreclr/src/pal/inc/rt/winver.h index a3ab78af8b88a7..b0f441e1a1d410 100644 --- a/src/coreclr/src/pal/inc/rt/winver.h +++ b/src/coreclr/src/pal/inc/rt/winver.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/pal/inc/rt/wtsapi32.h b/src/coreclr/src/pal/inc/rt/wtsapi32.h index b68f5c41f02a0e..0613f91d1ae266 100644 --- a/src/coreclr/src/pal/inc/rt/wtsapi32.h +++ b/src/coreclr/src/pal/inc/rt/wtsapi32.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/pal/inc/strsafe.h b/src/coreclr/src/pal/inc/strsafe.h index b618a3bf81c797..82c36db3c0006b 100644 --- a/src/coreclr/src/pal/inc/strsafe.h +++ b/src/coreclr/src/pal/inc/strsafe.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/pal/inc/unixasmmacros.inc b/src/coreclr/src/pal/inc/unixasmmacros.inc index 18ed49e202e358..3740ab1b365824 100644 --- a/src/coreclr/src/pal/inc/unixasmmacros.inc +++ b/src/coreclr/src/pal/inc/unixasmmacros.inc @@ -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. #define INVALIDGCVALUE 0xCCCCCCCD diff --git a/src/coreclr/src/pal/inc/unixasmmacrosamd64.inc b/src/coreclr/src/pal/inc/unixasmmacrosamd64.inc index e1b4a95328d2ea..9a656ddf1bec29 100644 --- a/src/coreclr/src/pal/inc/unixasmmacrosamd64.inc +++ b/src/coreclr/src/pal/inc/unixasmmacrosamd64.inc @@ -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. .macro NESTED_ENTRY Name, Section, Handler LEAF_ENTRY \Name, \Section diff --git a/src/coreclr/src/pal/inc/unixasmmacrosarm.inc b/src/coreclr/src/pal/inc/unixasmmacrosarm.inc index fcf906975d60d7..e0c0016cc26ab2 100644 --- a/src/coreclr/src/pal/inc/unixasmmacrosarm.inc +++ b/src/coreclr/src/pal/inc/unixasmmacrosarm.inc @@ -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. .macro LEAF_ENTRY Name, Section .thumb_func diff --git a/src/coreclr/src/pal/inc/unixasmmacrosarm64.inc b/src/coreclr/src/pal/inc/unixasmmacrosarm64.inc index f13bb7a04305a9..69cdcb3f48ba53 100644 --- a/src/coreclr/src/pal/inc/unixasmmacrosarm64.inc +++ b/src/coreclr/src/pal/inc/unixasmmacrosarm64.inc @@ -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. .macro NESTED_ENTRY Name, Section, Handler LEAF_ENTRY \Name, \Section diff --git a/src/coreclr/src/pal/inc/unixasmmacrosx86.inc b/src/coreclr/src/pal/inc/unixasmmacrosx86.inc index ae4ad14ea216b3..87cbddd6eda204 100644 --- a/src/coreclr/src/pal/inc/unixasmmacrosx86.inc +++ b/src/coreclr/src/pal/inc/unixasmmacrosx86.inc @@ -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. .macro NESTED_ENTRY Name, Section, Handler LEAF_ENTRY \Name, \Section diff --git a/src/coreclr/src/pal/prebuilt/corerror/mscorurt.rc b/src/coreclr/src/pal/prebuilt/corerror/mscorurt.rc index d4a3a39f1999fc..f51e77ae1245c0 100644 --- a/src/coreclr/src/pal/prebuilt/corerror/mscorurt.rc +++ b/src/coreclr/src/pal/prebuilt/corerror/mscorurt.rc @@ -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. STRINGTABLE DISCARDABLE BEGIN diff --git a/src/coreclr/src/pal/prebuilt/idl/clrdata_i.cpp b/src/coreclr/src/pal/prebuilt/idl/clrdata_i.cpp index f0f6742db4146d..d88a456414d2cd 100644 --- a/src/coreclr/src/pal/prebuilt/idl/clrdata_i.cpp +++ b/src/coreclr/src/pal/prebuilt/idl/clrdata_i.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. /* this ALWAYS GENERATED file contains the IIDs and CLSIDs */ diff --git a/src/coreclr/src/pal/prebuilt/idl/clrinternal_i.cpp b/src/coreclr/src/pal/prebuilt/idl/clrinternal_i.cpp index 7cfb798aab89ee..e202ddfd8ef289 100644 --- a/src/coreclr/src/pal/prebuilt/idl/clrinternal_i.cpp +++ b/src/coreclr/src/pal/prebuilt/idl/clrinternal_i.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. diff --git a/src/coreclr/src/pal/prebuilt/idl/clrprivappxhosting_i.cpp b/src/coreclr/src/pal/prebuilt/idl/clrprivappxhosting_i.cpp index c46d033d1a3c7e..dc5cc728e687bf 100644 --- a/src/coreclr/src/pal/prebuilt/idl/clrprivappxhosting_i.cpp +++ b/src/coreclr/src/pal/prebuilt/idl/clrprivappxhosting_i.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. diff --git a/src/coreclr/src/pal/prebuilt/idl/clrprivbinding_i.cpp b/src/coreclr/src/pal/prebuilt/idl/clrprivbinding_i.cpp index 2bc3aa6a1ac3c9..1de6c4119bf126 100644 --- a/src/coreclr/src/pal/prebuilt/idl/clrprivbinding_i.cpp +++ b/src/coreclr/src/pal/prebuilt/idl/clrprivbinding_i.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. diff --git a/src/coreclr/src/pal/prebuilt/idl/cordebug_i.cpp b/src/coreclr/src/pal/prebuilt/idl/cordebug_i.cpp index d04c21a85fdc1b..c6b8512eb0a82c 100644 --- a/src/coreclr/src/pal/prebuilt/idl/cordebug_i.cpp +++ b/src/coreclr/src/pal/prebuilt/idl/cordebug_i.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. diff --git a/src/coreclr/src/pal/prebuilt/idl/corprof_i.cpp b/src/coreclr/src/pal/prebuilt/idl/corprof_i.cpp index cd12d3532af1c8..498c52b3914c3f 100644 --- a/src/coreclr/src/pal/prebuilt/idl/corprof_i.cpp +++ b/src/coreclr/src/pal/prebuilt/idl/corprof_i.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. diff --git a/src/coreclr/src/pal/prebuilt/idl/corpub_i.cpp b/src/coreclr/src/pal/prebuilt/idl/corpub_i.cpp index 0be473f0977282..8aa67f88876171 100644 --- a/src/coreclr/src/pal/prebuilt/idl/corpub_i.cpp +++ b/src/coreclr/src/pal/prebuilt/idl/corpub_i.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. diff --git a/src/coreclr/src/pal/prebuilt/idl/corsym_i.cpp b/src/coreclr/src/pal/prebuilt/idl/corsym_i.cpp index eba38ce40eb646..0ca3dc5f28400a 100644 --- a/src/coreclr/src/pal/prebuilt/idl/corsym_i.cpp +++ b/src/coreclr/src/pal/prebuilt/idl/corsym_i.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. diff --git a/src/coreclr/src/pal/prebuilt/idl/mscorsvc_i.cpp b/src/coreclr/src/pal/prebuilt/idl/mscorsvc_i.cpp index 139174574a1519..79b8aab8c4408d 100644 --- a/src/coreclr/src/pal/prebuilt/idl/mscorsvc_i.cpp +++ b/src/coreclr/src/pal/prebuilt/idl/mscorsvc_i.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. diff --git a/src/coreclr/src/pal/prebuilt/idl/sospriv_i.cpp b/src/coreclr/src/pal/prebuilt/idl/sospriv_i.cpp index 55de43254315e9..993737f7a0b358 100644 --- a/src/coreclr/src/pal/prebuilt/idl/sospriv_i.cpp +++ b/src/coreclr/src/pal/prebuilt/idl/sospriv_i.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. diff --git a/src/coreclr/src/pal/prebuilt/idl/xclrdata_i.cpp b/src/coreclr/src/pal/prebuilt/idl/xclrdata_i.cpp index 140082d8aa1d50..de3f1a537b55aa 100644 --- a/src/coreclr/src/pal/prebuilt/idl/xclrdata_i.cpp +++ b/src/coreclr/src/pal/prebuilt/idl/xclrdata_i.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. diff --git a/src/coreclr/src/pal/prebuilt/idl/xcordebug_i.cpp b/src/coreclr/src/pal/prebuilt/idl/xcordebug_i.cpp index 32bb754c1d4bad..07684b63209735 100644 --- a/src/coreclr/src/pal/prebuilt/idl/xcordebug_i.cpp +++ b/src/coreclr/src/pal/prebuilt/idl/xcordebug_i.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. diff --git a/src/coreclr/src/pal/prebuilt/inc/clrdata.h b/src/coreclr/src/pal/prebuilt/inc/clrdata.h index 6d670055414759..b0675c9d43a095 100644 --- a/src/coreclr/src/pal/prebuilt/inc/clrdata.h +++ b/src/coreclr/src/pal/prebuilt/inc/clrdata.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. /* this ALWAYS GENERATED file contains the definitions for the interfaces */ diff --git a/src/coreclr/src/pal/prebuilt/inc/clrinternal.h b/src/coreclr/src/pal/prebuilt/inc/clrinternal.h index e3625a7c312935..16fd6841da2288 100644 --- a/src/coreclr/src/pal/prebuilt/inc/clrinternal.h +++ b/src/coreclr/src/pal/prebuilt/inc/clrinternal.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/pal/prebuilt/inc/clrprivbinding.h b/src/coreclr/src/pal/prebuilt/inc/clrprivbinding.h index 4b8cb829ec8202..ea4cf7417074a8 100644 --- a/src/coreclr/src/pal/prebuilt/inc/clrprivbinding.h +++ b/src/coreclr/src/pal/prebuilt/inc/clrprivbinding.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/pal/prebuilt/inc/corerror.h b/src/coreclr/src/pal/prebuilt/inc/corerror.h index 15dc301546497f..31ba2d9c455458 100644 --- a/src/coreclr/src/pal/prebuilt/inc/corerror.h +++ b/src/coreclr/src/pal/prebuilt/inc/corerror.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 __COMMON_LANGUAGE_RUNTIME_HRESULTS__ #define __COMMON_LANGUAGE_RUNTIME_HRESULTS__ diff --git a/src/coreclr/src/pal/prebuilt/inc/corpub.h b/src/coreclr/src/pal/prebuilt/inc/corpub.h index 94c01c660aec18..bc1ef7630802ec 100644 --- a/src/coreclr/src/pal/prebuilt/inc/corpub.h +++ b/src/coreclr/src/pal/prebuilt/inc/corpub.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/pal/prebuilt/inc/corsym.h b/src/coreclr/src/pal/prebuilt/inc/corsym.h index 46025395e6439b..9b739091771ee4 100644 --- a/src/coreclr/src/pal/prebuilt/inc/corsym.h +++ b/src/coreclr/src/pal/prebuilt/inc/corsym.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/pal/prebuilt/inc/fusion.h b/src/coreclr/src/pal/prebuilt/inc/fusion.h index 967440ff7f5397..3129a9b1bc44ef 100644 --- a/src/coreclr/src/pal/prebuilt/inc/fusion.h +++ b/src/coreclr/src/pal/prebuilt/inc/fusion.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/pal/prebuilt/inc/fxver.h b/src/coreclr/src/pal/prebuilt/inc/fxver.h index 7e2a3224b8883f..7297587490de46 100644 --- a/src/coreclr/src/pal/prebuilt/inc/fxver.h +++ b/src/coreclr/src/pal/prebuilt/inc/fxver.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. #include diff --git a/src/coreclr/src/pal/prebuilt/inc/fxver.rc b/src/coreclr/src/pal/prebuilt/inc/fxver.rc index 8f8637ffc9e8fd..ce3aa4e98e5b86 100644 --- a/src/coreclr/src/pal/prebuilt/inc/fxver.rc +++ b/src/coreclr/src/pal/prebuilt/inc/fxver.rc @@ -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. #ifdef _WIN32 #include <_version.h> diff --git a/src/coreclr/src/pal/prebuilt/inc/mscoree.h b/src/coreclr/src/pal/prebuilt/inc/mscoree.h index 4f5c5b81977201..928a7fad88bee2 100644 --- a/src/coreclr/src/pal/prebuilt/inc/mscoree.h +++ b/src/coreclr/src/pal/prebuilt/inc/mscoree.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. /* this ALWAYS GENERATED file contains the definitions for the interfaces */ diff --git a/src/coreclr/src/pal/prebuilt/inc/mscorsvc.h b/src/coreclr/src/pal/prebuilt/inc/mscorsvc.h index c51d8bdc9ac62a..a00db395eca815 100644 --- a/src/coreclr/src/pal/prebuilt/inc/mscorsvc.h +++ b/src/coreclr/src/pal/prebuilt/inc/mscorsvc.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/pal/prebuilt/inc/xclrdata.h b/src/coreclr/src/pal/prebuilt/inc/xclrdata.h index ea97929a14d01d..dbee62b9b12254 100644 --- a/src/coreclr/src/pal/prebuilt/inc/xclrdata.h +++ b/src/coreclr/src/pal/prebuilt/inc/xclrdata.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/pal/src/arch/amd64/activationhandlerwrapper.S b/src/coreclr/src/pal/src/arch/amd64/activationhandlerwrapper.S index 0ac73fceb6be1f..2e7f931facf2cd 100644 --- a/src/coreclr/src/pal/src/arch/amd64/activationhandlerwrapper.S +++ b/src/coreclr/src/pal/src/arch/amd64/activationhandlerwrapper.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/pal/src/arch/amd64/asmconstants.h b/src/coreclr/src/pal/src/arch/amd64/asmconstants.h index 71b584a51cc1c1..1a057225bcc5e7 100644 --- a/src/coreclr/src/pal/src/arch/amd64/asmconstants.h +++ b/src/coreclr/src/pal/src/arch/amd64/asmconstants.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. #ifdef HOST_64BIT diff --git a/src/coreclr/src/pal/src/arch/amd64/callsignalhandlerwrapper.S b/src/coreclr/src/pal/src/arch/amd64/callsignalhandlerwrapper.S index 8260591c307b3d..45d0aee5ddb039 100644 --- a/src/coreclr/src/pal/src/arch/amd64/callsignalhandlerwrapper.S +++ b/src/coreclr/src/pal/src/arch/amd64/callsignalhandlerwrapper.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/pal/src/arch/amd64/context.S b/src/coreclr/src/pal/src/arch/amd64/context.S index f8a2dca89c1196..babbf2dcd29901 100644 --- a/src/coreclr/src/pal/src/arch/amd64/context.S +++ b/src/coreclr/src/pal/src/arch/amd64/context.S @@ -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. #if defined(_DEBUG) .text diff --git a/src/coreclr/src/pal/src/arch/amd64/context2.S b/src/coreclr/src/pal/src/arch/amd64/context2.S index b2a23917de816a..c8688dd63c0946 100644 --- a/src/coreclr/src/pal/src/arch/amd64/context2.S +++ b/src/coreclr/src/pal/src/arch/amd64/context2.S @@ -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. // // Implementation of _CONTEXT_CaptureContext for the Intel x86 platform. // This function is processor dependent. It is used by exception handling, diff --git a/src/coreclr/src/pal/src/arch/amd64/debugbreak.S b/src/coreclr/src/pal/src/arch/amd64/debugbreak.S index 3065e4064c10ec..84f7f3ea6736b3 100644 --- a/src/coreclr/src/pal/src/arch/amd64/debugbreak.S +++ b/src/coreclr/src/pal/src/arch/amd64/debugbreak.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/pal/src/arch/amd64/dispatchexceptionwrapper.S b/src/coreclr/src/pal/src/arch/amd64/dispatchexceptionwrapper.S index e9baaecce56e73..919adef1f65c65 100644 --- a/src/coreclr/src/pal/src/arch/amd64/dispatchexceptionwrapper.S +++ b/src/coreclr/src/pal/src/arch/amd64/dispatchexceptionwrapper.S @@ -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/pal/src/arch/amd64/exceptionhelper.S b/src/coreclr/src/pal/src/arch/amd64/exceptionhelper.S index 207258341046ce..360b56e87c87fe 100644 --- a/src/coreclr/src/pal/src/arch/amd64/exceptionhelper.S +++ b/src/coreclr/src/pal/src/arch/amd64/exceptionhelper.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/pal/src/arch/amd64/processor.cpp b/src/coreclr/src/pal/src/arch/amd64/processor.cpp index a52011174972bb..1c9e026cfed9b3 100644 --- a/src/coreclr/src/pal/src/arch/amd64/processor.cpp +++ b/src/coreclr/src/pal/src/arch/amd64/processor.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. /*++ diff --git a/src/coreclr/src/pal/src/arch/amd64/signalhandlerhelper.cpp b/src/coreclr/src/pal/src/arch/amd64/signalhandlerhelper.cpp index 61eba90008d959..d1db9295a57aac 100644 --- a/src/coreclr/src/pal/src/arch/amd64/signalhandlerhelper.cpp +++ b/src/coreclr/src/pal/src/arch/amd64/signalhandlerhelper.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 "pal/dbgmsg.h" SET_DEFAULT_DEBUG_CHANNEL(EXCEPT); // some headers have code with asserts, so do this first diff --git a/src/coreclr/src/pal/src/arch/arm/asmconstants.h b/src/coreclr/src/pal/src/arch/arm/asmconstants.h index ae4b01b8dcc23b..0437610d92df2c 100644 --- a/src/coreclr/src/pal/src/arch/arm/asmconstants.h +++ b/src/coreclr/src/pal/src/arch/arm/asmconstants.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 __PAL_ARM_ASMCONSTANTS_H__ #define __PAL_ARM_ASMCONSTANTS_H__ diff --git a/src/coreclr/src/pal/src/arch/arm/callsignalhandlerwrapper.S b/src/coreclr/src/pal/src/arch/arm/callsignalhandlerwrapper.S index b9398d6d632c54..4179f61e16276d 100644 --- a/src/coreclr/src/pal/src/arch/arm/callsignalhandlerwrapper.S +++ b/src/coreclr/src/pal/src/arch/arm/callsignalhandlerwrapper.S @@ -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 "unixasmmacros.inc" #include "asmconstants.h" diff --git a/src/coreclr/src/pal/src/arch/arm/context2.S b/src/coreclr/src/pal/src/arch/arm/context2.S index 6ea8aba6b6f89c..1cd7684a953e8e 100644 --- a/src/coreclr/src/pal/src/arch/arm/context2.S +++ b/src/coreclr/src/pal/src/arch/arm/context2.S @@ -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. // // Implementation of _CONTEXT_CaptureContext for the ARM platform. // This function is processor dependent. It is used by exception handling, diff --git a/src/coreclr/src/pal/src/arch/arm/debugbreak.S b/src/coreclr/src/pal/src/arch/arm/debugbreak.S index 863d7cf40b580a..dd8a9348352dcc 100644 --- a/src/coreclr/src/pal/src/arch/arm/debugbreak.S +++ b/src/coreclr/src/pal/src/arch/arm/debugbreak.S @@ -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 "unixasmmacros.inc" diff --git a/src/coreclr/src/pal/src/arch/arm/exceptionhelper.S b/src/coreclr/src/pal/src/arch/arm/exceptionhelper.S index 1234305c0997a7..f733aad613379d 100644 --- a/src/coreclr/src/pal/src/arch/arm/exceptionhelper.S +++ b/src/coreclr/src/pal/src/arch/arm/exceptionhelper.S @@ -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 "unixasmmacros.inc" #include "asmconstants.h" diff --git a/src/coreclr/src/pal/src/arch/arm/processor.cpp b/src/coreclr/src/pal/src/arch/arm/processor.cpp index 7993212556c13a..7048a5b4b4db4e 100644 --- a/src/coreclr/src/pal/src/arch/arm/processor.cpp +++ b/src/coreclr/src/pal/src/arch/arm/processor.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. /*++ diff --git a/src/coreclr/src/pal/src/arch/arm/signalhandlerhelper.cpp b/src/coreclr/src/pal/src/arch/arm/signalhandlerhelper.cpp index 9c6dda1f2fb7b5..1eabd968c82861 100644 --- a/src/coreclr/src/pal/src/arch/arm/signalhandlerhelper.cpp +++ b/src/coreclr/src/pal/src/arch/arm/signalhandlerhelper.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 "pal/dbgmsg.h" SET_DEFAULT_DEBUG_CHANNEL(EXCEPT); // some headers have code with asserts, so do this first diff --git a/src/coreclr/src/pal/src/arch/arm64/asmconstants.h b/src/coreclr/src/pal/src/arch/arm64/asmconstants.h index 08502ed3b3533a..ad7d09e6efbbf5 100644 --- a/src/coreclr/src/pal/src/arch/arm64/asmconstants.h +++ b/src/coreclr/src/pal/src/arch/arm64/asmconstants.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 __PAL_ARM64_ASMCONSTANTS_H__ #define __PAL_ARM64_ASMCONSTANTS_H__ diff --git a/src/coreclr/src/pal/src/arch/arm64/callsignalhandlerwrapper.S b/src/coreclr/src/pal/src/arch/arm64/callsignalhandlerwrapper.S index a74932e8e6b0ff..67a88fbb2e6fbb 100644 --- a/src/coreclr/src/pal/src/arch/arm64/callsignalhandlerwrapper.S +++ b/src/coreclr/src/pal/src/arch/arm64/callsignalhandlerwrapper.S @@ -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 "unixasmmacros.inc" #include "asmconstants.h" diff --git a/src/coreclr/src/pal/src/arch/arm64/context2.S b/src/coreclr/src/pal/src/arch/arm64/context2.S index 2c8e4f538d414c..f7d6d3fe059d31 100644 --- a/src/coreclr/src/pal/src/arch/arm64/context2.S +++ b/src/coreclr/src/pal/src/arch/arm64/context2.S @@ -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. // // Implementation of _CONTEXT_CaptureContext for the ARM platform. // This function is processor dependent. It is used by exception handling, diff --git a/src/coreclr/src/pal/src/arch/arm64/debugbreak.S b/src/coreclr/src/pal/src/arch/arm64/debugbreak.S index 0dc5bb6bd35b09..27f93977396d9d 100644 --- a/src/coreclr/src/pal/src/arch/arm64/debugbreak.S +++ b/src/coreclr/src/pal/src/arch/arm64/debugbreak.S @@ -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 "unixasmmacros.inc" diff --git a/src/coreclr/src/pal/src/arch/arm64/exceptionhelper.S b/src/coreclr/src/pal/src/arch/arm64/exceptionhelper.S index 93c9af1d06804d..c4cf523dcd1942 100644 --- a/src/coreclr/src/pal/src/arch/arm64/exceptionhelper.S +++ b/src/coreclr/src/pal/src/arch/arm64/exceptionhelper.S @@ -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 "unixasmmacros.inc" #include "asmconstants.h" diff --git a/src/coreclr/src/pal/src/arch/arm64/processor.cpp b/src/coreclr/src/pal/src/arch/arm64/processor.cpp index 4c4721016586b9..ab4b84febd91c5 100644 --- a/src/coreclr/src/pal/src/arch/arm64/processor.cpp +++ b/src/coreclr/src/pal/src/arch/arm64/processor.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. /*++ diff --git a/src/coreclr/src/pal/src/arch/arm64/signalhandlerhelper.cpp b/src/coreclr/src/pal/src/arch/arm64/signalhandlerhelper.cpp index 524bd11b364f8d..9bada1413861df 100644 --- a/src/coreclr/src/pal/src/arch/arm64/signalhandlerhelper.cpp +++ b/src/coreclr/src/pal/src/arch/arm64/signalhandlerhelper.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 "pal/dbgmsg.h" SET_DEFAULT_DEBUG_CHANNEL(EXCEPT); // some headers have code with asserts, so do this first diff --git a/src/coreclr/src/pal/src/arch/i386/asmconstants.h b/src/coreclr/src/pal/src/arch/i386/asmconstants.h index ff763ef16b2c5b..2fd7e193af2d5c 100644 --- a/src/coreclr/src/pal/src/arch/i386/asmconstants.h +++ b/src/coreclr/src/pal/src/arch/i386/asmconstants.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. #define CONTEXT_ContextFlags 0 #define CONTEXT_FLOATING_POINT 8 diff --git a/src/coreclr/src/pal/src/arch/i386/callsignalhandlerwrapper.S b/src/coreclr/src/pal/src/arch/i386/callsignalhandlerwrapper.S index 26f06d98862641..7786fe49c15272 100644 --- a/src/coreclr/src/pal/src/arch/i386/callsignalhandlerwrapper.S +++ b/src/coreclr/src/pal/src/arch/i386/callsignalhandlerwrapper.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/pal/src/arch/i386/context2.S b/src/coreclr/src/pal/src/arch/i386/context2.S index 8c5db203082f08..bfcc25b09f403c 100644 --- a/src/coreclr/src/pal/src/arch/i386/context2.S +++ b/src/coreclr/src/pal/src/arch/i386/context2.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/pal/src/arch/i386/debugbreak.S b/src/coreclr/src/pal/src/arch/i386/debugbreak.S index 3065e4064c10ec..84f7f3ea6736b3 100644 --- a/src/coreclr/src/pal/src/arch/i386/debugbreak.S +++ b/src/coreclr/src/pal/src/arch/i386/debugbreak.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/pal/src/arch/i386/exceptionhelper.S b/src/coreclr/src/pal/src/arch/i386/exceptionhelper.S index 609efcff7a5b5d..c41007e0b30ae5 100644 --- a/src/coreclr/src/pal/src/arch/i386/exceptionhelper.S +++ b/src/coreclr/src/pal/src/arch/i386/exceptionhelper.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/pal/src/arch/i386/processor.cpp b/src/coreclr/src/pal/src/arch/i386/processor.cpp index e1c8de1943af4a..7f60b75cfe5eec 100644 --- a/src/coreclr/src/pal/src/arch/i386/processor.cpp +++ b/src/coreclr/src/pal/src/arch/i386/processor.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. /*++ diff --git a/src/coreclr/src/pal/src/arch/i386/signalhandlerhelper.cpp b/src/coreclr/src/pal/src/arch/i386/signalhandlerhelper.cpp index 16e527a1ebcb83..1174d284fd49ff 100644 --- a/src/coreclr/src/pal/src/arch/i386/signalhandlerhelper.cpp +++ b/src/coreclr/src/pal/src/arch/i386/signalhandlerhelper.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 "pal/dbgmsg.h" SET_DEFAULT_DEBUG_CHANNEL(EXCEPT); // some headers have code with asserts, so do this first diff --git a/src/coreclr/src/pal/src/cruntime/file.cpp b/src/coreclr/src/pal/src/cruntime/file.cpp index e481d43f6b49ef..eb2512c68e0e39 100644 --- a/src/coreclr/src/pal/src/cruntime/file.cpp +++ b/src/coreclr/src/pal/src/cruntime/file.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. /*++ diff --git a/src/coreclr/src/pal/src/cruntime/filecrt.cpp b/src/coreclr/src/pal/src/cruntime/filecrt.cpp index 3875a08e08e2d3..6a14a9cd6f5677 100644 --- a/src/coreclr/src/pal/src/cruntime/filecrt.cpp +++ b/src/coreclr/src/pal/src/cruntime/filecrt.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. /*++ diff --git a/src/coreclr/src/pal/src/cruntime/malloc.cpp b/src/coreclr/src/pal/src/cruntime/malloc.cpp index 4f0979d39ba74c..4351c47e31a4ee 100644 --- a/src/coreclr/src/pal/src/cruntime/malloc.cpp +++ b/src/coreclr/src/pal/src/cruntime/malloc.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. /*++ @@ -113,4 +112,4 @@ PAL__strdup( ) { return strdup(c_szStr); -} \ No newline at end of file +} diff --git a/src/coreclr/src/pal/src/cruntime/math.cpp b/src/coreclr/src/pal/src/cruntime/math.cpp index aa6c0244c4c37d..a80eec44586847 100644 --- a/src/coreclr/src/pal/src/cruntime/math.cpp +++ b/src/coreclr/src/pal/src/cruntime/math.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. /*++ diff --git a/src/coreclr/src/pal/src/cruntime/mbstring.cpp b/src/coreclr/src/pal/src/cruntime/mbstring.cpp index e929b9aa05dbab..12d0cb067cfbfd 100644 --- a/src/coreclr/src/pal/src/cruntime/mbstring.cpp +++ b/src/coreclr/src/pal/src/cruntime/mbstring.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. /*++ diff --git a/src/coreclr/src/pal/src/cruntime/misc.cpp b/src/coreclr/src/pal/src/cruntime/misc.cpp index 2a569a6b7691c3..4ba36c60a2ada0 100644 --- a/src/coreclr/src/pal/src/cruntime/misc.cpp +++ b/src/coreclr/src/pal/src/cruntime/misc.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. /*++ diff --git a/src/coreclr/src/pal/src/cruntime/path.cpp b/src/coreclr/src/pal/src/cruntime/path.cpp index add20b3299d48e..c25636771bc616 100644 --- a/src/coreclr/src/pal/src/cruntime/path.cpp +++ b/src/coreclr/src/pal/src/cruntime/path.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. /*++ diff --git a/src/coreclr/src/pal/src/cruntime/printfcpp.cpp b/src/coreclr/src/pal/src/cruntime/printfcpp.cpp index 037c3e99100843..a71814e0dd4e84 100644 --- a/src/coreclr/src/pal/src/cruntime/printfcpp.cpp +++ b/src/coreclr/src/pal/src/cruntime/printfcpp.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. /*++ diff --git a/src/coreclr/src/pal/src/cruntime/silent_printf.cpp b/src/coreclr/src/pal/src/cruntime/silent_printf.cpp index 9a34a396bc6e3c..bc9c718fe3ae3a 100644 --- a/src/coreclr/src/pal/src/cruntime/silent_printf.cpp +++ b/src/coreclr/src/pal/src/cruntime/silent_printf.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. /*++ diff --git a/src/coreclr/src/pal/src/cruntime/string.cpp b/src/coreclr/src/pal/src/cruntime/string.cpp index 04c1918e9dcd6d..b096f80077a941 100644 --- a/src/coreclr/src/pal/src/cruntime/string.cpp +++ b/src/coreclr/src/pal/src/cruntime/string.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. /*++ diff --git a/src/coreclr/src/pal/src/cruntime/stringtls.cpp b/src/coreclr/src/pal/src/cruntime/stringtls.cpp index 85f11582e7d961..a080e1dd84fdd6 100644 --- a/src/coreclr/src/pal/src/cruntime/stringtls.cpp +++ b/src/coreclr/src/pal/src/cruntime/stringtls.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. /*++ diff --git a/src/coreclr/src/pal/src/cruntime/thread.cpp b/src/coreclr/src/pal/src/cruntime/thread.cpp index b4a249a723a09c..883c5d1b00190c 100644 --- a/src/coreclr/src/pal/src/cruntime/thread.cpp +++ b/src/coreclr/src/pal/src/cruntime/thread.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. /*++ diff --git a/src/coreclr/src/pal/src/cruntime/wchar.cpp b/src/coreclr/src/pal/src/cruntime/wchar.cpp index 01e05cec3fb6ba..43023bb500758e 100644 --- a/src/coreclr/src/pal/src/cruntime/wchar.cpp +++ b/src/coreclr/src/pal/src/cruntime/wchar.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. /*++ diff --git a/src/coreclr/src/pal/src/cruntime/wchartls.cpp b/src/coreclr/src/pal/src/cruntime/wchartls.cpp index ea9c0a5ba3aacb..35b73359889a56 100644 --- a/src/coreclr/src/pal/src/cruntime/wchartls.cpp +++ b/src/coreclr/src/pal/src/cruntime/wchartls.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. /*++ diff --git a/src/coreclr/src/pal/src/debug/debug.cpp b/src/coreclr/src/pal/src/debug/debug.cpp index 72b5173262902b..b58b2fe587e19d 100644 --- a/src/coreclr/src/pal/src/debug/debug.cpp +++ b/src/coreclr/src/pal/src/debug/debug.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. /*++ diff --git a/src/coreclr/src/pal/src/eventprovider/lttngprovider/eventproviderhelpers.cpp b/src/coreclr/src/pal/src/eventprovider/lttngprovider/eventproviderhelpers.cpp index b9d438c9a13dc1..e5bcb36088f125 100644 --- a/src/coreclr/src/pal/src/eventprovider/lttngprovider/eventproviderhelpers.cpp +++ b/src/coreclr/src/pal/src/eventprovider/lttngprovider/eventproviderhelpers.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 "palrt.h" #include "pal.h" diff --git a/src/coreclr/src/pal/src/exception/machexception.cpp b/src/coreclr/src/pal/src/exception/machexception.cpp index 01130e80978cf1..de50fd6be99da9 100644 --- a/src/coreclr/src/pal/src/exception/machexception.cpp +++ b/src/coreclr/src/pal/src/exception/machexception.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. /*++ diff --git a/src/coreclr/src/pal/src/exception/machexception.h b/src/coreclr/src/pal/src/exception/machexception.h index 98512ff6d5fab8..7099c9ba351683 100644 --- a/src/coreclr/src/pal/src/exception/machexception.h +++ b/src/coreclr/src/pal/src/exception/machexception.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/pal/src/exception/machmessage.cpp b/src/coreclr/src/pal/src/exception/machmessage.cpp index aa83687e1dd1d3..0c0021855395f9 100644 --- a/src/coreclr/src/pal/src/exception/machmessage.cpp +++ b/src/coreclr/src/pal/src/exception/machmessage.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. /*++ diff --git a/src/coreclr/src/pal/src/exception/machmessage.h b/src/coreclr/src/pal/src/exception/machmessage.h index 91d4c976561fc9..bf544d66f98c43 100644 --- a/src/coreclr/src/pal/src/exception/machmessage.h +++ b/src/coreclr/src/pal/src/exception/machmessage.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/pal/src/exception/remote-unwind.cpp b/src/coreclr/src/pal/src/exception/remote-unwind.cpp index 26a9194f6de46e..7adfb57803bc2c 100644 --- a/src/coreclr/src/pal/src/exception/remote-unwind.cpp +++ b/src/coreclr/src/pal/src/exception/remote-unwind.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. /*++ diff --git a/src/coreclr/src/pal/src/exception/seh-unwind.cpp b/src/coreclr/src/pal/src/exception/seh-unwind.cpp index 42204786394ebf..809e7fb736a447 100644 --- a/src/coreclr/src/pal/src/exception/seh-unwind.cpp +++ b/src/coreclr/src/pal/src/exception/seh-unwind.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. /*++ diff --git a/src/coreclr/src/pal/src/exception/seh.cpp b/src/coreclr/src/pal/src/exception/seh.cpp index ee022b45fa7ce3..d37eb6fb5c80f2 100644 --- a/src/coreclr/src/pal/src/exception/seh.cpp +++ b/src/coreclr/src/pal/src/exception/seh.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. /*++ diff --git a/src/coreclr/src/pal/src/exception/signal.cpp b/src/coreclr/src/pal/src/exception/signal.cpp index b142bbd82f77b9..de2d0ad3b70081 100644 --- a/src/coreclr/src/pal/src/exception/signal.cpp +++ b/src/coreclr/src/pal/src/exception/signal.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. /*++ diff --git a/src/coreclr/src/pal/src/file/directory.cpp b/src/coreclr/src/pal/src/file/directory.cpp index 4711ff7c1c63b1..5c4c0b2ae9ff1f 100644 --- a/src/coreclr/src/pal/src/file/directory.cpp +++ b/src/coreclr/src/pal/src/file/directory.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. /*++ diff --git a/src/coreclr/src/pal/src/file/file.cpp b/src/coreclr/src/pal/src/file/file.cpp index 92695fd6315906..754b2d1e256e1c 100644 --- a/src/coreclr/src/pal/src/file/file.cpp +++ b/src/coreclr/src/pal/src/file/file.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. /*++ diff --git a/src/coreclr/src/pal/src/file/filetime.cpp b/src/coreclr/src/pal/src/file/filetime.cpp index 34e4dcc707fdea..7cdde900d2117f 100644 --- a/src/coreclr/src/pal/src/file/filetime.cpp +++ b/src/coreclr/src/pal/src/file/filetime.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. /*++ diff --git a/src/coreclr/src/pal/src/file/find.cpp b/src/coreclr/src/pal/src/file/find.cpp index 9bbf3f210a03d2..8f2431abfa98cc 100644 --- a/src/coreclr/src/pal/src/file/find.cpp +++ b/src/coreclr/src/pal/src/file/find.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. /*++ diff --git a/src/coreclr/src/pal/src/file/path.cpp b/src/coreclr/src/pal/src/file/path.cpp index 890c4d962e5b09..edc9c6c0a6619b 100644 --- a/src/coreclr/src/pal/src/file/path.cpp +++ b/src/coreclr/src/pal/src/file/path.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. /*++ diff --git a/src/coreclr/src/pal/src/handlemgr/handleapi.cpp b/src/coreclr/src/pal/src/handlemgr/handleapi.cpp index c88a7686638319..90683bc2c30889 100644 --- a/src/coreclr/src/pal/src/handlemgr/handleapi.cpp +++ b/src/coreclr/src/pal/src/handlemgr/handleapi.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. /*++ diff --git a/src/coreclr/src/pal/src/handlemgr/handlemgr.cpp b/src/coreclr/src/pal/src/handlemgr/handlemgr.cpp index 661b9d541afdaf..5dc198c7f5a3a1 100644 --- a/src/coreclr/src/pal/src/handlemgr/handlemgr.cpp +++ b/src/coreclr/src/pal/src/handlemgr/handlemgr.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. /*++ diff --git a/src/coreclr/src/pal/src/include/pal/cert.hpp b/src/coreclr/src/pal/src/include/pal/cert.hpp index 609864fef67aee..74bacfe39d7341 100644 --- a/src/coreclr/src/pal/src/include/pal/cert.hpp +++ b/src/coreclr/src/pal/src/include/pal/cert.hpp @@ -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/pal/src/include/pal/cgroup.h b/src/coreclr/src/pal/src/include/pal/cgroup.h index 3f03d91b7254bc..95e2438c4bfdc1 100644 --- a/src/coreclr/src/pal/src/include/pal/cgroup.h +++ b/src/coreclr/src/pal/src/include/pal/cgroup.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/pal/src/include/pal/context.h b/src/coreclr/src/pal/src/include/pal/context.h index 9313fc51653f7e..db0baec1119194 100644 --- a/src/coreclr/src/pal/src/include/pal/context.h +++ b/src/coreclr/src/pal/src/include/pal/context.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/pal/src/include/pal/corunix.hpp b/src/coreclr/src/pal/src/include/pal/corunix.hpp index af6b239257a786..ce6bd079e959d1 100644 --- a/src/coreclr/src/pal/src/include/pal/corunix.hpp +++ b/src/coreclr/src/pal/src/include/pal/corunix.hpp @@ -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/pal/src/include/pal/corunix.inl b/src/coreclr/src/pal/src/include/pal/corunix.inl index ab0ac704621948..92a4a0a5e8bcc5 100644 --- a/src/coreclr/src/pal/src/include/pal/corunix.inl +++ b/src/coreclr/src/pal/src/include/pal/corunix.inl @@ -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/pal/src/include/pal/critsect.h b/src/coreclr/src/pal/src/include/pal/critsect.h index aeda121fbf7894..c14baf20a1e4c5 100644 --- a/src/coreclr/src/pal/src/include/pal/critsect.h +++ b/src/coreclr/src/pal/src/include/pal/critsect.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/pal/src/include/pal/cruntime.h b/src/coreclr/src/pal/src/include/pal/cruntime.h index 00c91b6635366a..dd19618f1bf7ac 100644 --- a/src/coreclr/src/pal/src/include/pal/cruntime.h +++ b/src/coreclr/src/pal/src/include/pal/cruntime.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/pal/src/include/pal/cs.hpp b/src/coreclr/src/pal/src/include/pal/cs.hpp index fb2172357879ae..5fc1d2e3253ce4 100644 --- a/src/coreclr/src/pal/src/include/pal/cs.hpp +++ b/src/coreclr/src/pal/src/include/pal/cs.hpp @@ -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/pal/src/include/pal/dbgmsg.h b/src/coreclr/src/pal/src/include/pal/dbgmsg.h index f80dadac37df56..712d99e4b3751e 100644 --- a/src/coreclr/src/pal/src/include/pal/dbgmsg.h +++ b/src/coreclr/src/pal/src/include/pal/dbgmsg.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/pal/src/include/pal/debug.h b/src/coreclr/src/pal/src/include/pal/debug.h index 5f8a307654587f..a74a30136abd4c 100644 --- a/src/coreclr/src/pal/src/include/pal/debug.h +++ b/src/coreclr/src/pal/src/include/pal/debug.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/pal/src/include/pal/environ.h b/src/coreclr/src/pal/src/include/pal/environ.h index cfb97710df748c..226279c0425b58 100644 --- a/src/coreclr/src/pal/src/include/pal/environ.h +++ b/src/coreclr/src/pal/src/include/pal/environ.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/pal/src/include/pal/event.hpp b/src/coreclr/src/pal/src/include/pal/event.hpp index b71bd10494a3ea..313e7e69433ede 100644 --- a/src/coreclr/src/pal/src/include/pal/event.hpp +++ b/src/coreclr/src/pal/src/include/pal/event.hpp @@ -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/pal/src/include/pal/fakepoll.h b/src/coreclr/src/pal/src/include/pal/fakepoll.h index 33f71822ca65dd..935f9a7a6fcf15 100644 --- a/src/coreclr/src/pal/src/include/pal/fakepoll.h +++ b/src/coreclr/src/pal/src/include/pal/fakepoll.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. // fakepoll.h // poll using select diff --git a/src/coreclr/src/pal/src/include/pal/file.h b/src/coreclr/src/pal/src/include/pal/file.h index d6617746e9a5f8..d56d5df8b62a44 100644 --- a/src/coreclr/src/pal/src/include/pal/file.h +++ b/src/coreclr/src/pal/src/include/pal/file.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/pal/src/include/pal/file.hpp b/src/coreclr/src/pal/src/include/pal/file.hpp index 308f70e4d1b786..d16a3ee1970304 100644 --- a/src/coreclr/src/pal/src/include/pal/file.hpp +++ b/src/coreclr/src/pal/src/include/pal/file.hpp @@ -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/pal/src/include/pal/filetime.h b/src/coreclr/src/pal/src/include/pal/filetime.h index 71a04d2484c832..5a06cb5c3063e6 100644 --- a/src/coreclr/src/pal/src/include/pal/filetime.h +++ b/src/coreclr/src/pal/src/include/pal/filetime.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/pal/src/include/pal/handleapi.hpp b/src/coreclr/src/pal/src/include/pal/handleapi.hpp index ac1c3d9d89f30d..c482ad42ba263e 100644 --- a/src/coreclr/src/pal/src/include/pal/handleapi.hpp +++ b/src/coreclr/src/pal/src/include/pal/handleapi.hpp @@ -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/pal/src/include/pal/handlemgr.hpp b/src/coreclr/src/pal/src/include/pal/handlemgr.hpp index b1f8c1674cf6f1..94b40e72ce0e35 100644 --- a/src/coreclr/src/pal/src/include/pal/handlemgr.hpp +++ b/src/coreclr/src/pal/src/include/pal/handlemgr.hpp @@ -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/pal/src/include/pal/init.h b/src/coreclr/src/pal/src/include/pal/init.h index 4f6a2b0d28fb98..9544a369d30496 100644 --- a/src/coreclr/src/pal/src/include/pal/init.h +++ b/src/coreclr/src/pal/src/include/pal/init.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/pal/src/include/pal/list.h b/src/coreclr/src/pal/src/include/pal/list.h index cd78c0f03ae57f..5357e12f7a6b03 100644 --- a/src/coreclr/src/pal/src/include/pal/list.h +++ b/src/coreclr/src/pal/src/include/pal/list.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/pal/src/include/pal/malloc.hpp b/src/coreclr/src/pal/src/include/pal/malloc.hpp index 580b6a916c170e..fb7c88d128c507 100644 --- a/src/coreclr/src/pal/src/include/pal/malloc.hpp +++ b/src/coreclr/src/pal/src/include/pal/malloc.hpp @@ -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/pal/src/include/pal/map.h b/src/coreclr/src/pal/src/include/pal/map.h index 2b5374712572d9..fc7e751fa6c000 100644 --- a/src/coreclr/src/pal/src/include/pal/map.h +++ b/src/coreclr/src/pal/src/include/pal/map.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/pal/src/include/pal/map.hpp b/src/coreclr/src/pal/src/include/pal/map.hpp index b8c584f83c5268..f40c3c861f6923 100644 --- a/src/coreclr/src/pal/src/include/pal/map.hpp +++ b/src/coreclr/src/pal/src/include/pal/map.hpp @@ -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/pal/src/include/pal/misc.h b/src/coreclr/src/pal/src/include/pal/misc.h index 65d59aee60bbce..1a555f4fb2bb25 100644 --- a/src/coreclr/src/pal/src/include/pal/misc.h +++ b/src/coreclr/src/pal/src/include/pal/misc.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/pal/src/include/pal/module.h b/src/coreclr/src/pal/src/include/pal/module.h index 6a5e080d499d2b..80c211e8008bf4 100644 --- a/src/coreclr/src/pal/src/include/pal/module.h +++ b/src/coreclr/src/pal/src/include/pal/module.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/pal/src/include/pal/modulename.h b/src/coreclr/src/pal/src/include/pal/modulename.h index 20001f8797300e..87d54b77a5b95e 100644 --- a/src/coreclr/src/pal/src/include/pal/modulename.h +++ b/src/coreclr/src/pal/src/include/pal/modulename.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/pal/src/include/pal/mutex.hpp b/src/coreclr/src/pal/src/include/pal/mutex.hpp index d5f6cef0095377..c0227ff88d06a2 100644 --- a/src/coreclr/src/pal/src/include/pal/mutex.hpp +++ b/src/coreclr/src/pal/src/include/pal/mutex.hpp @@ -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/pal/src/include/pal/numa.h b/src/coreclr/src/pal/src/include/pal/numa.h index 5ed998c9cce56d..82ce5a37f2aa34 100644 --- a/src/coreclr/src/pal/src/include/pal/numa.h +++ b/src/coreclr/src/pal/src/include/pal/numa.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/pal/src/include/pal/palinternal.h b/src/coreclr/src/pal/src/include/pal/palinternal.h index c45ad250c7e699..a672d7ce62533d 100644 --- a/src/coreclr/src/pal/src/include/pal/palinternal.h +++ b/src/coreclr/src/pal/src/include/pal/palinternal.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/pal/src/include/pal/perftrace.h b/src/coreclr/src/pal/src/include/pal/perftrace.h index 8cfe3b10ddee1a..363709aa1b5f7c 100644 --- a/src/coreclr/src/pal/src/include/pal/perftrace.h +++ b/src/coreclr/src/pal/src/include/pal/perftrace.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/pal/src/include/pal/printfcpp.hpp b/src/coreclr/src/pal/src/include/pal/printfcpp.hpp index 2201cd97963b16..fd04285c949c19 100644 --- a/src/coreclr/src/pal/src/include/pal/printfcpp.hpp +++ b/src/coreclr/src/pal/src/include/pal/printfcpp.hpp @@ -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/pal/src/include/pal/process.h b/src/coreclr/src/pal/src/include/pal/process.h index 674b0f4b28128b..0d0dbe2036381d 100644 --- a/src/coreclr/src/pal/src/include/pal/process.h +++ b/src/coreclr/src/pal/src/include/pal/process.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/pal/src/include/pal/procobj.hpp b/src/coreclr/src/pal/src/include/pal/procobj.hpp index 50c162cf03dc79..32357c40b7735f 100644 --- a/src/coreclr/src/pal/src/include/pal/procobj.hpp +++ b/src/coreclr/src/pal/src/include/pal/procobj.hpp @@ -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/pal/src/include/pal/seh.hpp b/src/coreclr/src/pal/src/include/pal/seh.hpp index ba04d14c9001e9..6ad89df0fdd650 100644 --- a/src/coreclr/src/pal/src/include/pal/seh.hpp +++ b/src/coreclr/src/pal/src/include/pal/seh.hpp @@ -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/pal/src/include/pal/semaphore.hpp b/src/coreclr/src/pal/src/include/pal/semaphore.hpp index f0bb1300cba81f..a2b9663bc7c5d8 100644 --- a/src/coreclr/src/pal/src/include/pal/semaphore.hpp +++ b/src/coreclr/src/pal/src/include/pal/semaphore.hpp @@ -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/pal/src/include/pal/sharedmemory.h b/src/coreclr/src/pal/src/include/pal/sharedmemory.h index ff64e20b5aa746..1ded94e12fcc59 100644 --- a/src/coreclr/src/pal/src/include/pal/sharedmemory.h +++ b/src/coreclr/src/pal/src/include/pal/sharedmemory.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 _PAL_SHARED_MEMORY_H_ #define _PAL_SHARED_MEMORY_H_ diff --git a/src/coreclr/src/pal/src/include/pal/sharedmemory.inl b/src/coreclr/src/pal/src/include/pal/sharedmemory.inl index 3a0c9797819cab..598172c2bbc72b 100644 --- a/src/coreclr/src/pal/src/include/pal/sharedmemory.inl +++ b/src/coreclr/src/pal/src/include/pal/sharedmemory.inl @@ -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 _PAL_SHARED_MEMORY_INL_ #define _PAL_SHARED_MEMORY_INL_ diff --git a/src/coreclr/src/pal/src/include/pal/shm.hpp b/src/coreclr/src/pal/src/include/pal/shm.hpp index 1baca7c6cf5da0..4a6b919ff2baad 100644 --- a/src/coreclr/src/pal/src/include/pal/shm.hpp +++ b/src/coreclr/src/pal/src/include/pal/shm.hpp @@ -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/pal/src/include/pal/shmemory.h b/src/coreclr/src/pal/src/include/pal/shmemory.h index b4140317dcac28..a43b11b429591f 100644 --- a/src/coreclr/src/pal/src/include/pal/shmemory.h +++ b/src/coreclr/src/pal/src/include/pal/shmemory.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/pal/src/include/pal/signal.hpp b/src/coreclr/src/pal/src/include/pal/signal.hpp index 7b5e1d71407b1c..c5a1e276a05b53 100644 --- a/src/coreclr/src/pal/src/include/pal/signal.hpp +++ b/src/coreclr/src/pal/src/include/pal/signal.hpp @@ -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/pal/src/include/pal/stackstring.hpp b/src/coreclr/src/pal/src/include/pal/stackstring.hpp index a37da8045b494b..20a948480ce7dc 100644 --- a/src/coreclr/src/pal/src/include/pal/stackstring.hpp +++ b/src/coreclr/src/pal/src/include/pal/stackstring.hpp @@ -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 __STACKSTRING_H_ #define __STACKSTRING_H_ diff --git a/src/coreclr/src/pal/src/include/pal/synchcache.hpp b/src/coreclr/src/pal/src/include/pal/synchcache.hpp index 9275765d0a761b..821f5096a7440e 100644 --- a/src/coreclr/src/pal/src/include/pal/synchcache.hpp +++ b/src/coreclr/src/pal/src/include/pal/synchcache.hpp @@ -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/pal/src/include/pal/synchobjects.hpp b/src/coreclr/src/pal/src/include/pal/synchobjects.hpp index ab51a005bae065..2cb957320d1f15 100644 --- a/src/coreclr/src/pal/src/include/pal/synchobjects.hpp +++ b/src/coreclr/src/pal/src/include/pal/synchobjects.hpp @@ -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/pal/src/include/pal/thread.hpp b/src/coreclr/src/pal/src/include/pal/thread.hpp index cb4cb9f9abcd8f..859c484163060e 100644 --- a/src/coreclr/src/pal/src/include/pal/thread.hpp +++ b/src/coreclr/src/pal/src/include/pal/thread.hpp @@ -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/pal/src/include/pal/threadinfo.hpp b/src/coreclr/src/pal/src/include/pal/threadinfo.hpp index 8819a5a7fdd0f4..e2fdeb2e59db82 100644 --- a/src/coreclr/src/pal/src/include/pal/threadinfo.hpp +++ b/src/coreclr/src/pal/src/include/pal/threadinfo.hpp @@ -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/pal/src/include/pal/threadsusp.hpp b/src/coreclr/src/pal/src/include/pal/threadsusp.hpp index 76fd4475a7376d..c3e59df89d7995 100644 --- a/src/coreclr/src/pal/src/include/pal/threadsusp.hpp +++ b/src/coreclr/src/pal/src/include/pal/threadsusp.hpp @@ -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/pal/src/include/pal/unicodedata.h b/src/coreclr/src/pal/src/include/pal/unicodedata.h index 42b41394729cda..c7e9347fe066cf 100644 --- a/src/coreclr/src/pal/src/include/pal/unicodedata.h +++ b/src/coreclr/src/pal/src/include/pal/unicodedata.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 _PAL_UNICODEDATA_H_ #define _PAL_UNICODEDATA_H_ diff --git a/src/coreclr/src/pal/src/include/pal/utf8.h b/src/coreclr/src/pal/src/include/pal/utf8.h index 2516caafb07c8c..fa417c0a021f79 100644 --- a/src/coreclr/src/pal/src/include/pal/utf8.h +++ b/src/coreclr/src/pal/src/include/pal/utf8.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/pal/src/include/pal/utils.h b/src/coreclr/src/pal/src/include/pal/utils.h index 26e93c111a4637..83cf2b104c1ff9 100644 --- a/src/coreclr/src/pal/src/include/pal/utils.h +++ b/src/coreclr/src/pal/src/include/pal/utils.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/pal/src/include/pal/virtual.h b/src/coreclr/src/pal/src/include/pal/virtual.h index 14b133a3bac90f..b8ad1856a4a566 100644 --- a/src/coreclr/src/pal/src/include/pal/virtual.h +++ b/src/coreclr/src/pal/src/include/pal/virtual.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/pal/src/init/pal.cpp b/src/coreclr/src/pal/src/init/pal.cpp index 5fcd0c5289558d..e040f2fd10e62b 100644 --- a/src/coreclr/src/pal/src/init/pal.cpp +++ b/src/coreclr/src/pal/src/init/pal.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. /*++ diff --git a/src/coreclr/src/pal/src/init/sxs.cpp b/src/coreclr/src/pal/src/init/sxs.cpp index e37b231fe42fa1..ddb084098efa51 100644 --- a/src/coreclr/src/pal/src/init/sxs.cpp +++ b/src/coreclr/src/pal/src/init/sxs.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. /*++ diff --git a/src/coreclr/src/pal/src/libunwind/src/oop/_OOP_find_proc_info.c b/src/coreclr/src/pal/src/libunwind/src/oop/_OOP_find_proc_info.c index 71c54a933934ae..74d42ffe2abb28 100644 --- a/src/coreclr/src/pal/src/libunwind/src/oop/_OOP_find_proc_info.c +++ b/src/coreclr/src/pal/src/libunwind/src/oop/_OOP_find_proc_info.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 #include diff --git a/src/coreclr/src/pal/src/libunwind/src/oop/_OOP_internal.h b/src/coreclr/src/pal/src/libunwind/src/oop/_OOP_internal.h index 6e41104a2d5a34..866a7c99ea9bc5 100644 --- a/src/coreclr/src/pal/src/libunwind/src/oop/_OOP_internal.h +++ b/src/coreclr/src/pal/src/libunwind/src/oop/_OOP_internal.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 _OOP_internal_h #define _OOP_internal_h diff --git a/src/coreclr/src/pal/src/libunwind/src/win/pal-single-threaded.c b/src/coreclr/src/pal/src/libunwind/src/win/pal-single-threaded.c index 88a57fdb14b6e8..c4f4e780c5832e 100644 --- a/src/coreclr/src/pal/src/libunwind/src/win/pal-single-threaded.c +++ b/src/coreclr/src/pal/src/libunwind/src/win/pal-single-threaded.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. // This is minimal implementation of posix functions files required to cross compile // libunwind on a Windows host for UNW_REMOTE_ONLY application. diff --git a/src/coreclr/src/pal/src/loader/module.cpp b/src/coreclr/src/pal/src/loader/module.cpp index f1b4faa65003ef..68675ac848a476 100644 --- a/src/coreclr/src/pal/src/loader/module.cpp +++ b/src/coreclr/src/pal/src/loader/module.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. /*++ diff --git a/src/coreclr/src/pal/src/loader/modulename.cpp b/src/coreclr/src/pal/src/loader/modulename.cpp index 92f23cd27bd70a..40c1c6de5c3d64 100644 --- a/src/coreclr/src/pal/src/loader/modulename.cpp +++ b/src/coreclr/src/pal/src/loader/modulename.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. /*++ diff --git a/src/coreclr/src/pal/src/locale/unicode.cpp b/src/coreclr/src/pal/src/locale/unicode.cpp index cca7723d70b4f0..dea10acfceb3d6 100644 --- a/src/coreclr/src/pal/src/locale/unicode.cpp +++ b/src/coreclr/src/pal/src/locale/unicode.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. /*++ diff --git a/src/coreclr/src/pal/src/locale/unicodedata.cpp b/src/coreclr/src/pal/src/locale/unicodedata.cpp index 91787ec278bdde..ec3a1f36553868 100644 --- a/src/coreclr/src/pal/src/locale/unicodedata.cpp +++ b/src/coreclr/src/pal/src/locale/unicodedata.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 "pal/unicodedata.h" diff --git a/src/coreclr/src/pal/src/locale/unicodedata.cs b/src/coreclr/src/pal/src/locale/unicodedata.cs index ad6779656021d6..f9c12513a4b1c0 100644 --- a/src/coreclr/src/pal/src/locale/unicodedata.cs +++ b/src/coreclr/src/pal/src/locale/unicodedata.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; @@ -62,4 +61,4 @@ static void Main(string[] args) Console.WriteLine("CONST UINT UNICODE_DATA_SIZE = sizeof(UnicodeData)/sizeof(UnicodeDataRec);"); } -} \ No newline at end of file +} diff --git a/src/coreclr/src/pal/src/locale/utf8.cpp b/src/coreclr/src/pal/src/locale/utf8.cpp index d263248bdf310d..b8a6f7ad5d6fdb 100644 --- a/src/coreclr/src/pal/src/locale/utf8.cpp +++ b/src/coreclr/src/pal/src/locale/utf8.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. /*++ diff --git a/src/coreclr/src/pal/src/map/common.cpp b/src/coreclr/src/pal/src/map/common.cpp index 49b1b6d06af82f..0ba094359b1cd4 100644 --- a/src/coreclr/src/pal/src/map/common.cpp +++ b/src/coreclr/src/pal/src/map/common.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. /*++ diff --git a/src/coreclr/src/pal/src/map/common.h b/src/coreclr/src/pal/src/map/common.h index 68d8fc6ae24228..b80df21143979b 100644 --- a/src/coreclr/src/pal/src/map/common.h +++ b/src/coreclr/src/pal/src/map/common.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/pal/src/map/map.cpp b/src/coreclr/src/pal/src/map/map.cpp index ee919a8067aca5..15432988567918 100644 --- a/src/coreclr/src/pal/src/map/map.cpp +++ b/src/coreclr/src/pal/src/map/map.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. /*++ diff --git a/src/coreclr/src/pal/src/map/virtual.cpp b/src/coreclr/src/pal/src/map/virtual.cpp index 3d796d9efc17a2..edac8775802162 100644 --- a/src/coreclr/src/pal/src/map/virtual.cpp +++ b/src/coreclr/src/pal/src/map/virtual.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. /*++ diff --git a/src/coreclr/src/pal/src/memory/local.cpp b/src/coreclr/src/pal/src/memory/local.cpp index e41f7a47bcdc7d..8ed51b7c175712 100644 --- a/src/coreclr/src/pal/src/memory/local.cpp +++ b/src/coreclr/src/pal/src/memory/local.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. /*++ diff --git a/src/coreclr/src/pal/src/misc/cgroup.cpp b/src/coreclr/src/pal/src/misc/cgroup.cpp index 42a5dd27d2756b..26f9686e73c2a6 100644 --- a/src/coreclr/src/pal/src/misc/cgroup.cpp +++ b/src/coreclr/src/pal/src/misc/cgroup.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. /*++ diff --git a/src/coreclr/src/pal/src/misc/dbgmsg.cpp b/src/coreclr/src/pal/src/misc/dbgmsg.cpp index 609eea12943c4d..a41d2d1036b47d 100644 --- a/src/coreclr/src/pal/src/misc/dbgmsg.cpp +++ b/src/coreclr/src/pal/src/misc/dbgmsg.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. /*++ diff --git a/src/coreclr/src/pal/src/misc/environ.cpp b/src/coreclr/src/pal/src/misc/environ.cpp index 9fec8a33a2b41b..ed13156381e504 100644 --- a/src/coreclr/src/pal/src/misc/environ.cpp +++ b/src/coreclr/src/pal/src/misc/environ.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. /*++ diff --git a/src/coreclr/src/pal/src/misc/error.cpp b/src/coreclr/src/pal/src/misc/error.cpp index aaa7095118bff3..3abe03127c23c7 100644 --- a/src/coreclr/src/pal/src/misc/error.cpp +++ b/src/coreclr/src/pal/src/misc/error.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. /*++ diff --git a/src/coreclr/src/pal/src/misc/errorstrings.cpp b/src/coreclr/src/pal/src/misc/errorstrings.cpp index 28634953494301..fbf9a3f4c1c953 100644 --- a/src/coreclr/src/pal/src/misc/errorstrings.cpp +++ b/src/coreclr/src/pal/src/misc/errorstrings.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. /*++ diff --git a/src/coreclr/src/pal/src/misc/errorstrings.h b/src/coreclr/src/pal/src/misc/errorstrings.h index d24f025e32cf91..2f1bf73df7ebf5 100644 --- a/src/coreclr/src/pal/src/misc/errorstrings.h +++ b/src/coreclr/src/pal/src/misc/errorstrings.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 _ERRORSTRINGS_H_ #define _ERRORSTRINGS_H_ diff --git a/src/coreclr/src/pal/src/misc/fmtmessage.cpp b/src/coreclr/src/pal/src/misc/fmtmessage.cpp index 210f32bf6e5f31..81502bfc7722ed 100644 --- a/src/coreclr/src/pal/src/misc/fmtmessage.cpp +++ b/src/coreclr/src/pal/src/misc/fmtmessage.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. /*++ diff --git a/src/coreclr/src/pal/src/misc/jitsupport.cpp b/src/coreclr/src/pal/src/misc/jitsupport.cpp index 742ae105ab36b4..83ed940567c43b 100644 --- a/src/coreclr/src/pal/src/misc/jitsupport.cpp +++ b/src/coreclr/src/pal/src/misc/jitsupport.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 "pal/palinternal.h" diff --git a/src/coreclr/src/pal/src/misc/miscpalapi.cpp b/src/coreclr/src/pal/src/misc/miscpalapi.cpp index 3475ed2c4ed5e2..ce223fdaa66d69 100644 --- a/src/coreclr/src/pal/src/misc/miscpalapi.cpp +++ b/src/coreclr/src/pal/src/misc/miscpalapi.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. /*++ diff --git a/src/coreclr/src/pal/src/misc/msgbox.cpp b/src/coreclr/src/pal/src/misc/msgbox.cpp index fccaf30bbe980c..9a76cc8b5c8cb5 100644 --- a/src/coreclr/src/pal/src/misc/msgbox.cpp +++ b/src/coreclr/src/pal/src/misc/msgbox.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. /*++ diff --git a/src/coreclr/src/pal/src/misc/perfjitdump.cpp b/src/coreclr/src/pal/src/misc/perfjitdump.cpp index e75d5989f18a2a..a1fe107421dcbf 100644 --- a/src/coreclr/src/pal/src/misc/perfjitdump.cpp +++ b/src/coreclr/src/pal/src/misc/perfjitdump.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. // =========================================================================== #if defined(__linux__) diff --git a/src/coreclr/src/pal/src/misc/perftrace.cpp b/src/coreclr/src/pal/src/misc/perftrace.cpp index 82969a1c89143d..5dd0d38209d164 100644 --- a/src/coreclr/src/pal/src/misc/perftrace.cpp +++ b/src/coreclr/src/pal/src/misc/perftrace.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. /*++ diff --git a/src/coreclr/src/pal/src/misc/strutil.cpp b/src/coreclr/src/pal/src/misc/strutil.cpp index 6c032566423fbd..ed29831232cab6 100644 --- a/src/coreclr/src/pal/src/misc/strutil.cpp +++ b/src/coreclr/src/pal/src/misc/strutil.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. /*++ diff --git a/src/coreclr/src/pal/src/misc/sysinfo.cpp b/src/coreclr/src/pal/src/misc/sysinfo.cpp index 17efa171c28486..4592aa2a14342c 100644 --- a/src/coreclr/src/pal/src/misc/sysinfo.cpp +++ b/src/coreclr/src/pal/src/misc/sysinfo.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. /*++ diff --git a/src/coreclr/src/pal/src/misc/time.cpp b/src/coreclr/src/pal/src/misc/time.cpp index ce65f3d515ff2a..0d56e411e4cccb 100644 --- a/src/coreclr/src/pal/src/misc/time.cpp +++ b/src/coreclr/src/pal/src/misc/time.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. /*++ diff --git a/src/coreclr/src/pal/src/misc/tracepointprovider.cpp b/src/coreclr/src/pal/src/misc/tracepointprovider.cpp index 49ddf5d40f7512..125654d4488dd3 100644 --- a/src/coreclr/src/pal/src/misc/tracepointprovider.cpp +++ b/src/coreclr/src/pal/src/misc/tracepointprovider.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. /*++ diff --git a/src/coreclr/src/pal/src/misc/utils.cpp b/src/coreclr/src/pal/src/misc/utils.cpp index a41f7a7bbdf266..de604fe96dc47d 100644 --- a/src/coreclr/src/pal/src/misc/utils.cpp +++ b/src/coreclr/src/pal/src/misc/utils.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. /*++ diff --git a/src/coreclr/src/pal/src/numa/numa.cpp b/src/coreclr/src/pal/src/numa/numa.cpp index 4d75508cc7bc64..edeed72109e9b8 100644 --- a/src/coreclr/src/pal/src/numa/numa.cpp +++ b/src/coreclr/src/pal/src/numa/numa.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. /*++ diff --git a/src/coreclr/src/pal/src/numa/numashim.h b/src/coreclr/src/pal/src/numa/numashim.h index e56cfab9d12378..c6594b5d06325b 100644 --- a/src/coreclr/src/pal/src/numa/numashim.h +++ b/src/coreclr/src/pal/src/numa/numashim.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. // Enable calling numa functions through shims to make it a soft // runtime dependency. diff --git a/src/coreclr/src/pal/src/objmgr/palobjbase.cpp b/src/coreclr/src/pal/src/objmgr/palobjbase.cpp index ca4ee618aaaf4f..d81c04ebfd20bb 100644 --- a/src/coreclr/src/pal/src/objmgr/palobjbase.cpp +++ b/src/coreclr/src/pal/src/objmgr/palobjbase.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. /*++ diff --git a/src/coreclr/src/pal/src/objmgr/palobjbase.hpp b/src/coreclr/src/pal/src/objmgr/palobjbase.hpp index 28efe0d11244e6..e05aaf0cd7a00d 100644 --- a/src/coreclr/src/pal/src/objmgr/palobjbase.hpp +++ b/src/coreclr/src/pal/src/objmgr/palobjbase.hpp @@ -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/pal/src/objmgr/shmobject.cpp b/src/coreclr/src/pal/src/objmgr/shmobject.cpp index 2d3a18206f2d1a..35cfc76f33d635 100644 --- a/src/coreclr/src/pal/src/objmgr/shmobject.cpp +++ b/src/coreclr/src/pal/src/objmgr/shmobject.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. /*++ diff --git a/src/coreclr/src/pal/src/objmgr/shmobject.hpp b/src/coreclr/src/pal/src/objmgr/shmobject.hpp index 8c8727b8012b07..f50d10e0bb8422 100644 --- a/src/coreclr/src/pal/src/objmgr/shmobject.hpp +++ b/src/coreclr/src/pal/src/objmgr/shmobject.hpp @@ -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/pal/src/objmgr/shmobjectmanager.cpp b/src/coreclr/src/pal/src/objmgr/shmobjectmanager.cpp index 7769779a6cb26f..7c4fec93ecb839 100644 --- a/src/coreclr/src/pal/src/objmgr/shmobjectmanager.cpp +++ b/src/coreclr/src/pal/src/objmgr/shmobjectmanager.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. /*++ diff --git a/src/coreclr/src/pal/src/objmgr/shmobjectmanager.hpp b/src/coreclr/src/pal/src/objmgr/shmobjectmanager.hpp index f10f988eb99f7e..b9ec51919e0dde 100644 --- a/src/coreclr/src/pal/src/objmgr/shmobjectmanager.hpp +++ b/src/coreclr/src/pal/src/objmgr/shmobjectmanager.hpp @@ -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/pal/src/poll/fakepoll.cpp b/src/coreclr/src/pal/src/poll/fakepoll.cpp index 489175cafa65a3..6b6e5403ce25a9 100644 --- a/src/coreclr/src/pal/src/poll/fakepoll.cpp +++ b/src/coreclr/src/pal/src/poll/fakepoll.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. // fakepoll.h // poll using select diff --git a/src/coreclr/src/pal/src/safecrt/cruntime.h b/src/coreclr/src/pal/src/safecrt/cruntime.h index 9508e8ff9c9dd3..87dc02c5af9c27 100644 --- a/src/coreclr/src/pal/src/safecrt/cruntime.h +++ b/src/coreclr/src/pal/src/safecrt/cruntime.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. /*** *cruntime.h - definitions specific to the target operating system and hardware diff --git a/src/coreclr/src/pal/src/safecrt/input.inl b/src/coreclr/src/pal/src/safecrt/input.inl index 0f578e099ebaec..4e1d243460dd0c 100644 --- a/src/coreclr/src/pal/src/safecrt/input.inl +++ b/src/coreclr/src/pal/src/safecrt/input.inl @@ -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. /*** *input.c - C formatted input, used by scanf, etc. diff --git a/src/coreclr/src/pal/src/safecrt/internal.h b/src/coreclr/src/pal/src/safecrt/internal.h index 3b3b3e65f44818..ab87904b2b80e6 100644 --- a/src/coreclr/src/pal/src/safecrt/internal.h +++ b/src/coreclr/src/pal/src/safecrt/internal.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. /*** *internal.h - contains declarations of internal routines and variables diff --git a/src/coreclr/src/pal/src/safecrt/internal_securecrt.h b/src/coreclr/src/pal/src/safecrt/internal_securecrt.h index 4d8be0556c30c5..f5ca89c4bb3284 100644 --- a/src/coreclr/src/pal/src/safecrt/internal_securecrt.h +++ b/src/coreclr/src/pal/src/safecrt/internal_securecrt.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. /*** *internal_securecrt.h - contains declarations of internal routines and variables for securecrt diff --git a/src/coreclr/src/pal/src/safecrt/makepath_s.cpp b/src/coreclr/src/pal/src/safecrt/makepath_s.cpp index 4342685b9c58af..8b39a52d344e41 100644 --- a/src/coreclr/src/pal/src/safecrt/makepath_s.cpp +++ b/src/coreclr/src/pal/src/safecrt/makepath_s.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. /*** *makepath_s.c - create path name from components diff --git a/src/coreclr/src/pal/src/safecrt/mbusafecrt.cpp b/src/coreclr/src/pal/src/safecrt/mbusafecrt.cpp index 82bc08a7946da6..1f56c45a234c63 100644 --- a/src/coreclr/src/pal/src/safecrt/mbusafecrt.cpp +++ b/src/coreclr/src/pal/src/safecrt/mbusafecrt.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. /*** * mbusafecrt.c - implementaion of support functions and data for MBUSafeCRT diff --git a/src/coreclr/src/pal/src/safecrt/mbusafecrt_internal.h b/src/coreclr/src/pal/src/safecrt/mbusafecrt_internal.h index 4f9ee5f6c5af0d..b00bd2b1b30bbe 100644 --- a/src/coreclr/src/pal/src/safecrt/mbusafecrt_internal.h +++ b/src/coreclr/src/pal/src/safecrt/mbusafecrt_internal.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. /*** * mbusafecrt_internal.h - internal declarations for SafeCRT functions diff --git a/src/coreclr/src/pal/src/safecrt/memcpy_s.cpp b/src/coreclr/src/pal/src/safecrt/memcpy_s.cpp index db3bb5f1fcb67d..b4b83da74cc80b 100644 --- a/src/coreclr/src/pal/src/safecrt/memcpy_s.cpp +++ b/src/coreclr/src/pal/src/safecrt/memcpy_s.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. /*** *memcpy_s.c - contains memcpy_s routine diff --git a/src/coreclr/src/pal/src/safecrt/memmove_s.cpp b/src/coreclr/src/pal/src/safecrt/memmove_s.cpp index a0ae5f7ea62505..b3f5e398a6b5a5 100644 --- a/src/coreclr/src/pal/src/safecrt/memmove_s.cpp +++ b/src/coreclr/src/pal/src/safecrt/memmove_s.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. /*** *memmove_s.c - contains memmove_s routine diff --git a/src/coreclr/src/pal/src/safecrt/output.inl b/src/coreclr/src/pal/src/safecrt/output.inl index cab3a808e9080a..9e90525735ad3e 100644 --- a/src/coreclr/src/pal/src/safecrt/output.inl +++ b/src/coreclr/src/pal/src/safecrt/output.inl @@ -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. /*** *output.c - printf style output to a FILE diff --git a/src/coreclr/src/pal/src/safecrt/safecrt_input_s.cpp b/src/coreclr/src/pal/src/safecrt/safecrt_input_s.cpp index 6ba607c669f347..a7cd93b4b5c7f1 100644 --- a/src/coreclr/src/pal/src/safecrt/safecrt_input_s.cpp +++ b/src/coreclr/src/pal/src/safecrt/safecrt_input_s.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. /*** *safecrt_input_s.c - implementation of the _input family for safecrt.lib diff --git a/src/coreclr/src/pal/src/safecrt/safecrt_output_l.cpp b/src/coreclr/src/pal/src/safecrt/safecrt_output_l.cpp index 8b71fd36008254..752ffea173fedf 100644 --- a/src/coreclr/src/pal/src/safecrt/safecrt_output_l.cpp +++ b/src/coreclr/src/pal/src/safecrt/safecrt_output_l.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. /*** *safecrt_output_l.c - implementation of the _output family for safercrt.lib diff --git a/src/coreclr/src/pal/src/safecrt/safecrt_output_s.cpp b/src/coreclr/src/pal/src/safecrt/safecrt_output_s.cpp index c3e7f91404f711..ed93e0b92b97f2 100644 --- a/src/coreclr/src/pal/src/safecrt/safecrt_output_s.cpp +++ b/src/coreclr/src/pal/src/safecrt/safecrt_output_s.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. /*** *safecrt_output_s.c - implementation of the _output family for safercrt.lib diff --git a/src/coreclr/src/pal/src/safecrt/safecrt_winput_s.cpp b/src/coreclr/src/pal/src/safecrt/safecrt_winput_s.cpp index 459a9b55c1601a..fb98d988cd45b9 100644 --- a/src/coreclr/src/pal/src/safecrt/safecrt_winput_s.cpp +++ b/src/coreclr/src/pal/src/safecrt/safecrt_winput_s.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. /*** *safecrt_winput_s.c - implementation of the _winput family for safecrt.lib diff --git a/src/coreclr/src/pal/src/safecrt/safecrt_woutput_s.cpp b/src/coreclr/src/pal/src/safecrt/safecrt_woutput_s.cpp index 814a19dcf712b0..c0911193eb757f 100644 --- a/src/coreclr/src/pal/src/safecrt/safecrt_woutput_s.cpp +++ b/src/coreclr/src/pal/src/safecrt/safecrt_woutput_s.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. /*** *safecrt_woutput_s.c - implementation of the _woutput family for safercrt.lib diff --git a/src/coreclr/src/pal/src/safecrt/snprintf.cpp b/src/coreclr/src/pal/src/safecrt/snprintf.cpp index dea87167b9937a..aafa5ca9b0e3fc 100644 --- a/src/coreclr/src/pal/src/safecrt/snprintf.cpp +++ b/src/coreclr/src/pal/src/safecrt/snprintf.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. /*** *snprintf.c - "Count" version of sprintf diff --git a/src/coreclr/src/pal/src/safecrt/splitpath_s.cpp b/src/coreclr/src/pal/src/safecrt/splitpath_s.cpp index cb8a3645504db9..1fe3a384d47951 100644 --- a/src/coreclr/src/pal/src/safecrt/splitpath_s.cpp +++ b/src/coreclr/src/pal/src/safecrt/splitpath_s.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. /*** *splitpath_s.c - break down path name into components diff --git a/src/coreclr/src/pal/src/safecrt/sprintf_s.cpp b/src/coreclr/src/pal/src/safecrt/sprintf_s.cpp index 79a4e4345b4d1c..f61a8bc70789fa 100644 --- a/src/coreclr/src/pal/src/safecrt/sprintf_s.cpp +++ b/src/coreclr/src/pal/src/safecrt/sprintf_s.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. /*** *sprintf_s.c - print formatted to string diff --git a/src/coreclr/src/pal/src/safecrt/sscanf_s.cpp b/src/coreclr/src/pal/src/safecrt/sscanf_s.cpp index 39c8ce3da8af06..26e5167f4b2755 100644 --- a/src/coreclr/src/pal/src/safecrt/sscanf_s.cpp +++ b/src/coreclr/src/pal/src/safecrt/sscanf_s.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. /*** *sscanf_s.c - read formatted data from string diff --git a/src/coreclr/src/pal/src/safecrt/strcat_s.cpp b/src/coreclr/src/pal/src/safecrt/strcat_s.cpp index 4dc2332006b0c3..94f0a2391445ba 100644 --- a/src/coreclr/src/pal/src/safecrt/strcat_s.cpp +++ b/src/coreclr/src/pal/src/safecrt/strcat_s.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. /*** *strcat_s.c - contains strcat_s() diff --git a/src/coreclr/src/pal/src/safecrt/strcpy_s.cpp b/src/coreclr/src/pal/src/safecrt/strcpy_s.cpp index 821dbe85f6ffe0..d325ba88b774e2 100644 --- a/src/coreclr/src/pal/src/safecrt/strcpy_s.cpp +++ b/src/coreclr/src/pal/src/safecrt/strcpy_s.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. /*** *strcpy_s.c - contains strcpy_s() diff --git a/src/coreclr/src/pal/src/safecrt/strlen_s.cpp b/src/coreclr/src/pal/src/safecrt/strlen_s.cpp index 3f1e1cf1aec90a..0c35d3625df3fc 100644 --- a/src/coreclr/src/pal/src/safecrt/strlen_s.cpp +++ b/src/coreclr/src/pal/src/safecrt/strlen_s.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. /*** *strlen_s.c - contains strnlen() routine diff --git a/src/coreclr/src/pal/src/safecrt/strncat_s.cpp b/src/coreclr/src/pal/src/safecrt/strncat_s.cpp index ef8c6cfc7f1c32..a99ccd4c4db3d9 100644 --- a/src/coreclr/src/pal/src/safecrt/strncat_s.cpp +++ b/src/coreclr/src/pal/src/safecrt/strncat_s.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. /*** *strncat_s.c - append n chars of string to new string diff --git a/src/coreclr/src/pal/src/safecrt/strncpy_s.cpp b/src/coreclr/src/pal/src/safecrt/strncpy_s.cpp index f819ebb6bbd551..eab5c409aa558d 100644 --- a/src/coreclr/src/pal/src/safecrt/strncpy_s.cpp +++ b/src/coreclr/src/pal/src/safecrt/strncpy_s.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. /*** *strncpy_s.c - copy at most n characters of string diff --git a/src/coreclr/src/pal/src/safecrt/strtok_s.cpp b/src/coreclr/src/pal/src/safecrt/strtok_s.cpp index 6f1c80633fe0a8..c183ad5ab3433c 100644 --- a/src/coreclr/src/pal/src/safecrt/strtok_s.cpp +++ b/src/coreclr/src/pal/src/safecrt/strtok_s.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. /*** *strtok_s.c - tokenize a string with given delimiters diff --git a/src/coreclr/src/pal/src/safecrt/swprintf.cpp b/src/coreclr/src/pal/src/safecrt/swprintf.cpp index bf0970e2ce3f20..72718dad682fb4 100644 --- a/src/coreclr/src/pal/src/safecrt/swprintf.cpp +++ b/src/coreclr/src/pal/src/safecrt/swprintf.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. /*** *swprintf.c - print formatted to string diff --git a/src/coreclr/src/pal/src/safecrt/tcscat_s.inl b/src/coreclr/src/pal/src/safecrt/tcscat_s.inl index b6fefdc0ae6e04..413d8dca726b08 100644 --- a/src/coreclr/src/pal/src/safecrt/tcscat_s.inl +++ b/src/coreclr/src/pal/src/safecrt/tcscat_s.inl @@ -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. /*** *tcscat_s.inl - general implementation of _tcscpy_s diff --git a/src/coreclr/src/pal/src/safecrt/tcscpy_s.inl b/src/coreclr/src/pal/src/safecrt/tcscpy_s.inl index b1192d8ee729ea..86cd6920a87212 100644 --- a/src/coreclr/src/pal/src/safecrt/tcscpy_s.inl +++ b/src/coreclr/src/pal/src/safecrt/tcscpy_s.inl @@ -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. /*** *tcscpy_s.inl - general implementation of _tcscpy_s diff --git a/src/coreclr/src/pal/src/safecrt/tcsncat_s.inl b/src/coreclr/src/pal/src/safecrt/tcsncat_s.inl index 6de501767d5044..ec60e06b5e5f19 100644 --- a/src/coreclr/src/pal/src/safecrt/tcsncat_s.inl +++ b/src/coreclr/src/pal/src/safecrt/tcsncat_s.inl @@ -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. /*** *tcsncat_s.inl - general implementation of _tcscpy_s diff --git a/src/coreclr/src/pal/src/safecrt/tcsncpy_s.inl b/src/coreclr/src/pal/src/safecrt/tcsncpy_s.inl index 54a79a03e78e9d..5c713bdd220e48 100644 --- a/src/coreclr/src/pal/src/safecrt/tcsncpy_s.inl +++ b/src/coreclr/src/pal/src/safecrt/tcsncpy_s.inl @@ -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. /*** *tcsncpy_s.inl - general implementation of _tcsncpy_s diff --git a/src/coreclr/src/pal/src/safecrt/tcstok_s.inl b/src/coreclr/src/pal/src/safecrt/tcstok_s.inl index 29ca5c6858f6c2..f3ed934c19b294 100644 --- a/src/coreclr/src/pal/src/safecrt/tcstok_s.inl +++ b/src/coreclr/src/pal/src/safecrt/tcstok_s.inl @@ -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. /*** *tcstok_s.inl - general implementation of _tcstok_s diff --git a/src/coreclr/src/pal/src/safecrt/tmakepath_s.inl b/src/coreclr/src/pal/src/safecrt/tmakepath_s.inl index 34c4842c619486..27d2ab731d60f6 100644 --- a/src/coreclr/src/pal/src/safecrt/tmakepath_s.inl +++ b/src/coreclr/src/pal/src/safecrt/tmakepath_s.inl @@ -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. /*** *tmakepath_s.inl - general implementation of _tmakepath_s diff --git a/src/coreclr/src/pal/src/safecrt/tsplitpath_s.inl b/src/coreclr/src/pal/src/safecrt/tsplitpath_s.inl index 77dd32a1909af7..8a447c0d85c52e 100644 --- a/src/coreclr/src/pal/src/safecrt/tsplitpath_s.inl +++ b/src/coreclr/src/pal/src/safecrt/tsplitpath_s.inl @@ -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. /*** *tsplitpath_s.inl - general implementation of _tsplitpath_s diff --git a/src/coreclr/src/pal/src/safecrt/vsprintf.cpp b/src/coreclr/src/pal/src/safecrt/vsprintf.cpp index 6d4b786984961b..235321b396ffe6 100644 --- a/src/coreclr/src/pal/src/safecrt/vsprintf.cpp +++ b/src/coreclr/src/pal/src/safecrt/vsprintf.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. /*** *vsprintf.c - print formatted data into a string from var arg list diff --git a/src/coreclr/src/pal/src/safecrt/vswprint.cpp b/src/coreclr/src/pal/src/safecrt/vswprint.cpp index 4ba156574222fa..24451849b60ee1 100644 --- a/src/coreclr/src/pal/src/safecrt/vswprint.cpp +++ b/src/coreclr/src/pal/src/safecrt/vswprint.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. /*** *vswprint.c - print formatted data into a string from var arg list diff --git a/src/coreclr/src/pal/src/safecrt/wcscat_s.cpp b/src/coreclr/src/pal/src/safecrt/wcscat_s.cpp index 507db7c25838ee..3ae54a95c9c380 100644 --- a/src/coreclr/src/pal/src/safecrt/wcscat_s.cpp +++ b/src/coreclr/src/pal/src/safecrt/wcscat_s.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. /*** *wcscat_s.c - contains wcscat_s() diff --git a/src/coreclr/src/pal/src/safecrt/wcscpy_s.cpp b/src/coreclr/src/pal/src/safecrt/wcscpy_s.cpp index 5285eac64549fd..1b0f2216e5cf89 100644 --- a/src/coreclr/src/pal/src/safecrt/wcscpy_s.cpp +++ b/src/coreclr/src/pal/src/safecrt/wcscpy_s.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. /*** *strcpy_s.c - contains wcscpy_s() diff --git a/src/coreclr/src/pal/src/safecrt/wcslen_s.cpp b/src/coreclr/src/pal/src/safecrt/wcslen_s.cpp index 70cbb3ae8e1e4f..e4b7e22af91b7b 100644 --- a/src/coreclr/src/pal/src/safecrt/wcslen_s.cpp +++ b/src/coreclr/src/pal/src/safecrt/wcslen_s.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. /*** *wcslen_s.c - contains wcsnlen() routine diff --git a/src/coreclr/src/pal/src/safecrt/wcsncat_s.cpp b/src/coreclr/src/pal/src/safecrt/wcsncat_s.cpp index b2e4701cd1574c..54b42578547283 100644 --- a/src/coreclr/src/pal/src/safecrt/wcsncat_s.cpp +++ b/src/coreclr/src/pal/src/safecrt/wcsncat_s.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. /*** *wcsncat_s.c - append n chars of string to new string diff --git a/src/coreclr/src/pal/src/safecrt/wcsncpy_s.cpp b/src/coreclr/src/pal/src/safecrt/wcsncpy_s.cpp index 932231f39021d3..c0f64e4a20f744 100644 --- a/src/coreclr/src/pal/src/safecrt/wcsncpy_s.cpp +++ b/src/coreclr/src/pal/src/safecrt/wcsncpy_s.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. /*** *wcsncpy_s.c - copy at most n characters of wide-character string diff --git a/src/coreclr/src/pal/src/safecrt/wcstok_s.cpp b/src/coreclr/src/pal/src/safecrt/wcstok_s.cpp index adc9813325b622..83751d6565587c 100644 --- a/src/coreclr/src/pal/src/safecrt/wcstok_s.cpp +++ b/src/coreclr/src/pal/src/safecrt/wcstok_s.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. /*** *wcstok_s.c - tokenize a wide-character string with given delimiters diff --git a/src/coreclr/src/pal/src/safecrt/wmakepath_s.cpp b/src/coreclr/src/pal/src/safecrt/wmakepath_s.cpp index efc52d13acc3bb..ab33c214fc76b0 100644 --- a/src/coreclr/src/pal/src/safecrt/wmakepath_s.cpp +++ b/src/coreclr/src/pal/src/safecrt/wmakepath_s.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. /*** *wmakepath_s.c - create path name from components diff --git a/src/coreclr/src/pal/src/safecrt/wsplitpath_s.cpp b/src/coreclr/src/pal/src/safecrt/wsplitpath_s.cpp index 64483f7ddc88d6..6889723c14734d 100644 --- a/src/coreclr/src/pal/src/safecrt/wsplitpath_s.cpp +++ b/src/coreclr/src/pal/src/safecrt/wsplitpath_s.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. /*** *wsplitpath_s.c - break down path name into components diff --git a/src/coreclr/src/pal/src/safecrt/xtoa_s.cpp b/src/coreclr/src/pal/src/safecrt/xtoa_s.cpp index 2857beab078ada..e535b1b388c5e6 100644 --- a/src/coreclr/src/pal/src/safecrt/xtoa_s.cpp +++ b/src/coreclr/src/pal/src/safecrt/xtoa_s.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. /*** *strtok_s.c - tokenize a string with given delimiters diff --git a/src/coreclr/src/pal/src/safecrt/xtow_s.cpp b/src/coreclr/src/pal/src/safecrt/xtow_s.cpp index e001cc39fdace6..4a5d077532bba0 100644 --- a/src/coreclr/src/pal/src/safecrt/xtow_s.cpp +++ b/src/coreclr/src/pal/src/safecrt/xtow_s.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. /*** *strtok_s.c - tokenize a string with given delimiters diff --git a/src/coreclr/src/pal/src/safecrt/xtox_s.inl b/src/coreclr/src/pal/src/safecrt/xtox_s.inl index f43b53d5d68860..f2284fa4ab5096 100644 --- a/src/coreclr/src/pal/src/safecrt/xtox_s.inl +++ b/src/coreclr/src/pal/src/safecrt/xtox_s.inl @@ -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. /*** *xtoa.c - convert integers/longs to ASCII string diff --git a/src/coreclr/src/pal/src/sharedmemory/sharedmemory.cpp b/src/coreclr/src/pal/src/sharedmemory/sharedmemory.cpp index d61b92c939fd09..4c946cc5257b74 100644 --- a/src/coreclr/src/pal/src/sharedmemory/sharedmemory.cpp +++ b/src/coreclr/src/pal/src/sharedmemory/sharedmemory.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 "pal/sharedmemory.h" diff --git a/src/coreclr/src/pal/src/shmemory/shmemory.cpp b/src/coreclr/src/pal/src/shmemory/shmemory.cpp index 9539d10aebec7d..e2e845c8c77352 100644 --- a/src/coreclr/src/pal/src/shmemory/shmemory.cpp +++ b/src/coreclr/src/pal/src/shmemory/shmemory.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. /*++ diff --git a/src/coreclr/src/pal/src/sync/cs.cpp b/src/coreclr/src/pal/src/sync/cs.cpp index 354550063c6449..8fa0509e8347f6 100644 --- a/src/coreclr/src/pal/src/sync/cs.cpp +++ b/src/coreclr/src/pal/src/sync/cs.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. /////////////////////////////////////////////////////////////////////////////// // diff --git a/src/coreclr/src/pal/src/synchmgr/synchcontrollers.cpp b/src/coreclr/src/pal/src/synchmgr/synchcontrollers.cpp index 513d8b86fd9c4d..e24105d281c40d 100644 --- a/src/coreclr/src/pal/src/synchmgr/synchcontrollers.cpp +++ b/src/coreclr/src/pal/src/synchmgr/synchcontrollers.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. /*++ diff --git a/src/coreclr/src/pal/src/synchmgr/synchmanager.cpp b/src/coreclr/src/pal/src/synchmgr/synchmanager.cpp index 52b8843889d23f..b1fdb82adf76a8 100644 --- a/src/coreclr/src/pal/src/synchmgr/synchmanager.cpp +++ b/src/coreclr/src/pal/src/synchmgr/synchmanager.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. /*++ diff --git a/src/coreclr/src/pal/src/synchmgr/synchmanager.hpp b/src/coreclr/src/pal/src/synchmgr/synchmanager.hpp index b9dd8ed0dd8d18..e4adcb318a3f50 100644 --- a/src/coreclr/src/pal/src/synchmgr/synchmanager.hpp +++ b/src/coreclr/src/pal/src/synchmgr/synchmanager.hpp @@ -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/pal/src/synchmgr/wait.cpp b/src/coreclr/src/pal/src/synchmgr/wait.cpp index 8d2de64e4c41ae..273b9617a9fb2e 100644 --- a/src/coreclr/src/pal/src/synchmgr/wait.cpp +++ b/src/coreclr/src/pal/src/synchmgr/wait.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. /*++ diff --git a/src/coreclr/src/pal/src/synchobj/event.cpp b/src/coreclr/src/pal/src/synchobj/event.cpp index 960ae6d4e71ee7..a00272c5a454ab 100644 --- a/src/coreclr/src/pal/src/synchobj/event.cpp +++ b/src/coreclr/src/pal/src/synchobj/event.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. /*++ diff --git a/src/coreclr/src/pal/src/synchobj/mutex.cpp b/src/coreclr/src/pal/src/synchobj/mutex.cpp index d36752a2040576..b0b4425fc5bafd 100644 --- a/src/coreclr/src/pal/src/synchobj/mutex.cpp +++ b/src/coreclr/src/pal/src/synchobj/mutex.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. /*++ diff --git a/src/coreclr/src/pal/src/synchobj/semaphore.cpp b/src/coreclr/src/pal/src/synchobj/semaphore.cpp index f079fe5c83ffdf..bdc3fe8d5278ae 100644 --- a/src/coreclr/src/pal/src/synchobj/semaphore.cpp +++ b/src/coreclr/src/pal/src/synchobj/semaphore.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. /*++ diff --git a/src/coreclr/src/pal/src/thread/context.cpp b/src/coreclr/src/pal/src/thread/context.cpp index 435b04715eda4c..ca0b60e4492522 100644 --- a/src/coreclr/src/pal/src/thread/context.cpp +++ b/src/coreclr/src/pal/src/thread/context.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. /*++ diff --git a/src/coreclr/src/pal/src/thread/process.cpp b/src/coreclr/src/pal/src/thread/process.cpp index c0d8bc90dc7476..0fd7efae777f25 100644 --- a/src/coreclr/src/pal/src/thread/process.cpp +++ b/src/coreclr/src/pal/src/thread/process.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. /*++ diff --git a/src/coreclr/src/pal/src/thread/procprivate.hpp b/src/coreclr/src/pal/src/thread/procprivate.hpp index a1d085d86a5b27..4f3af27243e3b6 100644 --- a/src/coreclr/src/pal/src/thread/procprivate.hpp +++ b/src/coreclr/src/pal/src/thread/procprivate.hpp @@ -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/pal/src/thread/thread.cpp b/src/coreclr/src/pal/src/thread/thread.cpp index fa4a6638013531..6efe93492bc3aa 100644 --- a/src/coreclr/src/pal/src/thread/thread.cpp +++ b/src/coreclr/src/pal/src/thread/thread.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. /*++ diff --git a/src/coreclr/src/pal/src/thread/threadsusp.cpp b/src/coreclr/src/pal/src/thread/threadsusp.cpp index af22fc1de8c66f..d2fae05c4256f6 100644 --- a/src/coreclr/src/pal/src/thread/threadsusp.cpp +++ b/src/coreclr/src/pal/src/thread/threadsusp.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. /*++ diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/__iscsym/test1/__iscsym.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/__iscsym/test1/__iscsym.cpp index 9c8f1d0f253927..497f281da12f6b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/__iscsym/test1/__iscsym.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/__iscsym/test1/__iscsym.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_alloca/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_alloca/test1/test1.cpp index c533d842349162..b0552d457f8bdf 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_alloca/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_alloca/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_fdopen/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_fdopen/test1/test1.cpp index b88267c6e4ac71..608f537f25df5e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_fdopen/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_fdopen/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_finite/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_finite/test1/test1.cpp index c815055b38b6ef..4f86cad2f17d12 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_finite/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_finite/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_finitef/test1/test1.c b/src/coreclr/src/pal/tests/palsuite/c_runtime/_finitef/test1/test1.c index f9a1109a664efc..5f94ac464e7c8d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_finitef/test1/test1.c +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_finitef/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_gcvt/test1/_gcvt.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_gcvt/test1/_gcvt.cpp index ccfc286898e54d..e73d74b2cdff08 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_gcvt/test1/_gcvt.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_gcvt/test1/_gcvt.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_gcvt/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_gcvt/test2/test2.cpp index 7ac9a4fcf099dd..9ed63892f81a91 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_gcvt/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_gcvt/test2/test2.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_isnan/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_isnan/test1/test1.cpp index d793c9b371dd3f..6640bc4edcf15c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_isnan/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_isnan/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_isnanf/test1/test1.c b/src/coreclr/src/pal/tests/palsuite/c_runtime/_isnanf/test1/test1.c index 9b75a7236dc17a..6fac5a718caf4d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_isnanf/test1/test1.c +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_isnanf/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_itow/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_itow/test1/test1.cpp index c8167edc0d34bf..bd93868a0e416f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_itow/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_itow/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_mbsdec/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_mbsdec/test1/test1.cpp index 1cd7513293e95c..460f7159da63f8 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_mbsdec/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_mbsdec/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_mbsinc/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_mbsinc/test1/test1.cpp index 95a5041af28b6a..868dfb736d88c4 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_mbsinc/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_mbsinc/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_mbsninc/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_mbsninc/test1/test1.cpp index 59ef50dcc36a91..5949a550ab4063 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_mbsninc/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_mbsninc/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test1/test1.cpp index 2d096adc78cddf..596c0e8dcfcbd4 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test2/test2.cpp index 39be4f68b42976..170e55ff93b8a2 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test2/test2.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test3/test3.cpp index 8aa67773073f9e..c6889821d4db88 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test3/test3.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test4/test4.cpp index 48d7ba963c0157..c7b9994a8e10b7 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test4/test4.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_rotl/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_rotl/test1/test1.cpp index 3a313888935938..19e5cdb805d491 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_rotl/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_rotl/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_rotr/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_rotr/test1/test1.cpp index cf461c0a6e408a..e90ca0e853bb0e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_rotr/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_rotr/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/_snprintf_s.h b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/_snprintf_s.h index 9ed5209beadb77..35aeffe24e4fbd 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/_snprintf_s.h +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/_snprintf_s.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/pal/tests/palsuite/c_runtime/_snprintf_s/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test1/test1.cpp index d180b05df5259a..39f91711b56164 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test10/test10.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test10/test10.cpp index 7ecb9102e4c352..e2f7d4aca34e49 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test10/test10.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test10/test10.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test11/test11.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test11/test11.cpp index c2ac0156982d60..fc93a3c668df29 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test11/test11.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test11/test11.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test12/test12.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test12/test12.cpp index 52171838cc7896..c1bee9c77f925f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test12/test12.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test12/test12.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test13/test13.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test13/test13.cpp index 15e47558b01ab3..1e0f0e5383a947 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test13/test13.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test13/test13.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test14/test14.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test14/test14.cpp index 331475e962dfca..6bcf181a615595 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test14/test14.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test14/test14.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test15/test15.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test15/test15.cpp index d43613b6cfc65e..818cb14c8707a0 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test15/test15.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test15/test15.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test16/test16.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test16/test16.cpp index 21cbb1ed30594b..e47bb777dab774 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test16/test16.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test16/test16.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test17/test17.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test17/test17.cpp index d161270b84b3bb..aef1be6a90156e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test17/test17.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test17/test17.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test18/test18.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test18/test18.cpp index 46ec287cc180c0..34c67f43c15ef4 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test18/test18.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test18/test18.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test19/test19.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test19/test19.cpp index 91b1dae58302cd..480b83fd2764f7 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test19/test19.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test19/test19.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test2/test2.cpp index 54ef80bae38e4a..1c8888ee388169 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test2/test2.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test3/test3.cpp index 99c25a654b6ad7..ed515e7bcd26c9 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test3/test3.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test4/test4.cpp index 089e056c7aa914..56b2a0c955bada 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test4/test4.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test6/test6.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test6/test6.cpp index 45c9e2b79bdc62..b7ce3fac92ea2b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test6/test6.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test6/test6.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test7/test7.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test7/test7.cpp index 5c10fc8ea7b5b7..0831dfa7496161 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test7/test7.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test7/test7.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test8/test8.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test8/test8.cpp index 416e357e1e38b9..d034f7572b147f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test8/test8.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test8/test8.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test9/test9.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test9/test9.cpp index 18b1cb7830db43..1877ff9a80711b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test9/test9.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test9/test9.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/_snwprintf_s.h b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/_snwprintf_s.h index 19d192114bd9c1..021dde0666f047 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/_snwprintf_s.h +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/_snwprintf_s.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/pal/tests/palsuite/c_runtime/_snwprintf_s/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test1/test1.cpp index ba85103cb1eaa4..27a6f7ccaf99d8 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test10/test10.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test10/test10.cpp index 298f82b002b486..c5c9fcd2d114f0 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test10/test10.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test10/test10.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test11/test11.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test11/test11.cpp index 519668791b41fc..d82edff596f0a1 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test11/test11.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test11/test11.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test12/test12.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test12/test12.cpp index 52780aff0abc6a..695275bf3e28d4 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test12/test12.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test12/test12.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test13/test13.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test13/test13.cpp index fa948b3a1b134c..ce579b154874eb 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test13/test13.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test13/test13.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test14/test14.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test14/test14.cpp index aea289d1a1cab9..87e44f45fcc98c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test14/test14.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test14/test14.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test15/test15.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test15/test15.cpp index 14db14b4980548..58e94f6f73d39d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test15/test15.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test15/test15.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test16/test16.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test16/test16.cpp index 4d9a717f249970..22ddff25770a83 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test16/test16.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test16/test16.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test17/test17.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test17/test17.cpp index 6af1815b858ffc..8a4d4c2af4b903 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test17/test17.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test17/test17.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test18/test18.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test18/test18.cpp index 020a88509084f7..d07f8b351a7b19 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test18/test18.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test18/test18.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test19/test19.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test19/test19.cpp index d335d1d10c1db6..62a55f7b8f4df0 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test19/test19.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test19/test19.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test2/test2.cpp index 7d8dd65c3804bd..b8c26901686186 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test2/test2.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test3/test3.cpp index b4a4a32ae2b97f..9439f4c92d28d1 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test3/test3.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test4/test4.cpp index cdf2728ba1ef17..18317f107b8c1c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test4/test4.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test6/test6.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test6/test6.cpp index 576e061acd5b64..d30c670f074226 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test6/test6.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test6/test6.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test7/test7.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test7/test7.cpp index 54dd32b433cab0..f3516b44c35148 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test7/test7.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test7/test7.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test8/test8.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test8/test8.cpp index 9f1b555e3cbd7f..3495d2a8c270f6 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test8/test8.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test8/test8.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test9/test9.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test9/test9.cpp index 76d60631a26cd1..36f14c2a44c9f6 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test9/test9.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test9/test9.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_stricmp/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_stricmp/test1/test1.cpp index 60e2f9eb8b844d..af73788e3b5389 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_stricmp/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_stricmp/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_strnicmp/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_strnicmp/test1/test1.cpp index 3c915dc62158ed..a2d213359a4d36 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_strnicmp/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_strnicmp/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/_vsnprintf_s.h b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/_vsnprintf_s.h index d549bbef51ac41..2d644f96345652 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/_vsnprintf_s.h +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/_vsnprintf_s.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/pal/tests/palsuite/c_runtime/_vsnprintf_s/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test1/test1.cpp index db70f5612ba358..37119ac11e2713 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test10/test10.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test10/test10.cpp index 707a91c048f2a3..dd0eb89b0337e1 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test10/test10.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test10/test10.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test11/test11.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test11/test11.cpp index 4c710e56b07cf8..ffb8fb02923926 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test11/test11.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test11/test11.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test12/test12.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test12/test12.cpp index 528e6582a868ac..b0af9dc0168151 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test12/test12.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test12/test12.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test13/test13.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test13/test13.cpp index 645a1186822409..c029b277cfe6dc 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test13/test13.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test13/test13.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test14/test14.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test14/test14.cpp index 05965f0ed776a5..74994e0ede330e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test14/test14.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test14/test14.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test15/test15.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test15/test15.cpp index cd34f74e6c7e09..e1010894d86f1d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test15/test15.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test15/test15.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test16/test16.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test16/test16.cpp index de9b74f9b3d399..8d71d155e50b27 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test16/test16.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test16/test16.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test17/test17.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test17/test17.cpp index 3304eda7f90c6d..658fb109add7d0 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test17/test17.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test17/test17.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test18/test18.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test18/test18.cpp index 14ad8f583a8015..0fc57a75f15b92 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test18/test18.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test18/test18.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test19/test19.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test19/test19.cpp index 6f2aefa94c6fcf..9b2227ea05963f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test19/test19.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test19/test19.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test2/test2.cpp index e5808f363eda85..f23d4c9f932f23 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test2/test2.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test3/test3.cpp index bb8b153b52f2d4..ec00c09d9c0202 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test3/test3.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test4/test4.cpp index f795c0dc1fd28d..1478dbaab79aad 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test4/test4.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test6/test6.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test6/test6.cpp index cbcead88b59406..1482bc722d5708 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test6/test6.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test6/test6.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test7/test7.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test7/test7.cpp index 4843d27598a8ba..f56aa497e92eac 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test7/test7.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test7/test7.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test8/test8.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test8/test8.cpp index 8021a797c8656f..073be3fc029980 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test8/test8.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test8/test8.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test9/test9.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test9/test9.cpp index d36846e4013b8f..f8afbe0409a6dd 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test9/test9.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test9/test9.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/_vsnwprintf_s.h b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/_vsnwprintf_s.h index bca63b45d77a17..657fbd948ef132 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/_vsnwprintf_s.h +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/_vsnwprintf_s.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/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test1/test1.cpp index 4a7a02e7788522..1a70f3c95bc43c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test10/test10.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test10/test10.cpp index e33f2281dfa86a..38df25d6aafefd 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test10/test10.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test10/test10.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test11/test11.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test11/test11.cpp index 4e860bbc21cb9d..c3d0c5e2efcfd6 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test11/test11.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test11/test11.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test12/test12.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test12/test12.cpp index 2dcfcf59985c27..b2f989f405bbb0 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test12/test12.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test12/test12.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test13/test13.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test13/test13.cpp index c95278a56ba32b..a505316da6329d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test13/test13.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test13/test13.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test14/test14.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test14/test14.cpp index cab1b247dfb965..e5b14b24d004a4 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test14/test14.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test14/test14.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test15/test15.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test15/test15.cpp index d5738991a60d00..a61648d43d3eca 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test15/test15.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test15/test15.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test16/test16.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test16/test16.cpp index 72c546eb63574d..4cc272b478aee9 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test16/test16.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test16/test16.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test17/test17.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test17/test17.cpp index e6860b930fb313..41edb8f0518076 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test17/test17.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test17/test17.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test18/test18.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test18/test18.cpp index a164edbc0f667c..fdac25414a5629 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test18/test18.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test18/test18.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test19/test19.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test19/test19.cpp index c2a85478ae9b22..dcb6d758e319b8 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test19/test19.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test19/test19.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test2/test2.cpp index b2958dfa8d52b1..6f0026ec34a42d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test2/test2.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test3/test3.cpp index 657a911b5c42cc..e238a35194d0d2 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test3/test3.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test4/test4.cpp index acf9abadae9668..fa553982b931d7 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test4/test4.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test6/test6.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test6/test6.cpp index ecba5853a6b03d..79335d0b2d2272 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test6/test6.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test6/test6.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test7/test7.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test7/test7.cpp index 519657a20265f7..898f3f0f411fe9 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test7/test7.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test7/test7.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test8/test8.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test8/test8.cpp index 15641f7b9e9842..9bf5f6c37c9534 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test8/test8.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test8/test8.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test9/test9.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test9/test9.cpp index 38f6be21e78528..f3cfb5dbb79b16 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test9/test9.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test9/test9.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wcsicmp/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wcsicmp/test1/test1.cpp index dd4bb54680e475..3b063b469fdcd8 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wcsicmp/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wcsicmp/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wcslwr/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wcslwr/test1/test1.cpp index 3a758de39bb7e7..9426c1eb433413 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wcslwr/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wcslwr/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wcsnicmp/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wcsnicmp/test1/test1.cpp index 0271bcc60d4792..05ef6c24df0648 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wcsnicmp/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wcsnicmp/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test1/test1.cpp index 93fdb012d25f6c..a13f222fccd587 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test2/test2.cpp index 921ffef19dafcd..6f46cd74e846d1 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test2/test2.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test3/test3.cpp index 3b67818bc57ab1..bda512add38a64 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test3/test3.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test4/test4.cpp index 0948fa11ccdcb6..e865cbcb978798 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test4/test4.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test5/test5.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test5/test5.cpp index 21e5ec84ed6a23..58abf0a5eafbaa 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test5/test5.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test5/test5.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test6/test6.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test6/test6.cpp index 17d36a0c5065a6..c64c4a0a9c212e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test6/test6.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test6/test6.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test7/test7.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test7/test7.cpp index 0a889adc8ab68f..7f13df4152383c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test7/test7.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test7/test7.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wtoi/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wtoi/test1/test1.cpp index 0b14dedd60ac45..0829af706060eb 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wtoi/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wtoi/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/abs/test1/abs.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/abs/test1/abs.cpp index 233a5dcb3012c3..b567c37a93d358 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/abs/test1/abs.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/abs/test1/abs.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/acos/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/acos/test1/test1.cpp index c6ed0692c7972f..4c6cceb4d1c46a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/acos/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/acos/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/acosf/test1/test1.c b/src/coreclr/src/pal/tests/palsuite/c_runtime/acosf/test1/test1.c index 3d8668cebb7a90..8d612ab40d1d17 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/acosf/test1/test1.c +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/acosf/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/acosh/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/acosh/test1/test1.cpp index 14ff430c05ae15..4ffa84211fdf88 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/acosh/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/acosh/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/acoshf/test1/test1.c b/src/coreclr/src/pal/tests/palsuite/c_runtime/acoshf/test1/test1.c index 2209999736b571..6f6b7f59a8690d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/acoshf/test1/test1.c +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/acoshf/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/asin/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/asin/test1/test1.cpp index 0a63356ed03865..4c185672131837 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/asin/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/asin/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/asinf/test1/test1.c b/src/coreclr/src/pal/tests/palsuite/c_runtime/asinf/test1/test1.c index 773015eec0a19d..e249cb7f1e4a96 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/asinf/test1/test1.c +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/asinf/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/asinh/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/asinh/test1/test1.cpp index 64c1e4a74fc45c..28304f108d4732 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/asinh/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/asinh/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/asinhf/test1/test1.c b/src/coreclr/src/pal/tests/palsuite/c_runtime/asinhf/test1/test1.c index 6ecb8d93ce4b96..d052781e58495c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/asinhf/test1/test1.c +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/asinhf/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/atan/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/atan/test1/test1.cpp index 6840d4617242ec..8677c52acd8ab3 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/atan/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/atan/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/atan2/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/atan2/test1/test1.cpp index 15aa8f53b91c2f..889ea90c9ca3ab 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/atan2/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/atan2/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/atan2f/test1/test1.c b/src/coreclr/src/pal/tests/palsuite/c_runtime/atan2f/test1/test1.c index 2ee641e8d4aa69..b00d4e55eeeeee 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/atan2f/test1/test1.c +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/atan2f/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/atanf/test1/test1.c b/src/coreclr/src/pal/tests/palsuite/c_runtime/atanf/test1/test1.c index 543a0a8168bc67..3d460d3e25c6f3 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/atanf/test1/test1.c +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/atanf/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/atanh/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/atanh/test1/test1.cpp index d454f3272cb67e..3531e765ff8fd1 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/atanh/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/atanh/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/atanhf/test1/test1.c b/src/coreclr/src/pal/tests/palsuite/c_runtime/atanhf/test1/test1.c index 3fd3ab8bdb27af..3c3a156035ad90 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/atanhf/test1/test1.c +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/atanhf/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/atof/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/atof/test1/test1.cpp index a973133f9ec19a..e708d7a42fb631 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/atof/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/atof/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/atoi/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/atoi/test1/test1.cpp index 2554d4c353c25a..38e42862cc4caa 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/atoi/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/atoi/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/bsearch/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/bsearch/test1/test1.cpp index c4b91738ebc06f..b00ec2832122f2 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/bsearch/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/bsearch/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/bsearch/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/bsearch/test2/test2.cpp index 6de1b3fadad2ce..08440728c067e8 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/bsearch/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/bsearch/test2/test2.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/cbrt/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/cbrt/test1/test1.cpp index 471b6a4641ad66..aca178fc1afbc8 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/cbrt/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/cbrt/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/cbrtf/test1/test1.c b/src/coreclr/src/pal/tests/palsuite/c_runtime/cbrtf/test1/test1.c index b13d829fbb4828..a4acb920d7dc96 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/cbrtf/test1/test1.c +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/cbrtf/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/ceil/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/ceil/test1/test1.cpp index e6e36e6e33b274..594c4d794792cc 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/ceil/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/ceil/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/ceilf/test1/test1.c b/src/coreclr/src/pal/tests/palsuite/c_runtime/ceilf/test1/test1.c index 4939fb7ccf29a3..2b3534dd8304e5 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/ceilf/test1/test1.c +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/ceilf/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/cos/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/cos/test1/test1.cpp index 8c1c7300e69b07..ffbd61bdcb167b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/cos/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/cos/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/cosf/test1/test1.c b/src/coreclr/src/pal/tests/palsuite/c_runtime/cosf/test1/test1.c index 210851a2fa54c3..d9c75152c189eb 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/cosf/test1/test1.c +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/cosf/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/cosh/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/cosh/test1/test1.cpp index 40c2fca85ddc8d..4c23816621a9e0 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/cosh/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/cosh/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/coshf/test1/test1.c b/src/coreclr/src/pal/tests/palsuite/c_runtime/coshf/test1/test1.c index e1ab745acb0e8f..f62e7377420bc5 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/coshf/test1/test1.c +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/coshf/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/errno/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/errno/test1/test1.cpp index e1dd4a6b36d471..0a7da4a644c709 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/errno/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/errno/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/errno/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/errno/test2/test2.cpp index f418d2f199947c..2c5e42d005925b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/errno/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/errno/test2/test2.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/exit/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/exit/test1/test1.cpp index 87c9d22b8ac622..201e798e909f06 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/exit/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/exit/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/exit/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/exit/test2/test2.cpp index 16fbdfed2f4895..c5cb862740e6df 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/exit/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/exit/test2/test2.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/exp/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/exp/test1/test1.cpp index 20e071aa68e4de..c18e31b97830ae 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/exp/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/exp/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/expf/test1/test1.c b/src/coreclr/src/pal/tests/palsuite/c_runtime/expf/test1/test1.c index 32f4e8d26ccc44..1ef28a44085a82 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/expf/test1/test1.c +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/expf/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fabs/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fabs/test1/test1.cpp index 0a74d5c1c55de9..e505a21d3bb865 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fabs/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fabs/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fabsf/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fabsf/test1/test1.cpp index 0b020729b8d137..db46814c87a486 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fabsf/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fabsf/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fclose/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fclose/test1/test1.cpp index 0a8463823ddcbb..9771dc5e3113bd 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fclose/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fclose/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fclose/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fclose/test2/test2.cpp index f4da53553520f2..0ba288485890c2 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fclose/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fclose/test2/test2.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/ferror/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/ferror/test1/test1.cpp index 516f2531eda443..dbc8a6e240fd68 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/ferror/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/ferror/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/ferror/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/ferror/test2/test2.cpp index fdf9e032c85406..2e597e788856d0 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/ferror/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/ferror/test2/test2.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fflush/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fflush/test1/test1.cpp index 7baf9ba5b97137..d9a22dae857ea7 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fflush/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fflush/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test1/test1.cpp index 5e0e62dece4956..55759e9e9b48e5 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test2/test2.cpp index fa37cdbc13f61f..36c21fc56bbe02 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test2/test2.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test3/test3.cpp index 525ba9327f4615..bf8074f4a4a2e1 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test3/test3.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/floor/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/floor/test1/test1.cpp index dba320919bbede..a9837bfcd55a72 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/floor/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/floor/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/floorf/test1/test1.c b/src/coreclr/src/pal/tests/palsuite/c_runtime/floorf/test1/test1.c index 57dca21382ed2f..0a1e722e08015a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/floorf/test1/test1.c +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/floorf/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fma/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fma/test1/test1.cpp index b7d515dafc4f40..67aced02535347 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fma/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fma/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fmaf/test1/test1.c b/src/coreclr/src/pal/tests/palsuite/c_runtime/fmaf/test1/test1.c index 6c48d566e4c673..34b63f6c0d28cf 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fmaf/test1/test1.c +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fmaf/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fmod/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fmod/test1/test1.cpp index fd69ca52cb36c7..cf4ec5891dfce1 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fmod/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fmod/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fmodf/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fmodf/test1/test1.cpp index 31b45d360688b7..9768db041b7551 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fmodf/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fmodf/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test1/test1.cpp index 565b4eb77db99a..42009e8acf0d09 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test2/test2.cpp index 4026efe89aeb8e..8c66c66fcd6940 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test2/test2.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test3/test3.cpp index f3af42dc8a0756..fd1a7976d619cf 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test3/test3.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test4/test4.cpp index 04683d52c5d5bd..83c6987397d113 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test4/test4.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test5/test5.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test5/test5.cpp index 0a760314e15410..81428a4dcfca17 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test5/test5.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test5/test5.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test6/test6.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test6/test6.cpp index 03b6067fdd0382..7e55b0963c475c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test6/test6.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test6/test6.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test7/test7.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test7/test7.cpp index 3ef8602ddb0391..719ed7d08252b4 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test7/test7.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test7/test7.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/fprintf.h b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/fprintf.h index 87ee0d12323fbf..beead0eee58c4d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/fprintf.h +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/fprintf.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. /*NOTE: The creation of the test file within each function is because the FILE diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test1/test1.cpp index d55fc2534ce719..b97ed0e1b9239e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test10/test10.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test10/test10.cpp index 5988e8da74abd5..b7061b62ac026a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test10/test10.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test10/test10.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test11/test11.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test11/test11.cpp index 01880552b756db..4451ccdb5ac739 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test11/test11.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test11/test11.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test12/test12.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test12/test12.cpp index 0292e150141fc2..db65b1c44582be 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test12/test12.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test12/test12.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test13/test13.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test13/test13.cpp index e171aeacce2479..7a29345aa7775e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test13/test13.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test13/test13.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test14/test14.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test14/test14.cpp index 5d7d77387d9a8b..1396181e467f79 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test14/test14.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test14/test14.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test15/test15.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test15/test15.cpp index d024bdbd8a697c..0a1d25880d1456 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test15/test15.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test15/test15.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test16/test16.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test16/test16.cpp index 079faeaf596dbb..e68876a12f5557 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test16/test16.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test16/test16.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test17/test17.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test17/test17.cpp index 7bd817d7db6077..a2b366c184c3c5 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test17/test17.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test17/test17.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test18/test18.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test18/test18.cpp index 6582c41e0fd2c7..6c28d6d8d3f1b3 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test18/test18.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test18/test18.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test19/test19.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test19/test19.cpp index 9d9a28c325f39a..7e82b98311db7d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test19/test19.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test19/test19.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test2/test2.cpp index 1441827489e480..79c638027deee5 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test2/test2.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test3/test3.cpp index dd34c085368b28..8819aa36c35225 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test3/test3.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test4/test4.cpp index 4af4d1af6184cb..00450ba852f16b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test4/test4.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test5/test5.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test5/test5.cpp index c53e3f45b468ac..8318b1a83ef743 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test5/test5.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test5/test5.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test6/test6.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test6/test6.cpp index 0a8bc6b103e8a9..0de4fedc065eff 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test6/test6.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test6/test6.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test7/test7.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test7/test7.cpp index 088e328de5ca18..12bb0e595d4f2e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test7/test7.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test7/test7.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test8/test8.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test8/test8.cpp index c781abc9687535..a59cee3caa3a5d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test8/test8.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test8/test8.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test9/test9.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test9/test9.cpp index 3b06daec4845e7..978a06177d2aca 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test9/test9.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test9/test9.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fputs/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fputs/test1/test1.cpp index b90ea082e92a1e..e4e0443faa6052 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fputs/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fputs/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fputs/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fputs/test2/test2.cpp index b8e2f410bbf8ad..3b1c8baf4bcf52 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fputs/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fputs/test2/test2.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test1/test1.cpp index b706b2e91ca453..95d60d544eb766 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test2/test2.cpp index d7262a93216766..53f5f6b1cbfd66 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test2/test2.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test3/test3.cpp index 8c79bee582ffd8..c4998ab8230c4e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test3/test3.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/free/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/free/test1/test1.cpp index 4ff8dfb0945c5d..ca49da436fd46b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/free/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/free/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fseek/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fseek/test1/test1.cpp index dd1e87ea8d4f96..2fd1144571a81d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fseek/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fseek/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/ftell/test1/ftell.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/ftell/test1/ftell.cpp index 66e0854847a5ad..b5900887e5d992 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/ftell/test1/ftell.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/ftell/test1/ftell.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/fwprintf.h b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/fwprintf.h index eed0e7648477a8..f6bfc10918b49f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/fwprintf.h +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/fwprintf.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/pal/tests/palsuite/c_runtime/fwprintf/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test1/test1.cpp index 8a171db52aec53..784ddbfcab4c83 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test10/test10.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test10/test10.cpp index 3aa2c45c7c39ca..1e1574df0d99eb 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test10/test10.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test10/test10.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test11/test11.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test11/test11.cpp index 5867cd64fbb362..ba01c9e5274d34 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test11/test11.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test11/test11.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test12/test12.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test12/test12.cpp index 48a61234235c56..86ae29c159d219 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test12/test12.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test12/test12.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test13/test13.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test13/test13.cpp index 6eabec6c7719ce..ee8a0d7fb2a70f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test13/test13.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test13/test13.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test14/test14.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test14/test14.cpp index 001cf726891eba..397f7a1e2b6766 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test14/test14.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test14/test14.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test15/test15.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test15/test15.cpp index 9dfe82ecccd951..672eb51402c75a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test15/test15.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test15/test15.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test16/test16.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test16/test16.cpp index 1969be1824076e..1aa29b82c053b9 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test16/test16.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test16/test16.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test17/test17.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test17/test17.cpp index 66b12716d0bbce..67d3156a6df7cf 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test17/test17.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test17/test17.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test18/test18.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test18/test18.cpp index a33dea39b33eb6..001acd1eb60068 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test18/test18.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test18/test18.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test19/test19.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test19/test19.cpp index a407c9f4bda9a9..1c4ac012284658 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test19/test19.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test19/test19.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test2/test2.cpp index 1e03147619a9f4..79e1c3825040db 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test2/test2.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test3/test3.cpp index ff24aa715f6660..425526ad8ce097 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test3/test3.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test4/test4.cpp index ba0cafba01ae60..389e3ed81adcd2 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test4/test4.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test5/test5.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test5/test5.cpp index 9d959890904a1c..635c0128eecee5 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test5/test5.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test5/test5.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test6/test6.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test6/test6.cpp index 160ff524e08b01..b8cf52e8bfd187 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test6/test6.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test6/test6.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test7/test7.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test7/test7.cpp index c5515a8640c9f0..87beeb630d2663 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test7/test7.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test7/test7.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test8/test8.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test8/test8.cpp index efc81a954a6f80..242e0ca9a8b1ba 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test8/test8.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test8/test8.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test9/test9.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test9/test9.cpp index 23db2d8971dbad..3c252af996383b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test9/test9.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test9/test9.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwrite/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwrite/test1/test1.cpp index 392522879fdc26..70e7deb245e504 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwrite/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwrite/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test1/test1.cpp index 0fb9025c8f2195..d7361d7de1787c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test2/test2.cpp index 26f245fccefffd..c0d2d27733fc03 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test2/test2.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test3/test3.cpp index 1eefd9d40ca053..ca734748b0bdc2 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test3/test3.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/ilogb/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/ilogb/test1/test1.cpp index 0757e4e7ac7201..67290f598f9c21 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/ilogb/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/ilogb/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/ilogbf/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/ilogbf/test1/test1.cpp index faa9f268cb7d6d..b224e205990290 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/ilogbf/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/ilogbf/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/isalnum/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/isalnum/test1/test1.cpp index d9cdfcadf6709c..78560d5320d385 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/isalnum/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/isalnum/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/isalpha/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/isalpha/test1/test1.cpp index b494d14a923979..7e125b4817b98d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/isalpha/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/isalpha/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/isdigit/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/isdigit/test1/test1.cpp index ad2344827f407b..28f2b08a8b3f75 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/isdigit/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/isdigit/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/islower/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/islower/test1/test1.cpp index c8e877b70583d3..77b99843b55072 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/islower/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/islower/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/isprint/test1/isprint.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/isprint/test1/isprint.cpp index 54db666bf2b12c..57d1d5159565b2 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/isprint/test1/isprint.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/isprint/test1/isprint.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/isprint/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/isprint/test2/test2.cpp index 2170c47a14656f..08591afc7f21eb 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/isprint/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/isprint/test2/test2.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/isspace/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/isspace/test1/test1.cpp index 6cd1ce878b834d..d5806ad728479f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/isspace/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/isspace/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/isupper/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/isupper/test1/test1.cpp index b88bcc4a7eb0da..b4894429919697 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/isupper/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/isupper/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/iswdigit/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/iswdigit/test1/test1.cpp index b4fe3b3140daf6..8b82b11e94017f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/iswdigit/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/iswdigit/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/iswprint/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/iswprint/test1/test1.cpp index 08a985b2d64a10..ac6e9246227bf2 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/iswprint/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/iswprint/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/iswspace/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/iswspace/test1/test1.cpp index c58997812ef259..14b78b4ec5409b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/iswspace/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/iswspace/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/iswupper/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/iswupper/test1/test1.cpp index a01686be44ad70..11602130667431 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/iswupper/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/iswupper/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/isxdigit/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/isxdigit/test1/test1.cpp index be25af233ceae1..bbca8e1d225427 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/isxdigit/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/isxdigit/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/llabs/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/llabs/test1/test1.cpp index 044e22f13448b1..a6ea7d475e50ad 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/llabs/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/llabs/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/log/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/log/test1/test1.cpp index eea592dd451907..9c8f72cafccb55 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/log/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/log/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/log10/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/log10/test1/test1.cpp index 13711a752e4a4a..b1444528c61887 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/log10/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/log10/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/log10f/test1/test1.c b/src/coreclr/src/pal/tests/palsuite/c_runtime/log10f/test1/test1.c index e7c8c2f28b6a37..d43ef2f43e9ed0 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/log10f/test1/test1.c +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/log10f/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/log2/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/log2/test1/test1.cpp index 0f73fa16a7373e..c453e102a5fb37 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/log2/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/log2/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/log2f/test1/test1.c b/src/coreclr/src/pal/tests/palsuite/c_runtime/log2f/test1/test1.c index ed62e6320499f9..a4195d051b7e80 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/log2f/test1/test1.c +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/log2f/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/logf/test1/test1.c b/src/coreclr/src/pal/tests/palsuite/c_runtime/logf/test1/test1.c index 499778e992d8d6..3c7f10f0e9bdae 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/logf/test1/test1.c +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/logf/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/malloc/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/malloc/test1/test1.cpp index 7ea4dd068f9973..be71d783297f26 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/malloc/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/malloc/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/malloc/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/malloc/test2/test2.cpp index 5deee0eddb064e..6aa3e3f6b200ee 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/malloc/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/malloc/test2/test2.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/memchr/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/memchr/test1/test1.cpp index 043a6789d80390..924e5c80a554d4 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/memchr/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/memchr/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/memcmp/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/memcmp/test1/test1.cpp index 7b63173e22d3dc..41c16d98e0f844 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/memcmp/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/memcmp/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/memcpy/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/memcpy/test1/test1.cpp index 9da98d6573b5e5..26d59aa94ea409 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/memcpy/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/memcpy/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/memmove/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/memmove/test1/test1.cpp index 8279d671391d1c..8bb0ee231532ae 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/memmove/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/memmove/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/memset/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/memset/test1/test1.cpp index 67cde8756b5cce..483e3b9c3559e4 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/memset/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/memset/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/modf/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/modf/test1/test1.cpp index 389d0792533d0e..b0beb7cabe13c4 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/modf/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/modf/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/modff/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/modff/test1/test1.cpp index 6b7a50be39bc6f..a96cf7c78d756c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/modff/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/modff/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/pow/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/pow/test1/test1.cpp index 7eea316e621934..159d3956ea9caf 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/pow/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/pow/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/powf/test1/test1.c b/src/coreclr/src/pal/tests/palsuite/c_runtime/powf/test1/test1.c index e8933c5ce2eec4..24a23e04f9e142 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/powf/test1/test1.c +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/powf/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/printf.h b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/printf.h index 8ef725f305bfa6..780cf8f01cf32c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/printf.h +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/printf.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/pal/tests/palsuite/c_runtime/printf/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test1/test1.cpp index 31b701434339f6..3b941ae215bcb3 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test10/test10.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test10/test10.cpp index 5e69175b077116..122eacd7d07e6e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test10/test10.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test10/test10.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test11/test11.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test11/test11.cpp index 788be8b2db2614..be94cb6b6d7a32 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test11/test11.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test11/test11.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test12/test12.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test12/test12.cpp index b4006f2405d9db..00328193ef1a0a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test12/test12.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test12/test12.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test13/test13.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test13/test13.cpp index ccd16b50d2a1be..d42313f90c060d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test13/test13.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test13/test13.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test14/test14.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test14/test14.cpp index 10577db67d7209..5a999122324fbf 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test14/test14.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test14/test14.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test15/test15.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test15/test15.cpp index 2acfc436a3b320..03ba391fde54b3 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test15/test15.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test15/test15.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test16/test16.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test16/test16.cpp index 50c952f959e733..186568262a8c46 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test16/test16.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test16/test16.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test17/test17.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test17/test17.cpp index 96ddd5c1e4b856..58dbc37feaa231 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test17/test17.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test17/test17.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test18/test18.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test18/test18.cpp index 6c05e40f429c44..25f3c91ee3d444 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test18/test18.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test18/test18.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test19/test19.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test19/test19.cpp index a3ce0e7ad88ba3..ecef021d658b3c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test19/test19.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test19/test19.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test2/test2.cpp index 1c61b1d86d1dd5..5ddcce29c336d8 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test2/test2.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test3/test3.cpp index 79fe7213b33966..5778ebc0ab899b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test3/test3.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test4/test4.cpp index ba2fa589ba2b8c..d673fdda44126e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test4/test4.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test5/test5.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test5/test5.cpp index 9f8baa74da7117..b02195a02f1c68 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test5/test5.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test5/test5.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test6/test6.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test6/test6.cpp index edc65b6b9b1e37..ab55cb65b9128f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test6/test6.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test6/test6.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test7/test7.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test7/test7.cpp index 3aeb58f7dcac02..6ec7a29a567439 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test7/test7.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test7/test7.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test8/test8.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test8/test8.cpp index daa4674b92d9b2..bf3f76d4c9be2a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test8/test8.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test8/test8.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test9/test9.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test9/test9.cpp index 22c60d04f28d62..bad50d00a9ee39 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test9/test9.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test9/test9.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/qsort/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/qsort/test1/test1.cpp index c65fb18e68b681..674ec965fc8cd1 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/qsort/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/qsort/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/qsort/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/qsort/test2/test2.cpp index 8110dcd2c20104..9500002a939b8d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/qsort/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/qsort/test2/test2.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/rand_srand/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/rand_srand/test1/test1.cpp index 34154cb6d234c4..68888ca8e5fb48 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/rand_srand/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/rand_srand/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/realloc/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/realloc/test1/test1.cpp index 64a9270eab462a..ff812e1f0d5067 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/realloc/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/realloc/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/scalbn/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/scalbn/test1/test1.cpp index 9507cc48869f6b..22c61328edd0f8 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/scalbn/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/scalbn/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/scalbnf/test1/test1.c b/src/coreclr/src/pal/tests/palsuite/c_runtime/scalbnf/test1/test1.c index 88f00a24847ba4..10c7b2a7178e89 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/scalbnf/test1/test1.c +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/scalbnf/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sin/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sin/test1/test1.cpp index bec58d4dd985e7..7c83f7281f5517 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sin/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sin/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sinf/test1/test1.c b/src/coreclr/src/pal/tests/palsuite/c_runtime/sinf/test1/test1.c index d5bd24893525f0..0fa2935f1907b3 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sinf/test1/test1.c +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sinf/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sinh/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sinh/test1/test1.cpp index e790b16fb4dc8b..5dc6282a022104 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sinh/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sinh/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sinhf/test1/test1.c b/src/coreclr/src/pal/tests/palsuite/c_runtime/sinhf/test1/test1.c index 4e706a2f71705c..6c00b85996970c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sinhf/test1/test1.c +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sinhf/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/sprintf_s.h b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/sprintf_s.h index 129b9db727839d..cc3eff5fd95430 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/sprintf_s.h +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/sprintf_s.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/pal/tests/palsuite/c_runtime/sprintf_s/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test1/test1.cpp index a289c07716b2f4..95cabe068c3b28 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test10/test10.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test10/test10.cpp index bbda15a331b17d..fec2123687552f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test10/test10.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test10/test10.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test11/test11.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test11/test11.cpp index 7f4fca9f32ce53..d2d21e3222c6ae 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test11/test11.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test11/test11.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test12/test12.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test12/test12.cpp index 759a41105b3e3d..44da16677ac0f3 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test12/test12.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test12/test12.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test13/test13.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test13/test13.cpp index 76250d058ca13b..7542bb6fa78a60 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test13/test13.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test13/test13.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test14/test14.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test14/test14.cpp index 668edda433b2da..21b900d87d0657 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test14/test14.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test14/test14.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test15/test15.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test15/test15.cpp index 61e0e362a1557c..17b4020ec0ddeb 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test15/test15.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test15/test15.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test16/test16.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test16/test16.cpp index b237c98d5caff9..b25a48633b4f95 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test16/test16.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test16/test16.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test17/test17.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test17/test17.cpp index 220555e5d43313..1cf0aaa4f31c16 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test17/test17.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test17/test17.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test18/test18.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test18/test18.cpp index 2135a6f1e7f6ff..e3130105f9c2bd 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test18/test18.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test18/test18.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test19/test19.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test19/test19.cpp index 483c7167b18ba5..98be4e8e1ed963 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test19/test19.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test19/test19.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test2/test2.cpp index a3eb71dd1cdf79..efa9e484a9cc94 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test2/test2.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test3/test3.cpp index dd6e5902636087..f39d667386b9c2 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test3/test3.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test4/test4.cpp index 72349700ba9c92..67f664d59becde 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test4/test4.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test6/test6.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test6/test6.cpp index c5fc804071a7db..9682e61f543df6 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test6/test6.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test6/test6.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test7/test7.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test7/test7.cpp index fd46ae967413c7..b9dc0a810d57cd 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test7/test7.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test7/test7.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test8/test8.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test8/test8.cpp index db02627bb091db..70d0c6e1e09526 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test8/test8.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test8/test8.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test9/test9.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test9/test9.cpp index 2e1c78ce681e33..d7e67a245b8d72 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test9/test9.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test9/test9.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sqrt/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sqrt/test1/test1.cpp index 62d2251d61ef34..ae1b92fd12e5f1 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sqrt/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sqrt/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sqrtf/test1/test1.c b/src/coreclr/src/pal/tests/palsuite/c_runtime/sqrtf/test1/test1.c index cb1ac9e7df88c4..ac3941b55f61c0 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sqrtf/test1/test1.c +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sqrtf/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/sscanf_s.h b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/sscanf_s.h index 8a99d87cb453fd..6ef638c3fabb20 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/sscanf_s.h +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/sscanf_s.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/pal/tests/palsuite/c_runtime/sscanf_s/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test1/test1.cpp index 61313146e59065..c8c12aa854a894 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test10/test10.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test10/test10.cpp index 0c63c864edd60c..fb710429db1813 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test10/test10.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test10/test10.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test11/test11.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test11/test11.cpp index 8279f4b3f46ba4..665f006ee076a3 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test11/test11.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test11/test11.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test12/test12.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test12/test12.cpp index e5995342701ee4..912dac26f6d46c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test12/test12.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test12/test12.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test13/test13.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test13/test13.cpp index 4fc12bb751f83c..f7deec83c78efa 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test13/test13.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test13/test13.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test14/test14.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test14/test14.cpp index fc2fa2ee159b42..091afd61535ed4 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test14/test14.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test14/test14.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test15/test15.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test15/test15.cpp index 1eff995b862edd..cf2a30de87b1b8 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test15/test15.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test15/test15.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test16/test16.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test16/test16.cpp index f202767448d799..546d9fb6206f3a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test16/test16.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test16/test16.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test17/test17.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test17/test17.cpp index a18c3caff14ddd..0205d4e4210f90 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test17/test17.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test17/test17.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test2/test2.cpp index c9c79f67ea591f..162521a839995d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test2/test2.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test3/test3.cpp index e1e45bdd70954c..85e6d8d0cbee2a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test3/test3.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test4/test4.cpp index f8413ea7fdb2ca..9caa663f5fba9f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test4/test4.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test5/test5.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test5/test5.cpp index cdfefd860b4e22..35a4498f15789e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test5/test5.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test5/test5.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test6/test6.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test6/test6.cpp index 507b100e15b63e..d0a75282e4494f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test6/test6.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test6/test6.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test7/test7.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test7/test7.cpp index 4093e009e15f08..609a29613c03c6 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test7/test7.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test7/test7.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test8/test8.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test8/test8.cpp index 23ef22a56ab86a..b447442a924c89 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test8/test8.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test8/test8.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test9/test9.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test9/test9.cpp index 2c99c40e5dcbc5..0fcab98f024753 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test9/test9.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test9/test9.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strcat/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/strcat/test1/test1.cpp index 532d84621ef115..f5c00c5be4471a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strcat/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strcat/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strchr/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/strchr/test1/test1.cpp index 9190c4f7ce6ad3..0d75dd81dfb19c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strchr/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strchr/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strcmp/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/strcmp/test1/test1.cpp index 49428fd6240614..26e00d939cfe97 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strcmp/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strcmp/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strcpy/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/strcpy/test1/test1.cpp index 43069e59a6d423..af9f88b1edeeaf 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strcpy/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strcpy/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strcspn/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/strcspn/test1/test1.cpp index ddc56675702e6e..cd321f1e80e78a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strcspn/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strcspn/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strlen/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/strlen/test1/test1.cpp index 40f8e151c7d1fd..9fea613f95607f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strlen/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strlen/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strncat/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/strncat/test1/test1.cpp index 000d1685b9ec84..505db1e6088012 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strncat/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strncat/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strncmp/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/strncmp/test1/test1.cpp index 7326c3b61e2473..66d947edff9f27 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strncmp/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strncmp/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strncpy/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/strncpy/test1/test1.cpp index 62baf61ba2f406..96f8f9b3bfe22e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strncpy/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strncpy/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strpbrk/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/strpbrk/test1/test1.cpp index cf81c5817058f8..88bb3da1e13c89 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strpbrk/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strpbrk/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strrchr/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/strrchr/test1/test1.cpp index a5c147eecec4cc..b7014848d9f096 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strrchr/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strrchr/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strspn/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/strspn/test1/test1.cpp index 78d248843814cf..cc841696284bfd 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strspn/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strspn/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strstr/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/strstr/test1/test1.cpp index db01e8b32a2ced..cfd71ac57fb54f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strstr/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strstr/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strtod/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/strtod/test1/test1.cpp index e312d98f584a99..e4d7d66623f499 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strtod/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strtod/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strtod/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/strtod/test2/test2.cpp index 0eaf4f53b666d4..71915dbbd5c20d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strtod/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strtod/test2/test2.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strtok/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/strtok/test1/test1.cpp index f1dec70380953b..de157a531db1fa 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strtok/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strtok/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strtoul/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/strtoul/test1/test1.cpp index 344671b5cc912b..4db4401a5ec84f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strtoul/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strtoul/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/swprintf.h b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/swprintf.h index 210b12ec7ae5b7..74ab02977aee73 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/swprintf.h +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/swprintf.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/pal/tests/palsuite/c_runtime/swprintf/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test1/test1.cpp index c47d7d5202684f..7353646b31b8f1 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test10/test10.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test10/test10.cpp index 61aef593a0262b..aaf472c0e9089a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test10/test10.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test10/test10.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test11/test11.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test11/test11.cpp index 216f9acdbb4054..63592c542bf8a3 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test11/test11.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test11/test11.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test12/test12.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test12/test12.cpp index a41b0ddbd35ecd..d3789b5f706510 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test12/test12.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test12/test12.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test13/test13.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test13/test13.cpp index b99232f7eac015..d404eb95d2b71e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test13/test13.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test13/test13.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test14/test14.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test14/test14.cpp index bcfd6a7c24414e..f17e42e0cc02f6 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test14/test14.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test14/test14.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test15/test15.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test15/test15.cpp index 215afbe093ce9c..2aab51237fa375 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test15/test15.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test15/test15.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test16/test16.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test16/test16.cpp index 859afed8dd8863..a97e516695677d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test16/test16.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test16/test16.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test17/test17.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test17/test17.cpp index 480f2b2fe18e63..b6c0aef6e51e5e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test17/test17.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test17/test17.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test18/test18.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test18/test18.cpp index 1ed8cd00d8d2a7..fd51bb0a4a6d88 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test18/test18.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test18/test18.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test19/test19.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test19/test19.cpp index 0967bc8f4b0a1f..936a4ef6f8e8b6 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test19/test19.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test19/test19.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test2/test2.cpp index 1c2f420fe9b903..e2721b0a177f3e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test2/test2.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test3/test3.cpp index 8c6c38c96b7e50..fd8a82af34deab 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test3/test3.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test4/test4.cpp index 04bfca3285c0b0..c461fab0ab2a81 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test4/test4.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test6/test6.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test6/test6.cpp index ecd63742647524..9fe4f14af50913 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test6/test6.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test6/test6.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test7/test7.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test7/test7.cpp index e231ada3d2a8f8..f547877e464fa4 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test7/test7.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test7/test7.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test8/test8.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test8/test8.cpp index b4be28e78d4c35..e861c92cb4fe71 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test8/test8.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test8/test8.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test9/test9.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test9/test9.cpp index 2f5429e5fd6a5d..e49e788df04399 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test9/test9.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test9/test9.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/swscanf.h b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/swscanf.h index 6349b7dcd69374..20c99092e1a363 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/swscanf.h +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/swscanf.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/pal/tests/palsuite/c_runtime/swscanf/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test1/test1.cpp index 66136e57c53a5d..790284a01741e5 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test10/test10.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test10/test10.cpp index a8628e0de12c94..0c7c6cbd755c69 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test10/test10.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test10/test10.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test11/test11.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test11/test11.cpp index f7eb4af46fcead..a5044d82c436ff 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test11/test11.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test11/test11.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test12/test12.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test12/test12.cpp index f5f8bbdf8ad78d..2ab7d910409a97 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test12/test12.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test12/test12.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test13/test13.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test13/test13.cpp index 1bb0b7b21ce2e3..2c89bcaaf40298 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test13/test13.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test13/test13.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test14/test14.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test14/test14.cpp index 80581b726f1f95..a21976c0937ef6 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test14/test14.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test14/test14.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test15/test15.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test15/test15.cpp index 9b7d277e178d6e..ef50e91905ffba 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test15/test15.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test15/test15.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test16/test16.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test16/test16.cpp index c83b64468b3b95..1a21fa915387e9 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test16/test16.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test16/test16.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test17/test17.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test17/test17.cpp index 9023f7020a8da8..ffa8b9e2ddedcb 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test17/test17.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test17/test17.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test2/test2.cpp index 8fbd3f86ba6940..3263341f715801 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test2/test2.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test3/test3.cpp index 8b05df20f27536..0413f150276adc 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test3/test3.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test4/test4.cpp index d63d25b7d07355..11f86c4f6216ec 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test4/test4.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test5/test5.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test5/test5.cpp index 8ae2d81da68d98..8b8be9a318a7d8 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test5/test5.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test5/test5.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test6/test6.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test6/test6.cpp index 982f799cfce53f..d1a2540ca8a243 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test6/test6.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test6/test6.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test7/test7.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test7/test7.cpp index 45e9400549e90d..954c1820b02d4e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test7/test7.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test7/test7.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test8/test8.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test8/test8.cpp index a244de748f9b0f..9f02ac9efb32d6 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test8/test8.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test8/test8.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test9/test9.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test9/test9.cpp index e289d26f585330..0d7cd508816fd9 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test9/test9.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test9/test9.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/tan/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/tan/test1/test1.cpp index 443e5da6d6d07f..4724f0567c8cff 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/tan/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/tan/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/tanf/test1/test1.c b/src/coreclr/src/pal/tests/palsuite/c_runtime/tanf/test1/test1.c index 18d5c4e59d4a1b..7fb8b859e82a3b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/tanf/test1/test1.c +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/tanf/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/tanh/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/tanh/test1/test1.cpp index 3b8f87964ab908..5c6102478af543 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/tanh/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/tanh/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/tanhf/test1/test1.c b/src/coreclr/src/pal/tests/palsuite/c_runtime/tanhf/test1/test1.c index 904729a2c4e51c..01649aea59372b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/tanhf/test1/test1.c +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/tanhf/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/time/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/time/test1/test1.cpp index c668bf38e7af4e..540794557ffd72 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/time/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/time/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/tolower/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/tolower/test1/test1.cpp index cab623d3f93fe4..6e3f0a50b6ef91 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/tolower/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/tolower/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/toupper/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/toupper/test1/test1.cpp index c580699e3bbd74..546f898949bb93 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/toupper/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/toupper/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/towlower/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/towlower/test1/test1.cpp index 5f2457a5fea083..6900a8fd43473a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/towlower/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/towlower/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/towupper/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/towupper/test1/test1.cpp index 63f051fa666e2e..a463a69d2ec517 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/towupper/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/towupper/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test1/test1.cpp index 302c914e3a924d..28432f87e65dcf 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test10/test10.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test10/test10.cpp index ecb4b0314a7486..9065352728aa40 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test10/test10.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test10/test10.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test11/test11.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test11/test11.cpp index 5f7bc118cc5ab1..657d47baf9a087 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test11/test11.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test11/test11.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test12/test12.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test12/test12.cpp index 0bf61d3eccf91c..9063acf7b09179 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test12/test12.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test12/test12.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test13/test13.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test13/test13.cpp index 1e42ce9e8d8072..c2589697417120 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test13/test13.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test13/test13.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test14/test14.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test14/test14.cpp index 82f247430ffffe..194d47a285a731 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test14/test14.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test14/test14.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test15/test15.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test15/test15.cpp index 53cc2ceb87a446..de90698c9bb69b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test15/test15.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test15/test15.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test16/test16.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test16/test16.cpp index 2b7674bb94de2a..eba3cbaae4601f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test16/test16.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test16/test16.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test17/test17.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test17/test17.cpp index 956be15f6f18e9..add1f54cd02ab9 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test17/test17.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test17/test17.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test18/test18.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test18/test18.cpp index c61c8cbdab258c..6b4eea39725579 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test18/test18.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test18/test18.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test19/test19.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test19/test19.cpp index d8e8f9301d6de6..53b1209364fdcd 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test19/test19.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test19/test19.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test2/test2.cpp index 0228734525a782..f19665b6e1f380 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test2/test2.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test3/test3.cpp index 879446f851d566..b9ab319f2f9475 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test3/test3.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test4/test4.cpp index d1376f18ec3d7d..8afbca48333985 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test4/test4.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test5/test5.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test5/test5.cpp index 44f21b61dbc29f..03a8bd60b5523e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test5/test5.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test5/test5.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test6/test6.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test6/test6.cpp index 36c6fe51ca4aaa..afa0909d648530 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test6/test6.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test6/test6.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test7/test7.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test7/test7.cpp index a9cfe319bd82e0..e8871b71600d8e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test7/test7.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test7/test7.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test8/test8.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test8/test8.cpp index 5cef99741a5977..3c6896417446d4 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test8/test8.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test8/test8.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test9/test9.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test9/test9.cpp index 45d0dc7a9e74e7..f77ad5710ba65d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test9/test9.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test9/test9.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/vfprintf.h b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/vfprintf.h index 7901b08b0debd9..1e5bac108cab28 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/vfprintf.h +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/vfprintf.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/pal/tests/palsuite/c_runtime/vprintf/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test1/test1.cpp index 404d7a0dc99b86..721ea27c12ae65 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test10/test10.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test10/test10.cpp index b363d7c02cc6e5..b7a6a1e2a2523b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test10/test10.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test10/test10.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test11/test11.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test11/test11.cpp index f5157ac99f93d0..61b370236b0fb3 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test11/test11.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test11/test11.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test12/test12.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test12/test12.cpp index 703a8c4fdc965f..a44a60abf60e2c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test12/test12.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test12/test12.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test13/test13.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test13/test13.cpp index ecb83ba38d55a0..8267a21f6f8228 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test13/test13.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test13/test13.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test14/test14.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test14/test14.cpp index 536c1950e32dbd..bba973a1e7f19d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test14/test14.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test14/test14.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test15/test15.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test15/test15.cpp index 9aff6e457db088..6ea26bab57ff6d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test15/test15.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test15/test15.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test16/test16.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test16/test16.cpp index 66e9afe2d7adc4..7cb28491017fa8 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test16/test16.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test16/test16.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test17/test17.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test17/test17.cpp index d36a084903631c..0d178b935f77a5 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test17/test17.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test17/test17.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test18/test18.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test18/test18.cpp index 6fde79b5fb8d60..67d491140aa2a8 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test18/test18.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test18/test18.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test19/test19.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test19/test19.cpp index a3e08773693e2d..abeb7ead6e3e74 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test19/test19.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test19/test19.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test2/test2.cpp index 72b79e5969b021..7b4b133f992837 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test2/test2.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test3/test3.cpp index 66cd509d94ceda..62826cfbc5ae94 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test3/test3.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test4/test4.cpp index 2469cb5661cf4a..6a915b82fde0a9 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test4/test4.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test5/test5.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test5/test5.cpp index c9e2901230611c..69a9f0d2405aa9 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test5/test5.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test5/test5.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test6/test6.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test6/test6.cpp index 6a83cccea6afe6..3a04a5142056ad 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test6/test6.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test6/test6.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test7/test7.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test7/test7.cpp index 5096ace42cc038..14bef0bf965030 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test7/test7.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test7/test7.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test8/test8.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test8/test8.cpp index 2683339ece5c30..bed3b18b3099ac 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test8/test8.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test8/test8.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test9/test9.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test9/test9.cpp index 8545bc760e50e5..4f8a05e4ce568f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test9/test9.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test9/test9.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/vprintf.h b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/vprintf.h index fcd8f8037090ac..87e7956b76225e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/vprintf.h +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/vprintf.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/pal/tests/palsuite/c_runtime/vsprintf/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test1/test1.cpp index 18c8c0ea1a7dc1..b210afe7ce459e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test10/test10.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test10/test10.cpp index 791213fccc02ef..81e3f833bae36d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test10/test10.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test10/test10.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test11/test11.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test11/test11.cpp index e0af94981baf02..da58cbad4e46bb 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test11/test11.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test11/test11.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test12/test12.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test12/test12.cpp index f86ddcade8c0d2..77852434416a9d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test12/test12.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test12/test12.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test13/test13.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test13/test13.cpp index 36e78255314b1e..6422543f795d3e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test13/test13.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test13/test13.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test14/test14.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test14/test14.cpp index 360fafc37f750a..de8395aa7f6a8b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test14/test14.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test14/test14.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test15/test15.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test15/test15.cpp index a5b4c942267737..760fa0081bccd1 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test15/test15.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test15/test15.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test16/test16.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test16/test16.cpp index a7258db9d6a854..65159efe590b7c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test16/test16.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test16/test16.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test17/test17.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test17/test17.cpp index 0ad246a1aeea75..d37c27b3a2e443 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test17/test17.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test17/test17.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test18/test18.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test18/test18.cpp index 9a4530556270b5..31fc132a5e15a3 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test18/test18.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test18/test18.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test19/test19.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test19/test19.cpp index 698ff36e35748d..4136033c29e488 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test19/test19.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test19/test19.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test2/test2.cpp index fc9163e976869e..e2dea2c655ec2e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test2/test2.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test3/test3.cpp index 4656bf3a925b3f..be9e5270bee8fc 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test3/test3.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test4/test4.cpp index 513b0dd3fa606b..5b71f63390ef04 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test4/test4.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test6/test6.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test6/test6.cpp index 0d38a3a1140175..8b68bc9c915374 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test6/test6.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test6/test6.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test7/test7.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test7/test7.cpp index c9f87d4343cc1c..5bb113376dfe6d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test7/test7.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test7/test7.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test8/test8.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test8/test8.cpp index e741d1da8bbf2c..e83e6b5c9f1a2a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test8/test8.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test8/test8.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test9/test9.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test9/test9.cpp index e1f7c84195724a..16fc3db29f7b66 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test9/test9.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test9/test9.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/vsprintf.h b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/vsprintf.h index d0275624273573..f5556691efd6cf 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/vsprintf.h +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/vsprintf.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/pal/tests/palsuite/c_runtime/vswprintf/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test1/test1.cpp index 8d69c82684d6d5..988c0e0e17fbdb 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test10/test10.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test10/test10.cpp index 7f316e28f6ecd2..58ea624ee9c16c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test10/test10.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test10/test10.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test11/test11.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test11/test11.cpp index 608069f8291696..a78b5963ff8d37 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test11/test11.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test11/test11.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test12/test12.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test12/test12.cpp index 36b203853ad500..c5e0b16808572e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test12/test12.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test12/test12.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test13/test13.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test13/test13.cpp index 63dc36a9600798..b84836b214ffc6 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test13/test13.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test13/test13.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test14/test14.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test14/test14.cpp index bb4ab16a54422d..5e948e8768ca63 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test14/test14.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test14/test14.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test15/test15.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test15/test15.cpp index 6296220c4e8129..fcfac5497ac4db 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test15/test15.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test15/test15.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test16/test16.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test16/test16.cpp index 3a2059a49135e1..e0f0fea2a2bd70 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test16/test16.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test16/test16.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test17/test17.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test17/test17.cpp index 95e3bd99954a86..635fb2b00eee18 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test17/test17.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test17/test17.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test18/test18.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test18/test18.cpp index ae7ae4c44bec81..4318a5f4e67e07 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test18/test18.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test18/test18.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test19/test19.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test19/test19.cpp index 12f2b7ba99a3ec..70f586f77b5d31 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test19/test19.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test19/test19.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test2/test2.cpp index a7b1b3a33605d9..215c26b679f05c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test2/test2.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test3/test3.cpp index 40c7d2afcf59b7..e361074ec26ffb 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test3/test3.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test4/test4.cpp index 2d61137d1baf16..aea717f105b74f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test4/test4.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test6/test6.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test6/test6.cpp index 51e99267a1602f..d9e47a15618147 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test6/test6.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test6/test6.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test7/test7.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test7/test7.cpp index 6037cb0fe7ae0e..789e32983e3fd2 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test7/test7.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test7/test7.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test8/test8.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test8/test8.cpp index baba524650e133..a500b073b7ab7d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test8/test8.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test8/test8.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test9/test9.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test9/test9.cpp index 5de004f5edcbb1..07754e2f63f897 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test9/test9.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test9/test9.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/vswprintf.h b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/vswprintf.h index 3454d289a32bdb..ac72491695e845 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/vswprintf.h +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/vswprintf.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/pal/tests/palsuite/c_runtime/wcscat/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcscat/test1/test1.cpp index e9a79d3880d6b9..c1f6f169f77ebc 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcscat/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcscat/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcschr/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcschr/test1/test1.cpp index a4963672f8e9b4..eeecf331a104f4 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcschr/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcschr/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcscmp/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcscmp/test1/test1.cpp index 1c38dd6d5832db..0b374518b05d52 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcscmp/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcscmp/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcscpy/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcscpy/test1/test1.cpp index 2ecafa83075104..a2b98c5b6d4a3e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcscpy/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcscpy/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcslen/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcslen/test1/test1.cpp index 17d03276289df0..ca2047b3c2d299 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcslen/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcslen/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsncmp/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsncmp/test1/test1.cpp index 4e4488f5a19087..51ab8a371323d2 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsncmp/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsncmp/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsncpy/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsncpy/test1/test1.cpp index 50d97b0e9cc739..85c531ff043f58 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsncpy/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsncpy/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcspbrk/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcspbrk/test1/test1.cpp index b0432f781957aa..56773fce640f26 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcspbrk/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcspbrk/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsrchr/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsrchr/test1/test1.cpp index ae8765776e95f3..fc28893ed0f6e5 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsrchr/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsrchr/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsstr/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsstr/test1/test1.cpp index 16005a9f8e1cf2..ab41299982c8fa 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsstr/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsstr/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstod/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstod/test1/test1.cpp index e41e92e961e5c0..d49c9038752ea0 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstod/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstod/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstod/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstod/test2/test2.cpp index 8f9b5cbf58f1a1..3bd972c1b2d3bb 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstod/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstod/test2/test2.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstok/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstok/test1/test1.cpp index 76d7dc02b351f6..725669c36d56c7 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstok/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstok/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test1/test1.cpp index 5274905e30a73f..190e05e373a730 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test2/test2.cpp index 07a020e6790308..5464ee32869f37 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test2/test2.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test3/test3.cpp index eac46615e29c84..8e8916021d4ef6 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test3/test3.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test4/test4.cpp index 0261da4275dd42..5aa380669ccd78 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test4/test4.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test5/test5.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test5/test5.cpp index a24123a209bc37..0f9ce043c94b81 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test5/test5.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test5/test5.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test6/test6.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test6/test6.cpp index 28397ec73fd538..716dfef7cbdc5a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test6/test6.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test6/test6.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wprintf/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/wprintf/test1/test1.cpp index d99dc8cf9301ac..22b459eabf687c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wprintf/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wprintf/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wprintf/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/c_runtime/wprintf/test2/test2.cpp index 4e54d452e8f2ff..d1943902692ef7 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wprintf/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wprintf/test2/test2.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wprintf/wprintf.h b/src/coreclr/src/pal/tests/palsuite/c_runtime/wprintf/wprintf.h index 3a96248c35d75a..440d62c5a3e842 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wprintf/wprintf.h +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wprintf/wprintf.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/pal/tests/palsuite/common/ResultBuffer.cpp b/src/coreclr/src/pal/tests/palsuite/common/ResultBuffer.cpp index e38c3241876b8a..4119399b36181e 100644 --- a/src/coreclr/src/pal/tests/palsuite/common/ResultBuffer.cpp +++ b/src/coreclr/src/pal/tests/palsuite/common/ResultBuffer.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 "resultbuffer.h" diff --git a/src/coreclr/src/pal/tests/palsuite/common/ResultBuffer.h b/src/coreclr/src/pal/tests/palsuite/common/ResultBuffer.h index c59d421e2d4824..0eb80f9e06bf95 100644 --- a/src/coreclr/src/pal/tests/palsuite/common/ResultBuffer.h +++ b/src/coreclr/src/pal/tests/palsuite/common/ResultBuffer.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. //#include //#include diff --git a/src/coreclr/src/pal/tests/palsuite/common/ResultTime.h b/src/coreclr/src/pal/tests/palsuite/common/ResultTime.h index 82daeb83c456dd..3d19d0f3168166 100644 --- a/src/coreclr/src/pal/tests/palsuite/common/ResultTime.h +++ b/src/coreclr/src/pal/tests/palsuite/common/ResultTime.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 _RESULT_TIME_H_ #define _RESULT_TIME_H_ diff --git a/src/coreclr/src/pal/tests/palsuite/common/pal_stdclib.h b/src/coreclr/src/pal/tests/palsuite/common/pal_stdclib.h index 61963db67c3c5c..a1bde4bdd3c7e4 100644 --- a/src/coreclr/src/pal/tests/palsuite/common/pal_stdclib.h +++ b/src/coreclr/src/pal/tests/palsuite/common/pal_stdclib.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/pal/tests/palsuite/common/palsuite.h b/src/coreclr/src/pal/tests/palsuite/common/palsuite.h index 8cc5018925994d..34bf3a5fa1a484 100644 --- a/src/coreclr/src/pal/tests/palsuite/common/palsuite.h +++ b/src/coreclr/src/pal/tests/palsuite/common/palsuite.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/pal/tests/palsuite/composite/object_management/event/nonshared/event.cpp b/src/coreclr/src/pal/tests/palsuite/composite/object_management/event/nonshared/event.cpp index 69ad9a30e315dd..337e0cf74f10d4 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/object_management/event/nonshared/event.cpp +++ b/src/coreclr/src/pal/tests/palsuite/composite/object_management/event/nonshared/event.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/composite/object_management/event/nonshared/main.cpp b/src/coreclr/src/pal/tests/palsuite/composite/object_management/event/nonshared/main.cpp index 7b61e91737dcb7..2d326c4b7246b9 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/object_management/event/nonshared/main.cpp +++ b/src/coreclr/src/pal/tests/palsuite/composite/object_management/event/nonshared/main.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/composite/object_management/event/shared/event.cpp b/src/coreclr/src/pal/tests/palsuite/composite/object_management/event/shared/event.cpp index 83d5fce27e3876..8f136f3b5370ed 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/object_management/event/shared/event.cpp +++ b/src/coreclr/src/pal/tests/palsuite/composite/object_management/event/shared/event.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/composite/object_management/event/shared/main.cpp b/src/coreclr/src/pal/tests/palsuite/composite/object_management/event/shared/main.cpp index c4a4067b5dcbdb..6824d3c2507e2f 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/object_management/event/shared/main.cpp +++ b/src/coreclr/src/pal/tests/palsuite/composite/object_management/event/shared/main.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/composite/object_management/mutex/nonshared/main.cpp b/src/coreclr/src/pal/tests/palsuite/composite/object_management/mutex/nonshared/main.cpp index 80f31aad6ee050..0937a2a8967daa 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/object_management/mutex/nonshared/main.cpp +++ b/src/coreclr/src/pal/tests/palsuite/composite/object_management/mutex/nonshared/main.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/composite/object_management/mutex/nonshared/mutex.cpp b/src/coreclr/src/pal/tests/palsuite/composite/object_management/mutex/nonshared/mutex.cpp index 7f1f659f922380..8dc808c99ab29d 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/object_management/mutex/nonshared/mutex.cpp +++ b/src/coreclr/src/pal/tests/palsuite/composite/object_management/mutex/nonshared/mutex.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/composite/object_management/mutex/shared/main.cpp b/src/coreclr/src/pal/tests/palsuite/composite/object_management/mutex/shared/main.cpp index aa9885556570df..a8481f60d1b18a 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/object_management/mutex/shared/main.cpp +++ b/src/coreclr/src/pal/tests/palsuite/composite/object_management/mutex/shared/main.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/composite/object_management/mutex/shared/mutex.cpp b/src/coreclr/src/pal/tests/palsuite/composite/object_management/mutex/shared/mutex.cpp index ec5d9b37ac6fdd..19fe3ad6f90a4c 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/object_management/mutex/shared/mutex.cpp +++ b/src/coreclr/src/pal/tests/palsuite/composite/object_management/mutex/shared/mutex.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/composite/object_management/semaphore/nonshared/main.cpp b/src/coreclr/src/pal/tests/palsuite/composite/object_management/semaphore/nonshared/main.cpp index 854809c8f82fb6..effe5c3527f851 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/object_management/semaphore/nonshared/main.cpp +++ b/src/coreclr/src/pal/tests/palsuite/composite/object_management/semaphore/nonshared/main.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/composite/object_management/semaphore/nonshared/semaphore.cpp b/src/coreclr/src/pal/tests/palsuite/composite/object_management/semaphore/nonshared/semaphore.cpp index 0e487f2c17e2a3..6c84a77c6c15ad 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/object_management/semaphore/nonshared/semaphore.cpp +++ b/src/coreclr/src/pal/tests/palsuite/composite/object_management/semaphore/nonshared/semaphore.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/composite/object_management/semaphore/shared/main.cpp b/src/coreclr/src/pal/tests/palsuite/composite/object_management/semaphore/shared/main.cpp index d3cfa762bba652..fd9167d487ad07 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/object_management/semaphore/shared/main.cpp +++ b/src/coreclr/src/pal/tests/palsuite/composite/object_management/semaphore/shared/main.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/composite/object_management/semaphore/shared/semaphore.cpp b/src/coreclr/src/pal/tests/palsuite/composite/object_management/semaphore/shared/semaphore.cpp index 5143c55143e46d..251e4d2fdcc50e 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/object_management/semaphore/shared/semaphore.cpp +++ b/src/coreclr/src/pal/tests/palsuite/composite/object_management/semaphore/shared/semaphore.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/criticalsection/criticalsection.cpp b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/criticalsection/criticalsection.cpp index 2fcd363e8a500c..60a41283ee22e5 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/criticalsection/criticalsection.cpp +++ b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/criticalsection/criticalsection.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/criticalsection/mainWrapper.cpp b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/criticalsection/mainWrapper.cpp index 4bc2f3d83449b8..7f9659dd997307 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/criticalsection/mainWrapper.cpp +++ b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/criticalsection/mainWrapper.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. /* Source Code: mainWrapper.c diff --git a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/mtx_critsect.cpp b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/mtx_critsect.cpp index 790c89f966f8d3..6f5a032a62cdbf 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/mtx_critsect.cpp +++ b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/mtx_critsect.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 #include diff --git a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/mtx_critsect.h b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/mtx_critsect.h index bc44ad8ecd9506..90c36cc61cdc7a 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/mtx_critsect.h +++ b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/mtx_critsect.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. #include diff --git a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/pal_composite_native_cs.cpp b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/pal_composite_native_cs.cpp index 0ccd5c94194882..a36931205a5d8a 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/pal_composite_native_cs.cpp +++ b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/pal_composite_native_cs.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 #include diff --git a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/resultbuffer.cpp b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/resultbuffer.cpp index c9ed9435f14c23..e99e31ff31d36a 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/resultbuffer.cpp +++ b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/resultbuffer.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 "resultbuffer.h" diff --git a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/resultbuffer.h b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/resultbuffer.h index 89209581003bbe..c3d9a27fdb782c 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/resultbuffer.h +++ b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/resultbuffer.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. #include #include diff --git a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/hpitinterlock.s b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/hpitinterlock.s index 062f4ebe6a7a3b..97d7c718ba70e5 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/hpitinterlock.s +++ b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/hpitinterlock.s @@ -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/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/interlocked.cpp b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/interlocked.cpp index b6c1dd7a8ff989..a87b6c4a28428e 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/interlocked.cpp +++ b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/interlocked.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. typedef long LONG; diff --git a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/mtx_critsect.cpp b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/mtx_critsect.cpp index 69c10e9078a6db..cd62a7840a1c18 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/mtx_critsect.cpp +++ b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/mtx_critsect.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 diff --git a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/mtx_critsect.h b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/mtx_critsect.h index becbf6f0cae6ad..16e9eb9cbb39f5 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/mtx_critsect.h +++ b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/mtx_critsect.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. #include diff --git a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/pal_composite_native_cs.cpp b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/pal_composite_native_cs.cpp index ec5c1c365f5525..18d967423771bf 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/pal_composite_native_cs.cpp +++ b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/pal_composite_native_cs.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 #include diff --git a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/resultbuffer.cpp b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/resultbuffer.cpp index c9ed9435f14c23..e99e31ff31d36a 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/resultbuffer.cpp +++ b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/resultbuffer.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 "resultbuffer.h" diff --git a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/resultbuffer.h b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/resultbuffer.h index 89209581003bbe..c3d9a27fdb782c 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/resultbuffer.h +++ b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/resultbuffer.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. #include #include diff --git a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/sparcinterloc.s b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/sparcinterloc.s index b9708bc770acd1..20647c77818d1f 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/sparcinterloc.s +++ b/src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/sparcinterloc.s @@ -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/pal/tests/palsuite/composite/threading/threadsuspension/mainWrapper.cpp b/src/coreclr/src/pal/tests/palsuite/composite/threading/threadsuspension/mainWrapper.cpp index 05a71191cf8f94..4366f26137eeed 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/threading/threadsuspension/mainWrapper.cpp +++ b/src/coreclr/src/pal/tests/palsuite/composite/threading/threadsuspension/mainWrapper.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. /* Source Code: mainWrapper.c diff --git a/src/coreclr/src/pal/tests/palsuite/composite/threading/threadsuspension/threadsuspension.cpp b/src/coreclr/src/pal/tests/palsuite/composite/threading/threadsuspension/threadsuspension.cpp index 86ee4e2fc0bd59..2e2539445e37c2 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/threading/threadsuspension/threadsuspension.cpp +++ b/src/coreclr/src/pal/tests/palsuite/composite/threading/threadsuspension/threadsuspension.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/composite/threading/threadsuspension_switchthread/mainWrapper.cpp b/src/coreclr/src/pal/tests/palsuite/composite/threading/threadsuspension_switchthread/mainWrapper.cpp index 05a71191cf8f94..4366f26137eeed 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/threading/threadsuspension_switchthread/mainWrapper.cpp +++ b/src/coreclr/src/pal/tests/palsuite/composite/threading/threadsuspension_switchthread/mainWrapper.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. /* Source Code: mainWrapper.c diff --git a/src/coreclr/src/pal/tests/palsuite/composite/threading/threadsuspension_switchthread/threadsuspension.cpp b/src/coreclr/src/pal/tests/palsuite/composite/threading/threadsuspension_switchthread/threadsuspension.cpp index a117b861744109..da445a06570d49 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/threading/threadsuspension_switchthread/threadsuspension.cpp +++ b/src/coreclr/src/pal/tests/palsuite/composite/threading/threadsuspension_switchthread/threadsuspension.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/composite/wfmo/main.cpp b/src/coreclr/src/pal/tests/palsuite/composite/wfmo/main.cpp index d186aa7b8bdf2b..43c5b98c7b3b2d 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/wfmo/main.cpp +++ b/src/coreclr/src/pal/tests/palsuite/composite/wfmo/main.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. /*============================================================ ** Source Code: main.c and mutex.c diff --git a/src/coreclr/src/pal/tests/palsuite/composite/wfmo/mutex.cpp b/src/coreclr/src/pal/tests/palsuite/composite/wfmo/mutex.cpp index c8ed01426c75d8..5d2310fcfb190d 100644 --- a/src/coreclr/src/pal/tests/palsuite/composite/wfmo/mutex.cpp +++ b/src/coreclr/src/pal/tests/palsuite/composite/wfmo/mutex.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. /*============================================================ **Source Code: main.c and mutex.c diff --git a/src/coreclr/src/pal/tests/palsuite/debug_api/DebugBreak/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/debug_api/DebugBreak/test1/test1.cpp index 2b10b9ad9d07f6..b0872c3f37d18f 100644 --- a/src/coreclr/src/pal/tests/palsuite/debug_api/DebugBreak/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/debug_api/DebugBreak/test1/test1.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/debug_api/OutputDebugStringA/test1/helper.cpp b/src/coreclr/src/pal/tests/palsuite/debug_api/OutputDebugStringA/test1/helper.cpp index 90073dfedd4d38..85f9c64b8ba7fe 100644 --- a/src/coreclr/src/pal/tests/palsuite/debug_api/OutputDebugStringA/test1/helper.cpp +++ b/src/coreclr/src/pal/tests/palsuite/debug_api/OutputDebugStringA/test1/helper.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/debug_api/OutputDebugStringA/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/debug_api/OutputDebugStringA/test1/test1.cpp index 080c6ac53ec75f..07b0c6798177fd 100644 --- a/src/coreclr/src/pal/tests/palsuite/debug_api/OutputDebugStringA/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/debug_api/OutputDebugStringA/test1/test1.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/debug_api/OutputDebugStringW/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/debug_api/OutputDebugStringW/test1/test1.cpp index 88b55427bcef84..c0fb3743ede244 100644 --- a/src/coreclr/src/pal/tests/palsuite/debug_api/OutputDebugStringW/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/debug_api/OutputDebugStringW/test1/test1.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/commonconsts.h b/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/commonconsts.h index eb7d511534614b..f056c478dd8342 100644 --- a/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/commonconsts.h +++ b/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/commonconsts.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/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/helper.cpp b/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/helper.cpp index d965ca7a5116ea..ba53f6e17be08b 100644 --- a/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/helper.cpp +++ b/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/helper.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/test1.cpp index f390c10c72275c..a3608bde245cea 100644 --- a/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/test1.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/commonconsts.h b/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/commonconsts.h index c1cec18e2d0526..b055ddf07ade03 100644 --- a/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/commonconsts.h +++ b/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/commonconsts.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/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/helper.cpp b/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/helper.cpp index 170e2064cbe094..a644774242638d 100644 --- a/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/helper.cpp +++ b/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/helper.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/test3.cpp index 15b4b3f79d1513..bef06d0843e7c2 100644 --- a/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/test3.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test4/helper.cpp b/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test4/helper.cpp index b653ea5057017f..aa9746f5632878 100644 --- a/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test4/helper.cpp +++ b/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test4/helper.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test4/test4.cpp index 51db23499bbf43..34f72ce1c02a9d 100644 --- a/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test4/test4.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test1/PAL_EXCEPT_FILTER.cpp b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test1/PAL_EXCEPT_FILTER.cpp index ee65f43d2c0a93..fa537b43d0b46a 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test1/PAL_EXCEPT_FILTER.cpp +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test1/PAL_EXCEPT_FILTER.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test2/pal_except_filter.cpp b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test2/pal_except_filter.cpp index ccf53fb0ba20c5..0e960c24787524 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test2/pal_except_filter.cpp +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test2/pal_except_filter.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test3/pal_except_filter.cpp b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test3/pal_except_filter.cpp index 20c36840b13d75..11f420ea809d10 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test3/pal_except_filter.cpp +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test3/pal_except_filter.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test1/PAL_EXCEPT_FILTER_EX.cpp b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test1/PAL_EXCEPT_FILTER_EX.cpp index 91f392d8d75998..b987b14f59d8cd 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test1/PAL_EXCEPT_FILTER_EX.cpp +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test1/PAL_EXCEPT_FILTER_EX.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test2/pal_except_filter_ex.cpp b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test2/pal_except_filter_ex.cpp index ab25c497332650..314221178b4421 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test2/pal_except_filter_ex.cpp +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test2/pal_except_filter_ex.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test3/pal_except_filter.cpp b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test3/pal_except_filter.cpp index a17cb4f6b3bdd0..bb0be8b3038e50 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test3/pal_except_filter.cpp +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test3/pal_except_filter.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test1/PAL_TRY_EXCEPT.cpp b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test1/PAL_TRY_EXCEPT.cpp index 4fb09bd27603d4..eb2bbce1ee6e9a 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test1/PAL_TRY_EXCEPT.cpp +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test1/PAL_TRY_EXCEPT.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test2/PAL_TRY_EXCEPT.cpp b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test2/PAL_TRY_EXCEPT.cpp index eb7b9d125790a3..baf4533bd8a046 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test2/PAL_TRY_EXCEPT.cpp +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test2/PAL_TRY_EXCEPT.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test1/PAL_TRY_EXCEPT_EX.cpp b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test1/PAL_TRY_EXCEPT_EX.cpp index 8b4dd7b4307a57..2225f46aab6f5b 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test1/PAL_TRY_EXCEPT_EX.cpp +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test1/PAL_TRY_EXCEPT_EX.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test2/PAL_TRY_EXCEPT_EX.cpp b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test2/PAL_TRY_EXCEPT_EX.cpp index 5ab4a95ce9cdcc..c56552d4b59c3d 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test2/PAL_TRY_EXCEPT_EX.cpp +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test2/PAL_TRY_EXCEPT_EX.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test3/PAL_TRY_EXCEPT_EX.cpp b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test3/PAL_TRY_EXCEPT_EX.cpp index d6a948926b9f9d..7e4d97f11ec212 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test3/PAL_TRY_EXCEPT_EX.cpp +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test3/PAL_TRY_EXCEPT_EX.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_LEAVE_FINALLY/test1/PAL_TRY_LEAVE_FINALLY.cpp b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_LEAVE_FINALLY/test1/PAL_TRY_LEAVE_FINALLY.cpp index 675c2a594783f9..b5de993e5b38e8 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_LEAVE_FINALLY/test1/PAL_TRY_LEAVE_FINALLY.cpp +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_LEAVE_FINALLY/test1/PAL_TRY_LEAVE_FINALLY.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test1/test1.cpp index 9130bc362d8255..22ffbc0c030aad 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test1/test1.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test2/test2.cpp index f8db573ac0b9ac..e5a85fe6adc23c 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test2/test2.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test3/test.cpp b/src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test3/test.cpp index 5278ad17724a5e..47199b55fa2f29 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test3/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test3/test.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test1/test1.cpp index 0fe48e7fc3983c..809c9bba5bdace 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test2/test2.cpp index bc0d4e300a368c..68238c4e1e9e0a 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test2/test2.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test3/test3.cpp index 0137697774132c..0e6b2641d14b82 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test3/test3.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test4/test4.cpp index 87844973b026ec..386f50243898eb 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test4/test4.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test5/test5.cpp b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test5/test5.cpp index f9faf4440e1275..97ee1d8d2810e1 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test5/test5.cpp +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test5/test5.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test6/test6.cpp b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test6/test6.cpp index 44b0ba1bc921b7..c3fc8547690fba 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test6/test6.cpp +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test6/test6.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test7/test7.cpp b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test7/test7.cpp index a8dc8331c202aa..cc43f4ee2a0ae8 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test7/test7.cpp +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test7/test7.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_finally/test1/pal_finally.cpp b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_finally/test1/pal_finally.cpp index f278f98956f641..423355b2d68db4 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_finally/test1/pal_finally.cpp +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_finally/test1/pal_finally.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/dlltest1.cpp b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/dlltest1.cpp index bbcb664bfe558e..c39a85646122ea 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/dlltest1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/dlltest1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/dlltest2.cpp b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/dlltest2.cpp index 084d99040444a9..9b10c03d30cb1f 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/dlltest2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/dlltest2.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/exceptionsxs.cpp b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/exceptionsxs.cpp index 97a963c120a7ae..aed4d6184a5c81 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/exceptionsxs.cpp +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/exceptionsxs.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test1/CopyFileA.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test1/CopyFileA.cpp index bfea85b7cb0362..fcfb463a934990 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test1/CopyFileA.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test1/CopyFileA.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test2/test2.cpp index 56618d0a58b220..60e1ffa280b942 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test2/test2.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test3/test3.cpp index b28bfe36fbd145..48ebda2d5fc399 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test3/test3.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test4/test4.cpp index 4a99938eb5109b..05d07eed5d1734 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test4/test4.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test1/CopyFileW.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test1/CopyFileW.cpp index 6127cc21bd8ac2..49e25f1ed94728 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test1/CopyFileW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test1/CopyFileW.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test2/test2.cpp index 5380a181ca8eb8..98fb244627e1d9 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test2/test2.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test3/test3.cpp index a2eb04c443b741..739abc9504f421 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test3/test3.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/CreateFileA/test1/CreateFileA.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/CreateFileA/test1/CreateFileA.cpp index f98fc5b9c5ff34..21150a0614ca00 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/CreateFileA/test1/CreateFileA.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/CreateFileA/test1/CreateFileA.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/CreateFileW/test1/CreateFileW.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/CreateFileW/test1/CreateFileW.cpp index 0619f5b4aa4c71..a861f3d88fa250 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/CreateFileW/test1/CreateFileW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/CreateFileW/test1/CreateFileW.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/DeleteFileA/test1/DeleteFileA.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/DeleteFileA/test1/DeleteFileA.cpp index a8eb71decb5f57..badb3ba8525a02 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/DeleteFileA/test1/DeleteFileA.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/DeleteFileA/test1/DeleteFileA.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/DeleteFileW/test1/DeleteFileW.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/DeleteFileW/test1/DeleteFileW.cpp index fca96d1e00b795..ef9069670206f8 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/DeleteFileW/test1/DeleteFileW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/DeleteFileW/test1/DeleteFileW.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/FILECanonicalizePath/FILECanonicalizePath.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/FILECanonicalizePath/FILECanonicalizePath.cpp index 3a1758aa3b82b1..4661843d780339 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/FILECanonicalizePath/FILECanonicalizePath.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/FILECanonicalizePath/FILECanonicalizePath.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/FindClose/test1/FindClose.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/FindClose/test1/FindClose.cpp index 3d53806e486fa1..f9df4b9c077a57 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/FindClose/test1/FindClose.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/FindClose/test1/FindClose.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/FindFirstFileA/test1/FindFirstFileA.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/FindFirstFileA/test1/FindFirstFileA.cpp index 6ceb6a97479a39..901a1f35e6bb2d 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/FindFirstFileA/test1/FindFirstFileA.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/FindFirstFileA/test1/FindFirstFileA.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/FindFirstFileW/test1/FindFirstFileW.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/FindFirstFileW/test1/FindFirstFileW.cpp index f69a6259764ba9..ac3ba18d95eeba 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/FindFirstFileW/test1/FindFirstFileW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/FindFirstFileW/test1/FindFirstFileW.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileA/test1/FindNextFileA.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileA/test1/FindNextFileA.cpp index 578fa00542730e..a9192b464c9db7 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileA/test1/FindNextFileA.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileA/test1/FindNextFileA.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileA/test2/findnextfilea.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileA/test2/findnextfilea.cpp index c841a4d498e27c..091d0c37bd5413 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileA/test2/findnextfilea.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileA/test2/findnextfilea.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileW/test1/FindNextFileW.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileW/test1/FindNextFileW.cpp index 42e2e55805d91d..df271f8b849d09 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileW/test1/FindNextFileW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileW/test1/FindNextFileW.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileW/test2/findnextfilew.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileW/test2/findnextfilew.cpp index 3e806c2576472f..b0e5f4857b8ab2 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileW/test2/findnextfilew.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileW/test2/findnextfilew.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/FlushFileBuffers/test1/FlushFileBuffers.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/FlushFileBuffers/test1/FlushFileBuffers.cpp index 246be64847fde2..8c7b7545fadb53 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/FlushFileBuffers/test1/FlushFileBuffers.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/FlushFileBuffers/test1/FlushFileBuffers.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetConsoleOutputCP/test1/GetConsoleOutputCP.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetConsoleOutputCP/test1/GetConsoleOutputCP.cpp index 3deaebf68fad18..137839387cd5f5 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetConsoleOutputCP/test1/GetConsoleOutputCP.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetConsoleOutputCP/test1/GetConsoleOutputCP.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetCurrentDirectoryA/test1/GetCurrentDirectoryA.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetCurrentDirectoryA/test1/GetCurrentDirectoryA.cpp index b09e8a104d5310..2e28e530bfd4bb 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetCurrentDirectoryA/test1/GetCurrentDirectoryA.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetCurrentDirectoryA/test1/GetCurrentDirectoryA.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetCurrentDirectoryW/test1/GetCurrentDirectoryW.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetCurrentDirectoryW/test1/GetCurrentDirectoryW.cpp index 4f4697b0a26b51..a183663387cf46 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetCurrentDirectoryW/test1/GetCurrentDirectoryW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetCurrentDirectoryW/test1/GetCurrentDirectoryW.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/GetFileAttributesA.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/GetFileAttributesA.cpp index 1d9d85d7718aef..9d71293acfef07 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/GetFileAttributesA.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/GetFileAttributesA.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/test1.cpp index af279ed1ef7d8c..037d276af803d6 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test2/test2.cpp index f244a3bf6a5595..f5fea17222d645 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test2/test2.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/GetFileAttributesW.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/GetFileAttributesW.cpp index ffae4d985e2038..cb5745337169ed 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/GetFileAttributesW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/GetFileAttributesW.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFileSize/test1/GetFileSize.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetFileSize/test1/GetFileSize.cpp index fac01c98c9990e..f66d5b94054bb0 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFileSize/test1/GetFileSize.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFileSize/test1/GetFileSize.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFileSizeEx/test1/GetFileSizeEx.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetFileSizeEx/test1/GetFileSizeEx.cpp index ef5afd0e6b89b2..3361047c2713a2 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFileSizeEx/test1/GetFileSizeEx.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFileSizeEx/test1/GetFileSizeEx.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test1/GetFullPathNameA.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test1/GetFullPathNameA.cpp index de9a266f5a8e60..eda6f130c4f3a7 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test1/GetFullPathNameA.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test1/GetFullPathNameA.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test2/test2.cpp index 95a1497331db51..caec7d8be8d3c8 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test2/test2.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test3/test3.cpp index 0cc39e7300a0a9..54c53955465df4 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test3/test3.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test4/test4.cpp index fb22c1f07bb1c6..fd9879b03c8d54 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test4/test4.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test1/GetFullPathNameW.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test1/GetFullPathNameW.cpp index 4fb1effe45ae12..e4562132016b9b 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test1/GetFullPathNameW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test1/GetFullPathNameW.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test2/test2.cpp index 9ed10d02751edc..3faaffa3f5c2a3 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test2/test2.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test3/test3.cpp index 5b16b678cdd698..ca2b13bc515431 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test3/test3.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test4/test4.cpp index d1efc81e5f6a91..6976dcd4079e59 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test4/test4.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetStdHandle/test1/GetStdHandle.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetStdHandle/test1/GetStdHandle.cpp index 47b1eba5997dd3..3120d180f107c5 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetStdHandle/test1/GetStdHandle.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetStdHandle/test1/GetStdHandle.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetStdHandle/test2/GetStdHandle.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetStdHandle/test2/GetStdHandle.cpp index 45f5ddd24330b4..91d175b58e3727 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetStdHandle/test2/GetStdHandle.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetStdHandle/test2/GetStdHandle.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetSystemTime/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetSystemTime/test1/test.cpp index 361dbef33d9bd6..fe5e01869a952a 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetSystemTime/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetSystemTime/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetSystemTimeAsFileTime/test1/GetSystemTimeAsFileTime.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetSystemTimeAsFileTime/test1/GetSystemTimeAsFileTime.cpp index bd7e856abd9393..c17cbccd69fbe9 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetSystemTimeAsFileTime/test1/GetSystemTimeAsFileTime.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetSystemTimeAsFileTime/test1/GetSystemTimeAsFileTime.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test1/GetTempFileNameA.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test1/GetTempFileNameA.cpp index bea8e2776e65a7..c5e26784fc0375 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test1/GetTempFileNameA.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test1/GetTempFileNameA.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test2/GetTempFileNameA.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test2/GetTempFileNameA.cpp index 861a8b87e87df1..c6412884497436 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test2/GetTempFileNameA.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test2/GetTempFileNameA.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test3/gettempfilenamea.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test3/gettempfilenamea.cpp index 8eccc3d2e8e126..4cb3581d2b8896 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test3/gettempfilenamea.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test3/gettempfilenamea.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test1/GetTempFileNameW.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test1/GetTempFileNameW.cpp index ebc4d25bcb8320..126b3f63685ead 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test1/GetTempFileNameW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test1/GetTempFileNameW.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test2/GetTempFileNameW.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test2/GetTempFileNameW.cpp index 2c8b19e0816c4d..d649bf811fc505 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test2/GetTempFileNameW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test2/GetTempFileNameW.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test3/gettempfilenamew.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test3/gettempfilenamew.cpp index 96d8e66410b873..0e55cd0ce22bd6 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test3/gettempfilenamew.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test3/gettempfilenamew.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempPathW/test1/GetTempPathW.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempPathW/test1/GetTempPathW.cpp index bf997def7674f0..a33eee5008ab9c 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempPathW/test1/GetTempPathW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempPathW/test1/GetTempPathW.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/MoveFileExA/test1/MoveFileExA.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/MoveFileExA/test1/MoveFileExA.cpp index 0bce2b08d1e97e..08ce684facb1e8 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/MoveFileExA/test1/MoveFileExA.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/MoveFileExA/test1/MoveFileExA.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/MoveFileExW/test1/MoveFileExW.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/MoveFileExW/test1/MoveFileExW.cpp index 4f5b72dcf7b5fe..bb9cb5a2d76632 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/MoveFileExW/test1/MoveFileExW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/MoveFileExW/test1/MoveFileExW.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test1/ReadFile.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test1/ReadFile.cpp index a59e29212e1632..2c9698d7c6ac61 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test1/ReadFile.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test1/ReadFile.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test2/ReadFile.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test2/ReadFile.cpp index 7120d1fc9de019..3f969eb4b6d49c 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test2/ReadFile.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test2/ReadFile.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test3/ReadFile.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test3/ReadFile.cpp index c5d6b1d155339d..937e581c11a111 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test3/ReadFile.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test3/ReadFile.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test4/readfile.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test4/readfile.cpp index 3ec939f63ac8f0..864695092a6a84 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test4/readfile.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test4/readfile.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/SearchPathW/test1/SearchPathW.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/SearchPathW/test1/SearchPathW.cpp index 6880a864cb81bd..6ae52059e2ecca 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/SearchPathW/test1/SearchPathW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/SearchPathW/test1/SearchPathW.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test1/SetEndOfFile.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test1/SetEndOfFile.cpp index 9078ddc65b5183..b4ca15527e08f6 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test1/SetEndOfFile.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test1/SetEndOfFile.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test2/SetEndOfFile.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test2/SetEndOfFile.cpp index 6b3c05088e9df0..031c7573b3ac9e 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test2/SetEndOfFile.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test2/SetEndOfFile.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test3/SetEndOfFile.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test3/SetEndOfFile.cpp index dfd9194465b85c..c7598d32b7f2e7 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test3/SetEndOfFile.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test3/SetEndOfFile.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test4/setendoffile.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test4/setendoffile.cpp index 98a6ec63daff3e..66530513f9d4f9 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test4/setendoffile.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test4/setendoffile.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test5/test5.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test5/test5.cpp index 7000d1af155e27..f7c6e3c1041050 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test5/test5.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test5/test5.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test1/SetFilePointer.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test1/SetFilePointer.cpp index 14b5f85e69f38d..6c421bf7e932f3 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test1/SetFilePointer.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test1/SetFilePointer.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test2/SetFilePointer.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test2/SetFilePointer.cpp index 19e99a74b35016..073703e644ebaf 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test2/SetFilePointer.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test2/SetFilePointer.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test3/SetFilePointer.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test3/SetFilePointer.cpp index dd53829629b309..1ba13e525314c6 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test3/SetFilePointer.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test3/SetFilePointer.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test4/SetFilePointer.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test4/SetFilePointer.cpp index 2993cfd3544e7e..12e13ca6208502 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test4/SetFilePointer.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test4/SetFilePointer.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test5/SetFilePointer.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test5/SetFilePointer.cpp index f1d392da3895f7..c1c531d1971619 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test5/SetFilePointer.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test5/SetFilePointer.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test6/SetFilePointer.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test6/SetFilePointer.cpp index b35247ec24cf84..5b48da950b92b9 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test6/SetFilePointer.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test6/SetFilePointer.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test7/SetFilePointer.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test7/SetFilePointer.cpp index 33dfd5e711f3e8..d7d4d37b6214f0 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test7/SetFilePointer.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test7/SetFilePointer.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test1/WriteFile.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test1/WriteFile.cpp index a080f56422adbb..cc805ccf9ff68b 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test1/WriteFile.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test1/WriteFile.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test2/WriteFile.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test2/WriteFile.cpp index 9345bc6c48710e..593b1667fd5efc 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test2/WriteFile.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test2/WriteFile.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test3/WriteFile.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test3/WriteFile.cpp index 751f89ff2ceba3..672a10e16ecaf4 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test3/WriteFile.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test3/WriteFile.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test4/writefile.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test4/writefile.cpp index 47a0066ec90820..4eb2b20ee0135c 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test4/writefile.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test4/writefile.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test5/writefile.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test5/writefile.cpp index 46920b333559c4..e1ddf22ad4db74 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test5/writefile.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test5/writefile.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/errorpathnotfound/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/errorpathnotfound/test1/test1.cpp index eaf3db3a30983e..8a2654b1193c99 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/errorpathnotfound/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/errorpathnotfound/test1/test1.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. /*===================================================================== diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/errorpathnotfound/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/errorpathnotfound/test2/test2.cpp index 78f925e6b9f061..b6a439a5786ca5 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/errorpathnotfound/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/errorpathnotfound/test2/test2.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. /*===================================================================== diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/gettemppatha/test1/gettemppatha.cpp b/src/coreclr/src/pal/tests/palsuite/file_io/gettemppatha/test1/gettemppatha.cpp index b0da528af868f0..55ca7db7ca4ee6 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/gettemppatha/test1/gettemppatha.cpp +++ b/src/coreclr/src/pal/tests/palsuite/file_io/gettemppatha/test1/gettemppatha.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test1/CreateFileMapping.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test1/CreateFileMapping.cpp index 91640bfd048156..6462b8022a7510 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test1/CreateFileMapping.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test1/CreateFileMapping.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test3/CreateFileMapping.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test3/CreateFileMapping.cpp index 2a849d86b8878c..bbf75296e05791 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test3/CreateFileMapping.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test3/CreateFileMapping.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test4/CreateFileMapping.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test4/CreateFileMapping.cpp index 64caa88ca08f27..a5fd1c8a0a30c2 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test4/CreateFileMapping.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test4/CreateFileMapping.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test5/CreateFileMapping.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test5/CreateFileMapping.cpp index c7f9918b08462a..3d17532eeca487 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test5/CreateFileMapping.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test5/CreateFileMapping.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test6/CreateFileMapping.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test6/CreateFileMapping.cpp index 6445295de8f3a2..7c3ba87a8f6723 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test6/CreateFileMapping.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test6/CreateFileMapping.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test7/createfilemapping.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test7/createfilemapping.cpp index 7cef9ddcdce109..47bfdf20f71c39 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test7/createfilemapping.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test7/createfilemapping.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test8/createfilemapping.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test8/createfilemapping.cpp index 02b2fb5e615fa2..fa09291511c41d 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test8/createfilemapping.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test8/createfilemapping.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test9/createfilemapping.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test9/createfilemapping.cpp index 9224c22b4bf54c..c0a1028fa44382 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test9/createfilemapping.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test9/createfilemapping.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/CreateFileMapping_neg1/CreateFileMapping_neg.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/CreateFileMapping_neg1/CreateFileMapping_neg.cpp index 8cf79b3c57b991..3fd3d2086706c5 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/CreateFileMapping_neg1/CreateFileMapping_neg.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/CreateFileMapping_neg1/CreateFileMapping_neg.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test1/CreateFileMappingW.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test1/CreateFileMappingW.cpp index 4263a3ad294bd1..b17ecfac0adc63 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test1/CreateFileMappingW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test1/CreateFileMappingW.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test2/CreateFileMappingW.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test2/CreateFileMappingW.cpp index 5cc6d77709088a..9f13cd7ce7a223 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test2/CreateFileMappingW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test2/CreateFileMappingW.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test3/CreateFileMappingW.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test3/CreateFileMappingW.cpp index 1cbeff94a7fbc5..867b51b1668a11 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test3/CreateFileMappingW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test3/CreateFileMappingW.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test4/CreateFileMappingW.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test4/CreateFileMappingW.cpp index 265a317b2f5e80..e439ed0c939a16 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test4/CreateFileMappingW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test4/CreateFileMappingW.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test5/CreateFileMappingW.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test5/CreateFileMappingW.cpp index 21bf7c6d7627f0..a45267d4d30c2e 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test5/CreateFileMappingW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test5/CreateFileMappingW.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test6/CreateFileMappingW.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test6/CreateFileMappingW.cpp index acf3ac6dff9279..635999a6ab4cb3 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test6/CreateFileMappingW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test6/CreateFileMappingW.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test7/createfilemapping.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test7/createfilemapping.cpp index e49b9f688d1084..3141f7ea2e2aab 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test7/createfilemapping.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test7/createfilemapping.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test8/createfilemapping.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test8/createfilemapping.cpp index 1ff137d8d3aa3f..54543d5f218ed6 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test8/createfilemapping.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test8/createfilemapping.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test9/createfilemapping.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test9/createfilemapping.cpp index 16ae74c126a0ea..e062e4543d3303 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test9/createfilemapping.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test9/createfilemapping.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test1/FreeLibrary.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test1/FreeLibrary.cpp index a06a2315868826..093242db635047 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test1/FreeLibrary.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test1/FreeLibrary.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test1/dlltest.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test1/dlltest.cpp index 3e6cff292e3f84..24c3dd406d262a 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test1/dlltest.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test1/dlltest.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test2/test2.cpp index b43f74d6bc2e12..2cf10ee8ee1402 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test2/test2.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibraryAndExitThread/test1/dlltest.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibraryAndExitThread/test1/dlltest.cpp index e66a9ebdbe54c2..2efa625c64b2b9 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibraryAndExitThread/test1/dlltest.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibraryAndExitThread/test1/dlltest.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibraryAndExitThread/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibraryAndExitThread/test1/test1.cpp index 58f6643722aa52..2306a190d0f316 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibraryAndExitThread/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibraryAndExitThread/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test1/GetModuleFileNameA.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test1/GetModuleFileNameA.cpp index d05f0ac6a979dc..78550913b59a31 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test1/GetModuleFileNameA.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test1/GetModuleFileNameA.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test2/GetModuleFileNameA.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test2/GetModuleFileNameA.cpp index e8aed6d30e3447..99cfeb7c1cf1d3 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test2/GetModuleFileNameA.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test2/GetModuleFileNameA.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test1/GetModuleFileNameW.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test1/GetModuleFileNameW.cpp index c122312d89132d..d38ea321857010 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test1/GetModuleFileNameW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test1/GetModuleFileNameW.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test2/GetModuleFileNameW.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test2/GetModuleFileNameW.cpp index f23d97c1386a11..b9f52970eb3269 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test2/GetModuleFileNameW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test2/GetModuleFileNameW.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/test1.cpp index 7b89dfeb2b9eda..78d6a565f6420f 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/testlib.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/testlib.cpp index 7b87ba7f79dc5d..fe3cd17b94a68e 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/testlib.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/testlib.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/test2.cpp index 91077284232a9c..fdd5d85676668b 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/test2.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/testlib.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/testlib.cpp index 47299a1b1fb24e..77821369b7fd9e 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/testlib.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/testlib.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalAlloc/test1/LocalAlloc.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalAlloc/test1/LocalAlloc.cpp index 17afbc60206448..1b349069f04a00 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalAlloc/test1/LocalAlloc.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalAlloc/test1/LocalAlloc.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test1/LocalFree.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test1/LocalFree.cpp index d9c062e761bac1..86d27b45586cc0 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test1/LocalFree.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test1/LocalFree.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test2/LocalFree.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test2/LocalFree.cpp index 4d4567dc3f5544..587036041c17c8 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test2/LocalFree.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test2/LocalFree.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test1/MapViewOfFile.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test1/MapViewOfFile.cpp index 6bfb73f0e86d1e..9f0f6b8fa90c65 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test1/MapViewOfFile.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test1/MapViewOfFile.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test2/MapViewOfFile.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test2/MapViewOfFile.cpp index c08f585c0e32b7..e34960158a4f05 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test2/MapViewOfFile.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test2/MapViewOfFile.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test3/MapViewOfFile.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test3/MapViewOfFile.cpp index 63bee768f9f1cc..3a8990e3aceb6a 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test3/MapViewOfFile.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test3/MapViewOfFile.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test4/mapviewoffile.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test4/mapviewoffile.cpp index 7f3252144b03e9..66a72896eeba20 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test4/mapviewoffile.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test4/mapviewoffile.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test5/mapviewoffile.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test5/mapviewoffile.cpp index 219b3fa12a8703..ee920301fc36a9 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test5/mapviewoffile.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test5/mapviewoffile.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test6/mapviewoffile.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test6/mapviewoffile.cpp index f7d7302a4c9751..0e719ad733846e 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test6/mapviewoffile.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test6/mapviewoffile.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test1/OpenFileMappingA.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test1/OpenFileMappingA.cpp index 90872851129aa7..231389491d0746 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test1/OpenFileMappingA.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test1/OpenFileMappingA.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test2/OpenFileMappingA.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test2/OpenFileMappingA.cpp index 5e41a920243ab0..a8a2ce21cf225a 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test2/OpenFileMappingA.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test2/OpenFileMappingA.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test3/OpenFileMappingA.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test3/OpenFileMappingA.cpp index b01a3e8c0bcaa3..f26c7347c22eb2 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test3/OpenFileMappingA.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test3/OpenFileMappingA.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test1/OpenFileMappingW.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test1/OpenFileMappingW.cpp index 079af4a5c0b0d8..f5680f070b3b88 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test1/OpenFileMappingW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test1/OpenFileMappingW.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test2/OpenFileMappingW.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test2/OpenFileMappingW.cpp index e6a69651faad87..8b9f08955f48f7 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test2/OpenFileMappingW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test2/OpenFileMappingW.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test3/OpenFileMappingW.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test3/OpenFileMappingW.cpp index 9c83491f6bb3fc..7b55dfc428b84d 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test3/OpenFileMappingW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test3/OpenFileMappingW.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/ProbeMemory/ProbeMemory_neg1/ProbeMemory_neg.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/ProbeMemory/ProbeMemory_neg1/ProbeMemory_neg.cpp index 80de809e14de21..1bca5c662ab941 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/ProbeMemory/ProbeMemory_neg1/ProbeMemory_neg.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/ProbeMemory/ProbeMemory_neg1/ProbeMemory_neg.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/ProbeMemory/test1/ProbeMemory.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/ProbeMemory/test1/ProbeMemory.cpp index 30b358d31540dd..58dbcd67eb4030 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/ProbeMemory/test1/ProbeMemory.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/ProbeMemory/test1/ProbeMemory.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test1/UnmapViewOfFile.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test1/UnmapViewOfFile.cpp index a970ccc3b50026..3b78ce617ec0b1 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test1/UnmapViewOfFile.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test1/UnmapViewOfFile.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test2/unmapviewoffile.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test2/unmapviewoffile.cpp index 2ca185d234c2ca..43ab2b50cd11cf 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test2/unmapviewoffile.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test2/unmapviewoffile.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test1/VirtualAlloc.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test1/VirtualAlloc.cpp index 26ee942ba1885e..f71175cbe4aabf 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test1/VirtualAlloc.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test1/VirtualAlloc.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test10/VirtualAlloc.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test10/VirtualAlloc.cpp index ac06b9b5c811b5..f24d64b262136c 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test10/VirtualAlloc.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test10/VirtualAlloc.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test11/VirtualAlloc.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test11/VirtualAlloc.cpp index a3df39b63450a0..5f5440cf0bcb98 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test11/VirtualAlloc.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test11/VirtualAlloc.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test12/VirtualAlloc.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test12/VirtualAlloc.cpp index 8b3508635fce7b..a2d8bb5adfb0d8 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test12/VirtualAlloc.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test12/VirtualAlloc.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test13/VirtualAlloc.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test13/VirtualAlloc.cpp index d2109c0339d06f..0859c49d9144ab 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test13/VirtualAlloc.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test13/VirtualAlloc.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test14/VirtualAlloc.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test14/VirtualAlloc.cpp index 49bd21875ec80e..e76d12311f7727 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test14/VirtualAlloc.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test14/VirtualAlloc.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test15/VirtualAlloc.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test15/VirtualAlloc.cpp index 3cf1502f268d01..10922602b1ff47 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test15/VirtualAlloc.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test15/VirtualAlloc.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test16/VirtualAlloc.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test16/VirtualAlloc.cpp index ce61b9aa391b8b..9cbe6ce8525998 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test16/VirtualAlloc.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test16/VirtualAlloc.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test17/VirtualAlloc.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test17/VirtualAlloc.cpp index eb609f14e48a67..d4efeb154086ea 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test17/VirtualAlloc.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test17/VirtualAlloc.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test18/VirtualAlloc.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test18/VirtualAlloc.cpp index e46da851dbed7e..189298625ca76a 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test18/VirtualAlloc.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test18/VirtualAlloc.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test19/VirtualAlloc.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test19/VirtualAlloc.cpp index 5cbe48b15ed03e..d575daa39c761e 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test19/VirtualAlloc.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test19/VirtualAlloc.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test2/VirtualAlloc.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test2/VirtualAlloc.cpp index 99cf76a52350a0..dab649d718f3f8 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test2/VirtualAlloc.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test2/VirtualAlloc.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test20/virtualalloc.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test20/virtualalloc.cpp index 7aec3c7f55d3d5..3ed2b40364a1a3 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test20/virtualalloc.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test20/virtualalloc.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test21/virtualalloc.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test21/virtualalloc.cpp index 065a2ff5c815aa..1663bf6c195460 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test21/virtualalloc.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test21/virtualalloc.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test22/VirtualAlloc.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test22/VirtualAlloc.cpp index 489926f48d66e0..74fea7da17739d 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test22/VirtualAlloc.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test22/VirtualAlloc.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test3/VirtualAlloc.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test3/VirtualAlloc.cpp index 5c57ec337fd1fd..e004a00a47a3e6 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test3/VirtualAlloc.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test3/VirtualAlloc.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test4/VirtualAlloc.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test4/VirtualAlloc.cpp index c134a14eb13fe5..e4250f685dc0ae 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test4/VirtualAlloc.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test4/VirtualAlloc.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test5/VirtualAlloc.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test5/VirtualAlloc.cpp index 8c4f9dcdb6043f..4ff672bce34966 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test5/VirtualAlloc.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test5/VirtualAlloc.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test6/VirtualAlloc.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test6/VirtualAlloc.cpp index e9c33d86dff941..a9a08734f1fc20 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test6/VirtualAlloc.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test6/VirtualAlloc.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test7/VirtualAlloc.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test7/VirtualAlloc.cpp index bee2735c9f9c3f..27285252f28db6 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test7/VirtualAlloc.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test7/VirtualAlloc.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test8/VirtualAlloc.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test8/VirtualAlloc.cpp index d548e0c8db6b8a..9802e7b3a8d26b 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test8/VirtualAlloc.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test8/VirtualAlloc.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test9/VirtualAlloc.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test9/VirtualAlloc.cpp index 2711addacc28c2..36d3cf786ab83f 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test9/VirtualAlloc.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test9/VirtualAlloc.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test1/VirtualFree.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test1/VirtualFree.cpp index 0f4f144aa51f1d..921457e6d3a9c3 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test1/VirtualFree.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test1/VirtualFree.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test2/VirtualFree.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test2/VirtualFree.cpp index 70064a3bf96847..fe70d7d0873218 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test2/VirtualFree.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test2/VirtualFree.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test3/VirtualFree.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test3/VirtualFree.cpp index 27f1936be70b59..214f96c1d5eeda 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test3/VirtualFree.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test3/VirtualFree.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test1/VirtualProtect.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test1/VirtualProtect.cpp index 1a28bd156defc3..36e107593c8a58 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test1/VirtualProtect.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test1/VirtualProtect.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test2/VirtualProtect.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test2/VirtualProtect.cpp index 64a08d7885dfe4..0c95533f554f94 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test2/VirtualProtect.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test2/VirtualProtect.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test3/VirtualProtect.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test3/VirtualProtect.cpp index 0f738630eed2fa..86e35ebd07489c 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test3/VirtualProtect.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test3/VirtualProtect.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test4/VirtualProtect.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test4/VirtualProtect.cpp index 926d501d0d0f54..61275e822b476b 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test4/VirtualProtect.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test4/VirtualProtect.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test6/VirtualProtect.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test6/VirtualProtect.cpp index d60b323ec65038..6fa46642901e0c 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test6/VirtualProtect.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test6/VirtualProtect.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test7/VirtualProtect.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test7/VirtualProtect.cpp index edc37711f425bd..fb60354c672ad1 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test7/VirtualProtect.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test7/VirtualProtect.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualQuery/test1/VirtualQuery.cpp b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualQuery/test1/VirtualQuery.cpp index 44216ae563f6d1..3a414b36cbfa5a 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualQuery/test1/VirtualQuery.cpp +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualQuery/test1/VirtualQuery.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test1/LoadLibraryA.cpp b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test1/LoadLibraryA.cpp index b4a8de1367ca41..942b540d41697f 100644 --- a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test1/LoadLibraryA.cpp +++ b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test1/LoadLibraryA.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test2/LoadLibraryA.cpp b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test2/LoadLibraryA.cpp index d7cd9cb875a5c5..e8dc76d945913b 100644 --- a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test2/LoadLibraryA.cpp +++ b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test2/LoadLibraryA.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test2/MyModule.cpp b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test2/MyModule.cpp index 883b3fbc4a1590..5664c673775698 100644 --- a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test2/MyModule.cpp +++ b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test2/MyModule.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test3/loadlibrarya.cpp b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test3/loadlibrarya.cpp index da38f98d040b96..a0732f66f2e3e1 100644 --- a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test3/loadlibrarya.cpp +++ b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test3/loadlibrarya.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test5/loadlibrarya.cpp b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test5/loadlibrarya.cpp index ab38d1a6326d29..b8216f724f150f 100644 --- a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test5/loadlibrarya.cpp +++ b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test5/loadlibrarya.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test6/dlltest.cpp b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test6/dlltest.cpp index 372657605b530b..6e2cdeb7c9a715 100644 --- a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test6/dlltest.cpp +++ b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test6/dlltest.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test6/loadlibrarya.cpp b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test6/loadlibrarya.cpp index ee825e6439abd6..eb2a5e9d40e231 100644 --- a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test6/loadlibrarya.cpp +++ b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test6/loadlibrarya.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test7/LoadLibraryA.cpp b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test7/LoadLibraryA.cpp index 5e6db8bb687437..99aef0a5173eb1 100644 --- a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test7/LoadLibraryA.cpp +++ b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test7/LoadLibraryA.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test8/dlltest.cpp b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test8/dlltest.cpp index 372657605b530b..6e2cdeb7c9a715 100644 --- a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test8/dlltest.cpp +++ b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test8/dlltest.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test8/loadlibrarya.cpp b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test8/loadlibrarya.cpp index 6556e9c8967915..62197cfedcaabf 100644 --- a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test8/loadlibrarya.cpp +++ b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test8/loadlibrarya.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test1/LoadLibraryW.cpp b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test1/LoadLibraryW.cpp index 4c1a551de13ac6..bd680cc5d25c15 100644 --- a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test1/LoadLibraryW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test1/LoadLibraryW.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test2/loadlibraryw.cpp b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test2/loadlibraryw.cpp index e8aebf77e93adf..097b275906ca3d 100644 --- a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test2/loadlibraryw.cpp +++ b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test2/loadlibraryw.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test3/loadlibraryw.cpp b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test3/loadlibraryw.cpp index c722edaf131e52..9f405138c910d0 100644 --- a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test3/loadlibraryw.cpp +++ b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test3/loadlibraryw.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test5/loadlibraryw.cpp b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test5/loadlibraryw.cpp index 6d92f029e48ce7..505b6205316337 100644 --- a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test5/loadlibraryw.cpp +++ b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test5/loadlibraryw.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/CompareStringA/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/locale_info/CompareStringA/test1/test1.cpp index 98c147af483b4e..37beece4dfae2d 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/CompareStringA/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/CompareStringA/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/CompareStringW/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/locale_info/CompareStringW/test1/test1.cpp index bdf2c3dcf394c9..5c3f8b0e42bd52 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/CompareStringW/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/CompareStringW/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/GetACP/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/locale_info/GetACP/test1/test1.cpp index 8ea078ee69b96c..f0f1284d3c7a48 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/GetACP/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/GetACP/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/GetCPInfo/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/locale_info/GetCPInfo/test1/test1.cpp index ed9bbf93fc5713..2ef184d6478b35 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/GetCPInfo/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/GetCPInfo/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/GetCPInfo/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/locale_info/GetCPInfo/test2/test2.cpp index f52320f1678da7..0e47d54c230ed9 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/GetCPInfo/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/GetCPInfo/test2/test2.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/GetCPInfo/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/locale_info/GetCPInfo/test3/test3.cpp index aa9df935b80906..4223538431eedb 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/GetCPInfo/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/GetCPInfo/test3/test3.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test1/test1.cpp index 0994940a57850c..932ddc0313e948 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test2/test2.cpp index f00fa79c598f28..215ee3e2c7f7c7 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test2/test2.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/IsDBCSLeadByte/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/locale_info/IsDBCSLeadByte/test1/test1.cpp index ad326be08406b3..0d3b997010e078 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/IsDBCSLeadByte/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/IsDBCSLeadByte/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/IsDBCSLeadByteEx/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/locale_info/IsDBCSLeadByteEx/test1/test1.cpp index 9466f4817f1663..036e2a392b1943 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/IsDBCSLeadByteEx/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/IsDBCSLeadByteEx/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test1/test1.cpp index 81f58a532c5986..a10c00d3ef2f77 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test2/test2.cpp index 1370dba8943035..e4649b116daf94 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test2/test2.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test3/test3.cpp index 1b3a4bd4f5df74..5553e73cdaf9dc 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test3/test3.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test4/test4.cpp index 7d382de29851fb..758d3c875cbc40 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test4/test4.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test1/test1.cpp index cd763f33bebcf1..3bdc124e9f9deb 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test2/test2.cpp index f5d40ae9035b60..f4cee255adc468 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test2/test2.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test3/test3.cpp index ecd26addb4f19e..46c7f47fa9a7ff 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test3/test3.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test4/test4.cpp index e82994bc9c0fde..7c81884d73dc48 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test4/test4.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test5/test5.cpp b/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test5/test5.cpp index 393516a198687c..c01bbe0756cf2b 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test5/test5.cpp +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test5/test5.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/CGroup/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/CGroup/test1/test.cpp index 44b970a233e870..d44c7a753a20e5 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/CGroup/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/CGroup/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/CloseHandle/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/CloseHandle/test1/test.cpp index 443f89bacefa18..ad1bed2ab6f7f6 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/CloseHandle/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/CloseHandle/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/CloseHandle/test2/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/CloseHandle/test2/test.cpp index c1eea440700615..70aa9c4bcef9db 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/CloseHandle/test2/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/CloseHandle/test2/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/CreatePipe/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/CreatePipe/test1/test1.cpp index 3930183b603235..df2b8f6671731d 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/CreatePipe/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/CreatePipe/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FlushInstructionCache/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FlushInstructionCache/test1/test1.cpp index cdbefd01cc0650..1ff3d9e898ae93 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FlushInstructionCache/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FlushInstructionCache/test1/test1.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test1/test.cpp index 0cc4c434325b15..05b4bca36d32a7 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test2/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test2/test.cpp index eba38d48bd9c7f..a4a9a4d00b0f79 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test2/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test2/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test3/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test3/test.cpp index a390c00fea4cc0..e46214f8415137 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test3/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test3/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test4/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test4/test.cpp index 4f865efe7e7b29..7ebe91de5ef17a 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test4/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test4/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test5/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test5/test.cpp index 148c2ff2360b83..a27f42ebcf7dd8 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test5/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test5/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test6/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test6/test.cpp index 48f5e3e93d717a..510946421df1d4 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test6/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test6/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test1/test.cpp index 56010039d75939..a8d371800701d5 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test2/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test2/test.cpp index e59ad84fcfd844..c961ee625026a8 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test2/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test2/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetCommandLineW/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetCommandLineW/test1/test.cpp index 3417c149a00c9f..9604138a5eced9 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetCommandLineW/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetCommandLineW/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentStringsW/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentStringsW/test1/test.cpp index 2bd9153e59a8c7..9cdabf2d525f51 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentStringsW/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentStringsW/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test1/test.cpp index 23e99744672d3c..35edd29a6db29f 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test2/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test2/test.cpp index d26588e9077d91..ac0b9ebb02a33c 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test2/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test2/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test3/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test3/test.cpp index b51e139c95766c..96a2a93fd24bf4 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test3/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test3/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test4/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test4/test.cpp index a09eb883e3553c..35431e074d3d25 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test4/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test4/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test5/test5.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test5/test5.cpp index 19a4d25b64e65d..e65573542277f8 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test5/test5.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test5/test5.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. /*============================================================ ** Source : test5.c diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test6/test6.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test6/test6.cpp index 837036a0a93cf7..2f1107fdb4fe3e 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test6/test6.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test6/test6.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. /*============================================================ ** Source : test6.c diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test1/test.cpp index cb5fc00554f661..50c40afc7a74f6 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test2/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test2/test.cpp index 6fa753c8d38e05..b4308a8bd5c5bb 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test2/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test2/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test3/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test3/test.cpp index 03781e723f20b6..d489996f64a3a9 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test3/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test3/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test4/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test4/test.cpp index 1ee3e72c9d0ca2..47f1c217b581f1 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test4/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test4/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test5/test5.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test5/test5.cpp index 179fc17f0b7a2f..d0932ae184f96f 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test5/test5.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test5/test5.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. /*============================================================ ** Source : test5.c diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test6/test6.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test6/test6.cpp index e3769508413423..abd9fc267027b2 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test6/test6.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test6/test6.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. /*============================================================ ** Source : test6.c diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetLastError/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetLastError/test1/test.cpp index 65f56e595fd990..c106f9c9030d30 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetLastError/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetLastError/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetSystemInfo/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetSystemInfo/test1/test.cpp index 5f3608fb708344..f9cb513b7a60ab 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetSystemInfo/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetSystemInfo/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetTickCount/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetTickCount/test1/test.cpp index ad71ba5d6c2f65..2638f93808b707 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetTickCount/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetTickCount/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GlobalMemoryStatusEx/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GlobalMemoryStatusEx/test1/test.cpp index 460edade612413..84de313e71d100 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GlobalMemoryStatusEx/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GlobalMemoryStatusEx/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterLockedExchangeAdd/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterLockedExchangeAdd/test1/test.cpp index a44f569b7bcb55..ba91df17c1c49c 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterLockedExchangeAdd/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterLockedExchangeAdd/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedBit/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedBit/test1/test.cpp index 1f7c43cddb3f99..027a292c327ee9 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedBit/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedBit/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedBit/test2/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedBit/test2/test.cpp index 4230c8a8057d03..0bb01ff124fcb9 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedBit/test2/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedBit/test2/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test1/test.cpp index 77f2c4c449b5db..2d98aac47b0f13 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test2/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test2/test.cpp index 568380b27497d6..42c94087fc430d 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test2/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test2/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test1/test.cpp index 938855dda53556..e91a1461e5a3c1 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test2/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test2/test.cpp index 0b6fb116518d25..933cb3ff2364f3 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test2/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test2/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchangePointer/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchangePointer/test1/test.cpp index c263a6cdc47df1..1a4edf77c5d571 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchangePointer/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchangePointer/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test1/test.cpp index 9c9a50c73e0eaa..ddd188cb708658 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test2/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test2/test.cpp index ba202b9c5f51bb..a9dd8ef2935050 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test2/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test2/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test1/test.cpp index 9d18b89dcf514e..8810cd8ecfab65 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test2/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test2/test.cpp index dae15f6263e2b4..6bfa89a3854865 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test2/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test2/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchange/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchange/test1/test.cpp index 517fca1792d752..670f960c17aa32 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchange/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchange/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchange64/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchange64/test1/test.cpp index 202ab75d2e22b3..97a1f221237361 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchange64/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchange64/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchangePointer/test1/InterlockedExchangePointer.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchangePointer/test1/InterlockedExchangePointer.cpp index d36c96724f5832..4800024f64c7c3 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchangePointer/test1/InterlockedExchangePointer.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchangePointer/test1/InterlockedExchangePointer.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test1/test.cpp index 8b4b3e91488d1a..d100c1da072a00 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test2/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test2/test.cpp index 90858e7e0aba70..49e31c65fa318c 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test2/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test2/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test1/test.cpp index 28e671852e68b9..6e04b49f8492bc 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test2/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test2/test.cpp index 503da35ab886e4..cabd2176c94cbd 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test2/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test2/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadCodePtr/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadCodePtr/test1/test1.cpp index 4b2763d4574335..619f077c2ca2c5 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadCodePtr/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadCodePtr/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadReadPtr/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadReadPtr/test1/test.cpp index 24b7ceb7e6a2b6..58e2e7c3a25044 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadReadPtr/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadReadPtr/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test1/test.cpp index 018d7beae0f224..2e3a8507661c2f 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test2/test2.cpp index b5e22ea70e5da7..e4262c8504ed7c 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test2/test2.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test3/test3.cpp index 7b04c548ccbb65..5b2ac41d4ff1b4 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test3/test3.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test1/test.cpp index 8eb8c0eb7e43ff..4a3f208efa4468 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test2/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test2/test.cpp index e2ff0cf6d60f72..9893decc98e2e4 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test2/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test2/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test1/test1.cpp index 86a44218f1e9d2..6ff916aca03845 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test1/test1.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test2/test2.cpp index 984007e6f1cadf..d71e4e2063a5bb 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test2/test2.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test3/test3.cpp index 539e33004b8d13..d35d6925ddb3fd 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test3/test3.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. /*============================================================ ** Source : test3.c diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test4/test4.cpp index de3059c8d834a2..18473198bf7502 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test4/test4.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. /*============================================================ ** Source : test4.c diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test1/test.cpp index 0c753be781518f..6541ee07327d1e 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test2/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test2/test.cpp index 12f4887b6d4eb3..c20d97cad31e5f 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test2/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test2/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test3/test3.cpp index 5c4d4eba42a2e7..53b7fc5630a904 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test3/test3.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. /*============================================================ ** Source : test3.c diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test4/test4.cpp index 50c59d6e97a80a..225e104039b5ba 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test4/test4.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. /*============================================================ ** Source : test4.c diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetLastError/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetLastError/test1/test.cpp index d414626dd2e47b..8a6b0d3c6fea0b 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetLastError/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetLastError/test1/test.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/_i64tow/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/_i64tow/test1/test1.cpp index 9a8ae0708974ef..0c48434a0e1020 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/_i64tow/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/_i64tow/test1/test1.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/queryperformancecounter/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/queryperformancecounter/test1/test1.cpp index 55b173add7cda2..65c8503b41fec8 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/queryperformancecounter/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/queryperformancecounter/test1/test1.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/queryperformancefrequency/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/miscellaneous/queryperformancefrequency/test1/test1.cpp index de08063a74e56f..bc3fc07614741c 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/queryperformancefrequency/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/queryperformancefrequency/test1/test1.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_GetPALDirectoryW/test1/PAL_GetPALDirectoryW.cpp b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_GetPALDirectoryW/test1/PAL_GetPALDirectoryW.cpp index 856bfe86598186..73099467940d52 100644 --- a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_GetPALDirectoryW/test1/PAL_GetPALDirectoryW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_GetPALDirectoryW/test1/PAL_GetPALDirectoryW.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_GetUserTempDirectoryW/test1/PAL_GetUserTempDirectoryW.cpp b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_GetUserTempDirectoryW/test1/PAL_GetUserTempDirectoryW.cpp index 65cc426c74a13b..2343a6799d4fd1 100644 --- a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_GetUserTempDirectoryW/test1/PAL_GetUserTempDirectoryW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_GetUserTempDirectoryW/test1/PAL_GetUserTempDirectoryW.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test1/PAL_Initialize_Terminate.cpp b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test1/PAL_Initialize_Terminate.cpp index 29bb2c3b4f685f..8baba7c8b0530f 100644 --- a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test1/PAL_Initialize_Terminate.cpp +++ b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test1/PAL_Initialize_Terminate.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test2/pal_initialize_twice.cpp b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test2/pal_initialize_twice.cpp index fc460bc1ada155..2697e370598ca8 100644 --- a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test2/pal_initialize_twice.cpp +++ b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test2/pal_initialize_twice.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test1/PAL_RegisterLibraryW_UnregisterLibraryW.cpp b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test1/PAL_RegisterLibraryW_UnregisterLibraryW.cpp index 8eb8776107a455..d4e5578e0cae01 100644 --- a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test1/PAL_RegisterLibraryW_UnregisterLibraryW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test1/PAL_RegisterLibraryW_UnregisterLibraryW.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test2_neg/reg_unreg_libraryw_neg.cpp b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test2_neg/reg_unreg_libraryw_neg.cpp index c6fa4ad0747a8e..55838837ae0a34 100644 --- a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test2_neg/reg_unreg_libraryw_neg.cpp +++ b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test2_neg/reg_unreg_libraryw_neg.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_errno/test1/PAL_errno.cpp b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_errno/test1/PAL_errno.cpp index 32e8487d07c1a9..3f9451ad8c525e 100644 --- a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_errno/test1/PAL_errno.cpp +++ b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_errno/test1/PAL_errno.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stderr/test1/PAL_get_stderr.cpp b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stderr/test1/PAL_get_stderr.cpp index da534601012e07..6a2981ce44cab8 100644 --- a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stderr/test1/PAL_get_stderr.cpp +++ b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stderr/test1/PAL_get_stderr.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stdin/test1/PAL_get_stdin.cpp b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stdin/test1/PAL_get_stdin.cpp index 5d1fd23f92bdb7..e320f79a9bf571 100644 --- a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stdin/test1/PAL_get_stdin.cpp +++ b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stdin/test1/PAL_get_stdin.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stdout/test1/PAL_get_stdout.cpp b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stdout/test1/PAL_get_stdout.cpp index ebfee47ae91331..f741278d097c95 100644 --- a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stdout/test1/PAL_get_stdout.cpp +++ b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stdout/test1/PAL_get_stdout.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/samples/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/samples/test1/test.cpp index 2eed6f6f4490a6..5a8fb032a37521 100644 --- a/src/coreclr/src/pal/tests/palsuite/samples/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/samples/test1/test.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/samples/test2/test.cpp b/src/coreclr/src/pal/tests/palsuite/samples/test2/test.cpp index 53d4158b9d15f3..82877c66c2e799 100644 --- a/src/coreclr/src/pal/tests/palsuite/samples/test2/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/samples/test2/test.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateEventA/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CreateEventA/test1/test1.cpp index d8ef0f58a307ad..52f1a467e4fb26 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateEventA/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateEventA/test1/test1.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateEventA/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CreateEventA/test2/test2.cpp index a24d20eeea98eb..a3749e27d1d3d6 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateEventA/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateEventA/test2/test2.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateEventA/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CreateEventA/test3/test3.cpp index 56d107b22d57f3..ddd2993573598a 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateEventA/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateEventA/test3/test3.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test1/test1.cpp index 8d99e4193474c4..8153d63a313bf8 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test1/test1.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test2/test2.cpp index 4df218995a755b..7c7905c7e5ffdb 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test2/test2.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test3/test3.cpp index 22f0fcfc49b957..8b07d55d35e022 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test3/test3.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test1/CreateMutexA.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test1/CreateMutexA.cpp index 3074fa03fc4966..3fe70fabefd0bc 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test1/CreateMutexA.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test1/CreateMutexA.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test2/CreateMutexA.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test2/CreateMutexA.cpp index 36295855e04b61..25a027e480f188 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test2/CreateMutexA.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test2/CreateMutexA.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test1/CreateMutexW.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test1/CreateMutexW.cpp index ec8e0c66b74c58..28aa46be7e0fba 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test1/CreateMutexW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test1/CreateMutexW.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test2/CreateMutexW.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test2/CreateMutexW.cpp index 41b7798a6e245a..2a8ba343f94202 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test2/CreateMutexW.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test2/CreateMutexW.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test1/childProcess.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test1/childProcess.cpp index ccbb050c04d82c..27a3265a2ea68f 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test1/childProcess.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test1/childProcess.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test1/parentProcess.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test1/parentProcess.cpp index b0c5808a7e74ae..145bb1808fe85b 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test1/parentProcess.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test1/parentProcess.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test2/childprocess.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test2/childprocess.cpp index baa20c2d3c39cd..f1ac1474ba42f0 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test2/childprocess.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test2/childprocess.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test2/parentprocess.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test2/parentprocess.cpp index ef3340c5d9d17d..9f80e341249969 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test2/parentprocess.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test2/parentprocess.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test2/test2.h b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test2/test2.h index 8cdff3b9390e01..07bd3977fa6ae3 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test2/test2.h +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test2/test2.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/pal/tests/palsuite/threading/CreateProcessW/test1/childProcess.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test1/childProcess.cpp index a7730c6d51d782..73087ab611ec19 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test1/childProcess.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test1/childProcess.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test1/parentProcess.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test1/parentProcess.cpp index db1fb6356d02fa..d417f40ec234ad 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test1/parentProcess.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test1/parentProcess.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test2/childprocess.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test2/childprocess.cpp index b4ab9366d9401e..f38f2dad23e629 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test2/childprocess.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test2/childprocess.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test2/parentprocess.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test2/parentprocess.cpp index 439b7b5eef2512..59a8274fe0abc7 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test2/parentprocess.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test2/parentprocess.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test2/test2.h b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test2/test2.h index 07d40b894283f2..100320dac6855e 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test2/test2.h +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test2/test2.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/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test1/CreateSemaphore.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test1/CreateSemaphore.cpp index 342b15ec295e22..ecc897c8612e10 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test1/CreateSemaphore.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test1/CreateSemaphore.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test2/CreateSemaphore.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test2/CreateSemaphore.cpp index bff5b51c33538e..62b42e221ba9af 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test2/CreateSemaphore.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test2/CreateSemaphore.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test3/createsemaphore.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test3/createsemaphore.cpp index 7c6db6b055f100..3d2feacb569dd7 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test3/createsemaphore.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test3/createsemaphore.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test1/CreateSemaphore.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test1/CreateSemaphore.cpp index 854d16d0ef3cdf..598b351b4bf021 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test1/CreateSemaphore.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test1/CreateSemaphore.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test2/CreateSemaphore.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test2/CreateSemaphore.cpp index 62532737ace133..befce930f22af8 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test2/CreateSemaphore.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test2/CreateSemaphore.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test3/createsemaphore.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test3/createsemaphore.cpp index ea0a5e08466222..77e81b468254ff 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test3/createsemaphore.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test3/createsemaphore.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test1/test1.cpp index 4084e1f9cf7418..a1c7e4d0cfb8e7 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test1/test1.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test2/test2.cpp index 34d3afbfb66a3a..610c2f6da44c79 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test2/test2.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. /*=========================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test3/test3.cpp index 0c44d1fdd0bcdd..62c28f382a6749 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test3/test3.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. /*=========================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test1/InitializeCriticalSection.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test1/InitializeCriticalSection.cpp index f294cea472d99f..6f4dbe43b698c3 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test1/InitializeCriticalSection.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test1/InitializeCriticalSection.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test2/test2.cpp index 47659a1c189667..41b104935e09b8 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test2/test2.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test3/test3.cpp index d5911267b2127d..12096eba27fe01 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test3/test3.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test4/test4.cpp index 8a245a47765c1b..ee3e60008a4fed 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test4/test4.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test5/test5.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test5/test5.cpp index 8dfa4f5f3d535c..c62a75d3f0f4d6 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test5/test5.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test5/test5.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test6/test6.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test6/test6.cpp index c27db86e5b2326..b56bde1955510b 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test6/test6.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test6/test6.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test7/test7.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test7/test7.cpp index 1c030d3c037fce..aa39ad6b4a9c0a 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test7/test7.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test7/test7.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test8/test8.cpp b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test8/test8.cpp index 7f0c58cd26d1fa..239c4d5f34589c 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test8/test8.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test8/test8.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test1/test1.cpp index 55251d46bfb925..7e86ba15e1b464 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test1/testlib.cpp b/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test1/testlib.cpp index 057dfde66d2cf1..4c7974d8864181 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test1/testlib.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test1/testlib.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test2/dllmain1.cpp b/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test2/dllmain1.cpp index b65bb66a5612f2..b9a6e6701394a0 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test2/dllmain1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test2/dllmain1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test2/dllmain2.cpp b/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test2/dllmain2.cpp index 519083bbaff3b1..833fbe4155bcf8 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test2/dllmain2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test2/dllmain2.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test2/test2.cpp index 5fb694ea1400eb..448db98b8a6dd1 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test2/test2.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test1/test1.cpp index e080e98ae8e82f..15c0c22f77a86f 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test10/test10.cpp b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test10/test10.cpp index 108d748de677b1..995670018926eb 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test10/test10.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test10/test10.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test11/childprocess.cpp b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test11/childprocess.cpp index d5b310e46c4d39..7ec6bcd053120b 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test11/childprocess.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test11/childprocess.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test11/myexitcode.h b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test11/myexitcode.h index 84801cbb54442a..b9446c00d1a999 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test11/myexitcode.h +++ b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test11/myexitcode.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/pal/tests/palsuite/threading/DuplicateHandle/test11/test11.cpp b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test11/test11.cpp index b05244c4b8488f..c2182244e45872 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test11/test11.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test11/test11.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test12/test12.cpp b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test12/test12.cpp index 519194bc3a6dde..e600c5e1d002ed 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test12/test12.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test12/test12.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test2/test2.cpp index d1411e62d99211..9554b17118fce4 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test2/test2.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test3/test3.cpp index fc91b5ec22f279..206438d22ad0e5 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test3/test3.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test4/test4.cpp index 14a72db46116ed..c1854cd370b0c2 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test4/test4.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test5/test5.cpp b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test5/test5.cpp index a588928f004c96..a9eaa62daa35aa 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test5/test5.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test5/test5.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test6/test6.cpp b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test6/test6.cpp index 026f315a4422e6..a6a1b1f2579d39 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test6/test6.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test6/test6.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test7/test7.cpp b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test7/test7.cpp index 7074d37029e6b4..fa2f6c363635fa 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test7/test7.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test7/test7.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test8/test8.cpp b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test8/test8.cpp index 6748c5dffdec5e..47083e3cd0f8fd 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test8/test8.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test8/test8.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test9/test9.cpp b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test9/test9.cpp index f15871c57d9fb6..c223f9a4a6eb19 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test9/test9.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test9/test9.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test1/ExitProcess.cpp b/src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test1/ExitProcess.cpp index 2b089a0b833a32..74e41afe351498 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test1/ExitProcess.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test1/ExitProcess.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test2/test2.cpp index 8023ad7bab3049..58698c1dc866c0 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test2/test2.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test3/test3.cpp index aea485e5e388a7..6b3f4afc538817 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test3/test3.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test1/test1.cpp index 947763312690e6..9cdfe6fcde6ff2 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test1/test1.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test2/childprocess.cpp b/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test2/childprocess.cpp index 7fbe208f919f0c..ea439628ad9e30 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test2/childprocess.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test2/childprocess.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test2/myexitcode.h b/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test2/myexitcode.h index 566becb9a0d563..f753316e23bebb 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test2/myexitcode.h +++ b/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test2/myexitcode.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/pal/tests/palsuite/threading/ExitThread/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test2/test2.cpp index c31af8a079d308..6de6d2fbdb35ab 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test2/test2.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test3/dllmain.cpp b/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test3/dllmain.cpp index 862aff5f002210..5be9bb91c5ed3e 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test3/dllmain.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test3/dllmain.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test3/test3.cpp index 8a71c7cc994738..034bbf48be9eb7 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test3/test3.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentProcess/test1/process.cpp b/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentProcess/test1/process.cpp index 17d9af62824a6d..4a05dc80b29dcb 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentProcess/test1/process.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentProcess/test1/process.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentProcessId/test1/processId.cpp b/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentProcessId/test1/processId.cpp index cc689b3f8b2bea..879292013857eb 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentProcessId/test1/processId.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentProcessId/test1/processId.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThread/test1/thread.cpp b/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThread/test1/thread.cpp index b2bb97fd67fb37..d19e18f90369a9 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThread/test1/thread.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThread/test1/thread.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThread/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThread/test2/test2.cpp index beeb5ec241f731..3598437b4426ad 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThread/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThread/test2/test2.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThreadId/test1/threadId.cpp b/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThreadId/test1/threadId.cpp index acbb1ff3732567..8288f93aa70c89 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThreadId/test1/threadId.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThreadId/test1/threadId.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/childProcess.cpp b/src/coreclr/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/childProcess.cpp index fe1b38fb31526d..4ee5f0a194b6da 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/childProcess.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/childProcess.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/myexitcode.h b/src/coreclr/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/myexitcode.h index 60a140d1f34224..ddf0fb2a050b40 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/myexitcode.h +++ b/src/coreclr/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/myexitcode.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/pal/tests/palsuite/threading/GetExitCodeProcess/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/test1.cpp index 0f98cf8f57881a..dff574cadf305f 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/GetProcessTimes/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/threading/GetProcessTimes/test2/test2.cpp index cc39de609bf60e..410f63793ad4c7 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/GetProcessTimes/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/GetProcessTimes/test2/test2.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/GetThreadTimes/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/threading/GetThreadTimes/test1/test1.cpp index 33fcc361187261..3d91bfaecb4c53 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/GetThreadTimes/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/GetThreadTimes/test1/test1.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/NamedMutex/test1/namedmutex.cpp b/src/coreclr/src/pal/tests/palsuite/threading/NamedMutex/test1/namedmutex.cpp index 70c9f697c76c3a..89e9e85a86c474 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/NamedMutex/test1/namedmutex.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/NamedMutex/test1/namedmutex.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. // These test cases test named mutexes, including positive // and negative cases, cross - thread and cross - process, mutual diff --git a/src/coreclr/src/pal/tests/palsuite/threading/NamedMutex/test1/nopal.cpp b/src/coreclr/src/pal/tests/palsuite/threading/NamedMutex/test1/nopal.cpp index ae3ebc361c4fcd..3c18e67d021c8e 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/NamedMutex/test1/nopal.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/NamedMutex/test1/nopal.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. // Contains wrappers for functions whose required headers conflict with the PAL diff --git a/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test1/test1.cpp index 9dcb3a4a68ba7b..b143faac7bfd39 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test1/test1.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. /*============================================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test2/test2.cpp index 9cbf872b95f199..0edffc457255e0 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test2/test2.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test3/childprocess.cpp b/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test3/childprocess.cpp index b5149e006fc793..d2fab36c99683a 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test3/childprocess.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test3/childprocess.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test3/test3.cpp index c4edf22a7698f0..18f88b52a8dda7 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test3/test3.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test4/test4.cpp index ae657a05116bba..9d062bd6d56a06 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test4/test4.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test5/test5.cpp b/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test5/test5.cpp index 43b585765c0c40..5d4e90dba04c9a 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test5/test5.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test5/test5.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/OpenProcess/test1/childProcess.cpp b/src/coreclr/src/pal/tests/palsuite/threading/OpenProcess/test1/childProcess.cpp index 9ef07433fdd940..a3dd3aa2a590a8 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/OpenProcess/test1/childProcess.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/OpenProcess/test1/childProcess.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/OpenProcess/test1/myexitcode.h b/src/coreclr/src/pal/tests/palsuite/threading/OpenProcess/test1/myexitcode.h index 66b8f43a976d8d..89d0be7cb32a8d 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/OpenProcess/test1/myexitcode.h +++ b/src/coreclr/src/pal/tests/palsuite/threading/OpenProcess/test1/myexitcode.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/pal/tests/palsuite/threading/OpenProcess/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/threading/OpenProcess/test1/test1.cpp index d0f9019646259f..57fc97a2767842 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/OpenProcess/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/OpenProcess/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/QueryThreadCycleTime/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/threading/QueryThreadCycleTime/test1/test1.cpp index ea50042c978e4e..0bb9d87a4ffb31 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/QueryThreadCycleTime/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/QueryThreadCycleTime/test1/test1.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test1/test1.cpp index 3637897ba714e1..886ba439a6c895 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test2/test2.cpp index dc2bfdb1739d5e..b7ec387647c55c 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test2/test2.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test3/test3.cpp index 933f41a5b4cbb0..a5f694bb41e857 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test3/test3.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test4/test4.cpp index c28709db81e9d2..4b54513d5ed844 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test4/test4.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test5/test5.cpp b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test5/test5.cpp index 3d26a55f5900a6..6095ffcbcce5a3 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test5/test5.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test5/test5.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test6/test6.cpp b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test6/test6.cpp index e2e2464726d683..2cf30224f4d2e1 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test6/test6.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test6/test6.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test7/test7.cpp b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test7/test7.cpp index 54a63982fe4f74..cef429233646c4 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test7/test7.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test7/test7.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ReleaseMutex/test3/ReleaseMutex.cpp b/src/coreclr/src/pal/tests/palsuite/threading/ReleaseMutex/test3/ReleaseMutex.cpp index 5f6adb0419e882..26fe09687d05f8 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ReleaseMutex/test3/ReleaseMutex.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/ReleaseMutex/test3/ReleaseMutex.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test1/test1.cpp index 20a0d5dffa039a..b2fef7b1928230 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test1/test1.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test2/test2.cpp index 8117f44353ce7a..1f23d79bb6cec2 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test2/test2.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test3/test3.cpp index 9bc068ea72d73d..601b6b4e353490 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test3/test3.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test4/test4.cpp index 0cc68fd9aa8bd3..0efe87f32286b7 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test4/test4.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ResumeThread/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/threading/ResumeThread/test1/test1.cpp index 825064e23bba66..952b8c614a593c 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ResumeThread/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/ResumeThread/test1/test1.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/SetErrorMode/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/threading/SetErrorMode/test1/test1.cpp index 238cec44218ed4..ad4d278cbcd121 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/SetErrorMode/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/SetErrorMode/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test1/test1.cpp index d5a29ce3f346e2..b5bfe85a0ed40d 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test1/test1.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test2/test2.cpp index 5fd2833957424e..275ed146c0c756 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test2/test2.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test3/test3.cpp index 21601f00b88f6e..a4c032d5cec6f6 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test3/test3.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test4/test4.cpp index 7a79a9d708ff44..1433c2306d43e7 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test4/test4.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/SignalObjectAndWait/SignalObjectAndWaitTest.cpp b/src/coreclr/src/pal/tests/palsuite/threading/SignalObjectAndWait/SignalObjectAndWaitTest.cpp index 9ec1ed3dc8394c..e9ef3946dc378c 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/SignalObjectAndWait/SignalObjectAndWaitTest.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/SignalObjectAndWait/SignalObjectAndWaitTest.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 diff --git a/src/coreclr/src/pal/tests/palsuite/threading/Sleep/test1/Sleep.cpp b/src/coreclr/src/pal/tests/palsuite/threading/Sleep/test1/Sleep.cpp index f7f7c91730db6f..d08e6da20d994b 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/Sleep/test1/Sleep.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/Sleep/test1/Sleep.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/Sleep/test2/sleep.cpp b/src/coreclr/src/pal/tests/palsuite/threading/Sleep/test2/sleep.cpp index eb30e34f2f5aa5..1393ce3170bd24 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/Sleep/test2/sleep.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/Sleep/test2/sleep.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/SleepEx/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/threading/SleepEx/test1/test1.cpp index 7ccfe0ce87b607..ea82e7e9b6fa67 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/SleepEx/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/SleepEx/test1/test1.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/SleepEx/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/threading/SleepEx/test2/test2.cpp index 690acf5ce77344..6365b73412c419 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/SleepEx/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/SleepEx/test2/test2.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/SwitchToThread/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/threading/SwitchToThread/test1/test1.cpp index ce03021b9e2da5..3d258d8e101a15 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/SwitchToThread/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/SwitchToThread/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/TerminateProcess/test1/TerminateProcess.cpp b/src/coreclr/src/pal/tests/palsuite/threading/TerminateProcess/test1/TerminateProcess.cpp index 6feedfce76637f..189f7094a1c383 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/TerminateProcess/test1/TerminateProcess.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/TerminateProcess/test1/TerminateProcess.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ThreadPriority/test1/ThreadPriority.cpp b/src/coreclr/src/pal/tests/palsuite/threading/ThreadPriority/test1/ThreadPriority.cpp index 95bcdac52a51f1..b74816560da800 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ThreadPriority/test1/ThreadPriority.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/ThreadPriority/test1/ThreadPriority.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjects/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjects/test1/test1.cpp index 8249c38d9d1c5e..327ca596857329 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjects/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjects/test1/test1.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test1/test1.cpp index df3233fa507a24..88f3c33dfcd28e 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test1/test1.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test2/test2.cpp b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test2/test2.cpp index ffa496dd82ffbd..ec27bed4897f57 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test2/test2.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test2/test2.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test3/test3.cpp b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test3/test3.cpp index b78b0540dcfbe3..88ff567566cb49 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test3/test3.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test3/test3.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test4/test4.cpp b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test4/test4.cpp index 15d0a386d1c788..c648a7c1e2ed46 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test4/test4.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test4/test4.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/commonconsts.h b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/commonconsts.h index b746616b582c7e..79283500546b59 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/commonconsts.h +++ b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/commonconsts.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/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/helper.cpp b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/helper.cpp index caa0206a111554..9bfb85af357a40 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/helper.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/helper.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/test5.cpp b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/test5.cpp index 4d1a5ce0beed1a..0704fad832a0ca 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/test5.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/test5.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. /*============================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test6/child6.cpp b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test6/child6.cpp index a53b6c97273ead..bec5bb3f1160d3 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test6/child6.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test6/child6.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test6/test6.cpp b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test6/test6.cpp index 1cec3492db12f8..45e8c7f04aeb54 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test6/test6.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test6/test6.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExMutexTest/WFSOExMutexTest.cpp b/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExMutexTest/WFSOExMutexTest.cpp index f8fd7cbccc1588..086a876d6e8686 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExMutexTest/WFSOExMutexTest.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExMutexTest/WFSOExMutexTest.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExSemaphoreTest/WFSOExSemaphoreTest.cpp b/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExSemaphoreTest/WFSOExSemaphoreTest.cpp index d8816a7b98ac3c..56675cb795279e 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExSemaphoreTest/WFSOExSemaphoreTest.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExSemaphoreTest/WFSOExSemaphoreTest.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExThreadTest/WFSOExThreadTest.cpp b/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExThreadTest/WFSOExThreadTest.cpp index a2c8850f7904e1..c1068b4f600510 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExThreadTest/WFSOExThreadTest.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExThreadTest/WFSOExThreadTest.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. /*===================================================================== ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOMutexTest/WFSOMutexTest.cpp b/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOMutexTest/WFSOMutexTest.cpp index f2537fa776b4f3..aa12b37dcfab53 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOMutexTest/WFSOMutexTest.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOMutexTest/WFSOMutexTest.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOProcessTest/ChildProcess.cpp b/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOProcessTest/ChildProcess.cpp index 91c24d87bbccaf..7bda0db956a169 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOProcessTest/ChildProcess.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOProcessTest/ChildProcess.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOProcessTest/WFSOProcessTest.cpp b/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOProcessTest/WFSOProcessTest.cpp index 2711e26c29c0d0..d8f550edd6440b 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOProcessTest/WFSOProcessTest.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOProcessTest/WFSOProcessTest.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOSemaphoreTest/WFSOSemaphoreTest.cpp b/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOSemaphoreTest/WFSOSemaphoreTest.cpp index b743b44544acc5..ba032f00d37dcf 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOSemaphoreTest/WFSOSemaphoreTest.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOSemaphoreTest/WFSOSemaphoreTest.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOThreadTest/WFSOThreadTest.cpp b/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOThreadTest/WFSOThreadTest.cpp index e3c3fe22b7a22e..da386b69a86d29 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOThreadTest/WFSOThreadTest.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOThreadTest/WFSOThreadTest.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/test1/test1.cpp index 2af80df6772192..0fa4a12e511a30 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/test1/test1.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. /*============================================================ ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/YieldProcessor/test1/test1.cpp b/src/coreclr/src/pal/tests/palsuite/threading/YieldProcessor/test1/test1.cpp index 6adbe989c25189..665bdfa89d44b6 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/YieldProcessor/test1/test1.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/YieldProcessor/test1/test1.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. /*============================================================================= ** diff --git a/src/coreclr/src/pal/tests/palsuite/threading/releasesemaphore/test1/test.cpp b/src/coreclr/src/pal/tests/palsuite/threading/releasesemaphore/test1/test.cpp index 4d736b7d9a3ad0..1747f15280883e 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/releasesemaphore/test1/test.cpp +++ b/src/coreclr/src/pal/tests/palsuite/threading/releasesemaphore/test1/test.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. /*============================================================================ ** diff --git a/src/coreclr/src/palrt/bstr.cpp b/src/coreclr/src/palrt/bstr.cpp index bce2a364053aa9..2f5ccd9cd48075 100644 --- a/src/coreclr/src/palrt/bstr.cpp +++ b/src/coreclr/src/palrt/bstr.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. // // diff --git a/src/coreclr/src/palrt/coguid.cpp b/src/coreclr/src/palrt/coguid.cpp index d01193c4041590..8a91d8fa86461f 100644 --- a/src/coreclr/src/palrt/coguid.cpp +++ b/src/coreclr/src/palrt/coguid.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. // // diff --git a/src/coreclr/src/palrt/comem.cpp b/src/coreclr/src/palrt/comem.cpp index 7e95a8db6dc38f..bb1bdf28a5fbd2 100644 --- a/src/coreclr/src/palrt/comem.cpp +++ b/src/coreclr/src/palrt/comem.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. // // diff --git a/src/coreclr/src/palrt/common.h b/src/coreclr/src/palrt/common.h index b61a934670d619..684c134abede95 100644 --- a/src/coreclr/src/palrt/common.h +++ b/src/coreclr/src/palrt/common.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. //***************************************************************************** // common.h // diff --git a/src/coreclr/src/palrt/guid.cpp b/src/coreclr/src/palrt/guid.cpp index f67dbaeedcc65d..68cc157d91ca7b 100644 --- a/src/coreclr/src/palrt/guid.cpp +++ b/src/coreclr/src/palrt/guid.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. // // diff --git a/src/coreclr/src/palrt/memorystream.cpp b/src/coreclr/src/palrt/memorystream.cpp index 8afdbffefdaf87..0ed06547f3bfa5 100644 --- a/src/coreclr/src/palrt/memorystream.cpp +++ b/src/coreclr/src/palrt/memorystream.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. // // diff --git a/src/coreclr/src/palrt/path.cpp b/src/coreclr/src/palrt/path.cpp index 121ff7927360fd..7e0d2279f4a9fe 100644 --- a/src/coreclr/src/palrt/path.cpp +++ b/src/coreclr/src/palrt/path.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. // // diff --git a/src/coreclr/src/palrt/shlwapip.h b/src/coreclr/src/palrt/shlwapip.h index 7076d88cc229ba..a34c923c346b51 100644 --- a/src/coreclr/src/palrt/shlwapip.h +++ b/src/coreclr/src/palrt/shlwapip.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/palrt/unicode.cpp b/src/coreclr/src/palrt/unicode.cpp index a8460ca614f58f..1d8372642ec093 100644 --- a/src/coreclr/src/palrt/unicode.cpp +++ b/src/coreclr/src/palrt/unicode.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" diff --git a/src/coreclr/src/palrt/variant.cpp b/src/coreclr/src/palrt/variant.cpp index 9929425035e933..f96d1defdd10b7 100644 --- a/src/coreclr/src/palrt/variant.cpp +++ b/src/coreclr/src/palrt/variant.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. // // diff --git a/src/coreclr/src/tools/Common/CommandLine/CommandLineException.cs b/src/coreclr/src/tools/Common/CommandLine/CommandLineException.cs index e51837ca944ec0..1c42daf007f2ac 100644 --- a/src/coreclr/src/tools/Common/CommandLine/CommandLineException.cs +++ b/src/coreclr/src/tools/Common/CommandLine/CommandLineException.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/coreclr/src/tools/Common/CommandLine/CommandLineHelpers.cs b/src/coreclr/src/tools/Common/CommandLine/CommandLineHelpers.cs index 35618e005e53cb..fabb66351ed4b5 100644 --- a/src/coreclr/src/tools/Common/CommandLine/CommandLineHelpers.cs +++ b/src/coreclr/src/tools/Common/CommandLine/CommandLineHelpers.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/coreclr/src/tools/Common/Compiler/CodeGenerationFailedException.cs b/src/coreclr/src/tools/Common/Compiler/CodeGenerationFailedException.cs index b27be3de26e265..0001807c0cf482 100644 --- a/src/coreclr/src/tools/Common/Compiler/CodeGenerationFailedException.cs +++ b/src/coreclr/src/tools/Common/Compiler/CodeGenerationFailedException.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/coreclr/src/tools/Common/Compiler/CompilationBuilder.cs b/src/coreclr/src/tools/Common/Compiler/CompilationBuilder.cs index fa97ad503df2d5..f3c9e7ef8f8f2d 100644 --- a/src/coreclr/src/tools/Common/Compiler/CompilationBuilder.cs +++ b/src/coreclr/src/tools/Common/Compiler/CompilationBuilder.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/coreclr/src/tools/Common/Compiler/CompilationModuleGroup.cs b/src/coreclr/src/tools/Common/Compiler/CompilationModuleGroup.cs index 0182fc21b47ab9..a72e5c65b0dbd8 100644 --- a/src/coreclr/src/tools/Common/Compiler/CompilationModuleGroup.cs +++ b/src/coreclr/src/tools/Common/Compiler/CompilationModuleGroup.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 Internal.TypeSystem; diff --git a/src/coreclr/src/tools/Common/Compiler/CompilerTypeSystemContext.Validation.cs b/src/coreclr/src/tools/Common/Compiler/CompilerTypeSystemContext.Validation.cs index 5373708e823a46..6121792073e037 100644 --- a/src/coreclr/src/tools/Common/Compiler/CompilerTypeSystemContext.Validation.cs +++ b/src/coreclr/src/tools/Common/Compiler/CompilerTypeSystemContext.Validation.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 Internal.TypeSystem; diff --git a/src/coreclr/src/tools/Common/Compiler/CompilerTypeSystemContext.cs b/src/coreclr/src/tools/Common/Compiler/CompilerTypeSystemContext.cs index 1c103df45b7f3c..3cd92b4296e6ea 100644 --- a/src/coreclr/src/tools/Common/Compiler/CompilerTypeSystemContext.cs +++ b/src/coreclr/src/tools/Common/Compiler/CompilerTypeSystemContext.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.IO; diff --git a/src/coreclr/src/tools/Common/Compiler/CoreRTNameMangler.cs b/src/coreclr/src/tools/Common/Compiler/CoreRTNameMangler.cs index 8e0f1247f4c3c7..2b2250f2f957ea 100644 --- a/src/coreclr/src/tools/Common/Compiler/CoreRTNameMangler.cs +++ b/src/coreclr/src/tools/Common/Compiler/CoreRTNameMangler.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/coreclr/src/tools/Common/Compiler/DependencyAnalysis/AssemblyStubNode.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/AssemblyStubNode.cs index e0bd6d7c5cf9f0..b95daf56f0b45e 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/AssemblyStubNode.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/AssemblyStubNode.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/coreclr/src/tools/Common/Compiler/DependencyAnalysis/CompilerComparer.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/CompilerComparer.cs index b02ab632a5ac26..632d8f55ff2b4c 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/CompilerComparer.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/CompilerComparer.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/coreclr/src/tools/Common/Compiler/DependencyAnalysis/EmbeddedDataContainerNode.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/EmbeddedDataContainerNode.cs index e219528e8ffaf1..da756fcd16b55d 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/EmbeddedDataContainerNode.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/EmbeddedDataContainerNode.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 Internal.TypeSystem; diff --git a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/IMethodBodyNode.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/IMethodBodyNode.cs index 75d7314c9c0e48..a240bbaccf216d 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/IMethodBodyNode.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/IMethodBodyNode.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 ILCompiler.DependencyAnalysis { diff --git a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/IMethodNode.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/IMethodNode.cs index 3c148c8acc3d75..5a0157c97c7c12 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/IMethodNode.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/IMethodNode.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 Internal.TypeSystem; diff --git a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/INodeWithCodeInfo.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/INodeWithCodeInfo.cs index c1b293b020ed4b..9f6d2174906009 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/INodeWithCodeInfo.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/INodeWithCodeInfo.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/coreclr/src/tools/Common/Compiler/DependencyAnalysis/INodeWithRuntimeDeterminedDependencies.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/INodeWithRuntimeDeterminedDependencies.cs index 3397f798159d9d..301cf4d2948b1c 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/INodeWithRuntimeDeterminedDependencies.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/INodeWithRuntimeDeterminedDependencies.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/tools/Common/Compiler/DependencyAnalysis/ISortableNode.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ISortableNode.cs index bde728a7493a31..1ecdd7707cbe1f 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ISortableNode.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ISortableNode.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 ILCompiler.DependencyAnalysis { diff --git a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ISymbolNode.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ISymbolNode.cs index feca8b45e2fe62..a1bc6ee63defec 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ISymbolNode.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ISymbolNode.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 ILCompiler.DependencyAnalysisFramework; diff --git a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/MethodReadOnlyDataNode.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/MethodReadOnlyDataNode.cs index 7c1ae117056b26..205266622422e1 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/MethodReadOnlyDataNode.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/MethodReadOnlyDataNode.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/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ObjectAndOffsetSymbolNode.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ObjectAndOffsetSymbolNode.cs index fb6652ff3598d7..ab8cb36d111b81 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ObjectAndOffsetSymbolNode.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ObjectAndOffsetSymbolNode.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/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ObjectDataBuilder.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ObjectDataBuilder.cs index d23d102ba92da2..ffc8db575bc02b 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ObjectDataBuilder.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ObjectDataBuilder.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/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ObjectNode.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ObjectNode.cs index 21490cadc31bb0..68b984519d2781 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ObjectNode.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ObjectNode.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/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ObjectNodeSection.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ObjectNodeSection.cs index 5a672f953c96ba..f4a6179b7f393a 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ObjectNodeSection.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ObjectNodeSection.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/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Relocation.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Relocation.cs index 6c38500d6856e3..fbb9408222ca8d 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Relocation.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Relocation.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/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ShadowConcreteMethodNode.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ShadowConcreteMethodNode.cs index a489d68cd28846..57ea2b981490d7 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ShadowConcreteMethodNode.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ShadowConcreteMethodNode.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/tools/Common/Compiler/DependencyAnalysis/SortableDependencyNode.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/SortableDependencyNode.cs index 9e1b18e9feecbf..ec29368b23049b 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/SortableDependencyNode.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/SortableDependencyNode.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/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM/ARMEmitter.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM/ARMEmitter.cs index 535f13fce46e1a..53bcb335e0542b 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM/ARMEmitter.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM/ARMEmitter.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/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM/Register.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM/Register.cs index 15213c752ed491..59cc4b74753f10 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM/Register.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM/Register.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/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM/TargetRegisterMap.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM/TargetRegisterMap.cs index d3940ceaaad9f0..73dc986c569738 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM/TargetRegisterMap.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM/TargetRegisterMap.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/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/ARM64Emitter.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/ARM64Emitter.cs index e266aeaa36150f..ee2a3c7516b00d 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/ARM64Emitter.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/ARM64Emitter.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/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/AddrMode.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/AddrMode.cs index f8d757359d63c2..410eb8b349fa92 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/AddrMode.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/AddrMode.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/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/Register.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/Register.cs index b69177e30affef..aa102c85db7a05 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/Register.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/Register.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/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/TargetRegisterMap.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/TargetRegisterMap.cs index dff6e4a837d1ef..ad69fdf945199c 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/TargetRegisterMap.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/TargetRegisterMap.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/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X64/AddrMode.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X64/AddrMode.cs index cba245601b58af..c787523125fead 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X64/AddrMode.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X64/AddrMode.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/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X64/Register.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X64/Register.cs index 1bc2aa00bc0815..9b88bd61595278 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X64/Register.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X64/Register.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/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X64/TargetRegisterMap.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X64/TargetRegisterMap.cs index 7d76bf5259b78c..f377441b0d4864 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X64/TargetRegisterMap.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X64/TargetRegisterMap.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/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X64/X64Emitter.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X64/X64Emitter.cs index 932e5ab96dea32..6d9cb57faaa588 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X64/X64Emitter.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X64/X64Emitter.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/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X86/AddrMode.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X86/AddrMode.cs index 75a5a7edabd54c..b09e5a32ad152e 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X86/AddrMode.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X86/AddrMode.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/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X86/Register.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X86/Register.cs index ab938c82800673..e75f86e6bc3750 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X86/Register.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X86/Register.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/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X86/TargetRegisterMap.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X86/TargetRegisterMap.cs index 3b81e43ba02c92..405bc57910b216 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X86/TargetRegisterMap.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X86/TargetRegisterMap.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/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X86/X86Emitter.cs b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X86/X86Emitter.cs index 16954470b8accb..331895db84ec61 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X86/X86Emitter.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X86/X86Emitter.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/coreclr/src/tools/Common/Compiler/DependencyTrackingLevel.cs b/src/coreclr/src/tools/Common/Compiler/DependencyTrackingLevel.cs index 8a2eb211fda05b..65df1280a4fb01 100644 --- a/src/coreclr/src/tools/Common/Compiler/DependencyTrackingLevel.cs +++ b/src/coreclr/src/tools/Common/Compiler/DependencyTrackingLevel.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/coreclr/src/tools/Common/Compiler/DevirtualizationManager.cs b/src/coreclr/src/tools/Common/Compiler/DevirtualizationManager.cs index d07b6a84f186cc..8ac37b1b9e92b6 100644 --- a/src/coreclr/src/tools/Common/Compiler/DevirtualizationManager.cs +++ b/src/coreclr/src/tools/Common/Compiler/DevirtualizationManager.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 Internal.TypeSystem; diff --git a/src/coreclr/src/tools/Common/Compiler/HardwareIntrinsicHelpers.cs b/src/coreclr/src/tools/Common/Compiler/HardwareIntrinsicHelpers.cs index 1481a74e77b900..f20fa1ae352b4c 100644 --- a/src/coreclr/src/tools/Common/Compiler/HardwareIntrinsicHelpers.cs +++ b/src/coreclr/src/tools/Common/Compiler/HardwareIntrinsicHelpers.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/coreclr/src/tools/Common/Compiler/ICompilationRootProvider.cs b/src/coreclr/src/tools/Common/Compiler/ICompilationRootProvider.cs index 76eeec6cabeb44..cb1fbbb5927c97 100644 --- a/src/coreclr/src/tools/Common/Compiler/ICompilationRootProvider.cs +++ b/src/coreclr/src/tools/Common/Compiler/ICompilationRootProvider.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 ILCompiler { diff --git a/src/coreclr/src/tools/Common/Compiler/InstructionSetSupport.cs b/src/coreclr/src/tools/Common/Compiler/InstructionSetSupport.cs index ef17aab24ad757..c961e8af059430 100644 --- a/src/coreclr/src/tools/Common/Compiler/InstructionSetSupport.cs +++ b/src/coreclr/src/tools/Common/Compiler/InstructionSetSupport.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/src/tools/Common/Compiler/InternalCompilerErrorException.cs b/src/coreclr/src/tools/Common/Compiler/InternalCompilerErrorException.cs index 164a5f0981ecee..9e5741b260dff6 100644 --- a/src/coreclr/src/tools/Common/Compiler/InternalCompilerErrorException.cs +++ b/src/coreclr/src/tools/Common/Compiler/InternalCompilerErrorException.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/coreclr/src/tools/Common/Compiler/Logger.cs b/src/coreclr/src/tools/Common/Compiler/Logger.cs index 7861bde9464c50..af2d728577c0cb 100644 --- a/src/coreclr/src/tools/Common/Compiler/Logger.cs +++ b/src/coreclr/src/tools/Common/Compiler/Logger.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; diff --git a/src/coreclr/src/tools/Common/Compiler/NameMangler.cs b/src/coreclr/src/tools/Common/Compiler/NameMangler.cs index 3bd959748e23d3..9d182290fde13d 100644 --- a/src/coreclr/src/tools/Common/Compiler/NameMangler.cs +++ b/src/coreclr/src/tools/Common/Compiler/NameMangler.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 Internal.Text; using Internal.TypeSystem; diff --git a/src/coreclr/src/tools/Common/Compiler/SingleMethodRootProvider.cs b/src/coreclr/src/tools/Common/Compiler/SingleMethodRootProvider.cs index 769747d13ed251..33a469347089cc 100644 --- a/src/coreclr/src/tools/Common/Compiler/SingleMethodRootProvider.cs +++ b/src/coreclr/src/tools/Common/Compiler/SingleMethodRootProvider.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 Internal.TypeSystem; diff --git a/src/coreclr/src/tools/Common/Compiler/TypeExtensions.cs b/src/coreclr/src/tools/Common/Compiler/TypeExtensions.cs index 86f46938e5587e..89fd08f3dbab42 100644 --- a/src/coreclr/src/tools/Common/Compiler/TypeExtensions.cs +++ b/src/coreclr/src/tools/Common/Compiler/TypeExtensions.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 Internal.IL; diff --git a/src/coreclr/src/tools/Common/Compiler/VectorFieldLayoutAlgorithm.cs b/src/coreclr/src/tools/Common/Compiler/VectorFieldLayoutAlgorithm.cs index 12ded51464c64d..dd71f27729668f 100644 --- a/src/coreclr/src/tools/Common/Compiler/VectorFieldLayoutAlgorithm.cs +++ b/src/coreclr/src/tools/Common/Compiler/VectorFieldLayoutAlgorithm.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 Internal.TypeSystem; diff --git a/src/coreclr/src/tools/Common/Internal/NativeFormat/NativeFormat.cs b/src/coreclr/src/tools/Common/Internal/NativeFormat/NativeFormat.cs index 3c8539adcfe05d..e92c689d658b22 100644 --- a/src/coreclr/src/tools/Common/Internal/NativeFormat/NativeFormat.cs +++ b/src/coreclr/src/tools/Common/Internal/NativeFormat/NativeFormat.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/coreclr/src/tools/Common/Internal/NativeFormat/NativeFormatWriter.Primitives.cs b/src/coreclr/src/tools/Common/Internal/NativeFormat/NativeFormatWriter.Primitives.cs index 52a917c9a9cd9b..82d298a604935b 100644 --- a/src/coreclr/src/tools/Common/Internal/NativeFormat/NativeFormatWriter.Primitives.cs +++ b/src/coreclr/src/tools/Common/Internal/NativeFormat/NativeFormatWriter.Primitives.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.IO; diff --git a/src/coreclr/src/tools/Common/Internal/NativeFormat/NativeFormatWriter.cs b/src/coreclr/src/tools/Common/Internal/NativeFormat/NativeFormatWriter.cs index 899fb15fc3d5ce..a1cd32aee48d47 100644 --- a/src/coreclr/src/tools/Common/Internal/NativeFormat/NativeFormatWriter.cs +++ b/src/coreclr/src/tools/Common/Internal/NativeFormat/NativeFormatWriter.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.IO; diff --git a/src/coreclr/src/tools/Common/Internal/Runtime/CorConstants.cs b/src/coreclr/src/tools/Common/Internal/Runtime/CorConstants.cs index ef9305c315f416..0b9f35726a1364 100644 --- a/src/coreclr/src/tools/Common/Internal/Runtime/CorConstants.cs +++ b/src/coreclr/src/tools/Common/Internal/Runtime/CorConstants.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/coreclr/src/tools/Common/Internal/Runtime/ModuleHeaders.cs b/src/coreclr/src/tools/Common/Internal/Runtime/ModuleHeaders.cs index 57722b4f3d7b47..e953a209a0867b 100644 --- a/src/coreclr/src/tools/Common/Internal/Runtime/ModuleHeaders.cs +++ b/src/coreclr/src/tools/Common/Internal/Runtime/ModuleHeaders.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/coreclr/src/tools/Common/Internal/Runtime/ReadyToRunConstants.cs b/src/coreclr/src/tools/Common/Internal/Runtime/ReadyToRunConstants.cs index d601061e97e172..be037341870d46 100644 --- a/src/coreclr/src/tools/Common/Internal/Runtime/ReadyToRunConstants.cs +++ b/src/coreclr/src/tools/Common/Internal/Runtime/ReadyToRunConstants.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/coreclr/src/tools/Common/Internal/Text/Utf8String.cs b/src/coreclr/src/tools/Common/Internal/Text/Utf8String.cs index 47e7013507696c..cc1b045bb19a96 100644 --- a/src/coreclr/src/tools/Common/Internal/Text/Utf8String.cs +++ b/src/coreclr/src/tools/Common/Internal/Text/Utf8String.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/coreclr/src/tools/Common/Internal/Text/Utf8StringBuilder.cs b/src/coreclr/src/tools/Common/Internal/Text/Utf8StringBuilder.cs index 0cdd95abcd4aa4..a2144946a08ac3 100644 --- a/src/coreclr/src/tools/Common/Internal/Text/Utf8StringBuilder.cs +++ b/src/coreclr/src/tools/Common/Internal/Text/Utf8StringBuilder.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.Text; diff --git a/src/coreclr/src/tools/Common/JitInterface/CorInfoHelpFunc.cs b/src/coreclr/src/tools/Common/JitInterface/CorInfoHelpFunc.cs index 94530e1f46d467..87fa09e0b595bd 100644 --- a/src/coreclr/src/tools/Common/JitInterface/CorInfoHelpFunc.cs +++ b/src/coreclr/src/tools/Common/JitInterface/CorInfoHelpFunc.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/coreclr/src/tools/Common/JitInterface/CorInfoImpl.Intrinsics.cs b/src/coreclr/src/tools/Common/JitInterface/CorInfoImpl.Intrinsics.cs index 30bc7f772362b2..3f6c089744b217 100644 --- a/src/coreclr/src/tools/Common/JitInterface/CorInfoImpl.Intrinsics.cs +++ b/src/coreclr/src/tools/Common/JitInterface/CorInfoImpl.Intrinsics.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/coreclr/src/tools/Common/JitInterface/CorInfoImpl.cs b/src/coreclr/src/tools/Common/JitInterface/CorInfoImpl.cs index 5edadd5bbf4148..c246d14a2c63dc 100644 --- a/src/coreclr/src/tools/Common/JitInterface/CorInfoImpl.cs +++ b/src/coreclr/src/tools/Common/JitInterface/CorInfoImpl.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/coreclr/src/tools/Common/JitInterface/CorInfoTypes.VarInfo.cs b/src/coreclr/src/tools/Common/JitInterface/CorInfoTypes.VarInfo.cs index 671b9dd408b632..c3a5bac2367161 100644 --- a/src/coreclr/src/tools/Common/JitInterface/CorInfoTypes.VarInfo.cs +++ b/src/coreclr/src/tools/Common/JitInterface/CorInfoTypes.VarInfo.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/coreclr/src/tools/Common/JitInterface/CorInfoTypes.cs b/src/coreclr/src/tools/Common/JitInterface/CorInfoTypes.cs index db8eb80471e7f3..c1a9f87533ad05 100644 --- a/src/coreclr/src/tools/Common/JitInterface/CorInfoTypes.cs +++ b/src/coreclr/src/tools/Common/JitInterface/CorInfoTypes.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/coreclr/src/tools/Common/JitInterface/JitConfigProvider.cs b/src/coreclr/src/tools/Common/JitInterface/JitConfigProvider.cs index 13044997af0041..1635c5ab3fd1b1 100644 --- a/src/coreclr/src/tools/Common/JitInterface/JitConfigProvider.cs +++ b/src/coreclr/src/tools/Common/JitInterface/JitConfigProvider.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/coreclr/src/tools/Common/JitInterface/MemoryHelper.cs b/src/coreclr/src/tools/Common/JitInterface/MemoryHelper.cs index a9647f37fa7446..ce7edb1e56be38 100644 --- a/src/coreclr/src/tools/Common/JitInterface/MemoryHelper.cs +++ b/src/coreclr/src/tools/Common/JitInterface/MemoryHelper.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/coreclr/src/tools/Common/JitInterface/SystemVStructClassificator.cs b/src/coreclr/src/tools/Common/JitInterface/SystemVStructClassificator.cs index 2c54f3a8f7c7e9..55b8e2d1dc02c8 100644 --- a/src/coreclr/src/tools/Common/JitInterface/SystemVStructClassificator.cs +++ b/src/coreclr/src/tools/Common/JitInterface/SystemVStructClassificator.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; using System.Diagnostics; diff --git a/src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetGenerator.cs b/src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetGenerator.cs index ad5a2108a1c161..1dc639556755f7 100644 --- a/src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetGenerator.cs +++ b/src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetGenerator.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; @@ -854,4 +853,4 @@ enum ReadyToRunInstructionSet "); } } -} \ No newline at end of file +} diff --git a/src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/Program.cs b/src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/Program.cs index bd03d05d0187e3..a0950a3bcc5c7f 100644 --- a/src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/Program.cs +++ b/src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/Program.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/coreclr/src/tools/Common/JitInterface/TypeString.cs b/src/coreclr/src/tools/Common/JitInterface/TypeString.cs index 52a9dcfb957058..db60084315132f 100644 --- a/src/coreclr/src/tools/Common/JitInterface/TypeString.cs +++ b/src/coreclr/src/tools/Common/JitInterface/TypeString.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; diff --git a/src/coreclr/src/tools/Common/JitInterface/UnboxingMethodDesc.cs b/src/coreclr/src/tools/Common/JitInterface/UnboxingMethodDesc.cs index 817e6f31167709..0db82ff37eb0f9 100644 --- a/src/coreclr/src/tools/Common/JitInterface/UnboxingMethodDesc.cs +++ b/src/coreclr/src/tools/Common/JitInterface/UnboxingMethodDesc.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/coreclr/src/tools/Common/Sorting/ArrayAccessor.cs b/src/coreclr/src/tools/Common/Sorting/ArrayAccessor.cs index 376e452b86f9c1..3f001d1826c9cf 100644 --- a/src/coreclr/src/tools/Common/Sorting/ArrayAccessor.cs +++ b/src/coreclr/src/tools/Common/Sorting/ArrayAccessor.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; @@ -35,4 +34,4 @@ public void SwapElements(T[] dataStructure, int i, int i2) dataStructure[i + 1] = temp; } } -} \ No newline at end of file +} diff --git a/src/coreclr/src/tools/Common/Sorting/ICompareAsEqualAction.cs b/src/coreclr/src/tools/Common/Sorting/ICompareAsEqualAction.cs index 8307aac4cc293f..09fe5716b4fcc1 100644 --- a/src/coreclr/src/tools/Common/Sorting/ICompareAsEqualAction.cs +++ b/src/coreclr/src/tools/Common/Sorting/ICompareAsEqualAction.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; @@ -25,4 +24,4 @@ public void CompareAsEqual() { } } -} \ No newline at end of file +} diff --git a/src/coreclr/src/tools/Common/Sorting/ISortableDataStructureAccessor.cs b/src/coreclr/src/tools/Common/Sorting/ISortableDataStructureAccessor.cs index 8b2d1ba6e80d2a..e6699d4d0febba 100644 --- a/src/coreclr/src/tools/Common/Sorting/ISortableDataStructureAccessor.cs +++ b/src/coreclr/src/tools/Common/Sorting/ISortableDataStructureAccessor.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; @@ -17,4 +16,4 @@ internal interface ISortableDataStructureAccessor void Copy(T[] source, int sourceIndex, TDataStructure target, int destIndex, int length); int GetLength(TDataStructure dataStructure); } -} \ No newline at end of file +} diff --git a/src/coreclr/src/tools/Common/Sorting/ListAccessor.cs b/src/coreclr/src/tools/Common/Sorting/ListAccessor.cs index 75d97de93a8e44..158718106dd9d4 100644 --- a/src/coreclr/src/tools/Common/Sorting/ListAccessor.cs +++ b/src/coreclr/src/tools/Common/Sorting/ListAccessor.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; @@ -44,4 +43,4 @@ public void SwapElements(List dataStructure, int i, int i2) dataStructure[i + 1] = temp; } } -} \ No newline at end of file +} diff --git a/src/coreclr/src/tools/Common/Sorting/MergeSort.cs b/src/coreclr/src/tools/Common/Sorting/MergeSort.cs index f05d32e8bf89e5..cbf5d1da814b02 100644 --- a/src/coreclr/src/tools/Common/Sorting/MergeSort.cs +++ b/src/coreclr/src/tools/Common/Sorting/MergeSort.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/coreclr/src/tools/Common/Sorting/MergeSortCore.cs b/src/coreclr/src/tools/Common/Sorting/MergeSortCore.cs index 35a970c3d623b1..6998c99737916b 100644 --- a/src/coreclr/src/tools/Common/Sorting/MergeSortCore.cs +++ b/src/coreclr/src/tools/Common/Sorting/MergeSortCore.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/coreclr/src/tools/Common/System/Collections/Generic/ArrayBuilder.cs b/src/coreclr/src/tools/Common/System/Collections/Generic/ArrayBuilder.cs index 07548eff7ff7fb..8fb76479e6e825 100644 --- a/src/coreclr/src/tools/Common/System/Collections/Generic/ArrayBuilder.cs +++ b/src/coreclr/src/tools/Common/System/Collections/Generic/ArrayBuilder.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 Debug = System.Diagnostics.Debug; diff --git a/src/coreclr/src/tools/Common/System/FormattingHelpers.cs b/src/coreclr/src/tools/Common/System/FormattingHelpers.cs index 62ff1152e76a2b..8c9bd926a364dc 100644 --- a/src/coreclr/src/tools/Common/System/FormattingHelpers.cs +++ b/src/coreclr/src/tools/Common/System/FormattingHelpers.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.Globalization; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Canon/ArrayType.Canon.cs b/src/coreclr/src/tools/Common/TypeSystem/Canon/ArrayType.Canon.cs index 20e92e0ae1f208..7deba06d193c27 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Canon/ArrayType.Canon.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Canon/ArrayType.Canon.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 Internal.TypeSystem { @@ -38,4 +37,4 @@ public override MethodDesc GetCanonMethodTarget(CanonicalFormKind kind) return ((ArrayType)canonicalizedTypeOfTargetMethod).GetArrayMethod(_kind); } } -} \ No newline at end of file +} diff --git a/src/coreclr/src/tools/Common/TypeSystem/Canon/ByRefType.Canon.cs b/src/coreclr/src/tools/Common/TypeSystem/Canon/ByRefType.Canon.cs index a0629e6c85669d..97513cb08e4bd1 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Canon/ByRefType.Canon.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Canon/ByRefType.Canon.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 Internal.TypeSystem { @@ -16,4 +15,4 @@ protected override TypeDesc ConvertToCanonFormImpl(CanonicalFormKind kind) return this; } } -} \ No newline at end of file +} diff --git a/src/coreclr/src/tools/Common/TypeSystem/Canon/CanonTypes.Diagnostic.cs b/src/coreclr/src/tools/Common/TypeSystem/Canon/CanonTypes.Diagnostic.cs index ea8ab87af27b68..d8906a8a7dfb17 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Canon/CanonTypes.Diagnostic.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Canon/CanonTypes.Diagnostic.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/coreclr/src/tools/Common/TypeSystem/Canon/CanonTypes.Interop.cs b/src/coreclr/src/tools/Common/TypeSystem/Canon/CanonTypes.Interop.cs index cca6403d0c082e..c5e1e39bc977a8 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Canon/CanonTypes.Interop.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Canon/CanonTypes.Interop.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Canon/CanonTypes.Sorting.cs b/src/coreclr/src/tools/Common/TypeSystem/Canon/CanonTypes.Sorting.cs index 0848de283cea49..8f5385d2974f7f 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Canon/CanonTypes.Sorting.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Canon/CanonTypes.Sorting.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 Debug = System.Diagnostics.Debug; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Canon/CanonTypes.cs b/src/coreclr/src/tools/Common/TypeSystem/Canon/CanonTypes.cs index 943452f96b378a..b5e30caadf3065 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Canon/CanonTypes.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Canon/CanonTypes.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/coreclr/src/tools/Common/TypeSystem/Canon/DefType.Canon.cs b/src/coreclr/src/tools/Common/TypeSystem/Canon/DefType.Canon.cs index 7e782f33717e29..3d783352c1809a 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Canon/DefType.Canon.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Canon/DefType.Canon.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 Internal.TypeSystem { @@ -12,4 +11,4 @@ protected override TypeDesc ConvertToCanonFormImpl(CanonicalFormKind kind) return this; } } -} \ No newline at end of file +} diff --git a/src/coreclr/src/tools/Common/TypeSystem/Canon/FunctionPointerType.Canon.cs b/src/coreclr/src/tools/Common/TypeSystem/Canon/FunctionPointerType.Canon.cs index 1a64efeb7b1005..8ff4c2ee544d35 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Canon/FunctionPointerType.Canon.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Canon/FunctionPointerType.Canon.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/coreclr/src/tools/Common/TypeSystem/Canon/GenericParameterDesc.Canon.cs b/src/coreclr/src/tools/Common/TypeSystem/Canon/GenericParameterDesc.Canon.cs index 59f1c731147373..5883cf0a2e4508 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Canon/GenericParameterDesc.Canon.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Canon/GenericParameterDesc.Canon.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 Debug = System.Diagnostics.Debug; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Canon/InstantiatedMethod.Canon.cs b/src/coreclr/src/tools/Common/TypeSystem/Canon/InstantiatedMethod.Canon.cs index f77f5039ee4c2a..973c86f44598a7 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Canon/InstantiatedMethod.Canon.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Canon/InstantiatedMethod.Canon.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 Debug = System.Diagnostics.Debug; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Canon/InstantiatedType.Canon.cs b/src/coreclr/src/tools/Common/TypeSystem/Canon/InstantiatedType.Canon.cs index 4049a265dc124b..5bbbffc42f9252 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Canon/InstantiatedType.Canon.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Canon/InstantiatedType.Canon.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 Internal.TypeSystem { @@ -33,4 +32,4 @@ protected override TypeDesc ConvertToCanonFormImpl(CanonicalFormKind kind) return this; } } -} \ No newline at end of file +} diff --git a/src/coreclr/src/tools/Common/TypeSystem/Canon/MetadataType.Canon.cs b/src/coreclr/src/tools/Common/TypeSystem/Canon/MetadataType.Canon.cs index a8a9d97ab5c3d0..2d9d4d45e10698 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Canon/MetadataType.Canon.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Canon/MetadataType.Canon.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 Internal.TypeSystem { @@ -12,4 +11,4 @@ public override bool IsCanonicalSubtype(CanonicalFormKind policy) return false; } } -} \ No newline at end of file +} diff --git a/src/coreclr/src/tools/Common/TypeSystem/Canon/MethodDelegator.Canon.cs b/src/coreclr/src/tools/Common/TypeSystem/Canon/MethodDelegator.Canon.cs index 9cc3a22040ef9e..9b89c40353e0cd 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Canon/MethodDelegator.Canon.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Canon/MethodDelegator.Canon.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Canon/MethodDesc.Canon.cs b/src/coreclr/src/tools/Common/TypeSystem/Canon/MethodDesc.Canon.cs index 3714346d73f603..0189311657e55a 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Canon/MethodDesc.Canon.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Canon/MethodDesc.Canon.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Canon/MethodForInstantiatedType.Canon.cs b/src/coreclr/src/tools/Common/TypeSystem/Canon/MethodForInstantiatedType.Canon.cs index abb49e6f5d7797..ec81730a0a8785 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Canon/MethodForInstantiatedType.Canon.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Canon/MethodForInstantiatedType.Canon.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Canon/ParameterizedType.Canon.cs b/src/coreclr/src/tools/Common/TypeSystem/Canon/ParameterizedType.Canon.cs index ad386bb04d1333..a66eeb39d88fe9 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Canon/ParameterizedType.Canon.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Canon/ParameterizedType.Canon.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 Internal.TypeSystem { @@ -12,4 +11,4 @@ public sealed override bool IsCanonicalSubtype(CanonicalFormKind policy) return ParameterType.IsCanonicalSubtype(policy); } } -} \ No newline at end of file +} diff --git a/src/coreclr/src/tools/Common/TypeSystem/Canon/PointerType.Canon.cs b/src/coreclr/src/tools/Common/TypeSystem/Canon/PointerType.Canon.cs index ce4c96d5d0064d..28e35a96a2c785 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Canon/PointerType.Canon.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Canon/PointerType.Canon.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 Internal.TypeSystem { @@ -16,4 +15,4 @@ protected override TypeDesc ConvertToCanonFormImpl(CanonicalFormKind kind) return this; } } -} \ No newline at end of file +} diff --git a/src/coreclr/src/tools/Common/TypeSystem/Canon/SignatureVariable.Canon.cs b/src/coreclr/src/tools/Common/TypeSystem/Canon/SignatureVariable.Canon.cs index 381d92db189ee6..2e76e9eed0677f 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Canon/SignatureVariable.Canon.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Canon/SignatureVariable.Canon.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 Debug = System.Diagnostics.Debug; @@ -37,4 +36,4 @@ protected override TypeDesc ConvertToCanonFormImpl(CanonicalFormKind kind) return this; } } -} \ No newline at end of file +} diff --git a/src/coreclr/src/tools/Common/TypeSystem/Canon/StandardCanonicalizationAlgorithm.cs b/src/coreclr/src/tools/Common/TypeSystem/Canon/StandardCanonicalizationAlgorithm.cs index 04579bc1aef11e..ed0f4123dad5b9 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Canon/StandardCanonicalizationAlgorithm.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Canon/StandardCanonicalizationAlgorithm.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 Debug = System.Diagnostics.Debug; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Canon/TypeDesc.Canon.cs b/src/coreclr/src/tools/Common/TypeSystem/Canon/TypeDesc.Canon.cs index 690369ab27ae0a..c87408e652d455 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Canon/TypeDesc.Canon.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Canon/TypeDesc.Canon.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 Debug = System.Diagnostics.Debug; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Canon/TypeSystemContext.Canon.cs b/src/coreclr/src/tools/Common/TypeSystem/Canon/TypeSystemContext.Canon.cs index 268bf73b7f60f0..5da631b5968bd6 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Canon/TypeSystemContext.Canon.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Canon/TypeSystemContext.Canon.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/coreclr/src/tools/Common/TypeSystem/CodeGen/FieldDesc.CodeGen.cs b/src/coreclr/src/tools/Common/TypeSystem/CodeGen/FieldDesc.CodeGen.cs index 1fd5ea231f02a6..43f05e4d85f22d 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/CodeGen/FieldDesc.CodeGen.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/CodeGen/FieldDesc.CodeGen.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/CodeGen/MethodDelegator.CodeGen.cs b/src/coreclr/src/tools/Common/TypeSystem/CodeGen/MethodDelegator.CodeGen.cs index afee75c1636168..41425033e5bc6b 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/CodeGen/MethodDelegator.CodeGen.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/CodeGen/MethodDelegator.CodeGen.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/CodeGen/MethodDesc.CodeGen.cs b/src/coreclr/src/tools/Common/TypeSystem/CodeGen/MethodDesc.CodeGen.cs index b15a81d9c3cb08..6b49acaaa23fbc 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/CodeGen/MethodDesc.CodeGen.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/CodeGen/MethodDesc.CodeGen.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/CodeGen/TargetDetails.CodeGen.cs b/src/coreclr/src/tools/Common/TypeSystem/CodeGen/TargetDetails.CodeGen.cs index 311f7488dd59c8..f24974c811b78e 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/CodeGen/TargetDetails.CodeGen.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/CodeGen/TargetDetails.CodeGen.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/CodeGen/TypeDesc.CodeGen.cs b/src/coreclr/src/tools/Common/TypeSystem/CodeGen/TypeDesc.CodeGen.cs index 9a5a1c8b289d0e..eb15a3681d5a41 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/CodeGen/TypeDesc.CodeGen.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/CodeGen/TypeDesc.CodeGen.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/AlignmentHelper.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/AlignmentHelper.cs index 7678cd58b81f00..2e30c481271d15 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/AlignmentHelper.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/AlignmentHelper.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 Debug = System.Diagnostics.Debug; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/ArrayMethod.Diagnostic.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/ArrayMethod.Diagnostic.cs index 4da118caeab0aa..1f6e06709ae41d 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/ArrayMethod.Diagnostic.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/ArrayMethod.Diagnostic.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/ArrayOfTRuntimeInterfacesAlgorithm.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/ArrayOfTRuntimeInterfacesAlgorithm.cs index 6d611fd7db0f0f..68e6371d89e610 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/ArrayOfTRuntimeInterfacesAlgorithm.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/ArrayOfTRuntimeInterfacesAlgorithm.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 Debug = System.Diagnostics.Debug; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/ArrayType.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/ArrayType.cs index 206f8c2ffb549d..55b0c49b429a4e 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/ArrayType.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/ArrayType.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/coreclr/src/tools/Common/TypeSystem/Common/BaseTypeRuntimeInterfacesAlgorithm.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/BaseTypeRuntimeInterfacesAlgorithm.cs index 8f814cfb594744..41ff1102a8ed6d 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/BaseTypeRuntimeInterfacesAlgorithm.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/BaseTypeRuntimeInterfacesAlgorithm.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 Debug = System.Diagnostics.Debug; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/ByRefType.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/ByRefType.cs index 6d198459452d9d..4bb3e351a0168e 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/ByRefType.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/ByRefType.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/CastingHelper.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/CastingHelper.cs index 3ffb2c69df3677..d10a2dc0fec277 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/CastingHelper.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/CastingHelper.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/coreclr/src/tools/Common/TypeSystem/Common/ConstructedTypeRewritingHelpers.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/ConstructedTypeRewritingHelpers.cs index ee7bcd978dc4e2..2bf083f8525d68 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/ConstructedTypeRewritingHelpers.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/ConstructedTypeRewritingHelpers.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/coreclr/src/tools/Common/TypeSystem/Common/DefType.Diagnostic.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/DefType.Diagnostic.cs index 8ef92715ab3333..26685ff43b2f3f 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/DefType.Diagnostic.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/DefType.Diagnostic.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/tools/Common/TypeSystem/Common/DefType.Dummy.Diagnostic.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/DefType.Dummy.Diagnostic.cs index b852b1b33794ff..e77d7f5acf6657 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/DefType.Dummy.Diagnostic.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/DefType.Dummy.Diagnostic.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/DefType.FieldLayout.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/DefType.FieldLayout.cs index cd7f45d7f4ce04..6c9c2b22e5cfa2 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/DefType.FieldLayout.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/DefType.FieldLayout.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/coreclr/src/tools/Common/TypeSystem/Common/DefType.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/DefType.cs index fb1cf075c91469..06ee99e9d74e2e 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/DefType.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/DefType.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/ExceptionStringID.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/ExceptionStringID.cs index d510e7933f718a..00286eabe3a97b 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/ExceptionStringID.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/ExceptionStringID.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/ExplicitLayoutValidator.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/ExplicitLayoutValidator.cs index 9e7c4c6f908da7..9066f54c04cbfb 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/ExplicitLayoutValidator.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/ExplicitLayoutValidator.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/coreclr/src/tools/Common/TypeSystem/Common/FieldDesc.FieldLayout.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/FieldDesc.FieldLayout.cs index 4452e8d6ee7953..2d8daed2caf118 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/FieldDesc.FieldLayout.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/FieldDesc.FieldLayout.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/coreclr/src/tools/Common/TypeSystem/Common/FieldDesc.ToString.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/FieldDesc.ToString.cs index 29cea11d53ec6d..cde79093f286b3 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/FieldDesc.ToString.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/FieldDesc.ToString.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/FieldDesc.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/FieldDesc.cs index be2d81bd563ead..41536c5189fa7f 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/FieldDesc.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/FieldDesc.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/coreclr/src/tools/Common/TypeSystem/Common/FieldForInstantiatedType.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/FieldForInstantiatedType.cs index 5fac11614482a9..b51d55660a6868 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/FieldForInstantiatedType.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/FieldForInstantiatedType.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/coreclr/src/tools/Common/TypeSystem/Common/FieldLayoutAlgorithm.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/FieldLayoutAlgorithm.cs index d43eb0039099da..cff8364566b2f4 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/FieldLayoutAlgorithm.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/FieldLayoutAlgorithm.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/FunctionPointerType.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/FunctionPointerType.cs index 523b105d0fa9c6..1328e3c040d4da 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/FunctionPointerType.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/FunctionPointerType.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; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/GenericParameterDesc.Diagnostic.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/GenericParameterDesc.Diagnostic.cs index f78dc80fa6a8f9..8af9193966818b 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/GenericParameterDesc.Diagnostic.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/GenericParameterDesc.Diagnostic.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/coreclr/src/tools/Common/TypeSystem/Common/GenericParameterDesc.Dummy.Diagnostic.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/GenericParameterDesc.Dummy.Diagnostic.cs index 8c6d62dcbd6135..31ed2e975f18eb 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/GenericParameterDesc.Dummy.Diagnostic.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/GenericParameterDesc.Dummy.Diagnostic.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/GenericParameterDesc.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/GenericParameterDesc.cs index 4eff6c6cbc5d85..5615efc256b6b3 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/GenericParameterDesc.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/GenericParameterDesc.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/coreclr/src/tools/Common/TypeSystem/Common/IAssemblyDesc.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/IAssemblyDesc.cs index e9db5b76e92e05..be0f346f391d9a 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/IAssemblyDesc.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/IAssemblyDesc.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.Reflection; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/IModuleResolver.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/IModuleResolver.cs index eccacb2a2d5772..0acc7ee8b9e121 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/IModuleResolver.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/IModuleResolver.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.Reflection; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedMethod.Diagnostic.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedMethod.Diagnostic.cs index c33020e88e179d..df6f64a630c062 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedMethod.Diagnostic.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedMethod.Diagnostic.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedMethod.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedMethod.cs index f73366c0a54a0f..9105c566534c7c 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedMethod.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedMethod.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/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedType.Diagnostic.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedType.Diagnostic.cs index 5490cf1dc62f2f..d4092ae3e64e5d 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedType.Diagnostic.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedType.Diagnostic.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedType.Interfaces.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedType.Interfaces.cs index a51056923fe992..33d38d0bf3203c 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedType.Interfaces.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedType.Interfaces.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 Debug = System.Diagnostics.Debug; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedType.MethodImpls.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedType.MethodImpls.cs index 474ac1a6ae34b0..6002edbdb23dba 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedType.MethodImpls.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedType.MethodImpls.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/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedType.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedType.cs index 4d05745c93130d..90267a4c53bf2f 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedType.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedType.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/coreclr/src/tools/Common/TypeSystem/Common/Instantiation.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/Instantiation.cs index d403f0c9bdb7cf..f0e3588c657727 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/Instantiation.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/Instantiation.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/coreclr/src/tools/Common/TypeSystem/Common/LayoutInt.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/LayoutInt.cs index 331bdec0f4f13a..461d7413380893 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/LayoutInt.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/LayoutInt.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/coreclr/src/tools/Common/TypeSystem/Common/LinqPoison.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/LinqPoison.cs index 58e9649c1185e6..ce2675fa2b1dce 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/LinqPoison.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/LinqPoison.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 System { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/LocalVariableDefinition.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/LocalVariableDefinition.cs index 95f978a49d92cf..65546eb8a94cb8 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/LocalVariableDefinition.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/LocalVariableDefinition.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/MetadataRuntimeInterfacesAlgorithm.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/MetadataRuntimeInterfacesAlgorithm.cs index 2c5d4789afce54..02b94121e52e07 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/MetadataRuntimeInterfacesAlgorithm.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/MetadataRuntimeInterfacesAlgorithm.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/coreclr/src/tools/Common/TypeSystem/Common/MetadataType.Interfaces.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/MetadataType.Interfaces.cs index e6fd004d932468..011a16b301a0b9 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/MetadataType.Interfaces.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/MetadataType.Interfaces.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 Debug = System.Diagnostics.Debug; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/MetadataType.MethodImpls.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/MetadataType.MethodImpls.cs index 74ec106694eb29..67a6ca012c3d21 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/MetadataType.MethodImpls.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/MetadataType.MethodImpls.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/coreclr/src/tools/Common/TypeSystem/Common/MetadataType.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/MetadataType.cs index 9fe484c9a015ad..061fca6790c9ab 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/MetadataType.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/MetadataType.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/tools/Common/TypeSystem/Common/MetadataTypeSystemContext.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/MetadataTypeSystemContext.cs index 88b003815278c8..c993b59dea138c 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/MetadataTypeSystemContext.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/MetadataTypeSystemContext.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 Debug = System.Diagnostics.Debug; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/MethodDelegator.Diagnostic.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/MethodDelegator.Diagnostic.cs index 946f4a0d79bd8f..4290daf473654f 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/MethodDelegator.Diagnostic.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/MethodDelegator.Diagnostic.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/MethodDelegator.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/MethodDelegator.cs index b1fc85dfc905c2..b20912397cc083 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/MethodDelegator.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/MethodDelegator.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/MethodDesc.Diagnostic.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/MethodDesc.Diagnostic.cs index 581125911c33dd..99784da0a3478a 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/MethodDesc.Diagnostic.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/MethodDesc.Diagnostic.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; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/MethodDesc.Dummy.Diagnostic.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/MethodDesc.Dummy.Diagnostic.cs index 6eb18bab4655d0..71971791855621 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/MethodDesc.Dummy.Diagnostic.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/MethodDesc.Dummy.Diagnostic.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/MethodDesc.ToString.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/MethodDesc.ToString.cs index 984faa2433e205..485f28c809f483 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/MethodDesc.ToString.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/MethodDesc.ToString.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; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/MethodDesc.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/MethodDesc.cs index 00e776896d16f1..66143d073a0359 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/MethodDesc.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/MethodDesc.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/coreclr/src/tools/Common/TypeSystem/Common/MethodForInstantiatedType.Diagnostic.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/MethodForInstantiatedType.Diagnostic.cs index e1e18c7d70b252..d9b96ba121dcb0 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/MethodForInstantiatedType.Diagnostic.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/MethodForInstantiatedType.Diagnostic.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/MethodForInstantiatedType.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/MethodForInstantiatedType.cs index 98e3c0be119624..1691d5624ae386 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/MethodForInstantiatedType.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/MethodForInstantiatedType.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/coreclr/src/tools/Common/TypeSystem/Common/ModuleDesc.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/ModuleDesc.cs index 6be6de9b163583..c1e143dfe192cf 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/ModuleDesc.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/ModuleDesc.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/tools/Common/TypeSystem/Common/ParameterizedType.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/ParameterizedType.cs index 33036e75888247..6ec0fbd352bff5 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/ParameterizedType.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/ParameterizedType.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/coreclr/src/tools/Common/TypeSystem/Common/PointerType.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/PointerType.cs index 15e8adbde4ece0..28c3cf31ea00a6 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/PointerType.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/PointerType.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/PropertySignature.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/PropertySignature.cs index da59e609d414b7..8a99786b4a49c6 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/PropertySignature.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/PropertySignature.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/RuntimeInterfacesAlgorithm.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/RuntimeInterfacesAlgorithm.cs index 515d531da468fc..79ebe412bdedf6 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/RuntimeInterfacesAlgorithm.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/RuntimeInterfacesAlgorithm.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/SignatureVariable.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/SignatureVariable.cs index 2fde3c5389764c..0bfcf24dc7c533 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/SignatureVariable.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/SignatureVariable.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/coreclr/src/tools/Common/TypeSystem/Common/TargetDetails.ToString.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/TargetDetails.ToString.cs index 822272c15e3278..413f789853edd1 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/TargetDetails.ToString.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/TargetDetails.ToString.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 Debug = System.Diagnostics.Debug; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/TargetDetails.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/TargetDetails.cs index 9337d7670904aa..79601a4eedd565 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/TargetDetails.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/TargetDetails.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 Debug = System.Diagnostics.Debug; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/ThreadSafeFlags.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/ThreadSafeFlags.cs index 70f0b22c40ecc9..f4919aae380ace 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/ThreadSafeFlags.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/ThreadSafeFlags.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; using Interlocked = System.Threading.Interlocked; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/ThrowHelper.Common.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/ThrowHelper.Common.cs index 40b5928d98e00c..3eefd5fec066ab 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/ThrowHelper.Common.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/ThrowHelper.Common.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.Text; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/ThrowHelper.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/ThrowHelper.cs index 46ff4cee5a26cf..9ab806e77ffe0e 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/ThrowHelper.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/ThrowHelper.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/TypeDesc.Interfaces.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/TypeDesc.Interfaces.cs index e28168c19a92e5..b8345c88ad4be7 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/TypeDesc.Interfaces.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/TypeDesc.Interfaces.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.Threading; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/TypeDesc.ToString.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/TypeDesc.ToString.cs index 34e616fae47bc9..4b63e28d4303ef 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/TypeDesc.ToString.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/TypeDesc.ToString.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/TypeDesc.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/TypeDesc.cs index b12313df4bdce2..a4bacb6ed1ced5 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/TypeDesc.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/TypeDesc.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/coreclr/src/tools/Common/TypeSystem/Common/TypeFlags.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/TypeFlags.cs index c5fa11ed710283..6331f50a891b28 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/TypeFlags.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/TypeFlags.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/coreclr/src/tools/Common/TypeSystem/Common/TypeHashingAlgorithms.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/TypeHashingAlgorithms.cs index 8e84efc26b60dd..6b3d37851cee66 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/TypeHashingAlgorithms.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/TypeHashingAlgorithms.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. // --------------------------------------------------------------------------- // Generic functions to compute the hashcode value of types diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/TypeSystemConstraintsHelpers.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/TypeSystemConstraintsHelpers.cs index d428fcfe9be42b..cebce492c5fbff 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/TypeSystemConstraintsHelpers.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/TypeSystemConstraintsHelpers.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.Diagnostics; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/TypeSystemContext.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/TypeSystemContext.cs index dfcbe560b597fb..2346036fec309a 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/TypeSystemContext.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/TypeSystemContext.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/coreclr/src/tools/Common/TypeSystem/Common/TypeSystemEntity.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/TypeSystemEntity.cs index ad3d3739d16fa3..f9a02edc42c6fd 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/TypeSystemEntity.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/TypeSystemEntity.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/TypeSystemException.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/TypeSystemException.cs index afe5ebf7bbb9e4..331556a6af1378 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/TypeSystemException.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/TypeSystemException.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/coreclr/src/tools/Common/TypeSystem/Common/TypeSystemHelpers.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/TypeSystemHelpers.cs index 0183217905904b..0ae8d679104ac3 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/TypeSystemHelpers.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/TypeSystemHelpers.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/coreclr/src/tools/Common/TypeSystem/Common/UniversalCanonLayoutAlgorithm.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/UniversalCanonLayoutAlgorithm.cs index 2e66f33b8f72a5..f32daba077b2ce 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/UniversalCanonLayoutAlgorithm.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/UniversalCanonLayoutAlgorithm.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/coreclr/src/tools/Common/TypeSystem/Common/Utilities/CustomAttributeTypeNameFormatter.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/CustomAttributeTypeNameFormatter.cs index 864a7b3220ca14..94a9caa2ad1ffb 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/CustomAttributeTypeNameFormatter.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/CustomAttributeTypeNameFormatter.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.Text; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/CustomAttributeTypeNameParser.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/CustomAttributeTypeNameParser.cs index 1bea19a91a50a3..fea531003c3b88 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/CustomAttributeTypeNameParser.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/CustomAttributeTypeNameParser.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/coreclr/src/tools/Common/TypeSystem/Common/Utilities/DebugNameFormatter.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/DebugNameFormatter.cs index ea8dfb772882f1..99431f93785196 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/DebugNameFormatter.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/DebugNameFormatter.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.Text; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/ExceptionTypeNameFormatter.Metadata.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/ExceptionTypeNameFormatter.Metadata.cs index f79364bfd1d79f..92d3319a0c15f9 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/ExceptionTypeNameFormatter.Metadata.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/ExceptionTypeNameFormatter.Metadata.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/ExceptionTypeNameFormatter.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/ExceptionTypeNameFormatter.cs index 4e7447cc4a3ab6..31fccdcaaa9369 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/ExceptionTypeNameFormatter.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/ExceptionTypeNameFormatter.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.Text; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/GCPointerMap.Algorithm.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/GCPointerMap.Algorithm.cs index 4376f9e25d9700..af5938677a4b4d 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/GCPointerMap.Algorithm.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/GCPointerMap.Algorithm.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 Debug = System.Diagnostics.Debug; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/GCPointerMap.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/GCPointerMap.cs index 482e502894d179..7f2d2195f3c8b9 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/GCPointerMap.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/GCPointerMap.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.Text; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/LockFreeReaderHashtable.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/LockFreeReaderHashtable.cs index c555a8d6d1fe8e..59204c234972c3 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/LockFreeReaderHashtable.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/LockFreeReaderHashtable.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/coreclr/src/tools/Common/TypeSystem/Common/Utilities/TypeNameFormatter.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/TypeNameFormatter.cs index 1f946786cb927a..11ad86d7874e70 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/TypeNameFormatter.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/TypeNameFormatter.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.Text; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/VirtualMethodAlgorithm.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/VirtualMethodAlgorithm.cs index 4f22881d4a9789..3a291fb698026a 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/VirtualMethodAlgorithm.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/VirtualMethodAlgorithm.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/tools/Common/TypeSystem/Common/WellKnownType.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/WellKnownType.cs index 1f0e22c84118c2..2a6b425ee1e508 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/WellKnownType.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/WellKnownType.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/coreclr/src/tools/Common/TypeSystem/Ecma/CachingMetadataStringDecoder.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/CachingMetadataStringDecoder.cs index f965a8bce32775..7a1ccfadb8bc13 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/CachingMetadataStringDecoder.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/CachingMetadataStringDecoder.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.Reflection.Metadata; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Ecma/CustomAttributeTypeProvider.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/CustomAttributeTypeProvider.cs index 2e9d88e3d8f73e..0b1390765a7dcc 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/CustomAttributeTypeProvider.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/CustomAttributeTypeProvider.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.Reflection.Metadata; @@ -94,4 +93,4 @@ public bool IsSystemType(TypeDesc type) && metadataType.Namespace == "System"; } } -} \ No newline at end of file +} diff --git a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaAssembly.Symbols.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaAssembly.Symbols.cs index 18e4bb76aa23f0..0ca7305763cae1 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaAssembly.Symbols.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaAssembly.Symbols.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.Reflection.Metadata; using System.Reflection.PortableExecutable; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaAssembly.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaAssembly.cs index 7b0805ee713afc..0e155fda998f34 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaAssembly.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaAssembly.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.Reflection; using System.Reflection.Metadata; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaField.CodeGen.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaField.CodeGen.cs index a964d40111ffdc..2f76289e4ab2e6 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaField.CodeGen.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaField.CodeGen.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 Internal.TypeSystem.Ecma { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaField.Serialization.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaField.Serialization.cs index 24b6da5a07d953..52a7a474dbf008 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaField.Serialization.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaField.Serialization.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 Internal.TypeSystem.Ecma { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaField.Sorting.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaField.Sorting.cs index 79c5a28b0fc19e..9151b571936b7a 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaField.Sorting.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaField.Sorting.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.Reflection.Metadata.Ecma335; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaField.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaField.cs index 81ed1ec3a3f7cc..31a4c8def5c50c 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaField.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaField.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/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaGenericParameter.Diagnostic.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaGenericParameter.Diagnostic.cs index 2def7d24cf5794..e900b53be8b35d 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaGenericParameter.Diagnostic.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaGenericParameter.Diagnostic.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.Reflection.Metadata.Ecma335; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaGenericParameter.Sorting.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaGenericParameter.Sorting.cs index b1c4bbce6e0cb3..eb19d5f60107d9 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaGenericParameter.Sorting.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaGenericParameter.Sorting.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.Reflection.Metadata.Ecma335; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaGenericParameter.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaGenericParameter.cs index 28a43f0424cba1..7451c0a9fb432c 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaGenericParameter.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaGenericParameter.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/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaMethod.Diagnostic.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaMethod.Diagnostic.cs index 88ff3ca78c3b6a..fbcb9b97db5b29 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaMethod.Diagnostic.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaMethod.Diagnostic.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.Reflection.Metadata.Ecma335; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaMethod.Sorting.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaMethod.Sorting.cs index c5e20b5362b957..09ea200aa065a4 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaMethod.Sorting.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaMethod.Sorting.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.Reflection.Metadata.Ecma335; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaMethod.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaMethod.cs index d4e0fbd9915e5c..da5126529e4837 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaMethod.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaMethod.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.CompilerServices; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaModule.Sorting.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaModule.Sorting.cs index 3549c767ffaeba..a86c4f030d5395 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaModule.Sorting.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaModule.Sorting.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/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaModule.Symbols.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaModule.Symbols.cs index 9e86ba21c4d40d..821f8643ea3498 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaModule.Symbols.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaModule.Symbols.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.Reflection.Metadata; using System.Reflection.PortableExecutable; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaModule.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaModule.cs index d3c7ce86ba38c9..389f0607399b6b 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaModule.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaModule.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/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaSignatureParser.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaSignatureParser.cs index 33804862bce7f2..4b86fae7d77fa8 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaSignatureParser.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaSignatureParser.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.Reflection.Metadata; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.Diagnostic.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.Diagnostic.cs index 4a00ef9d71dbe9..028fec14c23400 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.Diagnostic.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.Diagnostic.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/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.Interfaces.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.Interfaces.cs index c118df190fc2d1..44639a27ebe264 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.Interfaces.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.Interfaces.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.Reflection; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.MethodImpls.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.MethodImpls.cs index 4348f6c8ed94e6..e9f16ef1ca337a 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.MethodImpls.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.MethodImpls.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/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.Serialization.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.Serialization.cs index 3ba6042c5deaed..0f826f68936bc6 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.Serialization.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.Serialization.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.Reflection; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.Sorting.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.Sorting.cs index 77a3fbe46a7625..757604dbe67701 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.Sorting.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.Sorting.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.Reflection.Metadata.Ecma335; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.cs index afcd664929dcef..8075ef7e4b6f8f 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.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/coreclr/src/tools/Common/TypeSystem/Ecma/IMetadataStringDecoderProvider.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/IMetadataStringDecoderProvider.cs index 5c9fc98e92822a..b37bec733a588f 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/IMetadataStringDecoderProvider.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/IMetadataStringDecoderProvider.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.Reflection.Metadata; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Ecma/MetadataExtensions.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/MetadataExtensions.cs index bbe4eed38d868e..157d774dd569ad 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/MetadataExtensions.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/MetadataExtensions.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.Reflection; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Ecma/PrimitiveTypeProvider.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/PrimitiveTypeProvider.cs index ff9bea5afb7bc7..3f1d95be58c90b 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/PrimitiveTypeProvider.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/PrimitiveTypeProvider.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.Reflection.Metadata; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Ecma/SymbolReader/PdbSymbolReader.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/SymbolReader/PdbSymbolReader.cs index c35c1490a1e5d9..c36fec3a42f116 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/SymbolReader/PdbSymbolReader.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/SymbolReader/PdbSymbolReader.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/coreclr/src/tools/Common/TypeSystem/Ecma/SymbolReader/PortablePdbSymbolReader.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/SymbolReader/PortablePdbSymbolReader.cs index 4faecf8a7c3f9f..886280f21f75c8 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/SymbolReader/PortablePdbSymbolReader.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/SymbolReader/PortablePdbSymbolReader.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/coreclr/src/tools/Common/TypeSystem/Ecma/SymbolReader/UnmanagedPdbSymbolReader.cs b/src/coreclr/src/tools/Common/TypeSystem/Ecma/SymbolReader/UnmanagedPdbSymbolReader.cs index 5b6d1ea8b81912..0eb830ac392abb 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Ecma/SymbolReader/UnmanagedPdbSymbolReader.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Ecma/SymbolReader/UnmanagedPdbSymbolReader.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/coreclr/src/tools/Common/TypeSystem/IL/EcmaMethodIL.Symbols.cs b/src/coreclr/src/tools/Common/TypeSystem/IL/EcmaMethodIL.Symbols.cs index 35b7c22e49662a..101ff72b6c2328 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/IL/EcmaMethodIL.Symbols.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/IL/EcmaMethodIL.Symbols.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.Reflection.Metadata; diff --git a/src/coreclr/src/tools/Common/TypeSystem/IL/EcmaMethodIL.cs b/src/coreclr/src/tools/Common/TypeSystem/IL/EcmaMethodIL.cs index db2443ade3fb8b..5f1389bb1aa9a0 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/IL/EcmaMethodIL.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/IL/EcmaMethodIL.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.Immutable; diff --git a/src/coreclr/src/tools/Common/TypeSystem/IL/HelperExtensions.cs b/src/coreclr/src/tools/Common/TypeSystem/IL/HelperExtensions.cs index 682dab4f04b594..7c43777bb1dfa4 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/IL/HelperExtensions.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/IL/HelperExtensions.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/coreclr/src/tools/Common/TypeSystem/IL/ILDisassembler.cs b/src/coreclr/src/tools/Common/TypeSystem/IL/ILDisassembler.cs index c7fb70f6e8e342..2d1a626cc633d9 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/IL/ILDisassembler.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/IL/ILDisassembler.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.Text; diff --git a/src/coreclr/src/tools/Common/TypeSystem/IL/ILImporter.cs b/src/coreclr/src/tools/Common/TypeSystem/IL/ILImporter.cs index 6e6ebd2cc163c9..e3e4fba5983aa7 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/IL/ILImporter.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/IL/ILImporter.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/coreclr/src/tools/Common/TypeSystem/IL/ILOpcode.cs b/src/coreclr/src/tools/Common/TypeSystem/IL/ILOpcode.cs index e031553f5379e7..f3a11e0074dc86 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/IL/ILOpcode.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/IL/ILOpcode.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/coreclr/src/tools/Common/TypeSystem/IL/ILOpcodeHelper.cs b/src/coreclr/src/tools/Common/TypeSystem/IL/ILOpcodeHelper.cs index b051e205f08e1f..076876c53751f1 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/IL/ILOpcodeHelper.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/IL/ILOpcodeHelper.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 Debug = System.Diagnostics.Debug; diff --git a/src/coreclr/src/tools/Common/TypeSystem/IL/ILProvider.cs b/src/coreclr/src/tools/Common/TypeSystem/IL/ILProvider.cs index f17bb49798259c..eef7d154b42e25 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/IL/ILProvider.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/IL/ILProvider.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 Internal.TypeSystem; diff --git a/src/coreclr/src/tools/Common/TypeSystem/IL/ILStackHelper.cs b/src/coreclr/src/tools/Common/TypeSystem/IL/ILStackHelper.cs index d30532e137303a..19c643256b4b03 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/IL/ILStackHelper.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/IL/ILStackHelper.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/coreclr/src/tools/Common/TypeSystem/IL/InstantiatedMethodIL.cs b/src/coreclr/src/tools/Common/TypeSystem/IL/InstantiatedMethodIL.cs index f444f5da770424..7192e547f39a67 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/IL/InstantiatedMethodIL.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/IL/InstantiatedMethodIL.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/coreclr/src/tools/Common/TypeSystem/IL/MethodIL.Symbols.cs b/src/coreclr/src/tools/Common/TypeSystem/IL/MethodIL.Symbols.cs index 9271af838e53d7..65309b58c5a3c1 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/IL/MethodIL.Symbols.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/IL/MethodIL.Symbols.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/coreclr/src/tools/Common/TypeSystem/IL/MethodIL.cs b/src/coreclr/src/tools/Common/TypeSystem/IL/MethodIL.cs index 70e925d718b953..83fecc15119b14 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/IL/MethodIL.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/IL/MethodIL.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/coreclr/src/tools/Common/TypeSystem/IL/MethodILDebugView.cs b/src/coreclr/src/tools/Common/TypeSystem/IL/MethodILDebugView.cs index e0d5675e60229f..03fc460d2582c4 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/IL/MethodILDebugView.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/IL/MethodILDebugView.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; diff --git a/src/coreclr/src/tools/Common/TypeSystem/IL/StackValueKind.cs b/src/coreclr/src/tools/Common/TypeSystem/IL/StackValueKind.cs index 71d37a2a47adc1..5066be2e40ec89 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/IL/StackValueKind.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/IL/StackValueKind.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 Internal.IL { diff --git a/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/ComparerIntrinsics.cs b/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/ComparerIntrinsics.cs index 695032b8712021..7297b94279f431 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/ComparerIntrinsics.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/ComparerIntrinsics.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/coreclr/src/tools/Common/TypeSystem/IL/Stubs/ILEmitter.cs b/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/ILEmitter.cs index 363ab351c89f38..67f79ad809dc8b 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/ILEmitter.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/ILEmitter.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/coreclr/src/tools/Common/TypeSystem/IL/Stubs/InterlockedIntrinsics.cs b/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/InterlockedIntrinsics.cs index bf75857a93742a..7fc1dbc9ef9da2 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/InterlockedIntrinsics.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/InterlockedIntrinsics.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/coreclr/src/tools/Common/TypeSystem/IL/Stubs/MemoryMarshalIntrinsics.cs b/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/MemoryMarshalIntrinsics.cs index dc4c6a7a197a99..fc1d74bf326366 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/MemoryMarshalIntrinsics.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/MemoryMarshalIntrinsics.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 Internal.TypeSystem; diff --git a/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/PInvokeILCodeStreams.cs b/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/PInvokeILCodeStreams.cs index c8a7d94d49d20f..1ad547dbb468b2 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/PInvokeILCodeStreams.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/PInvokeILCodeStreams.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 Internal.IL.Stubs { diff --git a/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/PInvokeTargetNativeMethod.Diagnostic.cs b/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/PInvokeTargetNativeMethod.Diagnostic.cs index 2cb4d1ea33c4b1..66be6d96544525 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/PInvokeTargetNativeMethod.Diagnostic.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/PInvokeTargetNativeMethod.Diagnostic.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 Internal.TypeSystem; diff --git a/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/PInvokeTargetNativeMethod.Mangling.cs b/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/PInvokeTargetNativeMethod.Mangling.cs index 79ea39a9001f17..0840a5856fa2a5 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/PInvokeTargetNativeMethod.Mangling.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/PInvokeTargetNativeMethod.Mangling.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 Internal.TypeSystem; diff --git a/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/PInvokeTargetNativeMethod.Sorting.cs b/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/PInvokeTargetNativeMethod.Sorting.cs index ea754346f7a636..da12ad0a8b2dc4 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/PInvokeTargetNativeMethod.Sorting.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/PInvokeTargetNativeMethod.Sorting.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 Internal.TypeSystem; diff --git a/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/PInvokeTargetNativeMethod.cs b/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/PInvokeTargetNativeMethod.cs index 519dee4e9abfca..5683eee0429f10 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/PInvokeTargetNativeMethod.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/PInvokeTargetNativeMethod.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 Internal.TypeSystem; diff --git a/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/RuntimeHelpersIntrinsics.cs b/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/RuntimeHelpersIntrinsics.cs index 6e44c8485a6e1c..53af0f37161d96 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/RuntimeHelpersIntrinsics.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/RuntimeHelpersIntrinsics.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/coreclr/src/tools/Common/TypeSystem/IL/Stubs/UnsafeIntrinsics.cs b/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/UnsafeIntrinsics.cs index c0e0ea1feab2b5..277e6bd67ef2f9 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/UnsafeIntrinsics.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/UnsafeIntrinsics.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/coreclr/src/tools/Common/TypeSystem/IL/Stubs/VolatileIntrinsics.cs b/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/VolatileIntrinsics.cs index 4a9ca72eb9f7b2..f9ab4c10605591 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/VolatileIntrinsics.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/VolatileIntrinsics.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/coreclr/src/tools/Common/TypeSystem/Interop/FieldDesc.Interop.cs b/src/coreclr/src/tools/Common/TypeSystem/Interop/FieldDesc.Interop.cs index 1e7a3e3ba76ef4..ad5a51232d7311 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Interop/FieldDesc.Interop.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Interop/FieldDesc.Interop.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Interop/IL/MarshalHelpers.cs b/src/coreclr/src/tools/Common/TypeSystem/Interop/IL/MarshalHelpers.cs index ac307a8b2c74f3..956e4fc8e274df 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Interop/IL/MarshalHelpers.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Interop/IL/MarshalHelpers.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 Internal.IL; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Interop/IL/MarshalUtils.cs b/src/coreclr/src/tools/Common/TypeSystem/Interop/IL/MarshalUtils.cs index 3b2795751d3210..65f0956943fbbf 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Interop/IL/MarshalUtils.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Interop/IL/MarshalUtils.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/coreclr/src/tools/Common/TypeSystem/Interop/IL/Marshaller.cs b/src/coreclr/src/tools/Common/TypeSystem/Interop/IL/Marshaller.cs index da9e4630d7cc38..31c86946302508 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Interop/IL/Marshaller.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Interop/IL/Marshaller.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/coreclr/src/tools/Common/TypeSystem/Interop/InstantiatedType.Interop.cs b/src/coreclr/src/tools/Common/TypeSystem/Interop/InstantiatedType.Interop.cs index 4f9cbad960ec3e..c61514f20ebaf6 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Interop/InstantiatedType.Interop.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Interop/InstantiatedType.Interop.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Interop/InteropTypes.cs b/src/coreclr/src/tools/Common/TypeSystem/Interop/InteropTypes.cs index 4231594e612da7..d602d449c47fca 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Interop/InteropTypes.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Interop/InteropTypes.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 Internal.IL; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Interop/MarshalAsDescriptor.cs b/src/coreclr/src/tools/Common/TypeSystem/Interop/MarshalAsDescriptor.cs index 2131581d4fea4c..392d284215fb62 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Interop/MarshalAsDescriptor.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Interop/MarshalAsDescriptor.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; using System; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Interop/MetadataType.Interop.cs b/src/coreclr/src/tools/Common/TypeSystem/Interop/MetadataType.Interop.cs index 3f586dcb3f5e75..eeed1cc9343d98 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Interop/MetadataType.Interop.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Interop/MetadataType.Interop.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/coreclr/src/tools/Common/TypeSystem/Interop/MethodDelegator.Interop.cs b/src/coreclr/src/tools/Common/TypeSystem/Interop/MethodDelegator.Interop.cs index 73c11109d24638..47291cd62bc63d 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Interop/MethodDelegator.Interop.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Interop/MethodDelegator.Interop.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Interop/MethodDesc.Interop.cs b/src/coreclr/src/tools/Common/TypeSystem/Interop/MethodDesc.Interop.cs index d496dcf0d1a740..1b8dc40bc6f49b 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Interop/MethodDesc.Interop.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Interop/MethodDesc.Interop.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/coreclr/src/tools/Common/TypeSystem/Mangling/IPrefixMangledMethod.cs b/src/coreclr/src/tools/Common/TypeSystem/Mangling/IPrefixMangledMethod.cs index 7e06aa83d261b6..c79feefa8f65f9 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Mangling/IPrefixMangledMethod.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Mangling/IPrefixMangledMethod.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Mangling/IPrefixMangledSignature.cs b/src/coreclr/src/tools/Common/TypeSystem/Mangling/IPrefixMangledSignature.cs index 3dabbc53a67345..ffe81dbbec0bb3 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Mangling/IPrefixMangledSignature.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Mangling/IPrefixMangledSignature.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Mangling/IPrefixMangledType.cs b/src/coreclr/src/tools/Common/TypeSystem/Mangling/IPrefixMangledType.cs index 8ea628abdc1ea7..f4e0618d3e997c 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Mangling/IPrefixMangledType.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Mangling/IPrefixMangledType.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/ArrayType.RuntimeDetermined.cs b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/ArrayType.RuntimeDetermined.cs index 08983940ffabcc..2e05f1b87f2ba5 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/ArrayType.RuntimeDetermined.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/ArrayType.RuntimeDetermined.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/ByRefType.RuntimeDetermined.cs b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/ByRefType.RuntimeDetermined.cs index a10a9c8e5e72f0..21b4b9a3b067c6 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/ByRefType.RuntimeDetermined.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/ByRefType.RuntimeDetermined.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/DefType.RuntimeDetermined.cs b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/DefType.RuntimeDetermined.cs index b2f669b228d8e1..81d24031df36d1 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/DefType.RuntimeDetermined.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/DefType.RuntimeDetermined.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/FieldDesc.RuntimeDetermined.cs b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/FieldDesc.RuntimeDetermined.cs index c3bd99565e852f..748ea1d87720bc 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/FieldDesc.RuntimeDetermined.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/FieldDesc.RuntimeDetermined.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/FunctionPointerType.RuntimeDetermined.cs b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/FunctionPointerType.RuntimeDetermined.cs index 3ad0e6e701fe6c..64767657f56b05 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/FunctionPointerType.RuntimeDetermined.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/FunctionPointerType.RuntimeDetermined.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 Debug = System.Diagnostics.Debug; diff --git a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/GenericParameterDesc.RuntimeDetermined.cs b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/GenericParameterDesc.RuntimeDetermined.cs index 79b2b7b429edbe..e2abaf141c4843 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/GenericParameterDesc.RuntimeDetermined.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/GenericParameterDesc.RuntimeDetermined.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 Debug = System.Diagnostics.Debug; @@ -23,4 +22,4 @@ public override TypeDesc GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtype return this; } } -} \ No newline at end of file +} diff --git a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/MethodDesc.RuntimeDetermined.cs b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/MethodDesc.RuntimeDetermined.cs index 8fd47116dd970b..909c73465d841e 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/MethodDesc.RuntimeDetermined.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/MethodDesc.RuntimeDetermined.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 Debug = System.Diagnostics.Debug; diff --git a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/MethodForRuntimeDeterminedType.Diagnostic.cs b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/MethodForRuntimeDeterminedType.Diagnostic.cs index 3aa3b441fd68ea..aca586c0c1517b 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/MethodForRuntimeDeterminedType.Diagnostic.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/MethodForRuntimeDeterminedType.Diagnostic.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/MethodForRuntimeDeterminedType.Sorting.cs b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/MethodForRuntimeDeterminedType.Sorting.cs index dd318b30ce9d3c..2aeab414f4aad7 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/MethodForRuntimeDeterminedType.Sorting.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/MethodForRuntimeDeterminedType.Sorting.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/MethodForRuntimeDeterminedType.cs b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/MethodForRuntimeDeterminedType.cs index 2ae3380ad1259b..24f7ec0eb2d559 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/MethodForRuntimeDeterminedType.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/MethodForRuntimeDeterminedType.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/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/ParameterizedType.RuntimeDetermined.cs b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/ParameterizedType.RuntimeDetermined.cs index df1723270778f5..430e57596c96b4 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/ParameterizedType.RuntimeDetermined.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/ParameterizedType.RuntimeDetermined.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 Internal.TypeSystem { @@ -14,4 +13,4 @@ public sealed override bool IsRuntimeDeterminedSubtype } } } -} \ No newline at end of file +} diff --git a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/PointerType.RuntimeDetermined.cs b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/PointerType.RuntimeDetermined.cs index f3ef66f3712379..ef6c1e6bb061ef 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/PointerType.RuntimeDetermined.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/PointerType.RuntimeDetermined.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedCanonicalizationAlgorithm.cs b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedCanonicalizationAlgorithm.cs index 6ba17638ee0ef1..a0e7c07778374a 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedCanonicalizationAlgorithm.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedCanonicalizationAlgorithm.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 Debug = System.Diagnostics.Debug; diff --git a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedFieldLayoutAlgorithm.cs b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedFieldLayoutAlgorithm.cs index 7006d95dd71f6e..65ee522f5273d4 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedFieldLayoutAlgorithm.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedFieldLayoutAlgorithm.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/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedType.Diagnostic.cs b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedType.Diagnostic.cs index 8b9a7cca1d55bd..b78e4c398e0b33 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedType.Diagnostic.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedType.Diagnostic.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedType.Sorting.cs b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedType.Sorting.cs index 685bf46ad089d8..e2d0428631b82e 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedType.Sorting.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedType.Sorting.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedType.cs b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedType.cs index 00f58f9bf3703a..e651989e182ff7 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedType.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedType.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/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedTypeUtilities.cs b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedTypeUtilities.cs index d8411a65b123e6..e7bd816f936551 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedTypeUtilities.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedTypeUtilities.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 Debug = System.Diagnostics.Debug; diff --git a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/SignatureVariable.RuntimeDetermined.cs b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/SignatureVariable.RuntimeDetermined.cs index 416cc19d1c9e0e..8eff9f5195443e 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/SignatureVariable.RuntimeDetermined.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/SignatureVariable.RuntimeDetermined.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 Debug = System.Diagnostics.Debug; @@ -23,4 +22,4 @@ public override TypeDesc GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtype return this; } } -} \ No newline at end of file +} diff --git a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/TypeDesc.RuntimeDetermined.cs b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/TypeDesc.RuntimeDetermined.cs index c21ee835aaff54..dc602f5ed282a6 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/TypeDesc.RuntimeDetermined.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/TypeDesc.RuntimeDetermined.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/TypeSystemContext.RuntimeDetermined.cs b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/TypeSystemContext.RuntimeDetermined.cs index e84d87524217f5..dbbb7442aa4f4c 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/TypeSystemContext.RuntimeDetermined.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/TypeSystemContext.RuntimeDetermined.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/coreclr/src/tools/Common/TypeSystem/Serialization/FieldDesc.Serialization.cs b/src/coreclr/src/tools/Common/TypeSystem/Serialization/FieldDesc.Serialization.cs index 9f5afef28a2a15..6552d1eaaa80e3 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Serialization/FieldDesc.Serialization.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Serialization/FieldDesc.Serialization.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Serialization/TypeDesc.Serialization.cs b/src/coreclr/src/tools/Common/TypeSystem/Serialization/TypeDesc.Serialization.cs index f8ba33aedd9744..9c4fcf89376ef4 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Serialization/TypeDesc.Serialization.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Serialization/TypeDesc.Serialization.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Sorting/ArrayType.Sorting.cs b/src/coreclr/src/tools/Common/TypeSystem/Sorting/ArrayType.Sorting.cs index ba20c3609dba5f..661fdad2760668 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Sorting/ArrayType.Sorting.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Sorting/ArrayType.Sorting.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Sorting/ByRefType.Sorting.cs b/src/coreclr/src/tools/Common/TypeSystem/Sorting/ByRefType.Sorting.cs index 7d5a2392741b87..4aa2ca4b8d5989 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Sorting/ByRefType.Sorting.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Sorting/ByRefType.Sorting.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Sorting/FieldDesc.Sorting.cs b/src/coreclr/src/tools/Common/TypeSystem/Sorting/FieldDesc.Sorting.cs index 9888013b15916c..a1f7c02a2d5927 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Sorting/FieldDesc.Sorting.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Sorting/FieldDesc.Sorting.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Sorting/FieldForInstantiatedType.Sorting.cs b/src/coreclr/src/tools/Common/TypeSystem/Sorting/FieldForInstantiatedType.Sorting.cs index 720ab2362ca81e..1682d6abe97a6e 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Sorting/FieldForInstantiatedType.Sorting.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Sorting/FieldForInstantiatedType.Sorting.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Sorting/FunctionPointerType.Sorting.cs b/src/coreclr/src/tools/Common/TypeSystem/Sorting/FunctionPointerType.Sorting.cs index d87745d39d7886..fdb61b3d6c5628 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Sorting/FunctionPointerType.Sorting.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Sorting/FunctionPointerType.Sorting.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Sorting/InstantiatedMethod.Sorting.cs b/src/coreclr/src/tools/Common/TypeSystem/Sorting/InstantiatedMethod.Sorting.cs index 065c1227213608..0fe7eb4686fd2d 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Sorting/InstantiatedMethod.Sorting.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Sorting/InstantiatedMethod.Sorting.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Sorting/InstantiatedType.Sorting.cs b/src/coreclr/src/tools/Common/TypeSystem/Sorting/InstantiatedType.Sorting.cs index b983382f6268c2..a761cf0b345f97 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Sorting/InstantiatedType.Sorting.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Sorting/InstantiatedType.Sorting.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 Debug = System.Diagnostics.Debug; diff --git a/src/coreclr/src/tools/Common/TypeSystem/Sorting/MethodDesc.Sorting.cs b/src/coreclr/src/tools/Common/TypeSystem/Sorting/MethodDesc.Sorting.cs index a8872050614d32..baa78bda20360a 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Sorting/MethodDesc.Sorting.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Sorting/MethodDesc.Sorting.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Sorting/MethodForInstantiatedType.Sorting.cs b/src/coreclr/src/tools/Common/TypeSystem/Sorting/MethodForInstantiatedType.Sorting.cs index 3c66f37acc9ab8..eabd0ce0a23e73 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Sorting/MethodForInstantiatedType.Sorting.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Sorting/MethodForInstantiatedType.Sorting.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Sorting/MethodSignature.Sorting.cs b/src/coreclr/src/tools/Common/TypeSystem/Sorting/MethodSignature.Sorting.cs index 162a87907ffb6e..56d37f5a17a53d 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Sorting/MethodSignature.Sorting.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Sorting/MethodSignature.Sorting.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Sorting/PointerType.Sorting.cs b/src/coreclr/src/tools/Common/TypeSystem/Sorting/PointerType.Sorting.cs index 30d3d297c89f7a..7ead358363710a 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Sorting/PointerType.Sorting.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Sorting/PointerType.Sorting.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Sorting/SignatureVariable.Sorting.cs b/src/coreclr/src/tools/Common/TypeSystem/Sorting/SignatureVariable.Sorting.cs index cb5cae9399c12e..a3104ff842da0e 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Sorting/SignatureVariable.Sorting.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Sorting/SignatureVariable.Sorting.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/coreclr/src/tools/Common/TypeSystem/Sorting/TypeDesc.Sorting.cs b/src/coreclr/src/tools/Common/TypeSystem/Sorting/TypeDesc.Sorting.cs index b0398f960e13d1..6e676244d58947 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Sorting/TypeDesc.Sorting.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Sorting/TypeDesc.Sorting.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 Internal.TypeSystem { diff --git a/src/coreclr/src/tools/Common/TypeSystem/Sorting/TypeSystemComparer.cs b/src/coreclr/src/tools/Common/TypeSystem/Sorting/TypeSystemComparer.cs index ee71c5bf245f0b..f648411312cf6b 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Sorting/TypeSystemComparer.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Sorting/TypeSystemComparer.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 Debug = System.Diagnostics.Debug; diff --git a/src/coreclr/src/tools/GenClrDebugResource/GenClrDebugResource.cpp b/src/coreclr/src/tools/GenClrDebugResource/GenClrDebugResource.cpp index de016de845bcf1..bc8c6fd978370a 100644 --- a/src/coreclr/src/tools/GenClrDebugResource/GenClrDebugResource.cpp +++ b/src/coreclr/src/tools/GenClrDebugResource/GenClrDebugResource.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. /* This app writes out the data for a special resource which is embedded in clr.dll * The resource serves two purposes, to differentiate a random dll named clr.dll from diff --git a/src/coreclr/src/tools/GenClrDebugResource/native.rc b/src/coreclr/src/tools/GenClrDebugResource/native.rc index 4c1007fd9a9614..3c494dcd8625d0 100644 --- a/src/coreclr/src/tools/GenClrDebugResource/native.rc +++ b/src/coreclr/src/tools/GenClrDebugResource/native.rc @@ -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. #define FX_VER_FILEDESCRIPTION_STR "Microsoft\0" #include diff --git a/src/coreclr/src/tools/ILVerification/AccessVerificationHelpers.cs b/src/coreclr/src/tools/ILVerification/AccessVerificationHelpers.cs index 21db942302b30c..82cf528236a8b1 100644 --- a/src/coreclr/src/tools/ILVerification/AccessVerificationHelpers.cs +++ b/src/coreclr/src/tools/ILVerification/AccessVerificationHelpers.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/src/tools/ILVerification/ILImporter.StackValue.cs b/src/coreclr/src/tools/ILVerification/ILImporter.StackValue.cs index ad2497b1c0baf4..f6ba568ca52d7e 100644 --- a/src/coreclr/src/tools/ILVerification/ILImporter.StackValue.cs +++ b/src/coreclr/src/tools/ILVerification/ILImporter.StackValue.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/coreclr/src/tools/ILVerification/ILImporter.Verify.cs b/src/coreclr/src/tools/ILVerification/ILImporter.Verify.cs index 26ceb6e53755ec..787afb52578b8a 100644 --- a/src/coreclr/src/tools/ILVerification/ILImporter.Verify.cs +++ b/src/coreclr/src/tools/ILVerification/ILImporter.Verify.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/coreclr/src/tools/ILVerification/ILVerifyTypeSystemContext.cs b/src/coreclr/src/tools/ILVerification/ILVerifyTypeSystemContext.cs index ae9c0171db01cd..2a238d5c58e896 100644 --- a/src/coreclr/src/tools/ILVerification/ILVerifyTypeSystemContext.cs +++ b/src/coreclr/src/tools/ILVerification/ILVerifyTypeSystemContext.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/coreclr/src/tools/ILVerification/IResolver.cs b/src/coreclr/src/tools/ILVerification/IResolver.cs index aec09c82a70c7a..9581a9c718278d 100644 --- a/src/coreclr/src/tools/ILVerification/IResolver.cs +++ b/src/coreclr/src/tools/ILVerification/IResolver.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.Reflection; diff --git a/src/coreclr/src/tools/ILVerification/InstantiatedGenericParameter.cs b/src/coreclr/src/tools/ILVerification/InstantiatedGenericParameter.cs index a767de4fec9b7b..588bcbd274f7ad 100644 --- a/src/coreclr/src/tools/ILVerification/InstantiatedGenericParameter.cs +++ b/src/coreclr/src/tools/ILVerification/InstantiatedGenericParameter.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/coreclr/src/tools/ILVerification/SimpleArrayOfTRuntimeInterfacesAlgorithm.cs b/src/coreclr/src/tools/ILVerification/SimpleArrayOfTRuntimeInterfacesAlgorithm.cs index 5e62168f02695f..3a08440c4fa75d 100644 --- a/src/coreclr/src/tools/ILVerification/SimpleArrayOfTRuntimeInterfacesAlgorithm.cs +++ b/src/coreclr/src/tools/ILVerification/SimpleArrayOfTRuntimeInterfacesAlgorithm.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/src/tools/ILVerification/TypeSystemHelpers.cs b/src/coreclr/src/tools/ILVerification/TypeSystemHelpers.cs index 52c5fd987cdb41..1c0841252b6e13 100644 --- a/src/coreclr/src/tools/ILVerification/TypeSystemHelpers.cs +++ b/src/coreclr/src/tools/ILVerification/TypeSystemHelpers.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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 Internal.TypeSystem; diff --git a/src/coreclr/src/tools/ILVerification/TypeVerifier.cs b/src/coreclr/src/tools/ILVerification/TypeVerifier.cs index 0b04accec8fa8e..2005ae08d60d03 100644 --- a/src/coreclr/src/tools/ILVerification/TypeVerifier.cs +++ b/src/coreclr/src/tools/ILVerification/TypeVerifier.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/src/tools/ILVerification/VerificationResult.cs b/src/coreclr/src/tools/ILVerification/VerificationResult.cs index 0d1f30881c0b61..1d6a6c3801ce76 100644 --- a/src/coreclr/src/tools/ILVerification/VerificationResult.cs +++ b/src/coreclr/src/tools/ILVerification/VerificationResult.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.Reflection.Metadata; using Internal.TypeSystem; diff --git a/src/coreclr/src/tools/ILVerification/Verifier.cs b/src/coreclr/src/tools/ILVerification/Verifier.cs index 84e9a488889e5f..db15494289a079 100644 --- a/src/coreclr/src/tools/ILVerification/Verifier.cs +++ b/src/coreclr/src/tools/ILVerification/Verifier.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/src/tools/ILVerification/VerifierError.cs b/src/coreclr/src/tools/ILVerification/VerifierError.cs index 2e62d73037da84..331d0a88544e4d 100644 --- a/src/coreclr/src/tools/ILVerification/VerifierError.cs +++ b/src/coreclr/src/tools/ILVerification/VerifierError.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 ILVerify { diff --git a/src/coreclr/src/tools/ILVerify/Program.cs b/src/coreclr/src/tools/ILVerify/Program.cs index 0157a619b544cd..b9fbf35d82765f 100644 --- a/src/coreclr/src/tools/ILVerify/Program.cs +++ b/src/coreclr/src/tools/ILVerify/Program.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/coreclr/src/tools/InjectResource/InjectResource.cpp b/src/coreclr/src/tools/InjectResource/InjectResource.cpp index 9f4d483a8b2549..61f49f5d3c7301 100644 --- a/src/coreclr/src/tools/InjectResource/InjectResource.cpp +++ b/src/coreclr/src/tools/InjectResource/InjectResource.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 #include diff --git a/src/coreclr/src/tools/InjectResource/native.rc b/src/coreclr/src/tools/InjectResource/native.rc index 4c1007fd9a9614..3c494dcd8625d0 100644 --- a/src/coreclr/src/tools/InjectResource/native.rc +++ b/src/coreclr/src/tools/InjectResource/native.rc @@ -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. #define FX_VER_FILEDESCRIPTION_STR "Microsoft\0" #include diff --git a/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/ComputedStaticDependencyNode.cs b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/ComputedStaticDependencyNode.cs index 34f66083125b3f..224f4182b5b68c 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/ComputedStaticDependencyNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/ComputedStaticDependencyNode.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/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/DependencyAnalyzer.cs b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/DependencyAnalyzer.cs index ffd9293d79ff31..351b0094ebf779 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/DependencyAnalyzer.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/DependencyAnalyzer.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/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/DependencyAnalyzerBase.cs b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/DependencyAnalyzerBase.cs index 56878094dc0b79..ea62d5f351f06f 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/DependencyAnalyzerBase.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/DependencyAnalyzerBase.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/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/DependencyNode.cs b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/DependencyNode.cs index 06232bd6a4ff3b..fdee41a043e8d1 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/DependencyNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/DependencyNode.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/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/DependencyNodeCore.cs b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/DependencyNodeCore.cs index 9b01f5eb3564be..43d3cb6d282f2b 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/DependencyNodeCore.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/DependencyNodeCore.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/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/DgmlWriter.cs b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/DgmlWriter.cs index 31386ca78d1f35..a1c1dbe57d5489 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/DgmlWriter.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/DgmlWriter.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/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/EventSourceLogStrategy.cs b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/EventSourceLogStrategy.cs index 82e2c5b25a9170..4595d0ab07e53d 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/EventSourceLogStrategy.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/EventSourceLogStrategy.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/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/FirstMarkLogStrategy.cs b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/FirstMarkLogStrategy.cs index ddab08988fcb7f..c2c641a7ecedb9 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/FirstMarkLogStrategy.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/FirstMarkLogStrategy.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/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/FullGraphLogStrategy.cs b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/FullGraphLogStrategy.cs index 32e171c8d7ad48..c5d716a0c5922c 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/FullGraphLogStrategy.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/FullGraphLogStrategy.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/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/IDependencyAnalysisMarkStrategy.cs b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/IDependencyAnalysisMarkStrategy.cs index ccb5afb23c5c34..61faf7e624ad40 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/IDependencyAnalysisMarkStrategy.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/IDependencyAnalysisMarkStrategy.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/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/IDependencyAnalyzerLogEdgeVisitor.cs b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/IDependencyAnalyzerLogEdgeVisitor.cs index a8c5756f5fb4e6..422471119d96d4 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/IDependencyAnalyzerLogEdgeVisitor.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/IDependencyAnalyzerLogEdgeVisitor.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/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/IDependencyAnalyzerLogNodeVisitor.cs b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/IDependencyAnalyzerLogNodeVisitor.cs index 630bb56c44d983..9d3b027a81b18d 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/IDependencyAnalyzerLogNodeVisitor.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/IDependencyAnalyzerLogNodeVisitor.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/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/IDependencyNode.cs b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/IDependencyNode.cs index 71f07f3fb8e0b9..6ae00bd7eec7d2 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/IDependencyNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/IDependencyNode.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/tools/aot/ILCompiler.DependencyAnalysisFramework/NoLogStrategy.cs b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/NoLogStrategy.cs index bd2b9d3a805c9a..da0b2b8e3664fa 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/NoLogStrategy.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/NoLogStrategy.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/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/PerfEventSource.cs b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/PerfEventSource.cs index 6a30fe1d6db2bc..131d433b05c151 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/PerfEventSource.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/PerfEventSource.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/CodeGen/ReadyToRunObjectWriter.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/CodeGen/ReadyToRunObjectWriter.cs index e032bda1e1646f..18f7ffbb900357 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/CodeGen/ReadyToRunObjectWriter.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/CodeGen/ReadyToRunObjectWriter.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/CompilationModuleGroup.ReadyToRun.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/CompilationModuleGroup.ReadyToRun.cs index acd8aa324e2a44..2312ecc1c4a755 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/CompilationModuleGroup.ReadyToRun.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/CompilationModuleGroup.ReadyToRun.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 Internal.TypeSystem; using ILCompiler.DependencyAnalysis.ReadyToRun; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/AllMethodsOnTypeNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/AllMethodsOnTypeNode.cs index 7d7e9fd8263638..1585861242d2a4 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/AllMethodsOnTypeNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/AllMethodsOnTypeNode.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/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ArrayOfEmbeddedDataNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ArrayOfEmbeddedDataNode.cs index 7cfec07fa65320..fba4e0506177ab 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ArrayOfEmbeddedDataNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ArrayOfEmbeddedDataNode.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ArrayOfEmbeddedPointersNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ArrayOfEmbeddedPointersNode.cs index b70ed3378277c7..8fba1bae53a39c 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ArrayOfEmbeddedPointersNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ArrayOfEmbeddedPointersNode.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/EmbeddedObjectNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/EmbeddedObjectNode.cs index 0db837e0c9d306..511f91cbb56f22 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/EmbeddedObjectNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/EmbeddedObjectNode.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/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/EmbeddedPointerIndirectionNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/EmbeddedPointerIndirectionNode.cs index 0b12be37e7bf04..57d2ad9756f648 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/EmbeddedPointerIndirectionNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/EmbeddedPointerIndirectionNode.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ArgIterator.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ArgIterator.cs index cc70462c144549..9c56ff338e8ae1 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ArgIterator.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ArgIterator.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. // Provides an abstraction over platform specific calling conventions (specifically, the calling convention // utilized by the JIT on that platform). The caller enumerates each argument of a signature in turn, and is diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/AssemblyTableNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/AssemblyTableNode.cs index 9a0bdb248e114b..8a7e5770f7889e 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/AssemblyTableNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/AssemblyTableNode.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/AttributePresenceFilterNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/AttributePresenceFilterNode.cs index 134aa6569e4b04..d4c08fdf2243c8 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/AttributePresenceFilterNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/AttributePresenceFilterNode.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ByteArrayComparer.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ByteArrayComparer.cs index 5d356c5bd14dc3..ef1d48ee6403e5 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ByteArrayComparer.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ByteArrayComparer.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/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CompilerIdentifierNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CompilerIdentifierNode.cs index f97c5f29870738..5ebf2e4f34119c 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CompilerIdentifierNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CompilerIdentifierNode.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 Internal.Text; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedCorHeaderNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedCorHeaderNode.cs index 87772fa7079f76..50a44f4a2f5ea9 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedCorHeaderNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedCorHeaderNode.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.Reflection.Metadata; using System.Reflection.PortableExecutable; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedFieldRvaNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedFieldRvaNode.cs index 7c5240fbd33cb0..8adc7341210bd5 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedFieldRvaNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedFieldRvaNode.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.Immutable; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedManagedResourcesNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedManagedResourcesNode.cs index 840cb8e5927c25..6a292c40750db4 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedManagedResourcesNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedManagedResourcesNode.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.Reflection.PortableExecutable; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedMetadataBlobNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedMetadataBlobNode.cs index aedf3037cd09a0..8f0ae4281c31d7 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedMetadataBlobNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedMetadataBlobNode.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.Reflection.Metadata; using System.Reflection.Metadata.Ecma335; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedMethodILNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedMethodILNode.cs index a13d18f125ae41..2ff052a4a72fb5 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedMethodILNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedMethodILNode.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.Reflection.Metadata; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedStrongNameSignatureNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedStrongNameSignatureNode.cs index ee6067260adaa0..d46f742a372dc7 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedStrongNameSignatureNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedStrongNameSignatureNode.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.Reflection.PortableExecutable; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DebugDirectoryEntryNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DebugDirectoryEntryNode.cs index 6a691d831c1992..9aa6e6bbc46099 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DebugDirectoryEntryNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DebugDirectoryEntryNode.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DebugDirectoryNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DebugDirectoryNode.cs index 5c1bd729b64ccc..08093ecd367114 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DebugDirectoryNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DebugDirectoryNode.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DebugInfoTableNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DebugInfoTableNode.cs index 31540b3d302ae1..fd628b637a17f9 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DebugInfoTableNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DebugInfoTableNode.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelayLoadHelperImport.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelayLoadHelperImport.cs index d8f6c8f8d2c30e..6802c0b4c50caa 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelayLoadHelperImport.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelayLoadHelperImport.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/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelayLoadHelperMethodImport.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelayLoadHelperMethodImport.cs index 656a68f40c8410..3bf386801c68e2 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelayLoadHelperMethodImport.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelayLoadHelperMethodImport.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/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelegateCtorSignature.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelegateCtorSignature.cs index 4a3566fbdcab88..47f988bdccaaf0 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelegateCtorSignature.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelegateCtorSignature.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 Internal.TypeSystem; using Internal.JitInterface; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DevirtualizationManager.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DevirtualizationManager.cs index ed34d69a27ed52..189dd6a0adc563 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DevirtualizationManager.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DevirtualizationManager.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 Internal.TypeSystem; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ExceptionInfoLookupTableNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ExceptionInfoLookupTableNode.cs index ecef116e6a0817..d340b62e6dca98 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ExceptionInfoLookupTableNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ExceptionInfoLookupTableNode.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/FieldFixupSignature.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/FieldFixupSignature.cs index 6d7e64874f6c67..ebeb537f5f152f 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/FieldFixupSignature.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/FieldFixupSignature.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/GCRefMapBuilder.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/GCRefMapBuilder.cs index cfe405663be222..624f464e7ea2ed 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/GCRefMapBuilder.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/GCRefMapBuilder.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/GCRefMapNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/GCRefMapNode.cs index 8488c2765f14e7..e81024fc92daa1 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/GCRefMapNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/GCRefMapNode.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/GenericLookupSignature.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/GenericLookupSignature.cs index efa7dbe561e6eb..d830c24ab156f7 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/GenericLookupSignature.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/GenericLookupSignature.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/HeaderNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/HeaderNode.cs index 4f70333c0a4fde..fe33cebfbe5804 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/HeaderNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/HeaderNode.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/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Import.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Import.cs index ebd73a82552bd0..9e3840130fa2f5 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Import.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Import.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ImportSectionNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ImportSectionNode.cs index 8f929b2b30e1a4..4cdb5ca96e43e5 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ImportSectionNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ImportSectionNode.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ImportSectionsTableNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ImportSectionsTableNode.cs index b6aa1e5532efce..1635b502ef2c13 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ImportSectionsTableNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ImportSectionsTableNode.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 Internal.TypeSystem; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ImportThunk.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ImportThunk.cs index d54472dc122e9a..7b5d1b4bdbd667 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ImportThunk.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ImportThunk.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 Internal.Text; using Internal.ReadyToRunConstants; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/InliningInfoNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/InliningInfoNode.cs index 94718e3b965e76..65e1f5a389a3ca 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/InliningInfoNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/InliningInfoNode.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/InstanceEntryPointTableNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/InstanceEntryPointTableNode.cs index cf1c1958d71a63..5077fbcac87cab 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/InstanceEntryPointTableNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/InstanceEntryPointTableNode.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ManifestMetadataTableNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ManifestMetadataTableNode.cs index b54979b1447da1..e7d98581753659 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ManifestMetadataTableNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ManifestMetadataTableNode.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/MethodEntryPointTableNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/MethodEntryPointTableNode.cs index 4644a60b4ac064..a3483994c86e03 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/MethodEntryPointTableNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/MethodEntryPointTableNode.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/MethodFixupSignature.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/MethodFixupSignature.cs index 7461e662a291cb..5c557028727cce 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/MethodFixupSignature.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/MethodFixupSignature.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/MethodGCInfoNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/MethodGCInfoNode.cs index e9c63096d16895..18f7a17d84fac6 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/MethodGCInfoNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/MethodGCInfoNode.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 Internal.Text; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/MethodWithGCInfo.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/MethodWithGCInfo.cs index ef1feaf20fb234..88685de9ba689a 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/MethodWithGCInfo.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/MethodWithGCInfo.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ModuleToken.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ModuleToken.cs index 71b52cdc0efd68..484fef52a18754 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ModuleToken.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ModuleToken.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ModuleTokenResolver.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ModuleTokenResolver.cs index 0bb2af7f3d1a2d..8ee9b426d5626c 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ModuleTokenResolver.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ModuleTokenResolver.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.Concurrent; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/NewArrayFixupSignature.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/NewArrayFixupSignature.cs index 7372d0235de3dd..74942a3804a34c 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/NewArrayFixupSignature.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/NewArrayFixupSignature.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 Internal.Text; using Internal.TypeSystem; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/NewObjectFixupSignature.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/NewObjectFixupSignature.cs index acfeb03b34fd95..9d1df9c0426da9 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/NewObjectFixupSignature.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/NewObjectFixupSignature.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 Internal.Text; using Internal.TypeSystem; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/NibbleWriter.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/NibbleWriter.cs index edb123e9b02159..bb8994bc3209f2 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/NibbleWriter.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/NibbleWriter.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/OwnerCompositeExecutableNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/OwnerCompositeExecutableNode.cs index 1c71fc82609198..a9161481f1c27d 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/OwnerCompositeExecutableNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/OwnerCompositeExecutableNode.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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 Internal.Text; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/PrecodeHelperImport.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/PrecodeHelperImport.cs index c9f685256fad91..e155e39dbd43c1 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/PrecodeHelperImport.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/PrecodeHelperImport.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 Internal.Text; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ProfileDataNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ProfileDataNode.cs index 16832b6cd05819..0a4b2b89120d0c 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ProfileDataNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ProfileDataNode.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ProfileDataSectionNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ProfileDataSectionNode.cs index 44d6282410c12b..4c5337f01fe136 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ProfileDataSectionNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ProfileDataSectionNode.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 Internal.Text; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ReadyToRunHelperSignature.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ReadyToRunHelperSignature.cs index 8d05e925e5f20f..a2e4dffb97d4b8 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ReadyToRunHelperSignature.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ReadyToRunHelperSignature.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ReadyToRunInstructionSetSupportSignature.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ReadyToRunInstructionSetSupportSignature.cs index 020287cd27f20d..b7c773d133e5ba 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ReadyToRunInstructionSetSupportSignature.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ReadyToRunInstructionSetSupportSignature.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/RuntimeFunctionsGCInfoNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/RuntimeFunctionsGCInfoNode.cs index 0d6c9dcac648bb..e06fd16bb86175 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/RuntimeFunctionsGCInfoNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/RuntimeFunctionsGCInfoNode.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 ILCompiler.DependencyAnalysis.ReadyToRun { diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/RuntimeFunctionsTableNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/RuntimeFunctionsTableNode.cs index 990149829b0272..24dd8d91c5a17d 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/RuntimeFunctionsTableNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/RuntimeFunctionsTableNode.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Signature.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Signature.cs index 4e3eaa390ab7ab..194804498456ae 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Signature.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Signature.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 Internal.Text; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/SignatureEmbeddedPointerIndirectionNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/SignatureEmbeddedPointerIndirectionNode.cs index c07b78b10e2fe9..0028ba58d3b039 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/SignatureEmbeddedPointerIndirectionNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/SignatureEmbeddedPointerIndirectionNode.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 ILCompiler.DependencyAnalysis.ReadyToRun; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/StringImport.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/StringImport.cs index ef9f5bb378b33c..3df14226ae059e 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/StringImport.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/StringImport.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/StringImportSignature.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/StringImportSignature.cs index b44e178738b73a..76e1e864d74d9b 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/StringImportSignature.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/StringImportSignature.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 Internal.Text; using Internal.ReadyToRunConstants; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Target_ARM/ImportThunk.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Target_ARM/ImportThunk.cs index 2741f442347fc0..6dc9dc9c349b07 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Target_ARM/ImportThunk.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Target_ARM/ImportThunk.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 Internal.Text; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Target_ARM64/ImportThunk.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Target_ARM64/ImportThunk.cs index b8d18bdff1575f..36f24de12be8e1 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Target_ARM64/ImportThunk.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Target_ARM64/ImportThunk.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Target_X64/ImportThunk.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Target_X64/ImportThunk.cs index 554953a27f1414..7aafbf796d6c00 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Target_X64/ImportThunk.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Target_X64/ImportThunk.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 Internal.Text; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Target_X86/ImportThunk.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Target_X86/ImportThunk.cs index 28966aaf743a29..2cea702b8d99ce 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Target_X86/ImportThunk.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Target_X86/ImportThunk.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 Internal.Text; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/TransitionBlock.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/TransitionBlock.cs index bc8c9d17bacb11..e698e54ad58f75 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/TransitionBlock.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/TransitionBlock.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. // Provides an abstraction over platform specific calling conventions (specifically, the calling convention // utilized by the JIT on that platform). The caller enumerates each argument of a signature in turn, and is diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/TypeFixupSignature.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/TypeFixupSignature.cs index a160bcd2255ed0..0bc86c7794cbf9 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/TypeFixupSignature.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/TypeFixupSignature.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/TypesTableNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/TypesTableNode.cs index 502da243746c77..03a9a1489140c0 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/TypesTableNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/TypesTableNode.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Win32ResourcesNode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Win32ResourcesNode.cs index ea37c34fd1c931..e66147e0beb3ea 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Win32ResourcesNode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Win32ResourcesNode.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRunCodegenNodeFactory.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRunCodegenNodeFactory.cs index 5e363345e0f018..d541c5c602b650 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRunCodegenNodeFactory.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRunCodegenNodeFactory.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.Concurrent; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRunSymbolNodeFactory.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRunSymbolNodeFactory.cs index a2038c9e4a77d3..4ddb44c9014240 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRunSymbolNodeFactory.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRunSymbolNodeFactory.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 ILCompiler.DependencyAnalysis.ReadyToRun; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/SortableDependencyNodeCompilerSpecific.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/SortableDependencyNodeCompilerSpecific.cs index 6efd2a868c8fb1..9c4df7c84f20ea 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/SortableDependencyNodeCompilerSpecific.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/SortableDependencyNodeCompilerSpecific.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/TypeAndMethod.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/TypeAndMethod.cs index 871e5a0ea78bf2..71c0a031d69112 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/TypeAndMethod.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/TypeAndMethod.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/IRootingServiceProvider.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/IRootingServiceProvider.cs index e6bfd1ff9d6a87..0c0a504751bdbb 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/IRootingServiceProvider.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/IRootingServiceProvider.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 Internal.TypeSystem; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/MethodExtensions.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/MethodExtensions.cs index 1f1d3da49893ad..eabc035af09268 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/MethodExtensions.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/MethodExtensions.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 Internal.TypeSystem; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/NoMethodsCompilationModuleGroup.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/NoMethodsCompilationModuleGroup.cs index cc97f72a952613..a98dd12ef5b27e 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/NoMethodsCompilationModuleGroup.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/NoMethodsCompilationModuleGroup.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 Internal.ReadyToRunConstants; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/PerfEventSource.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/PerfEventSource.cs index 6bc188b9337389..0dc759dbe1df64 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/PerfEventSource.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/PerfEventSource.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ProfileData.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ProfileData.cs index 476bdab749eddf..fc113efd17be33 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ProfileData.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ProfileData.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunCodegenCompilation.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunCodegenCompilation.cs index e551e336ad9c44..7062b678245278 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunCodegenCompilation.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunCodegenCompilation.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunCodegenCompilationBuilder.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunCodegenCompilationBuilder.cs index 9dad6c00cb09f2..61b92c8b8b9e23 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunCodegenCompilationBuilder.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunCodegenCompilationBuilder.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunCompilationModuleGroupBase.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunCompilationModuleGroupBase.cs index 7524c5089523b5..2e0a760e9725a3 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunCompilationModuleGroupBase.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunCompilationModuleGroupBase.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunCompilerContext.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunCompilerContext.cs index bbe1274cae3016..0f7fc68f0794cb 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunCompilerContext.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunCompilerContext.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunFileLayoutOptimizer.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunFileLayoutOptimizer.cs index 7cebefe317fcc1..28349ce9f9854a 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunFileLayoutOptimizer.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunFileLayoutOptimizer.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunHashCode.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunHashCode.cs index dce784b8b42637..19a643476ecd1d 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunHashCode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunHashCode.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunLibraryRootProvider.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunLibraryRootProvider.cs index 1870e823746876..a52c872eb9e0ec 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunLibraryRootProvider.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunLibraryRootProvider.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/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunMetadataFieldLayoutAlgorithm.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunMetadataFieldLayoutAlgorithm.cs index 85e1f1b8d492d4..a9695ef00a0eb2 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunMetadataFieldLayoutAlgorithm.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunMetadataFieldLayoutAlgorithm.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunSingleAssemblyCompilationModuleGroup.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunSingleAssemblyCompilationModuleGroup.cs index 01a6c1a18cbfdb..44c3da4633796d 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunSingleAssemblyCompilationModuleGroup.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunSingleAssemblyCompilationModuleGroup.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/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunTableManager.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunTableManager.cs index 805d162b049022..8f37f8e9b62ff2 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunTableManager.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunTableManager.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/RuntimeDeterminedTypeHelper.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/RuntimeDeterminedTypeHelper.cs index fdd74ef3b6519d..18729cb4a7542c 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/RuntimeDeterminedTypeHelper.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/RuntimeDeterminedTypeHelper.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/SingleMethodCompilationModuleGroup.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/SingleMethodCompilationModuleGroup.cs index f32c2295b55033..ee98f72e438717 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/SingleMethodCompilationModuleGroup.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/SingleMethodCompilationModuleGroup.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 Internal.ReadyToRunConstants; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/SystemObjectFieldLayoutAlgorithm.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/SystemObjectFieldLayoutAlgorithm.cs index 8cdacd9e21e5de..a88cdb01135327 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/SystemObjectFieldLayoutAlgorithm.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/SystemObjectFieldLayoutAlgorithm.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 Internal.TypeSystem; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/IBCDataModel.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/IBCDataModel.cs index 341a55261036b1..85a1df1fb402bb 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/IBCDataModel.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/IBCDataModel.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/IBCDataReader.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/IBCDataReader.cs index 996ba8e322959e..fffa41f08168ec 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/IBCDataReader.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/IBCDataReader.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.IO; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/IBCProfileData.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/IBCProfileData.cs index eaf1673f94178e..143607a5c8a560 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/IBCProfileData.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/IBCProfileData.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/IBCProfileParser.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/IBCProfileParser.cs index 30592de3a93284..c42ecaa13c1ceb 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/IBCProfileParser.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/IBCProfileParser.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/MIbcProfileParser.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/MIbcProfileParser.cs index 8741338b49fa40..6a86e0629b427b 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/MIbcProfileParser.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/MIbcProfileParser.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/ReaderExtensions.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/ReaderExtensions.cs index 69392010d0340d..c30de4b6edb350 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/ReaderExtensions.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/ReaderExtensions.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.IO; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IL/ReadyToRunILProvider.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IL/ReadyToRunILProvider.cs index 311aed6f3d13b4..77d5987771ef8a 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IL/ReadyToRunILProvider.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IL/ReadyToRunILProvider.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IL/Stubs/PInvokeILEmitter.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IL/Stubs/PInvokeILEmitter.cs index b787844ea9e1c0..1bb6e66b5f8fce 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IL/Stubs/PInvokeILEmitter.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IL/Stubs/PInvokeILEmitter.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.Net; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Interop/IL/Marshaller.ReadyToRun.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Interop/IL/Marshaller.ReadyToRun.cs index afab321185f7bd..4ca7a6f9596505 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Interop/IL/Marshaller.ReadyToRun.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Interop/IL/Marshaller.ReadyToRun.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 Debug = System.Diagnostics.Debug; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/JitInterface/CorInfoImpl.ReadyToRun.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/JitInterface/CorInfoImpl.ReadyToRun.cs index 16f94922ba910e..adad878e8bd38b 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/JitInterface/CorInfoImpl.ReadyToRun.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/JitInterface/CorInfoImpl.ReadyToRun.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/JitInterface/UnboxingMethodDescFactory.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/JitInterface/UnboxingMethodDescFactory.cs index 9763e8862ee9e9..42f4a648fbaaef 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/JitInterface/UnboxingMethodDescFactory.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/JitInterface/UnboxingMethodDescFactory.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.Concurrent; @@ -28,4 +27,4 @@ public UnboxingMethodDesc GetUnboxingMethod(MethodDesc method) return GetOrAdd(method, _factoryDelegate); } } -} \ No newline at end of file +} diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/MapFileBuilder.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/MapFileBuilder.cs index dd7b821ba85ee9..7c9be722af12c7 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/MapFileBuilder.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/MapFileBuilder.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/R2RPEBuilder.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/R2RPEBuilder.cs index b815fa0e974863..95b4035178d3da 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/R2RPEBuilder.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/R2RPEBuilder.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/RelocationHelper.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/RelocationHelper.cs index 831b706345f045..09f9244aeffcf1 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/RelocationHelper.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/RelocationHelper.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/SectionBuilder.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/SectionBuilder.cs index ecaefe4f429348..3d31687cccf7b6 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/SectionBuilder.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/SectionBuilder.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/TargetExtensions.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/TargetExtensions.cs index 0b943d6233991c..57f1bad0d78016 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/TargetExtensions.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/TargetExtensions.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.Reflection.PortableExecutable; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.Reader.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.Reader.cs index 3f7a9eac51a6ec..d95eae85bf988f 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.Reader.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.Reader.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.Reflection.Metadata; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.ResourcesDataModel.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.ResourcesDataModel.cs index ebd5f4318ac204..c7f315eb45dfae 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.ResourcesDataModel.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.ResourcesDataModel.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.UpdateResourceDataModel.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.UpdateResourceDataModel.cs index 45c9a2ede79d7a..d0e1bacaa843b7 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.UpdateResourceDataModel.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.UpdateResourceDataModel.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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.Win32Structs.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.Win32Structs.cs index c03d317abec9e1..114acad5a87d6e 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.Win32Structs.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.Win32Structs.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.Runtime.InteropServices; diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.cs index 11bf1091a5ae1a..d88d0308e15a0b 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.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/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/GcInfo.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/GcInfo.cs index c3e3633dbfe833..1f970811dbf461 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/GcInfo.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/GcInfo.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/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/GcSlotTable.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/GcSlotTable.cs index ef2516636eacb0..45d1ebd1927dd3 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/GcSlotTable.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/GcSlotTable.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/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/GcTransition.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/GcTransition.cs index a1c2e7834daacf..3c2bb7c8df9d8e 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/GcTransition.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/GcTransition.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/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/Registers.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/Registers.cs index 440a7e0c14f9d1..9a7a6c0d0a9de1 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/Registers.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/Registers.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/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/UnwindInfo.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/UnwindInfo.cs index 2c03e78445659f..1c5150bcedaf6d 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/UnwindInfo.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/UnwindInfo.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/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Arm/Registers.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Arm/Registers.cs index 9db472d49dfa19..acde1f9d47bb3a 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Arm/Registers.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Arm/Registers.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/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Arm/UnwindInfo.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Arm/UnwindInfo.cs index 303eedafe59bdd..4398f2c626efd8 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Arm/UnwindInfo.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Arm/UnwindInfo.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; diff --git a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Arm64/Registers.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Arm64/Registers.cs index 003c630d676c7d..0fc02d1ba595bc 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Arm64/Registers.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Arm64/Registers.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/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Arm64/UnwindInfo.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Arm64/UnwindInfo.cs index bae1f904434102..cfbc74859c9438 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Arm64/UnwindInfo.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Arm64/UnwindInfo.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; diff --git a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/DebugInfo.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/DebugInfo.cs index f1ce1b87407a6c..ff07f31d0b86d2 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/DebugInfo.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/DebugInfo.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/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/DebugInfoTypes.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/DebugInfoTypes.cs index f426fa2b54433a..73782f2344c38f 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/DebugInfoTypes.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/DebugInfoTypes.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/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/DisassemblingTypeProvider.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/DisassemblingTypeProvider.cs index c38b051c1955b5..35dbd990e7bdd9 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/DisassemblingTypeProvider.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/DisassemblingTypeProvider.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/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/EHInfo.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/EHInfo.cs index 9eee53cf43a3ad..32e4eab6d609be 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/EHInfo.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/EHInfo.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/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/GCInfoTypes.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/GCInfoTypes.cs index c3fcfd192a8a41..65a6908bebfdb6 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/GCInfoTypes.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/GCInfoTypes.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.Reflection.PortableExecutable; diff --git a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/GCRefMap.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/GCRefMap.cs index a65bfe2628e3ed..ca8f56aff086b1 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/GCRefMap.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/GCRefMap.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/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/IAssemblyResolver.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/IAssemblyResolver.cs index 3c3535b372eb93..411aabe6e50ab3 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/IAssemblyResolver.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/IAssemblyResolver.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.Reflection.Metadata; diff --git a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/InliningInfoSection.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/InliningInfoSection.cs index 957ec7a20cc367..c67582623af7fc 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/InliningInfoSection.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/InliningInfoSection.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.Reflection.Metadata.Ecma335; using System.Text; diff --git a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/InliningInfoSection2.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/InliningInfoSection2.cs index 7271d7aa4f5f1f..46399743450124 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/InliningInfoSection2.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/InliningInfoSection2.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.Reflection.Metadata.Ecma335; using System.Text; diff --git a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/NativeArray.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/NativeArray.cs index 511cd30664f450..31b6ab63caf74b 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/NativeArray.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/NativeArray.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; diff --git a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/NativeHashtable.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/NativeHashtable.cs index 027fd51b7ea2e0..6c5365982f3274 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/NativeHashtable.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/NativeHashtable.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.Text; diff --git a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/NativeReader.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/NativeReader.cs index 50f36fe805d199..50c5cf301a684e 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/NativeReader.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/NativeReader.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/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/NibbleReader.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/NibbleReader.cs index 45b51d3b50e109..7a024ed33445b5 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/NibbleReader.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/NibbleReader.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 ILCompiler.Reflection.ReadyToRun { diff --git a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/PEReaderExtensions.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/PEReaderExtensions.cs index 0e5dafe0f51c8d..bcd22bb9ca890e 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/PEReaderExtensions.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/PEReaderExtensions.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/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunHeader.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunHeader.cs index 1cf5af44481b9d..8d97dddba7eeb2 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunHeader.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunHeader.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/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunImportSection.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunImportSection.cs index ae8a8a239ec92b..771e6dd658171a 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunImportSection.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunImportSection.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/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunMethod.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunMethod.cs index ee4290a80ef532..a00419f212c4ce 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunMethod.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunMethod.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/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunReader.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunReader.cs index a80d177c70b8f3..a829b58599e531 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunReader.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunReader.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/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunSection.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunSection.cs index 6f6bcb902ea3a6..c606845540dae6 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunSection.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunSection.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/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunSignature.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunSignature.cs index 43c15cc14a1f34..5f7175ef4e2d0d 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunSignature.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunSignature.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/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/StringExtensions.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/StringExtensions.cs index 268c6461f8402f..4191fed8395923 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/StringExtensions.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/StringExtensions.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.Globalization; using System.Text; diff --git a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/TransitionBlock.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/TransitionBlock.cs index 5cfef643b90e69..3f0bef94f8e40f 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/TransitionBlock.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/TransitionBlock.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/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/GcInfo.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/GcInfo.cs index 67e7d7b36aae67..8981287f9363a1 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/GcInfo.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/GcInfo.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/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/GcSlotTable.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/GcSlotTable.cs index 736679e4b3bbc6..daae325a265956 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/GcSlotTable.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/GcSlotTable.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/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/GcTransition.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/GcTransition.cs index a2bab1e36f10ab..fd4d2f6ade1f12 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/GcTransition.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/GcTransition.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/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/InfoHdr.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/InfoHdr.cs index aacb2f3c24f479..e100a422ed3a49 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/InfoHdr.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/InfoHdr.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/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/Registers.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/Registers.cs index 4699cc4861be66..f94e7dafbb6ff8 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/Registers.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/Registers.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/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/UnwindInfo.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/UnwindInfo.cs index a62164ff7dc0ae..b2be1ae712a57f 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/UnwindInfo.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/UnwindInfo.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; diff --git a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ArchitectureSpecificFieldLayoutTests.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ArchitectureSpecificFieldLayoutTests.cs index 1ac22562f67e1e..1ea475cde7fb1e 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ArchitectureSpecificFieldLayoutTests.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ArchitectureSpecificFieldLayoutTests.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/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CastingTests.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CastingTests.cs index 1d81c8196441b0..06e87dc17be267 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CastingTests.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CastingTests.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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 Internal.TypeSystem; diff --git a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/Canonicalization.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/Canonicalization.cs index 58c5b14596f134..475352c1a30ab2 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/Canonicalization.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/Canonicalization.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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 Canonicalization { diff --git a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/Casting.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/Casting.cs index 2ae42bd4b9a413..a6ae700e942a1d 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/Casting.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/Casting.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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 Casting { @@ -25,4 +24,4 @@ class ClassWithValueTypeConstraint where T : struct { } class ClassWithInterfaceConstraint where T : IFoo { } class ClassWithRecursiveImplementation : IContravariant> { } -} \ No newline at end of file +} diff --git a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/GCPointerMap.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/GCPointerMap.cs index 7b884ea7bdd301..f09c3c1f4f3525 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/GCPointerMap.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/GCPointerMap.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/GenericConstraints.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/GenericConstraints.cs index 8af32283939143..5c050742c353dc 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/GenericConstraints.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/GenericConstraints.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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 GenericConstraints { diff --git a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/GenericTypes.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/GenericTypes.cs index 44bacfaebda73f..71e1aae3587a70 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/GenericTypes.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/GenericTypes.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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; @@ -93,4 +92,4 @@ public class GenDerivedClass : GenClass B _b; #pragma warning restore 169 } -} \ No newline at end of file +} diff --git a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/Hashcode.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/Hashcode.cs index 21f68be8c01c10..c88b3be7a7dfbc 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/Hashcode.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/Hashcode.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/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/InstanceFieldLayout.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/InstanceFieldLayout.cs index 3c15ea0848af59..24104346f62957 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/InstanceFieldLayout.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/InstanceFieldLayout.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/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/InterfaceArrangements.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/InterfaceArrangements.cs index c92aafdeef6551..4e23bccd15b224 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/InterfaceArrangements.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/InterfaceArrangements.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/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/Platform.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/Platform.cs index e61a165cd6cc37..e5f35029d882d5 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/Platform.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/Platform.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 649 #pragma warning disable 169 diff --git a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/StaticFieldLayout.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/StaticFieldLayout.cs index 3fc670b4d8388a..113c0ff7be45a2 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/StaticFieldLayout.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/StaticFieldLayout.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/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/SyntheticVirtualOverride.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/SyntheticVirtualOverride.cs index 326bf7dfccd7c5..b6480cf6aa6ac6 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/SyntheticVirtualOverride.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/SyntheticVirtualOverride.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/TypeNameParsing.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/TypeNameParsing.cs index 6010b2b1f6bdfb..b6f54a910fc6da 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/TypeNameParsing.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/TypeNameParsing.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. public class NonNamespaceQualifiedType { diff --git a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/ValueTypeShapeCharacteristics.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/ValueTypeShapeCharacteristics.cs index 92ca4cb598f524..924b8b2c7ab7f4 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/ValueTypeShapeCharacteristics.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/ValueTypeShapeCharacteristics.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/GCPointerMapTests.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/GCPointerMapTests.cs index 4268fa18e77baa..0eba14fc3583b3 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/GCPointerMapTests.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/GCPointerMapTests.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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 Internal.TypeSystem; diff --git a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/GenericTypeAndMethodTests.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/GenericTypeAndMethodTests.cs index 3f7df310a688c8..c9224fa7d9dbd6 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/GenericTypeAndMethodTests.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/GenericTypeAndMethodTests.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.Linq; using Internal.TypeSystem; diff --git a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/HashcodeTests.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/HashcodeTests.cs index 1415d1daed262c..a9451752da9b98 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/HashcodeTests.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/HashcodeTests.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/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILDisassemblerTests.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILDisassemblerTests.cs index fc55923ae02c67..45881020f622ae 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILDisassemblerTests.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILDisassemblerTests.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/ILDisassembler.il b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/ILDisassembler.il index 56cb0a6c8b0e45..166009ce8f5bb6 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/ILDisassembler.il +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/ILDisassembler.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. // While this is all expressible in C#, we need a deterministic IL to test the disassembler, hence // this is in IL. diff --git a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/InstanceFieldLayout.il b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/InstanceFieldLayout.il index 2a07e9e575a17e..83906647e842cb 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/InstanceFieldLayout.il +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/InstanceFieldLayout.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. .class public sequential ansi sealed beforefieldinit IsByRefLike.InvalidStruct extends [CoreTestAssembly]System.ValueType diff --git a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/Main.il b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/Main.il index dc7aef4444b5c7..1a33678168b0f3 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/Main.il +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/Main.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 CoreTestAssembly { diff --git a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/MethodImplOverride1.il b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/MethodImplOverride1.il index 8adb76f4072896..5b8c40c9f180b3 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/MethodImplOverride1.il +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/MethodImplOverride1.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. .class private abstract auto ansi beforefieldinit MethodImplOverride1.Base`2 extends [CoreTestAssembly]System.Object diff --git a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/Signature.il b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/Signature.il index bc499d98348633..b28c850616f7cd 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/Signature.il +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/Signature.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. .class private auto ansi beforefieldinit Atom extends [CoreTestAssembly]System.Object diff --git a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/StaticFieldLayout.il b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/StaticFieldLayout.il index ca2b748c09530a..21e739bbd1cdef 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/StaticFieldLayout.il +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/StaticFieldLayout.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. .class public auto ansi beforefieldinit StaticFieldLayout.RvaStatics extends [CoreTestAssembly]System.Object diff --git a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/VirtualFunctionOverride.il b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/VirtualFunctionOverride.il index f0f24379a5d266..a8df6b5d4d0218 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/VirtualFunctionOverride.il +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/VirtualFunctionOverride.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. .class public auto ansi beforefieldinit VirtualFunctionOverride.ExplicitOverride extends [CoreTestAssembly]System.Object diff --git a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/InstanceFieldLayoutTests.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/InstanceFieldLayoutTests.cs index 142abfdfa8422b..942021d77bfa1b 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/InstanceFieldLayoutTests.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/InstanceFieldLayoutTests.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/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/InterfacesTests.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/InterfacesTests.cs index 7f741fabf0e431..683138a8823508 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/InterfacesTests.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/InterfacesTests.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.Linq; diff --git a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/SignatureTests.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/SignatureTests.cs index 76cde1ff2ce7be..cfaeef6ea437e3 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/SignatureTests.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/SignatureTests.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/StaticFieldLayoutTests.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/StaticFieldLayoutTests.cs index 98a06c8abe3a1c..e0f5eef5e7a1f0 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/StaticFieldLayoutTests.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/StaticFieldLayoutTests.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.Linq; diff --git a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/SyntheticVirtualOverrideTests.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/SyntheticVirtualOverrideTests.cs index ba6d57ec267522..11e0741684899d 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/SyntheticVirtualOverrideTests.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/SyntheticVirtualOverrideTests.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/TestMetadataFieldLayoutAlgorithm.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/TestMetadataFieldLayoutAlgorithm.cs index ba96e1c7da08e0..ae7f20c1b07cb9 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/TestMetadataFieldLayoutAlgorithm.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/TestMetadataFieldLayoutAlgorithm.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/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/TestTypeSystemContext.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/TestTypeSystemContext.cs index 913cdbf8309bbc..028fa88df3e83a 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/TestTypeSystemContext.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/TestTypeSystemContext.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/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/TypeNameParsingTests.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/TypeNameParsingTests.cs index 392eb0bceb9291..d7a08bf583d505 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/TypeNameParsingTests.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/TypeNameParsingTests.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/UniversalGenericFieldLayoutTests.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/UniversalGenericFieldLayoutTests.cs index c55fb2d5ec6686..e1ce09f294ad84 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/UniversalGenericFieldLayoutTests.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/UniversalGenericFieldLayoutTests.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ValueTypeShapeCharacteristicsTests.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ValueTypeShapeCharacteristicsTests.cs index 226148d121d6df..2971fd468ead31 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ValueTypeShapeCharacteristicsTests.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ValueTypeShapeCharacteristicsTests.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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 Internal.TypeSystem; diff --git a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/VirtualFunctionOverrideTests.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/VirtualFunctionOverrideTests.cs index 6037c37a111aca..938377d8cd3c9c 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/VirtualFunctionOverrideTests.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/VirtualFunctionOverrideTests.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.Linq; diff --git a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/WellKnownTypeTests.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/WellKnownTypeTests.cs index 66a47410330b91..3f2f4c2b4d31ea 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/WellKnownTypeTests.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/WellKnownTypeTests.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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 Internal.TypeSystem; diff --git a/src/coreclr/src/tools/aot/crossgen2/CommandLineOptions.cs b/src/coreclr/src/tools/aot/crossgen2/CommandLineOptions.cs index e42b9a850ad1e6..e87e78a073f125 100644 --- a/src/coreclr/src/tools/aot/crossgen2/CommandLineOptions.cs +++ b/src/coreclr/src/tools/aot/crossgen2/CommandLineOptions.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.CommandLine; diff --git a/src/coreclr/src/tools/aot/crossgen2/Program.cs b/src/coreclr/src/tools/aot/crossgen2/Program.cs index 1802f8bb2c4c45..9fb1ae552eb8da 100644 --- a/src/coreclr/src/tools/aot/crossgen2/Program.cs +++ b/src/coreclr/src/tools/aot/crossgen2/Program.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/coreclr/src/tools/aot/jitinterface/corinfoexception.cpp b/src/coreclr/src/tools/aot/jitinterface/corinfoexception.cpp index 124080f9b82bb8..1487f5a68713fd 100644 --- a/src/coreclr/src/tools/aot/jitinterface/corinfoexception.cpp +++ b/src/coreclr/src/tools/aot/jitinterface/corinfoexception.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 "corinfoexception.h" #include "dllexport.h" diff --git a/src/coreclr/src/tools/aot/jitinterface/corinfoexception.h b/src/coreclr/src/tools/aot/jitinterface/corinfoexception.h index c8bcc8045ff8f0..f16813b9b7df82 100644 --- a/src/coreclr/src/tools/aot/jitinterface/corinfoexception.h +++ b/src/coreclr/src/tools/aot/jitinterface/corinfoexception.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. #include diff --git a/src/coreclr/src/tools/aot/jitinterface/dllexport.h b/src/coreclr/src/tools/aot/jitinterface/dllexport.h index 428c63fb7026ec..4772e282d3b534 100644 --- a/src/coreclr/src/tools/aot/jitinterface/dllexport.h +++ b/src/coreclr/src/tools/aot/jitinterface/dllexport.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/jitinterface/jithost.cpp b/src/coreclr/src/tools/aot/jitinterface/jithost.cpp index d068e814f92d43..20e5e223860c0a 100644 --- a/src/coreclr/src/tools/aot/jitinterface/jithost.cpp +++ b/src/coreclr/src/tools/aot/jitinterface/jithost.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 diff --git a/src/coreclr/src/tools/aot/jitinterface/jitinterface.cpp b/src/coreclr/src/tools/aot/jitinterface/jitinterface.cpp index 4d4bf90905183d..74b5a9cc64a5a0 100644 --- a/src/coreclr/src/tools/aot/jitinterface/jitinterface.cpp +++ b/src/coreclr/src/tools/aot/jitinterface/jitinterface.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 #include diff --git a/src/coreclr/src/tools/aot/jitinterface/jitwrapper.cpp b/src/coreclr/src/tools/aot/jitinterface/jitwrapper.cpp index 6a2bfd81e444fe..b4b51185a1f400 100644 --- a/src/coreclr/src/tools/aot/jitinterface/jitwrapper.cpp +++ b/src/coreclr/src/tools/aot/jitinterface/jitwrapper.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 #include diff --git a/src/coreclr/src/tools/crossgen/Native.rc b/src/coreclr/src/tools/crossgen/Native.rc index 25b5fe5e67c426..c90ad0d19ccf89 100644 --- a/src/coreclr/src/tools/crossgen/Native.rc +++ b/src/coreclr/src/tools/crossgen/Native.rc @@ -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. #define FX_VER_FILEDESCRIPTION_STR "Microsoft Common Language Runtime native cross compiler\0" diff --git a/src/coreclr/src/tools/crossgen/crossgen.cpp b/src/coreclr/src/tools/crossgen/crossgen.cpp index 622a1e575d8271..41da650119d8d9 100644 --- a/src/coreclr/src/tools/crossgen/crossgen.cpp +++ b/src/coreclr/src/tools/crossgen/crossgen.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. // // TO DO: we currently use raw printf() for output. Maybe we need to pick up something like ngen's Output() handling diff --git a/src/coreclr/src/tools/dotnet-pgo/Logger.cs b/src/coreclr/src/tools/dotnet-pgo/Logger.cs index 814eea144d26e8..4bdd8cb19ce770 100644 --- a/src/coreclr/src/tools/dotnet-pgo/Logger.cs +++ b/src/coreclr/src/tools/dotnet-pgo/Logger.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/src/tools/dotnet-pgo/Microsoft.Diagnostics.JitTrace/JitTraceRuntime.cs b/src/coreclr/src/tools/dotnet-pgo/Microsoft.Diagnostics.JitTrace/JitTraceRuntime.cs index a3898438e78070..68a0febb281d4e 100644 --- a/src/coreclr/src/tools/dotnet-pgo/Microsoft.Diagnostics.JitTrace/JitTraceRuntime.cs +++ b/src/coreclr/src/tools/dotnet-pgo/Microsoft.Diagnostics.JitTrace/JitTraceRuntime.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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; @@ -270,4 +269,4 @@ IEnumerable MethodsThatMatch() } } } -} \ No newline at end of file +} diff --git a/src/coreclr/src/tools/dotnet-pgo/ModuleLoadLogger.cs b/src/coreclr/src/tools/dotnet-pgo/ModuleLoadLogger.cs index 170fca801f2936..122d28c89ec25b 100644 --- a/src/coreclr/src/tools/dotnet-pgo/ModuleLoadLogger.cs +++ b/src/coreclr/src/tools/dotnet-pgo/ModuleLoadLogger.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/src/tools/dotnet-pgo/PgoTraceProcess.cs b/src/coreclr/src/tools/dotnet-pgo/PgoTraceProcess.cs index e096d7355794a4..6205b0c221ab97 100644 --- a/src/coreclr/src/tools/dotnet-pgo/PgoTraceProcess.cs +++ b/src/coreclr/src/tools/dotnet-pgo/PgoTraceProcess.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/src/tools/dotnet-pgo/Program.cs b/src/coreclr/src/tools/dotnet-pgo/Program.cs index dfad6755e6f528..96c346dd11ac43 100644 --- a/src/coreclr/src/tools/dotnet-pgo/Program.cs +++ b/src/coreclr/src/tools/dotnet-pgo/Program.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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 Internal.TypeSystem; using Internal.TypeSystem.Ecma; diff --git a/src/coreclr/src/tools/dotnet-pgo/R2RSignatureTypeProvider.cs b/src/coreclr/src/tools/dotnet-pgo/R2RSignatureTypeProvider.cs index 52afa7745de107..0bc52929256b9a 100644 --- a/src/coreclr/src/tools/dotnet-pgo/R2RSignatureTypeProvider.cs +++ b/src/coreclr/src/tools/dotnet-pgo/R2RSignatureTypeProvider.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.Immutable; using System.Linq; diff --git a/src/coreclr/src/tools/dotnet-pgo/TraceRuntimeDescToTypeSystemDesc.cs b/src/coreclr/src/tools/dotnet-pgo/TraceRuntimeDescToTypeSystemDesc.cs index d86570a20668b2..cb1816a26e0734 100644 --- a/src/coreclr/src/tools/dotnet-pgo/TraceRuntimeDescToTypeSystemDesc.cs +++ b/src/coreclr/src/tools/dotnet-pgo/TraceRuntimeDescToTypeSystemDesc.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.Diagnostics.Tracing.Etlx; using System; diff --git a/src/coreclr/src/tools/dotnet-pgo/TraceTypeSystemContext.cs b/src/coreclr/src/tools/dotnet-pgo/TraceTypeSystemContext.cs index aa2503e90792ea..7371f92600c86b 100644 --- a/src/coreclr/src/tools/dotnet-pgo/TraceTypeSystemContext.cs +++ b/src/coreclr/src/tools/dotnet-pgo/TraceTypeSystemContext.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/src/tools/dotnet-pgo/TypeSystemMetadataEmitter.cs b/src/coreclr/src/tools/dotnet-pgo/TypeSystemMetadataEmitter.cs index 44dbf496b21e14..971eca8770598e 100644 --- a/src/coreclr/src/tools/dotnet-pgo/TypeSystemMetadataEmitter.cs +++ b/src/coreclr/src/tools/dotnet-pgo/TypeSystemMetadataEmitter.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/src/tools/metainfo/Native.rc b/src/coreclr/src/tools/metainfo/Native.rc index fbe8437475c6db..eebbf957180c07 100644 --- a/src/coreclr/src/tools/metainfo/Native.rc +++ b/src/coreclr/src/tools/metainfo/Native.rc @@ -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. #define FX_VER_FILEDESCRIPTION_STR "Microsoft Common Language Runtime Metadata Info\0" diff --git a/src/coreclr/src/tools/metainfo/mdinfo.cpp b/src/coreclr/src/tools/metainfo/mdinfo.cpp index e04134b86fdd2c..6ddf1ea96be33c 100644 --- a/src/coreclr/src/tools/metainfo/mdinfo.cpp +++ b/src/coreclr/src/tools/metainfo/mdinfo.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 #include diff --git a/src/coreclr/src/tools/metainfo/mdinfo.h b/src/coreclr/src/tools/metainfo/mdinfo.h index fbdc20efacc9e9..04002fdb267ffb 100644 --- a/src/coreclr/src/tools/metainfo/mdinfo.h +++ b/src/coreclr/src/tools/metainfo/mdinfo.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 _mdinfo_h #define _mdinfo_h diff --git a/src/coreclr/src/tools/metainfo/mdobj.cpp b/src/coreclr/src/tools/metainfo/mdobj.cpp index dde1bf6ed3f027..7a2b39ac81842c 100644 --- a/src/coreclr/src/tools/metainfo/mdobj.cpp +++ b/src/coreclr/src/tools/metainfo/mdobj.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 #include diff --git a/src/coreclr/src/tools/metainfo/metainfo.cpp b/src/coreclr/src/tools/metainfo/metainfo.cpp index f73de31371f3f4..38499bea47e168 100644 --- a/src/coreclr/src/tools/metainfo/metainfo.cpp +++ b/src/coreclr/src/tools/metainfo/metainfo.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 #include diff --git a/src/coreclr/src/tools/r2rdump/CommandLineOptions.cs b/src/coreclr/src/tools/r2rdump/CommandLineOptions.cs index 6b3f53aa6ce35d..f41ffd43744a85 100644 --- a/src/coreclr/src/tools/r2rdump/CommandLineOptions.cs +++ b/src/coreclr/src/tools/r2rdump/CommandLineOptions.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.CommandLine; using System.IO; diff --git a/src/coreclr/src/tools/r2rdump/CoreDisTools.cs b/src/coreclr/src/tools/r2rdump/CoreDisTools.cs index b1427c6209496c..e21e87c4282f40 100644 --- a/src/coreclr/src/tools/r2rdump/CoreDisTools.cs +++ b/src/coreclr/src/tools/r2rdump/CoreDisTools.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 ILCompiler.Reflection.ReadyToRun; using System; diff --git a/src/coreclr/src/tools/r2rdump/Extensions.cs b/src/coreclr/src/tools/r2rdump/Extensions.cs index be6b850c0d9f17..f8ca578f33256b 100644 --- a/src/coreclr/src/tools/r2rdump/Extensions.cs +++ b/src/coreclr/src/tools/r2rdump/Extensions.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/coreclr/src/tools/r2rdump/ISymNGenWriter.cs b/src/coreclr/src/tools/r2rdump/ISymNGenWriter.cs index 8a4eb8074fb6f1..4c4b6b97d60a91 100644 --- a/src/coreclr/src/tools/r2rdump/ISymNGenWriter.cs +++ b/src/coreclr/src/tools/r2rdump/ISymNGenWriter.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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 436 // SuppressUnmanagedCodeSecurityAttribute defined in source and mscorlib diff --git a/src/coreclr/src/tools/r2rdump/PdbWriter.cs b/src/coreclr/src/tools/r2rdump/PdbWriter.cs index bbf6c5f1f1cbef..99216ab6736f81 100644 --- a/src/coreclr/src/tools/r2rdump/PdbWriter.cs +++ b/src/coreclr/src/tools/r2rdump/PdbWriter.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/coreclr/src/tools/r2rdump/R2RDiff.cs b/src/coreclr/src/tools/r2rdump/R2RDiff.cs index 74ef9114d4bf9d..4f3fd9fe11a870 100644 --- a/src/coreclr/src/tools/r2rdump/R2RDiff.cs +++ b/src/coreclr/src/tools/r2rdump/R2RDiff.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/coreclr/src/tools/r2rdump/R2RDump.cs b/src/coreclr/src/tools/r2rdump/R2RDump.cs index 320d41548d9aa7..62f26189d2438b 100644 --- a/src/coreclr/src/tools/r2rdump/R2RDump.cs +++ b/src/coreclr/src/tools/r2rdump/R2RDump.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/coreclr/src/tools/r2rdump/TextDumper.cs b/src/coreclr/src/tools/r2rdump/TextDumper.cs index 84ff8cc968685b..b3bf91845f380d 100644 --- a/src/coreclr/src/tools/r2rdump/TextDumper.cs +++ b/src/coreclr/src/tools/r2rdump/TextDumper.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/coreclr/src/tools/r2rtest/Buckets.cs b/src/coreclr/src/tools/r2rtest/Buckets.cs index 4b7bcf06f4a849..387d753b959f3c 100644 --- a/src/coreclr/src/tools/r2rtest/Buckets.cs +++ b/src/coreclr/src/tools/r2rtest/Buckets.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/coreclr/src/tools/r2rtest/BuildFolder.cs b/src/coreclr/src/tools/r2rtest/BuildFolder.cs index b3b64572a0cee5..91cb499ff243e1 100644 --- a/src/coreclr/src/tools/r2rtest/BuildFolder.cs +++ b/src/coreclr/src/tools/r2rtest/BuildFolder.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/coreclr/src/tools/r2rtest/BuildFolderSet.cs b/src/coreclr/src/tools/r2rtest/BuildFolderSet.cs index 7c05f20c5a8aa7..e7e8bd4157018f 100644 --- a/src/coreclr/src/tools/r2rtest/BuildFolderSet.cs +++ b/src/coreclr/src/tools/r2rtest/BuildFolderSet.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/coreclr/src/tools/r2rtest/BuildOptions.cs b/src/coreclr/src/tools/r2rtest/BuildOptions.cs index 685ffffaf2915f..cfa0bad1487766 100644 --- a/src/coreclr/src/tools/r2rtest/BuildOptions.cs +++ b/src/coreclr/src/tools/r2rtest/BuildOptions.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/coreclr/src/tools/r2rtest/CommandLineOptions.cs b/src/coreclr/src/tools/r2rtest/CommandLineOptions.cs index aa7ff7a46d0cf2..9f6e065565e95b 100644 --- a/src/coreclr/src/tools/r2rtest/CommandLineOptions.cs +++ b/src/coreclr/src/tools/r2rtest/CommandLineOptions.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.CommandLine; diff --git a/src/coreclr/src/tools/r2rtest/Commands/CompileDirectoryCommand.cs b/src/coreclr/src/tools/r2rtest/Commands/CompileDirectoryCommand.cs index 3089bf3f5aa440..25d306f2c052ef 100644 --- a/src/coreclr/src/tools/r2rtest/Commands/CompileDirectoryCommand.cs +++ b/src/coreclr/src/tools/r2rtest/Commands/CompileDirectoryCommand.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/coreclr/src/tools/r2rtest/Commands/CompileFrameworkCommand.cs b/src/coreclr/src/tools/r2rtest/Commands/CompileFrameworkCommand.cs index 6ab22cfb9766ca..fbce2e2fd83394 100644 --- a/src/coreclr/src/tools/r2rtest/Commands/CompileFrameworkCommand.cs +++ b/src/coreclr/src/tools/r2rtest/Commands/CompileFrameworkCommand.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/coreclr/src/tools/r2rtest/Commands/CompileNugetCommand.cs b/src/coreclr/src/tools/r2rtest/Commands/CompileNugetCommand.cs index bc5f541898a9d9..fd890baf420fdd 100644 --- a/src/coreclr/src/tools/r2rtest/Commands/CompileNugetCommand.cs +++ b/src/coreclr/src/tools/r2rtest/Commands/CompileNugetCommand.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/coreclr/src/tools/r2rtest/Commands/CompileSerpCommand.cs b/src/coreclr/src/tools/r2rtest/Commands/CompileSerpCommand.cs index 1e82eabb72f823..880e225f3d86e8 100644 --- a/src/coreclr/src/tools/r2rtest/Commands/CompileSerpCommand.cs +++ b/src/coreclr/src/tools/r2rtest/Commands/CompileSerpCommand.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/coreclr/src/tools/r2rtest/Commands/CompileSubtreeCommand.cs b/src/coreclr/src/tools/r2rtest/Commands/CompileSubtreeCommand.cs index aac04c62514180..83b709d6a78202 100644 --- a/src/coreclr/src/tools/r2rtest/Commands/CompileSubtreeCommand.cs +++ b/src/coreclr/src/tools/r2rtest/Commands/CompileSubtreeCommand.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.Concurrent; diff --git a/src/coreclr/src/tools/r2rtest/CompilerRunner.cs b/src/coreclr/src/tools/r2rtest/CompilerRunner.cs index ae36492a9baaaf..206a46b3cf4b88 100644 --- a/src/coreclr/src/tools/r2rtest/CompilerRunner.cs +++ b/src/coreclr/src/tools/r2rtest/CompilerRunner.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/coreclr/src/tools/r2rtest/ComputeManagedAssemblies.cs b/src/coreclr/src/tools/r2rtest/ComputeManagedAssemblies.cs index e453b3d765d10f..685ec9a2bf8878 100644 --- a/src/coreclr/src/tools/r2rtest/ComputeManagedAssemblies.cs +++ b/src/coreclr/src/tools/r2rtest/ComputeManagedAssemblies.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.Concurrent; diff --git a/src/coreclr/src/tools/r2rtest/Crossgen2Runner.cs b/src/coreclr/src/tools/r2rtest/Crossgen2Runner.cs index 9fabba86d21a4c..84bcef17d16412 100644 --- a/src/coreclr/src/tools/r2rtest/Crossgen2Runner.cs +++ b/src/coreclr/src/tools/r2rtest/Crossgen2Runner.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/coreclr/src/tools/r2rtest/CrossgenRunner.cs b/src/coreclr/src/tools/r2rtest/CrossgenRunner.cs index 49a31c032b3668..9ae0cdc4e5db83 100644 --- a/src/coreclr/src/tools/r2rtest/CrossgenRunner.cs +++ b/src/coreclr/src/tools/r2rtest/CrossgenRunner.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/coreclr/src/tools/r2rtest/DotnetCli.cs b/src/coreclr/src/tools/r2rtest/DotnetCli.cs index cb1134b0cdf9fd..47531ca8d32516 100644 --- a/src/coreclr/src/tools/r2rtest/DotnetCli.cs +++ b/src/coreclr/src/tools/r2rtest/DotnetCli.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/coreclr/src/tools/r2rtest/JitRunner.cs b/src/coreclr/src/tools/r2rtest/JitRunner.cs index 69768e38019c66..17b9f84d49152b 100644 --- a/src/coreclr/src/tools/r2rtest/JitRunner.cs +++ b/src/coreclr/src/tools/r2rtest/JitRunner.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/coreclr/src/tools/r2rtest/Linux.cs b/src/coreclr/src/tools/r2rtest/Linux.cs index b31b4a9d3725c0..20ab9fe87042bb 100644 --- a/src/coreclr/src/tools/r2rtest/Linux.cs +++ b/src/coreclr/src/tools/r2rtest/Linux.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/coreclr/src/tools/r2rtest/ParallelRunner.cs b/src/coreclr/src/tools/r2rtest/ParallelRunner.cs index 95b70bd174069c..5a0558572f874f 100644 --- a/src/coreclr/src/tools/r2rtest/ParallelRunner.cs +++ b/src/coreclr/src/tools/r2rtest/ParallelRunner.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/coreclr/src/tools/r2rtest/PathHelpers.cs b/src/coreclr/src/tools/r2rtest/PathHelpers.cs index 87ad279990ae9d..d180032d3dcbb0 100644 --- a/src/coreclr/src/tools/r2rtest/PathHelpers.cs +++ b/src/coreclr/src/tools/r2rtest/PathHelpers.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 R2RTest; using System; diff --git a/src/coreclr/src/tools/r2rtest/PerfEventSourceListener.cs b/src/coreclr/src/tools/r2rtest/PerfEventSourceListener.cs index 0263176f45626d..9cb12de564de78 100644 --- a/src/coreclr/src/tools/r2rtest/PerfEventSourceListener.cs +++ b/src/coreclr/src/tools/r2rtest/PerfEventSourceListener.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.CodeDom.Compiler; diff --git a/src/coreclr/src/tools/r2rtest/ProcessRunner.cs b/src/coreclr/src/tools/r2rtest/ProcessRunner.cs index 4822baecaea33b..dcba0121f5a422 100644 --- a/src/coreclr/src/tools/r2rtest/ProcessRunner.cs +++ b/src/coreclr/src/tools/r2rtest/ProcessRunner.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/coreclr/src/tools/r2rtest/Program.cs b/src/coreclr/src/tools/r2rtest/Program.cs index 32aaeafc60d3cf..86cb14e240a431 100644 --- a/src/coreclr/src/tools/r2rtest/Program.cs +++ b/src/coreclr/src/tools/r2rtest/Program.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.CommandLine; diff --git a/src/coreclr/src/tools/r2rtest/ReadyToRunJittedMethods.cs b/src/coreclr/src/tools/r2rtest/ReadyToRunJittedMethods.cs index a08639ed051de8..654f6d576727f4 100644 --- a/src/coreclr/src/tools/r2rtest/ReadyToRunJittedMethods.cs +++ b/src/coreclr/src/tools/r2rtest/ReadyToRunJittedMethods.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.IO; diff --git a/src/coreclr/src/tools/r2rtest/TestExclusion.cs b/src/coreclr/src/tools/r2rtest/TestExclusion.cs index 5fefaee6d90fcf..36a90a6361081d 100644 --- a/src/coreclr/src/tools/r2rtest/TestExclusion.cs +++ b/src/coreclr/src/tools/r2rtest/TestExclusion.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/coreclr/src/tools/runincontext/runincontext.cs b/src/coreclr/src/tools/runincontext/runincontext.cs index 8b0d2ea6cea278..4b2eae7fffbe6d 100644 --- a/src/coreclr/src/tools/runincontext/runincontext.cs +++ b/src/coreclr/src/tools/runincontext/runincontext.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.Reflection; diff --git a/src/coreclr/src/tools/util/consoleargs.cpp b/src/coreclr/src/tools/util/consoleargs.cpp index 8a2e436555d0f3..86300db5ce3f73 100644 --- a/src/coreclr/src/tools/util/consoleargs.cpp +++ b/src/coreclr/src/tools/util/consoleargs.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 #include "consoleargs.h" diff --git a/src/coreclr/src/tools/util/consoleargs.h b/src/coreclr/src/tools/util/consoleargs.h index 06b6e753848d84..10cc1e40b3612f 100644 --- a/src/coreclr/src/tools/util/consoleargs.h +++ b/src/coreclr/src/tools/util/consoleargs.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 __CONSOLEARGS_H__ #define __CONSOLEARGS_H__ diff --git a/src/coreclr/src/tools/util/file_can.h b/src/coreclr/src/tools/util/file_can.h index bb575d098b5ecd..bfa2b50c5961ed 100644 --- a/src/coreclr/src/tools/util/file_can.h +++ b/src/coreclr/src/tools/util/file_can.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 __FILE_CAN_H__ #define __FILE_CAN_H__ diff --git a/src/coreclr/src/tools/util/list.h b/src/coreclr/src/tools/util/list.h index 1748ed9cd3c2af..5065d2017516c3 100644 --- a/src/coreclr/src/tools/util/list.h +++ b/src/coreclr/src/tools/util/list.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 __GENERIC_LIST_H__ #define __GENERIC_LIST_H__ diff --git a/src/coreclr/src/tools/util/tree.h b/src/coreclr/src/tools/util/tree.h index ddd9c39e1154ba..4f57cfeed98d18 100644 --- a/src/coreclr/src/tools/util/tree.h +++ b/src/coreclr/src/tools/util/tree.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 __GENERIC_TREE_H__ #define __GENERIC_TREE_H__ diff --git a/src/coreclr/src/unwinder/amd64/dbs_stack_x64.cpp b/src/coreclr/src/unwinder/amd64/dbs_stack_x64.cpp index 97872b6cc4ba3e..e6714209b9392b 100644 --- a/src/coreclr/src/unwinder/amd64/dbs_stack_x64.cpp +++ b/src/coreclr/src/unwinder/amd64/dbs_stack_x64.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. //---------------------------------------------------------------------------- // diff --git a/src/coreclr/src/unwinder/amd64/unwinder_amd64.cpp b/src/coreclr/src/unwinder/amd64/unwinder_amd64.cpp index 1039773a4a0361..ef1c5e0b5b54bb 100644 --- a/src/coreclr/src/unwinder/amd64/unwinder_amd64.cpp +++ b/src/coreclr/src/unwinder/amd64/unwinder_amd64.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. // diff --git a/src/coreclr/src/unwinder/amd64/unwinder_amd64.h b/src/coreclr/src/unwinder/amd64/unwinder_amd64.h index 0c8e9cd70f496b..48e67f6702187c 100644 --- a/src/coreclr/src/unwinder/amd64/unwinder_amd64.h +++ b/src/coreclr/src/unwinder/amd64/unwinder_amd64.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/unwinder/arm/unwinder_arm.cpp b/src/coreclr/src/unwinder/arm/unwinder_arm.cpp index a1eabd1f156dfb..5c8de353422680 100644 --- a/src/coreclr/src/unwinder/arm/unwinder_arm.cpp +++ b/src/coreclr/src/unwinder/arm/unwinder_arm.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. // diff --git a/src/coreclr/src/unwinder/arm/unwinder_arm.h b/src/coreclr/src/unwinder/arm/unwinder_arm.h index cc2dfbb7b14926..1a8e52fa9a3df3 100644 --- a/src/coreclr/src/unwinder/arm/unwinder_arm.h +++ b/src/coreclr/src/unwinder/arm/unwinder_arm.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/unwinder/arm64/unwinder_arm64.cpp b/src/coreclr/src/unwinder/arm64/unwinder_arm64.cpp index e320028667a86f..5740c3cfcab80c 100644 --- a/src/coreclr/src/unwinder/arm64/unwinder_arm64.cpp +++ b/src/coreclr/src/unwinder/arm64/unwinder_arm64.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. // diff --git a/src/coreclr/src/unwinder/arm64/unwinder_arm64.h b/src/coreclr/src/unwinder/arm64/unwinder_arm64.h index ddd79dad5f2fb3..f0767d2c315b31 100644 --- a/src/coreclr/src/unwinder/arm64/unwinder_arm64.h +++ b/src/coreclr/src/unwinder/arm64/unwinder_arm64.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/unwinder/i386/unwinder_i386.cpp b/src/coreclr/src/unwinder/i386/unwinder_i386.cpp index 18c3e8187b1c6b..958d0afcf45e20 100644 --- a/src/coreclr/src/unwinder/i386/unwinder_i386.cpp +++ b/src/coreclr/src/unwinder/i386/unwinder_i386.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. // diff --git a/src/coreclr/src/unwinder/i386/unwinder_i386.h b/src/coreclr/src/unwinder/i386/unwinder_i386.h index c561d7347c0ab6..6a6c3896ee6af4 100644 --- a/src/coreclr/src/unwinder/i386/unwinder_i386.h +++ b/src/coreclr/src/unwinder/i386/unwinder_i386.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/unwinder/stdafx.cpp b/src/coreclr/src/unwinder/stdafx.cpp index f3abd1773dba6a..54037d9dcd4de8 100644 --- a/src/coreclr/src/unwinder/stdafx.cpp +++ b/src/coreclr/src/unwinder/stdafx.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. //***************************************************************************** // File: stdafx.cpp // diff --git a/src/coreclr/src/unwinder/stdafx.h b/src/coreclr/src/unwinder/stdafx.h index 5b7d4f8170c106..8decdc68562bd4 100644 --- a/src/coreclr/src/unwinder/stdafx.h +++ b/src/coreclr/src/unwinder/stdafx.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. //***************************************************************************** // File: stdafx.h // diff --git a/src/coreclr/src/unwinder/unwinder.cpp b/src/coreclr/src/unwinder/unwinder.cpp index 888bfa99bc5136..98245fef445c09 100644 --- a/src/coreclr/src/unwinder/unwinder.cpp +++ b/src/coreclr/src/unwinder/unwinder.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. // diff --git a/src/coreclr/src/unwinder/unwinder.h b/src/coreclr/src/unwinder/unwinder.h index d34c9263237d57..0c4838f1ed5ccb 100644 --- a/src/coreclr/src/unwinder/unwinder.h +++ b/src/coreclr/src/unwinder/unwinder.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/utilcode/arraylist.cpp b/src/coreclr/src/utilcode/arraylist.cpp index f77657d2b80450..c6e538fd38dabf 100644 --- a/src/coreclr/src/utilcode/arraylist.cpp +++ b/src/coreclr/src/utilcode/arraylist.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" diff --git a/src/coreclr/src/utilcode/bitvector.cpp b/src/coreclr/src/utilcode/bitvector.cpp index 43ab530e428506..b4c53aa96ed0f3 100644 --- a/src/coreclr/src/utilcode/bitvector.cpp +++ b/src/coreclr/src/utilcode/bitvector.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. /***************************************************************************/ /* BitVector.cpp */ diff --git a/src/coreclr/src/utilcode/ccomprc.cpp b/src/coreclr/src/utilcode/ccomprc.cpp index 797bc7bd49c255..8555d57725d3b1 100644 --- a/src/coreclr/src/utilcode/ccomprc.cpp +++ b/src/coreclr/src/utilcode/ccomprc.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" // Standard header. #include // Utility helpers. diff --git a/src/coreclr/src/utilcode/check.cpp b/src/coreclr/src/utilcode/check.cpp index e06743d7986028..4d7a0c741632e6 100644 --- a/src/coreclr/src/utilcode/check.cpp +++ b/src/coreclr/src/utilcode/check.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. //================================================================================ // Assertion checking infrastructure diff --git a/src/coreclr/src/utilcode/clrconfig.cpp b/src/coreclr/src/utilcode/clrconfig.cpp index fcb43894bccb7f..12e7f9db5218a4 100644 --- a/src/coreclr/src/utilcode/clrconfig.cpp +++ b/src/coreclr/src/utilcode/clrconfig.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. //***************************************************************************** // CLRConfig.cpp // diff --git a/src/coreclr/src/utilcode/clrhelpers.cpp b/src/coreclr/src/utilcode/clrhelpers.cpp index b0a590eae99374..98055909867a38 100644 --- a/src/coreclr/src/utilcode/clrhelpers.cpp +++ b/src/coreclr/src/utilcode/clrhelpers.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. // // This is file to compile 2 public "headers" from ..\inc directory (we have to include stdafx.h first). diff --git a/src/coreclr/src/utilcode/clrhost.cpp b/src/coreclr/src/utilcode/clrhost.cpp index 23d6eeaf904886..5aa3a35c2e3fd8 100644 --- a/src/coreclr/src/utilcode/clrhost.cpp +++ b/src/coreclr/src/utilcode/clrhost.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. // // diff --git a/src/coreclr/src/utilcode/clrhost_nodependencies.cpp b/src/coreclr/src/utilcode/clrhost_nodependencies.cpp index 84b8e6ab2aa1e2..64185df41cbb48 100644 --- a/src/coreclr/src/utilcode/clrhost_nodependencies.cpp +++ b/src/coreclr/src/utilcode/clrhost_nodependencies.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. // // diff --git a/src/coreclr/src/utilcode/collections.cpp b/src/coreclr/src/utilcode/collections.cpp index 2ba380418c74ba..ed5271fde77f85 100644 --- a/src/coreclr/src/utilcode/collections.cpp +++ b/src/coreclr/src/utilcode/collections.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. //***************************************************************************** // Collections.cpp // diff --git a/src/coreclr/src/utilcode/comex.cpp b/src/coreclr/src/utilcode/comex.cpp index e903d1db0ca50e..3a564553d22d2f 100644 --- a/src/coreclr/src/utilcode/comex.cpp +++ b/src/coreclr/src/utilcode/comex.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. // --------------------------------------------------------------------------- // COMEx.cpp // diff --git a/src/coreclr/src/utilcode/configuration.cpp b/src/coreclr/src/utilcode/configuration.cpp index 2cbf8cf3685ed4..e67507d5bae05c 100644 --- a/src/coreclr/src/utilcode/configuration.cpp +++ b/src/coreclr/src/utilcode/configuration.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. // // -------------------------------------------------------------------------------------------------- // configuration.cpp @@ -133,4 +132,4 @@ bool Configuration::GetKnobBooleanValue(LPCWSTR name, bool defaultValue) } return defaultValue; -} \ No newline at end of file +} diff --git a/src/coreclr/src/utilcode/corimage.cpp b/src/coreclr/src/utilcode/corimage.cpp index 5f732e5651db4b..a1aff8fe82dee5 100644 --- a/src/coreclr/src/utilcode/corimage.cpp +++ b/src/coreclr/src/utilcode/corimage.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. // diff --git a/src/coreclr/src/utilcode/cycletimer.cpp b/src/coreclr/src/utilcode/cycletimer.cpp index 8a5b4732190a93..642ce22e630ccd 100644 --- a/src/coreclr/src/utilcode/cycletimer.cpp +++ b/src/coreclr/src/utilcode/cycletimer.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" diff --git a/src/coreclr/src/utilcode/dacutil.cpp b/src/coreclr/src/utilcode/dacutil.cpp index 611867163a8266..914007e6781795 100644 --- a/src/coreclr/src/utilcode/dacutil.cpp +++ b/src/coreclr/src/utilcode/dacutil.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. //***************************************************************************** // // Internal data access functionality. diff --git a/src/coreclr/src/utilcode/debug.cpp b/src/coreclr/src/utilcode/debug.cpp index 80ec783644d665..d6c2c4a4b1add0 100644 --- a/src/coreclr/src/utilcode/debug.cpp +++ b/src/coreclr/src/utilcode/debug.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. //***************************************************************************** // Debug.cpp // diff --git a/src/coreclr/src/utilcode/defaultallocator.cpp b/src/coreclr/src/utilcode/defaultallocator.cpp index 08f80cef83ecc1..1c6e2d52291940 100644 --- a/src/coreclr/src/utilcode/defaultallocator.cpp +++ b/src/coreclr/src/utilcode/defaultallocator.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 "defaultallocator.h" diff --git a/src/coreclr/src/utilcode/delayloadhelpers.cpp b/src/coreclr/src/utilcode/delayloadhelpers.cpp index 4c8b4ae28a7e14..90936ccbcfc00c 100644 --- a/src/coreclr/src/utilcode/delayloadhelpers.cpp +++ b/src/coreclr/src/utilcode/delayloadhelpers.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. // // diff --git a/src/coreclr/src/utilcode/dlwrap.cpp b/src/coreclr/src/utilcode/dlwrap.cpp index edcd33b04c644e..8cb312f8f81789 100644 --- a/src/coreclr/src/utilcode/dlwrap.cpp +++ b/src/coreclr/src/utilcode/dlwrap.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" // Precompiled header key. diff --git a/src/coreclr/src/utilcode/ex.cpp b/src/coreclr/src/utilcode/ex.cpp index 35bcd6c33652a3..56c1b552eead62 100644 --- a/src/coreclr/src/utilcode/ex.cpp +++ b/src/coreclr/src/utilcode/ex.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. // // diff --git a/src/coreclr/src/utilcode/format1.cpp b/src/coreclr/src/utilcode/format1.cpp index 4e37994b1b2d35..f8ef94406bfb93 100644 --- a/src/coreclr/src/utilcode/format1.cpp +++ b/src/coreclr/src/utilcode/format1.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. /***************************************************************************/ /* routines for parsing file format stuff ... */ diff --git a/src/coreclr/src/utilcode/fstream.cpp b/src/coreclr/src/utilcode/fstream.cpp index bffdbe50ec0451..835e24f6249507 100644 --- a/src/coreclr/src/utilcode/fstream.cpp +++ b/src/coreclr/src/utilcode/fstream.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" // Precompiled header key. diff --git a/src/coreclr/src/utilcode/fstring.cpp b/src/coreclr/src/utilcode/fstring.cpp index 5f65fd1163b60a..0f4360e9ffe0b9 100644 --- a/src/coreclr/src/utilcode/fstring.cpp +++ b/src/coreclr/src/utilcode/fstring.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. // --------------------------------------------------------------------------- // FString.cpp // diff --git a/src/coreclr/src/utilcode/guidfromname.cpp b/src/coreclr/src/utilcode/guidfromname.cpp index 2f573f8f9842be..6c8e9917704f79 100644 --- a/src/coreclr/src/utilcode/guidfromname.cpp +++ b/src/coreclr/src/utilcode/guidfromname.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. // GuidFromName diff --git a/src/coreclr/src/utilcode/hostimpl.cpp b/src/coreclr/src/utilcode/hostimpl.cpp index 3e55bcc3cbdf77..31d38df70636db 100644 --- a/src/coreclr/src/utilcode/hostimpl.cpp +++ b/src/coreclr/src/utilcode/hostimpl.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" diff --git a/src/coreclr/src/utilcode/iallocator.cpp b/src/coreclr/src/utilcode/iallocator.cpp index 8c5fc838e5bb03..9e1ea5ed906627 100644 --- a/src/coreclr/src/utilcode/iallocator.cpp +++ b/src/coreclr/src/utilcode/iallocator.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" // Precompiled header key. #include "iallocator.h" diff --git a/src/coreclr/src/utilcode/ilformatter.cpp b/src/coreclr/src/utilcode/ilformatter.cpp index c1d6e7b6521c28..f22cb0a4582b54 100644 --- a/src/coreclr/src/utilcode/ilformatter.cpp +++ b/src/coreclr/src/utilcode/ilformatter.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. /***************************************************************************/ /* ILFormatter.h */ diff --git a/src/coreclr/src/utilcode/loaderheap.cpp b/src/coreclr/src/utilcode/loaderheap.cpp index 7431a868b633b9..37d1e2f4ce569f 100644 --- a/src/coreclr/src/utilcode/loaderheap.cpp +++ b/src/coreclr/src/utilcode/loaderheap.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" // Precompiled header key. #include "loaderheap.h" diff --git a/src/coreclr/src/utilcode/log.cpp b/src/coreclr/src/utilcode/log.cpp index 75097c574918cd..37edc05b5cdb2c 100644 --- a/src/coreclr/src/utilcode/log.cpp +++ b/src/coreclr/src/utilcode/log.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. // // Simple Logging Facility diff --git a/src/coreclr/src/utilcode/longfilepathwrappers.cpp b/src/coreclr/src/utilcode/longfilepathwrappers.cpp index 319685034c1a99..365d91b61d875f 100644 --- a/src/coreclr/src/utilcode/longfilepathwrappers.cpp +++ b/src/coreclr/src/utilcode/longfilepathwrappers.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 "windows.h" diff --git a/src/coreclr/src/utilcode/makepath.cpp b/src/coreclr/src/utilcode/makepath.cpp index 14e98a74a995c8..93914472f3d019 100644 --- a/src/coreclr/src/utilcode/makepath.cpp +++ b/src/coreclr/src/utilcode/makepath.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. /*** *makepath.c - create path name from components * diff --git a/src/coreclr/src/utilcode/md5.cpp b/src/coreclr/src/utilcode/md5.cpp index 1617d52905c1df..7297114f21febd 100644 --- a/src/coreclr/src/utilcode/md5.cpp +++ b/src/coreclr/src/utilcode/md5.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. // // md5.cpp // diff --git a/src/coreclr/src/utilcode/memorypool.cpp b/src/coreclr/src/utilcode/memorypool.cpp index 7b274081d7bbc1..ec2dcd24c85c91 100644 --- a/src/coreclr/src/utilcode/memorypool.cpp +++ b/src/coreclr/src/utilcode/memorypool.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" diff --git a/src/coreclr/src/utilcode/namespaceutil.cpp b/src/coreclr/src/utilcode/namespaceutil.cpp index 38d32821bd6764..d930c6f86d2e2c 100644 --- a/src/coreclr/src/utilcode/namespaceutil.cpp +++ b/src/coreclr/src/utilcode/namespaceutil.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. //***************************************************************************** // NamespaceUtil.cpp // diff --git a/src/coreclr/src/utilcode/opinfo.cpp b/src/coreclr/src/utilcode/opinfo.cpp index 0494155c03b118..0a2efdf28f1b67 100644 --- a/src/coreclr/src/utilcode/opinfo.cpp +++ b/src/coreclr/src/utilcode/opinfo.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. /***************************************************************************/ /* OpInfo.cpp */ diff --git a/src/coreclr/src/utilcode/outstring.cpp b/src/coreclr/src/utilcode/outstring.cpp index 4322f5514d9a10..40b8e004066a19 100644 --- a/src/coreclr/src/utilcode/outstring.cpp +++ b/src/coreclr/src/utilcode/outstring.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. /*****************************************************************/ /* OutString.cpp */ diff --git a/src/coreclr/src/utilcode/pedecoder.cpp b/src/coreclr/src/utilcode/pedecoder.cpp index 6497c1be4eb23d..32e228cd8039c2 100644 --- a/src/coreclr/src/utilcode/pedecoder.cpp +++ b/src/coreclr/src/utilcode/pedecoder.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. // -------------------------------------------------------------------------------- // PEDecoder.cpp // diff --git a/src/coreclr/src/utilcode/peinformation.cpp b/src/coreclr/src/utilcode/peinformation.cpp index bf77e584d1d2e7..78e41b11196d6f 100644 --- a/src/coreclr/src/utilcode/peinformation.cpp +++ b/src/coreclr/src/utilcode/peinformation.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. // -------------------------------------------------------------------------------- // PEInformation.cpp // diff --git a/src/coreclr/src/utilcode/posterror.cpp b/src/coreclr/src/utilcode/posterror.cpp index 6dd27d92733e40..c71d1b82e6c565 100644 --- a/src/coreclr/src/utilcode/posterror.cpp +++ b/src/coreclr/src/utilcode/posterror.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. //***************************************************************************** // PostErrors.cpp // diff --git a/src/coreclr/src/utilcode/prettyprintsig.cpp b/src/coreclr/src/utilcode/prettyprintsig.cpp index 653b71bf1ae23e..e902a5fc0015f4 100644 --- a/src/coreclr/src/utilcode/prettyprintsig.cpp +++ b/src/coreclr/src/utilcode/prettyprintsig.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. //***************************************************************************** // This code supports formatting a method and it's signature in a friendly diff --git a/src/coreclr/src/utilcode/rangetree.cpp b/src/coreclr/src/utilcode/rangetree.cpp index ad3634ed6db98d..3fea4c73188812 100644 --- a/src/coreclr/src/utilcode/rangetree.cpp +++ b/src/coreclr/src/utilcode/rangetree.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" diff --git a/src/coreclr/src/utilcode/regutil.cpp b/src/coreclr/src/utilcode/regutil.cpp index 65e15137e6a3f0..fcfbe6eb7c7cdd 100644 --- a/src/coreclr/src/utilcode/regutil.cpp +++ b/src/coreclr/src/utilcode/regutil.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. //***************************************************************************** // regutil.cpp // diff --git a/src/coreclr/src/utilcode/regutilformac.cpp b/src/coreclr/src/utilcode/regutilformac.cpp index b61397e97e23df..e48fc9eb355225 100644 --- a/src/coreclr/src/utilcode/regutilformac.cpp +++ b/src/coreclr/src/utilcode/regutilformac.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. //***************************************************************************** // diff --git a/src/coreclr/src/utilcode/safewrap.cpp b/src/coreclr/src/utilcode/safewrap.cpp index e32e5b54d68bd0..20903862818994 100644 --- a/src/coreclr/src/utilcode/safewrap.cpp +++ b/src/coreclr/src/utilcode/safewrap.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. //***************************************************************************** // SafeWrap.cpp // diff --git a/src/coreclr/src/utilcode/sbuffer.cpp b/src/coreclr/src/utilcode/sbuffer.cpp index 41f47dc44ed1c3..215efefb199fc6 100644 --- a/src/coreclr/src/utilcode/sbuffer.cpp +++ b/src/coreclr/src/utilcode/sbuffer.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. // --------------------------------------------------------------------------- // diff --git a/src/coreclr/src/utilcode/securityutil.cpp b/src/coreclr/src/utilcode/securityutil.cpp index 4145ba821f8f07..d3cab8ac1a435a 100644 --- a/src/coreclr/src/utilcode/securityutil.cpp +++ b/src/coreclr/src/utilcode/securityutil.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" diff --git a/src/coreclr/src/utilcode/securitywrapper.cpp b/src/coreclr/src/utilcode/securitywrapper.cpp index f988e5e7fd3469..8f7ac38f444a0e 100644 --- a/src/coreclr/src/utilcode/securitywrapper.cpp +++ b/src/coreclr/src/utilcode/securitywrapper.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. //***************************************************************************** // File: SecurityWrapper.cpp // diff --git a/src/coreclr/src/utilcode/sha1.cpp b/src/coreclr/src/utilcode/sha1.cpp index 5dc33cc4cdeea8..9c2e091b527541 100644 --- a/src/coreclr/src/utilcode/sha1.cpp +++ b/src/coreclr/src/utilcode/sha1.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. // // // diff --git a/src/coreclr/src/utilcode/sigbuilder.cpp b/src/coreclr/src/utilcode/sigbuilder.cpp index 922e1613ca3697..111164149e7ec4 100644 --- a/src/coreclr/src/utilcode/sigbuilder.cpp +++ b/src/coreclr/src/utilcode/sigbuilder.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" diff --git a/src/coreclr/src/utilcode/sigparser.cpp b/src/coreclr/src/utilcode/sigparser.cpp index 47fb1b6e32cf1f..890d508c7aa5bd 100644 --- a/src/coreclr/src/utilcode/sigparser.cpp +++ b/src/coreclr/src/utilcode/sigparser.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. // // sigparser.cpp // diff --git a/src/coreclr/src/utilcode/splitpath.cpp b/src/coreclr/src/utilcode/splitpath.cpp index a5578a1a8db508..9e56b6b0cff3ae 100644 --- a/src/coreclr/src/utilcode/splitpath.cpp +++ b/src/coreclr/src/utilcode/splitpath.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. /*** *splitpath.c - break down path name into components * diff --git a/src/coreclr/src/utilcode/sstring.cpp b/src/coreclr/src/utilcode/sstring.cpp index d73e8861eed335..1647a9ee415156 100644 --- a/src/coreclr/src/utilcode/sstring.cpp +++ b/src/coreclr/src/utilcode/sstring.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. // --------------------------------------------------------------------------- // SString.cpp // diff --git a/src/coreclr/src/utilcode/sstring_com.cpp b/src/coreclr/src/utilcode/sstring_com.cpp index ca3fab0a54846a..396ec95d73593f 100644 --- a/src/coreclr/src/utilcode/sstring_com.cpp +++ b/src/coreclr/src/utilcode/sstring_com.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. // --------------------------------------------------------------------------- // SString_COM.cpp diff --git a/src/coreclr/src/utilcode/stacktrace.cpp b/src/coreclr/src/utilcode/stacktrace.cpp index f59b268354a47f..57b4ee5f282830 100644 --- a/src/coreclr/src/utilcode/stacktrace.cpp +++ b/src/coreclr/src/utilcode/stacktrace.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. //----------------------------------------------------------------------------- //----------------------------------------------------------------------------- diff --git a/src/coreclr/src/utilcode/stdafx.h b/src/coreclr/src/utilcode/stdafx.h index de0b51d51c01cf..f04d0e47f8e48e 100644 --- a/src/coreclr/src/utilcode/stdafx.h +++ b/src/coreclr/src/utilcode/stdafx.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. //***************************************************************************** // stdafx.h // diff --git a/src/coreclr/src/utilcode/stgpool.cpp b/src/coreclr/src/utilcode/stgpool.cpp index 16ac8f0187ef1b..7c4c203e754df4 100644 --- a/src/coreclr/src/utilcode/stgpool.cpp +++ b/src/coreclr/src/utilcode/stgpool.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. //***************************************************************************** // StgPool.cpp // diff --git a/src/coreclr/src/utilcode/stgpooli.cpp b/src/coreclr/src/utilcode/stgpooli.cpp index 55b7ad40be0b10..5e56835bc445bf 100644 --- a/src/coreclr/src/utilcode/stgpooli.cpp +++ b/src/coreclr/src/utilcode/stgpooli.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. //***************************************************************************** // StgPool.cpp // diff --git a/src/coreclr/src/utilcode/stgpoolreadonly.cpp b/src/coreclr/src/utilcode/stgpoolreadonly.cpp index 2f2f5036410a33..439e9ca42d266a 100644 --- a/src/coreclr/src/utilcode/stgpoolreadonly.cpp +++ b/src/coreclr/src/utilcode/stgpoolreadonly.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. //***************************************************************************** // StgPoolReadOnly.cpp // diff --git a/src/coreclr/src/utilcode/stresslog.cpp b/src/coreclr/src/utilcode/stresslog.cpp index 5f9c7bb7783887..27906b5e9bccd2 100644 --- a/src/coreclr/src/utilcode/stresslog.cpp +++ b/src/coreclr/src/utilcode/stresslog.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. /*************************************************************************************/ /* StressLog.cpp */ diff --git a/src/coreclr/src/utilcode/util.cpp b/src/coreclr/src/utilcode/util.cpp index 8c980df45dea16..d697946beb8fef 100644 --- a/src/coreclr/src/utilcode/util.cpp +++ b/src/coreclr/src/utilcode/util.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. //***************************************************************************** // util.cpp // diff --git a/src/coreclr/src/utilcode/util_nodependencies.cpp b/src/coreclr/src/utilcode/util_nodependencies.cpp index 4f6732a1a0a83d..fb812b21ba6ea4 100644 --- a/src/coreclr/src/utilcode/util_nodependencies.cpp +++ b/src/coreclr/src/utilcode/util_nodependencies.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. //***************************************************************************** // Util_NoDependencies.cpp // diff --git a/src/coreclr/src/utilcode/utilmessagebox.cpp b/src/coreclr/src/utilcode/utilmessagebox.cpp index 993aef537b1555..5a8b1f5e2d69b8 100644 --- a/src/coreclr/src/utilcode/utilmessagebox.cpp +++ b/src/coreclr/src/utilcode/utilmessagebox.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. //***************************************************************************** // UtilMessageBox.cpp // diff --git a/src/coreclr/src/utilcode/utsem.cpp b/src/coreclr/src/utilcode/utsem.cpp index 79c8b3abc6a23a..66544c5db733ef 100644 --- a/src/coreclr/src/utilcode/utsem.cpp +++ b/src/coreclr/src/utilcode/utsem.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. /****************************************************************************** FILE : UTSEM.CPP diff --git a/src/coreclr/src/utilcode/winfix.cpp b/src/coreclr/src/utilcode/winfix.cpp index 91d64c60b0917e..acc91c6d5ba382 100644 --- a/src/coreclr/src/utilcode/winfix.cpp +++ b/src/coreclr/src/utilcode/winfix.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. //***************************************************************************** // WinWrap.cpp // diff --git a/src/coreclr/src/utilcode/yieldprocessornormalized.cpp b/src/coreclr/src/utilcode/yieldprocessornormalized.cpp index 79d91f8c481cca..4242f82792b47d 100644 --- a/src/coreclr/src/utilcode/yieldprocessornormalized.cpp +++ b/src/coreclr/src/utilcode/yieldprocessornormalized.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" diff --git a/src/coreclr/src/vm/amd64/asmconstants.h b/src/coreclr/src/vm/amd64/asmconstants.h index 87823489bd2161..a073179f812172 100644 --- a/src/coreclr/src/vm/amd64/asmconstants.h +++ b/src/coreclr/src/vm/amd64/asmconstants.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. // // See makefile.inc. During the build, this file is converted into a .inc // file for inclusion by .asm files. The #defines are converted into EQU's. diff --git a/src/coreclr/src/vm/amd64/calldescrworkeramd64.S b/src/coreclr/src/vm/amd64/calldescrworkeramd64.S index 8ae983ac46723a..532192bf4fb9f7 100644 --- a/src/coreclr/src/vm/amd64/calldescrworkeramd64.S +++ b/src/coreclr/src/vm/amd64/calldescrworkeramd64.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/vm/amd64/cgenamd64.cpp b/src/coreclr/src/vm/amd64/cgenamd64.cpp index 320884a50f46f0..153993cb37c2dd 100644 --- a/src/coreclr/src/vm/amd64/cgenamd64.cpp +++ b/src/coreclr/src/vm/amd64/cgenamd64.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. // // Various helper routines for generating AMD64 assembly code. // diff --git a/src/coreclr/src/vm/amd64/cgencpu.h b/src/coreclr/src/vm/amd64/cgencpu.h index 2b537bf2fc8d5d..0115cf7acb6687 100644 --- a/src/coreclr/src/vm/amd64/cgencpu.h +++ b/src/coreclr/src/vm/amd64/cgencpu.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. // CGENCPU.H - // // Various helper routines for generating AMD64 assembly code. diff --git a/src/coreclr/src/vm/amd64/crthelpers.S b/src/coreclr/src/vm/amd64/crthelpers.S index 7f3a5caed0b5cc..82219e574092da 100644 --- a/src/coreclr/src/vm/amd64/crthelpers.S +++ b/src/coreclr/src/vm/amd64/crthelpers.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/vm/amd64/excepamd64.cpp b/src/coreclr/src/vm/amd64/excepamd64.cpp index bfe2ca6f4da5ec..5c93b0342d6cfe 100644 --- a/src/coreclr/src/vm/amd64/excepamd64.cpp +++ b/src/coreclr/src/vm/amd64/excepamd64.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. /* EXCEP.CPP * diff --git a/src/coreclr/src/vm/amd64/excepcpu.h b/src/coreclr/src/vm/amd64/excepcpu.h index 150416608bd9fa..8ac8456b70c0ac 100644 --- a/src/coreclr/src/vm/amd64/excepcpu.h +++ b/src/coreclr/src/vm/amd64/excepcpu.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/vm/amd64/externalmethodfixupthunk.S b/src/coreclr/src/vm/amd64/externalmethodfixupthunk.S index 182e8cbfa84900..f840a05c69afbf 100644 --- a/src/coreclr/src/vm/amd64/externalmethodfixupthunk.S +++ b/src/coreclr/src/vm/amd64/externalmethodfixupthunk.S @@ -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. ; .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/vm/amd64/getstate.S b/src/coreclr/src/vm/amd64/getstate.S index 0747cfcc06353a..04d9ab707d5979 100644 --- a/src/coreclr/src/vm/amd64/getstate.S +++ b/src/coreclr/src/vm/amd64/getstate.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/vm/amd64/gmsamd64.cpp b/src/coreclr/src/vm/amd64/gmsamd64.cpp index 3447385617856a..9c7f8cc5668fb3 100644 --- a/src/coreclr/src/vm/amd64/gmsamd64.cpp +++ b/src/coreclr/src/vm/amd64/gmsamd64.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. /**************************************************************/ /* gmsAMD64.cpp */ diff --git a/src/coreclr/src/vm/amd64/gmscpu.h b/src/coreclr/src/vm/amd64/gmscpu.h index 2faa9256799c06..31e758d8608e24 100644 --- a/src/coreclr/src/vm/amd64/gmscpu.h +++ b/src/coreclr/src/vm/amd64/gmscpu.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. /**************************************************************/ /* gmscpu.h */ diff --git a/src/coreclr/src/vm/amd64/jithelpers_fast.S b/src/coreclr/src/vm/amd64/jithelpers_fast.S index 4b83e1b9de0f80..3076a633fe982d 100644 --- a/src/coreclr/src/vm/amd64/jithelpers_fast.S +++ b/src/coreclr/src/vm/amd64/jithelpers_fast.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/vm/amd64/jithelpers_fastwritebarriers.S b/src/coreclr/src/vm/amd64/jithelpers_fastwritebarriers.S index f9b9b9f0bfd1d9..70d2f2072aa51a 100644 --- a/src/coreclr/src/vm/amd64/jithelpers_fastwritebarriers.S +++ b/src/coreclr/src/vm/amd64/jithelpers_fastwritebarriers.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/vm/amd64/jithelpers_singleappdomain.S b/src/coreclr/src/vm/amd64/jithelpers_singleappdomain.S index aac06aab2d5be1..9ab88a4702abac 100644 --- a/src/coreclr/src/vm/amd64/jithelpers_singleappdomain.S +++ b/src/coreclr/src/vm/amd64/jithelpers_singleappdomain.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/vm/amd64/jithelpers_slow.S b/src/coreclr/src/vm/amd64/jithelpers_slow.S index aa2e8cc0640477..1757a7d1c5adeb 100644 --- a/src/coreclr/src/vm/amd64/jithelpers_slow.S +++ b/src/coreclr/src/vm/amd64/jithelpers_slow.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/vm/amd64/jitinterfaceamd64.cpp b/src/coreclr/src/vm/amd64/jitinterfaceamd64.cpp index 4657bd7231bb06..30ed32198d8d75 100644 --- a/src/coreclr/src/vm/amd64/jitinterfaceamd64.cpp +++ b/src/coreclr/src/vm/amd64/jitinterfaceamd64.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. // =========================================================================== // File: JITinterfaceCpu.CPP diff --git a/src/coreclr/src/vm/amd64/pinvokestubs.S b/src/coreclr/src/vm/amd64/pinvokestubs.S index a0db72eac5ebc2..c6febd27e2de98 100644 --- a/src/coreclr/src/vm/amd64/pinvokestubs.S +++ b/src/coreclr/src/vm/amd64/pinvokestubs.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/vm/amd64/profiler.cpp b/src/coreclr/src/vm/amd64/profiler.cpp index 66a08fea1084d5..afe9685cda845b 100644 --- a/src/coreclr/src/vm/amd64/profiler.cpp +++ b/src/coreclr/src/vm/amd64/profiler.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. // // FILE: profiler.cpp // diff --git a/src/coreclr/src/vm/amd64/stublinkeramd64.cpp b/src/coreclr/src/vm/amd64/stublinkeramd64.cpp index 71213e09c56881..4799f36f28c765 100644 --- a/src/coreclr/src/vm/amd64/stublinkeramd64.cpp +++ b/src/coreclr/src/vm/amd64/stublinkeramd64.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 "asmconstants.h" diff --git a/src/coreclr/src/vm/amd64/stublinkeramd64.h b/src/coreclr/src/vm/amd64/stublinkeramd64.h index 8f006b823ef8aa..0dc84215eeec6f 100644 --- a/src/coreclr/src/vm/amd64/stublinkeramd64.h +++ b/src/coreclr/src/vm/amd64/stublinkeramd64.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 _STUBLINKERAMD64_H_ #define _STUBLINKERAMD64_H_ diff --git a/src/coreclr/src/vm/amd64/theprestubamd64.S b/src/coreclr/src/vm/amd64/theprestubamd64.S index ff8d836b9a581e..82ddc075de6feb 100644 --- a/src/coreclr/src/vm/amd64/theprestubamd64.S +++ b/src/coreclr/src/vm/amd64/theprestubamd64.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/vm/amd64/umthunkstub.S b/src/coreclr/src/vm/amd64/umthunkstub.S index a3bbb7f432a8e6..2abbbd222446c9 100644 --- a/src/coreclr/src/vm/amd64/umthunkstub.S +++ b/src/coreclr/src/vm/amd64/umthunkstub.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/vm/amd64/unixasmhelpers.S b/src/coreclr/src/vm/amd64/unixasmhelpers.S index 7ec56407aaefea..0399fc61dc8ea2 100644 --- a/src/coreclr/src/vm/amd64/unixasmhelpers.S +++ b/src/coreclr/src/vm/amd64/unixasmhelpers.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/vm/amd64/unixstubs.cpp b/src/coreclr/src/vm/amd64/unixstubs.cpp index 4d680ae1317f2e..1de9b9a5b9d112 100644 --- a/src/coreclr/src/vm/amd64/unixstubs.cpp +++ b/src/coreclr/src/vm/amd64/unixstubs.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" diff --git a/src/coreclr/src/vm/amd64/virtualcallstubamd64.S b/src/coreclr/src/vm/amd64/virtualcallstubamd64.S index 45dcffe8a28599..79498a00359a51 100644 --- a/src/coreclr/src/vm/amd64/virtualcallstubamd64.S +++ b/src/coreclr/src/vm/amd64/virtualcallstubamd64.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/vm/amd64/virtualcallstubcpu.hpp b/src/coreclr/src/vm/amd64/virtualcallstubcpu.hpp index c91a85432e4ea0..3e6cabe5c09c04 100644 --- a/src/coreclr/src/vm/amd64/virtualcallstubcpu.hpp +++ b/src/coreclr/src/vm/amd64/virtualcallstubcpu.hpp @@ -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. // // File: AMD64/VirtualCallStubCpu.hpp // diff --git a/src/coreclr/src/vm/amsi.cpp b/src/coreclr/src/vm/amsi.cpp index 47da6708e5a0b5..4e2a36c130d1d7 100644 --- a/src/coreclr/src/vm/amsi.cpp +++ b/src/coreclr/src/vm/amsi.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. // // File: amsi.cpp // @@ -117,4 +116,4 @@ bool Amsi::IsBlockedByAmsiScan(PVOID flatImageBytes, COUNT_T size) return true; return false; -} \ No newline at end of file +} diff --git a/src/coreclr/src/vm/amsi.h b/src/coreclr/src/vm/amsi.h index 1583c4f18e73ec..4346514e8dd2c8 100644 --- a/src/coreclr/src/vm/amsi.h +++ b/src/coreclr/src/vm/amsi.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. // // File: amsi.h // diff --git a/src/coreclr/src/vm/appdomain.cpp b/src/coreclr/src/vm/appdomain.cpp index cff1b56d5bf5e3..195f10bd726a5b 100644 --- a/src/coreclr/src/vm/appdomain.cpp +++ b/src/coreclr/src/vm/appdomain.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" diff --git a/src/coreclr/src/vm/appdomain.hpp b/src/coreclr/src/vm/appdomain.hpp index f9273041ddd018..8a73d95c8fcfc7 100644 --- a/src/coreclr/src/vm/appdomain.hpp +++ b/src/coreclr/src/vm/appdomain.hpp @@ -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/vm/appdomain.inl b/src/coreclr/src/vm/appdomain.inl index 38984aca5f2e30..46f079f4b49c62 100644 --- a/src/coreclr/src/vm/appdomain.inl +++ b/src/coreclr/src/vm/appdomain.inl @@ -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. /*============================================================ ** ** Header: AppDomain.i diff --git a/src/coreclr/src/vm/appdomainnative.cpp b/src/coreclr/src/vm/appdomainnative.cpp index cdcaef0292fd4b..9df486ba46ff87 100644 --- a/src/coreclr/src/vm/appdomainnative.cpp +++ b/src/coreclr/src/vm/appdomainnative.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. diff --git a/src/coreclr/src/vm/appdomainnative.hpp b/src/coreclr/src/vm/appdomainnative.hpp index f3afc4840914e5..d15a70e2dc8a92 100644 --- a/src/coreclr/src/vm/appdomainnative.hpp +++ b/src/coreclr/src/vm/appdomainnative.hpp @@ -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/vm/argdestination.h b/src/coreclr/src/vm/argdestination.h index 004f91b4a48e63..cc55fbeffe084d 100644 --- a/src/coreclr/src/vm/argdestination.h +++ b/src/coreclr/src/vm/argdestination.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 __ARGDESTINATION_H__ diff --git a/src/coreclr/src/vm/argslot.h b/src/coreclr/src/vm/argslot.h index 9729227eeda694..757f4ef0b65749 100644 --- a/src/coreclr/src/vm/argslot.h +++ b/src/coreclr/src/vm/argslot.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. // ============================================================================ // File: argslot.h // diff --git a/src/coreclr/src/vm/arm/armsinglestepper.cpp b/src/coreclr/src/vm/arm/armsinglestepper.cpp index 7b7b578c93b2db..79317263b22232 100644 --- a/src/coreclr/src/vm/arm/armsinglestepper.cpp +++ b/src/coreclr/src/vm/arm/armsinglestepper.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. // // diff --git a/src/coreclr/src/vm/arm/asmconstants.h b/src/coreclr/src/vm/arm/asmconstants.h index 58bbb8807098c1..a307674c81b173 100644 --- a/src/coreclr/src/vm/arm/asmconstants.h +++ b/src/coreclr/src/vm/arm/asmconstants.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. // asmconstants.h - // // This header defines field offsets and constants used by assembly code diff --git a/src/coreclr/src/vm/arm/asmhelpers.S b/src/coreclr/src/vm/arm/asmhelpers.S index e7f61937d886a1..dbc7baa9a175c7 100644 --- a/src/coreclr/src/vm/arm/asmhelpers.S +++ b/src/coreclr/src/vm/arm/asmhelpers.S @@ -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/vm/arm/asmmacros.h b/src/coreclr/src/vm/arm/asmmacros.h index 4ba5e20fbb422e..ad3826cd8b2e1d 100644 --- a/src/coreclr/src/vm/arm/asmmacros.h +++ b/src/coreclr/src/vm/arm/asmmacros.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/vm/arm/cgencpu.h b/src/coreclr/src/vm/arm/cgencpu.h index 7b23a51c61a564..51cb67acba0def 100644 --- a/src/coreclr/src/vm/arm/cgencpu.h +++ b/src/coreclr/src/vm/arm/cgencpu.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/vm/arm/crthelpers.S b/src/coreclr/src/vm/arm/crthelpers.S index 4dbb4e779945c2..4cae82caed60e5 100644 --- a/src/coreclr/src/vm/arm/crthelpers.S +++ b/src/coreclr/src/vm/arm/crthelpers.S @@ -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/vm/arm/ehhelpers.S b/src/coreclr/src/vm/arm/ehhelpers.S index c86fd74b70cc0d..b16b317d52f1f8 100644 --- a/src/coreclr/src/vm/arm/ehhelpers.S +++ b/src/coreclr/src/vm/arm/ehhelpers.S @@ -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/vm/arm/exceparm.cpp b/src/coreclr/src/vm/arm/exceparm.cpp index 9e19a46b4f589f..d82646cff70fda 100644 --- a/src/coreclr/src/vm/arm/exceparm.cpp +++ b/src/coreclr/src/vm/arm/exceparm.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. // // File: ExcepArm.cpp diff --git a/src/coreclr/src/vm/arm/excepcpu.h b/src/coreclr/src/vm/arm/excepcpu.h index fc0c44e5dea26d..edde9e2f123dac 100644 --- a/src/coreclr/src/vm/arm/excepcpu.h +++ b/src/coreclr/src/vm/arm/excepcpu.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/vm/arm/gmscpu.h b/src/coreclr/src/vm/arm/gmscpu.h index 30f41a6ec4a158..7ee46c472868e2 100644 --- a/src/coreclr/src/vm/arm/gmscpu.h +++ b/src/coreclr/src/vm/arm/gmscpu.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. /**************************************************************/ /* gmscpu.h */ diff --git a/src/coreclr/src/vm/arm/patchedcode.S b/src/coreclr/src/vm/arm/patchedcode.S index 1897a7d0be359c..1f224a55bd82f2 100644 --- a/src/coreclr/src/vm/arm/patchedcode.S +++ b/src/coreclr/src/vm/arm/patchedcode.S @@ -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/vm/arm/pinvokestubs.S b/src/coreclr/src/vm/arm/pinvokestubs.S index 000bc8f3ead87b..483816c0dd2cc3 100644 --- a/src/coreclr/src/vm/arm/pinvokestubs.S +++ b/src/coreclr/src/vm/arm/pinvokestubs.S @@ -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/vm/arm/profiler.cpp b/src/coreclr/src/vm/arm/profiler.cpp index a39e732c24f28f..8bcd075fe986c4 100644 --- a/src/coreclr/src/vm/arm/profiler.cpp +++ b/src/coreclr/src/vm/arm/profiler.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. // // FILE: profiler.cpp // diff --git a/src/coreclr/src/vm/arm/stubs.cpp b/src/coreclr/src/vm/arm/stubs.cpp index caa80afc9831d9..18407fb421c73b 100644 --- a/src/coreclr/src/vm/arm/stubs.cpp +++ b/src/coreclr/src/vm/arm/stubs.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. // // File: stubs.cpp // diff --git a/src/coreclr/src/vm/arm/unixstubs.cpp b/src/coreclr/src/vm/arm/unixstubs.cpp index b1462fab3adbd8..9b313f8475f68c 100644 --- a/src/coreclr/src/vm/arm/unixstubs.cpp +++ b/src/coreclr/src/vm/arm/unixstubs.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" diff --git a/src/coreclr/src/vm/arm/virtualcallstubcpu.hpp b/src/coreclr/src/vm/arm/virtualcallstubcpu.hpp index a61b31e2ce45b4..0abf9ad572294e 100644 --- a/src/coreclr/src/vm/arm/virtualcallstubcpu.hpp +++ b/src/coreclr/src/vm/arm/virtualcallstubcpu.hpp @@ -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. // // VirtualCallStubCpu.hpp // diff --git a/src/coreclr/src/vm/arm64/arm64singlestepper.cpp b/src/coreclr/src/vm/arm64/arm64singlestepper.cpp index fdf95a4d80f4be..893479a61562e0 100644 --- a/src/coreclr/src/vm/arm64/arm64singlestepper.cpp +++ b/src/coreclr/src/vm/arm64/arm64singlestepper.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. // // diff --git a/src/coreclr/src/vm/arm64/asmconstants.h b/src/coreclr/src/vm/arm64/asmconstants.h index bb65454a7fd2d4..45762f5a238a19 100644 --- a/src/coreclr/src/vm/arm64/asmconstants.h +++ b/src/coreclr/src/vm/arm64/asmconstants.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. // asmconstants.h - // // This header defines field offsets and constants used by assembly code diff --git a/src/coreclr/src/vm/arm64/asmhelpers.S b/src/coreclr/src/vm/arm64/asmhelpers.S index a1979b7e571d46..9ff8203f22f4bf 100644 --- a/src/coreclr/src/vm/arm64/asmhelpers.S +++ b/src/coreclr/src/vm/arm64/asmhelpers.S @@ -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 "asmconstants.h" #include "unixasmmacros.inc" diff --git a/src/coreclr/src/vm/arm64/asmmacros.h b/src/coreclr/src/vm/arm64/asmmacros.h index f1caa02507de30..fae7ec3309aeec 100644 --- a/src/coreclr/src/vm/arm64/asmmacros.h +++ b/src/coreclr/src/vm/arm64/asmmacros.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/vm/arm64/calldescrworkerarm64.S b/src/coreclr/src/vm/arm64/calldescrworkerarm64.S index 8cb3f29e95f841..ccb4c3f73b649e 100644 --- a/src/coreclr/src/vm/arm64/calldescrworkerarm64.S +++ b/src/coreclr/src/vm/arm64/calldescrworkerarm64.S @@ -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 "unixasmmacros.inc" #include "asmconstants.h" diff --git a/src/coreclr/src/vm/arm64/cgencpu.h b/src/coreclr/src/vm/arm64/cgencpu.h index 999a40df1e84fd..5eb7daf38fa7a3 100644 --- a/src/coreclr/src/vm/arm64/cgencpu.h +++ b/src/coreclr/src/vm/arm64/cgencpu.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/vm/arm64/crthelpers.S b/src/coreclr/src/vm/arm64/crthelpers.S index c0317edf579978..387bfc8a943c6a 100644 --- a/src/coreclr/src/vm/arm64/crthelpers.S +++ b/src/coreclr/src/vm/arm64/crthelpers.S @@ -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 "unixasmmacros.inc" diff --git a/src/coreclr/src/vm/arm64/excepcpu.h b/src/coreclr/src/vm/arm64/excepcpu.h index faa0e480131921..9b73dbae2f779d 100644 --- a/src/coreclr/src/vm/arm64/excepcpu.h +++ b/src/coreclr/src/vm/arm64/excepcpu.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/vm/arm64/gmscpu.h b/src/coreclr/src/vm/arm64/gmscpu.h index 92e1b0f0fd5726..0c48f007b7bde6 100644 --- a/src/coreclr/src/vm/arm64/gmscpu.h +++ b/src/coreclr/src/vm/arm64/gmscpu.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. /**************************************************************/ /* gmscpu.h */ diff --git a/src/coreclr/src/vm/arm64/pinvokestubs.S b/src/coreclr/src/vm/arm64/pinvokestubs.S index a81ccf28d50aca..dad8cfe532cca2 100644 --- a/src/coreclr/src/vm/arm64/pinvokestubs.S +++ b/src/coreclr/src/vm/arm64/pinvokestubs.S @@ -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/vm/arm64/profiler.cpp b/src/coreclr/src/vm/arm64/profiler.cpp index 91c4640e5f49fa..64bd9603c877b3 100644 --- a/src/coreclr/src/vm/arm64/profiler.cpp +++ b/src/coreclr/src/vm/arm64/profiler.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" diff --git a/src/coreclr/src/vm/arm64/stubs.cpp b/src/coreclr/src/vm/arm64/stubs.cpp index 2c482db470ff7d..ac8466c22faca3 100644 --- a/src/coreclr/src/vm/arm64/stubs.cpp +++ b/src/coreclr/src/vm/arm64/stubs.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. // // File: stubs.cpp // diff --git a/src/coreclr/src/vm/arm64/unixstubs.cpp b/src/coreclr/src/vm/arm64/unixstubs.cpp index 1d323bf571b838..d51902a949f26c 100644 --- a/src/coreclr/src/vm/arm64/unixstubs.cpp +++ b/src/coreclr/src/vm/arm64/unixstubs.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" diff --git a/src/coreclr/src/vm/arm64/virtualcallstubcpu.hpp b/src/coreclr/src/vm/arm64/virtualcallstubcpu.hpp index 6f011fc0df4fdb..890cf39cbaa8ec 100644 --- a/src/coreclr/src/vm/arm64/virtualcallstubcpu.hpp +++ b/src/coreclr/src/vm/arm64/virtualcallstubcpu.hpp @@ -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. // // VirtualCallStubCpu.hpp // diff --git a/src/coreclr/src/vm/arm64singlestepper.h b/src/coreclr/src/vm/arm64singlestepper.h index 4d53cbed96f9cc..e81dd588b5c85c 100644 --- a/src/coreclr/src/vm/arm64singlestepper.h +++ b/src/coreclr/src/vm/arm64singlestepper.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/vm/armsinglestepper.h b/src/coreclr/src/vm/armsinglestepper.h index 787bedd1ff39a0..38ac2ca6840065 100644 --- a/src/coreclr/src/vm/armsinglestepper.h +++ b/src/coreclr/src/vm/armsinglestepper.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/vm/array.cpp b/src/coreclr/src/vm/array.cpp index 78b9aa3af65a29..dd35b491e9d70f 100644 --- a/src/coreclr/src/vm/array.cpp +++ b/src/coreclr/src/vm/array.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. // File: ARRAY.CPP // diff --git a/src/coreclr/src/vm/array.h b/src/coreclr/src/vm/array.h index 9b5a1f92220b68..17cb3dff4c6b6f 100644 --- a/src/coreclr/src/vm/array.h +++ b/src/coreclr/src/vm/array.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 _ARRAY_H_ diff --git a/src/coreclr/src/vm/assembly.cpp b/src/coreclr/src/vm/assembly.cpp index 60649a9c592965..8bfb3d283a7cbc 100644 --- a/src/coreclr/src/vm/assembly.cpp +++ b/src/coreclr/src/vm/assembly.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. /*============================================================ ** diff --git a/src/coreclr/src/vm/assembly.hpp b/src/coreclr/src/vm/assembly.hpp index 20ae17ec4aafbe..26291d2c0f65e6 100644 --- a/src/coreclr/src/vm/assembly.hpp +++ b/src/coreclr/src/vm/assembly.hpp @@ -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/vm/assemblyloadcontext.cpp b/src/coreclr/src/vm/assemblyloadcontext.cpp index fa226ddfadea2d..eed482ce830b72 100644 --- a/src/coreclr/src/vm/assemblyloadcontext.cpp +++ b/src/coreclr/src/vm/assemblyloadcontext.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 "nativeimage.h" diff --git a/src/coreclr/src/vm/assemblyloadcontext.h b/src/coreclr/src/vm/assemblyloadcontext.h index 06c22eebd37d3b..9455567b7a52ec 100644 --- a/src/coreclr/src/vm/assemblyloadcontext.h +++ b/src/coreclr/src/vm/assemblyloadcontext.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 _ASSEMBLYLOADCONTEXT_H #define _ASSEMBLYLOADCONTEXT_H diff --git a/src/coreclr/src/vm/assemblyname.cpp b/src/coreclr/src/vm/assemblyname.cpp index 69d4981ce2374b..60b46cfc6449a2 100644 --- a/src/coreclr/src/vm/assemblyname.cpp +++ b/src/coreclr/src/vm/assemblyname.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. /*============================================================ ** diff --git a/src/coreclr/src/vm/assemblyname.hpp b/src/coreclr/src/vm/assemblyname.hpp index c333a51705b972..9e818fc1a9f7cc 100644 --- a/src/coreclr/src/vm/assemblyname.hpp +++ b/src/coreclr/src/vm/assemblyname.hpp @@ -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/vm/assemblynative.cpp b/src/coreclr/src/vm/assemblynative.cpp index 3b85f68d59b8e3..b5701e8bcbbec8 100644 --- a/src/coreclr/src/vm/assemblynative.cpp +++ b/src/coreclr/src/vm/assemblynative.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. /*============================================================ ** diff --git a/src/coreclr/src/vm/assemblynative.hpp b/src/coreclr/src/vm/assemblynative.hpp index 7c6c184a4fc702..db80d9a8a28250 100644 --- a/src/coreclr/src/vm/assemblynative.hpp +++ b/src/coreclr/src/vm/assemblynative.hpp @@ -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/vm/assemblyspec.cpp b/src/coreclr/src/vm/assemblyspec.cpp index 71547258f985ef..ad035b2daf6256 100644 --- a/src/coreclr/src/vm/assemblyspec.cpp +++ b/src/coreclr/src/vm/assemblyspec.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. /*============================================================ ** diff --git a/src/coreclr/src/vm/assemblyspec.hpp b/src/coreclr/src/vm/assemblyspec.hpp index ca7d73f1f2126d..70f7b9ac760d6b 100644 --- a/src/coreclr/src/vm/assemblyspec.hpp +++ b/src/coreclr/src/vm/assemblyspec.hpp @@ -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/vm/assemblyspecbase.h b/src/coreclr/src/vm/assemblyspecbase.h index 3442c9184e2f50..00cd7a1105df26 100644 --- a/src/coreclr/src/vm/assemblyspecbase.h +++ b/src/coreclr/src/vm/assemblyspecbase.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. // ============================================================ // // AssemblySpecBase.h diff --git a/src/coreclr/src/vm/autotrace.cpp b/src/coreclr/src/vm/autotrace.cpp index 158708dec69a81..8ebfdd90766631 100644 --- a/src/coreclr/src/vm/autotrace.cpp +++ b/src/coreclr/src/vm/autotrace.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. /** * diff --git a/src/coreclr/src/vm/autotrace.h b/src/coreclr/src/vm/autotrace.h index e3c5393567cca3..086817419d0b8e 100644 --- a/src/coreclr/src/vm/autotrace.h +++ b/src/coreclr/src/vm/autotrace.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 __AUTO_TRACE_H__ #define __AUTO_TRACE_H__ @@ -13,4 +12,4 @@ void auto_trace_wait(); void auto_trace_signal(); #endif // FEATURE_AUTO_TRACE -#endif // __AUTO_TRACE_H__ \ No newline at end of file +#endif // __AUTO_TRACE_H__ diff --git a/src/coreclr/src/vm/baseassemblyspec.cpp b/src/coreclr/src/vm/baseassemblyspec.cpp index a762a432672bed..864dd2ec44b098 100644 --- a/src/coreclr/src/vm/baseassemblyspec.cpp +++ b/src/coreclr/src/vm/baseassemblyspec.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. // ============================================================ // // BaseAssemblySpec.cpp diff --git a/src/coreclr/src/vm/baseassemblyspec.h b/src/coreclr/src/vm/baseassemblyspec.h index 70872fa8d39844..180ce86e119fd8 100644 --- a/src/coreclr/src/vm/baseassemblyspec.h +++ b/src/coreclr/src/vm/baseassemblyspec.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. // ============================================================ // // BaseAssemblySpec.h diff --git a/src/coreclr/src/vm/baseassemblyspec.inl b/src/coreclr/src/vm/baseassemblyspec.inl index 541a3b046fbb5a..5a6759506f5ab5 100644 --- a/src/coreclr/src/vm/baseassemblyspec.inl +++ b/src/coreclr/src/vm/baseassemblyspec.inl @@ -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. // ============================================================ // // BaseAssemblySpec.inl diff --git a/src/coreclr/src/vm/binder.cpp b/src/coreclr/src/vm/binder.cpp index 243d9d4e68ec82..bef7b479bc6031 100644 --- a/src/coreclr/src/vm/binder.cpp +++ b/src/coreclr/src/vm/binder.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. diff --git a/src/coreclr/src/vm/binder.h b/src/coreclr/src/vm/binder.h index 04818b4361ef0b..24db64e33fd167 100644 --- a/src/coreclr/src/vm/binder.h +++ b/src/coreclr/src/vm/binder.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 _BINDERMODULE_H_ diff --git a/src/coreclr/src/vm/bundle.cpp b/src/coreclr/src/vm/bundle.cpp index e0d03155a56a13..3a204deb2cfb52 100644 --- a/src/coreclr/src/vm/bundle.cpp +++ b/src/coreclr/src/vm/bundle.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. //***************************************************************************** // Bundle.cpp // diff --git a/src/coreclr/src/vm/cachelinealloc.cpp b/src/coreclr/src/vm/cachelinealloc.cpp index ea596b3da4ecac..7b9c1f95002ef4 100644 --- a/src/coreclr/src/vm/cachelinealloc.cpp +++ b/src/coreclr/src/vm/cachelinealloc.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. //--------------------------------------------------------------------------- // CCacheLineAllocator // diff --git a/src/coreclr/src/vm/cachelinealloc.h b/src/coreclr/src/vm/cachelinealloc.h index f2f72e858d7032..8556fab27d90e6 100644 --- a/src/coreclr/src/vm/cachelinealloc.h +++ b/src/coreclr/src/vm/cachelinealloc.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. //--------------------------------------------------------------------------- // CCacheLineAllocator // diff --git a/src/coreclr/src/vm/callcounting.cpp b/src/coreclr/src/vm/callcounting.cpp index 366753f7fb1356..aadb400295cda8 100644 --- a/src/coreclr/src/vm/callcounting.cpp +++ b/src/coreclr/src/vm/callcounting.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" diff --git a/src/coreclr/src/vm/callcounting.h b/src/coreclr/src/vm/callcounting.h index ebf8a4b756265e..bdc5b42351fd69 100644 --- a/src/coreclr/src/vm/callcounting.h +++ b/src/coreclr/src/vm/callcounting.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/coreclr/src/vm/callhelpers.cpp b/src/coreclr/src/vm/callhelpers.cpp index 3145cd5e361e0f..25e2cc44385e01 100644 --- a/src/coreclr/src/vm/callhelpers.cpp +++ b/src/coreclr/src/vm/callhelpers.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. /* * CallHelpers.CPP: helpers to call managed code * diff --git a/src/coreclr/src/vm/callhelpers.h b/src/coreclr/src/vm/callhelpers.h index 7f4446232aa63d..a2503f15bb10a2 100644 --- a/src/coreclr/src/vm/callhelpers.h +++ b/src/coreclr/src/vm/callhelpers.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. /*============================================================ ** ** File: callhelpers.h diff --git a/src/coreclr/src/vm/callingconvention.h b/src/coreclr/src/vm/callingconvention.h index 6687ea11c50d6d..51b46e5efaf9ef 100644 --- a/src/coreclr/src/vm/callingconvention.h +++ b/src/coreclr/src/vm/callingconvention.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/vm/callsiteinspect.cpp b/src/coreclr/src/vm/callsiteinspect.cpp index ee0de665c24c73..eeb9678e9655a4 100644 --- a/src/coreclr/src/vm/callsiteinspect.cpp +++ b/src/coreclr/src/vm/callsiteinspect.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 "object.h" diff --git a/src/coreclr/src/vm/callsiteinspect.h b/src/coreclr/src/vm/callsiteinspect.h index df7b9002e705bc..373b9347dfd9c9 100644 --- a/src/coreclr/src/vm/callsiteinspect.h +++ b/src/coreclr/src/vm/callsiteinspect.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/coreclr/src/vm/castcache.cpp b/src/coreclr/src/vm/castcache.cpp index 829d8b331e0127..b4a20162675255 100644 --- a/src/coreclr/src/vm/castcache.cpp +++ b/src/coreclr/src/vm/castcache.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. // // File: castcache.cpp // diff --git a/src/coreclr/src/vm/castcache.h b/src/coreclr/src/vm/castcache.h index 28ba4bdcd320ff..772e98dcf3cd5e 100644 --- a/src/coreclr/src/vm/castcache.h +++ b/src/coreclr/src/vm/castcache.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. // // File: castcache.h // diff --git a/src/coreclr/src/vm/ceeload.cpp b/src/coreclr/src/vm/ceeload.cpp index 6b60637913d4ab..75d1f0bd0c2dff 100644 --- a/src/coreclr/src/vm/ceeload.cpp +++ b/src/coreclr/src/vm/ceeload.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. // =========================================================================== // File: CEELOAD.CPP // diff --git a/src/coreclr/src/vm/ceeload.h b/src/coreclr/src/vm/ceeload.h index c97706665d9fd1..27c4c8f485ff78 100644 --- a/src/coreclr/src/vm/ceeload.h +++ b/src/coreclr/src/vm/ceeload.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. // =========================================================================== // File: CEELOAD.H // diff --git a/src/coreclr/src/vm/ceeload.inl b/src/coreclr/src/vm/ceeload.inl index b78d90b069b41c..a5094b45e61aa5 100644 --- a/src/coreclr/src/vm/ceeload.inl +++ b/src/coreclr/src/vm/ceeload.inl @@ -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. // =========================================================================== // File: CEELOAD.INL // diff --git a/src/coreclr/src/vm/ceemain.cpp b/src/coreclr/src/vm/ceemain.cpp index cf2e3bb3ea5163..0401160ab17b2d 100644 --- a/src/coreclr/src/vm/ceemain.cpp +++ b/src/coreclr/src/vm/ceemain.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. // =========================================================================== // File: CEEMAIN.CPP // =========================================================================== diff --git a/src/coreclr/src/vm/ceemain.h b/src/coreclr/src/vm/ceemain.h index 3201503a3b7366..781b07097f36be 100644 --- a/src/coreclr/src/vm/ceemain.h +++ b/src/coreclr/src/vm/ceemain.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. // =========================================================================== // File: CEEMAIN.H // diff --git a/src/coreclr/src/vm/cgensys.h b/src/coreclr/src/vm/cgensys.h index 17213af0e7594c..53e21461304d4b 100644 --- a/src/coreclr/src/vm/cgensys.h +++ b/src/coreclr/src/vm/cgensys.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. // CGENSYS.H - // // Generic header for choosing system-dependent helpers diff --git a/src/coreclr/src/vm/class.cpp b/src/coreclr/src/vm/class.cpp index c0fee85546bf8a..8e18a47059f9fa 100644 --- a/src/coreclr/src/vm/class.cpp +++ b/src/coreclr/src/vm/class.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. // // File: CLASS.CPP // diff --git a/src/coreclr/src/vm/class.h b/src/coreclr/src/vm/class.h index 441f5bfe033291..98a59dbba18218 100644 --- a/src/coreclr/src/vm/class.h +++ b/src/coreclr/src/vm/class.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/vm/class.inl b/src/coreclr/src/vm/class.inl index bddef932bc89b4..2cf76e44fccd5c 100644 --- a/src/coreclr/src/vm/class.inl +++ b/src/coreclr/src/vm/class.inl @@ -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. // // File: CLASS.INL // diff --git a/src/coreclr/src/vm/classcompat.cpp b/src/coreclr/src/vm/classcompat.cpp index af147c8cd2b904..aab4e63d5ccc13 100644 --- a/src/coreclr/src/vm/classcompat.cpp +++ b/src/coreclr/src/vm/classcompat.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. // =========================================================================== // File: CLASSCOMPAT.CPP diff --git a/src/coreclr/src/vm/classcompat.h b/src/coreclr/src/vm/classcompat.h index 802046c0da05b7..3e333671a40a95 100644 --- a/src/coreclr/src/vm/classcompat.h +++ b/src/coreclr/src/vm/classcompat.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. // =========================================================================== // File: CLASS.H diff --git a/src/coreclr/src/vm/classhash.cpp b/src/coreclr/src/vm/classhash.cpp index 34dadd54935c25..28f4c69df4c9fa 100644 --- a/src/coreclr/src/vm/classhash.cpp +++ b/src/coreclr/src/vm/classhash.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. // // Hash table associated with each module that records for all types defined in that module the mapping diff --git a/src/coreclr/src/vm/classhash.h b/src/coreclr/src/vm/classhash.h index e724d545d36386..d3a747c539bae6 100644 --- a/src/coreclr/src/vm/classhash.h +++ b/src/coreclr/src/vm/classhash.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. // // Hash table associated with each module that records for all types defined in that module the mapping diff --git a/src/coreclr/src/vm/classhash.inl b/src/coreclr/src/vm/classhash.inl index 7746f42a448753..25caf51d579fbe 100644 --- a/src/coreclr/src/vm/classhash.inl +++ b/src/coreclr/src/vm/classhash.inl @@ -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. // // Hash table associated with each module that records for all types defined in that module the mapping diff --git a/src/coreclr/src/vm/classlayoutinfo.cpp b/src/coreclr/src/vm/classlayoutinfo.cpp index 4c145f26bfa6e7..a9c932886a8b73 100644 --- a/src/coreclr/src/vm/classlayoutinfo.cpp +++ b/src/coreclr/src/vm/classlayoutinfo.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 "class.h" diff --git a/src/coreclr/src/vm/classloadlevel.h b/src/coreclr/src/vm/classloadlevel.h index 58ff25aca7e99e..f0702d62734e92 100644 --- a/src/coreclr/src/vm/classloadlevel.h +++ b/src/coreclr/src/vm/classloadlevel.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. // // classloadlevel.h diff --git a/src/coreclr/src/vm/classnames.h b/src/coreclr/src/vm/classnames.h index d6f48e8e329497..0766ff27765230 100644 --- a/src/coreclr/src/vm/classnames.h +++ b/src/coreclr/src/vm/classnames.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/vm/clrconfignative.cpp b/src/coreclr/src/vm/clrconfignative.cpp index 8b09537c251538..87238ae6856fb3 100644 --- a/src/coreclr/src/vm/clrconfignative.cpp +++ b/src/coreclr/src/vm/clrconfignative.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. // // File: clrconfiguration.cpp // diff --git a/src/coreclr/src/vm/clrconfignative.h b/src/coreclr/src/vm/clrconfignative.h index 8673699364001c..161fac6ad4f38d 100644 --- a/src/coreclr/src/vm/clrconfignative.h +++ b/src/coreclr/src/vm/clrconfignative.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 _CLRCONFIGNATIVE_H_ #define _CLRCONFIGNATIVE_H_ diff --git a/src/coreclr/src/vm/clrex.cpp b/src/coreclr/src/vm/clrex.cpp index 4f1c71da41a9cc..0965a32c3dae24 100644 --- a/src/coreclr/src/vm/clrex.cpp +++ b/src/coreclr/src/vm/clrex.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. // // diff --git a/src/coreclr/src/vm/clrex.h b/src/coreclr/src/vm/clrex.h index f92bbc84f9b662..e05daf1b482cfc 100644 --- a/src/coreclr/src/vm/clrex.h +++ b/src/coreclr/src/vm/clrex.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/vm/clrex.inl b/src/coreclr/src/vm/clrex.inl index 100cf51b3648b2..6c2d06b80e657f 100644 --- a/src/coreclr/src/vm/clrex.inl +++ b/src/coreclr/src/vm/clrex.inl @@ -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/vm/clrtocomcall.cpp b/src/coreclr/src/vm/clrtocomcall.cpp index 1e31736be3f203..dc574467724ee0 100644 --- a/src/coreclr/src/vm/clrtocomcall.cpp +++ b/src/coreclr/src/vm/clrtocomcall.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. // // File: CLRtoCOMCall.cpp // diff --git a/src/coreclr/src/vm/clrtocomcall.h b/src/coreclr/src/vm/clrtocomcall.h index 7c4691af84fcbe..edd9f43348d0fe 100644 --- a/src/coreclr/src/vm/clrtocomcall.h +++ b/src/coreclr/src/vm/clrtocomcall.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. // // File: CLRtoCOMCall.h // diff --git a/src/coreclr/src/vm/clrtracelogging.cpp b/src/coreclr/src/vm/clrtracelogging.cpp index 8dc8e92806fc51..81bf7d60134b4d 100644 --- a/src/coreclr/src/vm/clrtracelogging.cpp +++ b/src/coreclr/src/vm/clrtracelogging.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. //***************************************************************************** // clrttracelogging.cpp diff --git a/src/coreclr/src/vm/clrvarargs.cpp b/src/coreclr/src/vm/clrvarargs.cpp index 05194582e17c16..303220b4464a6d 100644 --- a/src/coreclr/src/vm/clrvarargs.cpp +++ b/src/coreclr/src/vm/clrvarargs.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. // // File: CLRVarArgs.cpp // diff --git a/src/coreclr/src/vm/clrvarargs.h b/src/coreclr/src/vm/clrvarargs.h index 37df3ed6438d4a..6a7e316864349f 100644 --- a/src/coreclr/src/vm/clrvarargs.h +++ b/src/coreclr/src/vm/clrvarargs.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. //////////////////////////////////////////////////////////////////////////////// // This module contains the implementation of the native methods for the // varargs class(es).. diff --git a/src/coreclr/src/vm/clsload.cpp b/src/coreclr/src/vm/clsload.cpp index 1d82d0fe351fce..de2530b87b762b 100644 --- a/src/coreclr/src/vm/clsload.cpp +++ b/src/coreclr/src/vm/clsload.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. // // File: clsload.cpp // diff --git a/src/coreclr/src/vm/clsload.hpp b/src/coreclr/src/vm/clsload.hpp index da60903de6dabf..c919010cf93869 100644 --- a/src/coreclr/src/vm/clsload.hpp +++ b/src/coreclr/src/vm/clsload.hpp @@ -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. // // File: clsload.hpp // diff --git a/src/coreclr/src/vm/clsload.inl b/src/coreclr/src/vm/clsload.inl index 405836d226beb7..d12b81f162a93d 100644 --- a/src/coreclr/src/vm/clsload.inl +++ b/src/coreclr/src/vm/clsload.inl @@ -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. // // File: clsload.inl // diff --git a/src/coreclr/src/vm/codeman.h b/src/coreclr/src/vm/codeman.h index 38a475cbd9a596..ae76b6939da0c6 100644 --- a/src/coreclr/src/vm/codeman.h +++ b/src/coreclr/src/vm/codeman.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/vm/codeman.inl b/src/coreclr/src/vm/codeman.inl index 463c9e883e1b76..da36c9fa142639 100644 --- a/src/coreclr/src/vm/codeman.inl +++ b/src/coreclr/src/vm/codeman.inl @@ -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/vm/codepitchingmanager.cpp b/src/coreclr/src/vm/codepitchingmanager.cpp index 2bae33eeb12d20..8487d4785b4835 100644 --- a/src/coreclr/src/vm/codepitchingmanager.cpp +++ b/src/coreclr/src/vm/codepitchingmanager.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. // =========================================================================== // File: CodePitchingManager.cpp // diff --git a/src/coreclr/src/vm/codeversion.cpp b/src/coreclr/src/vm/codeversion.cpp index 6981e057986513..5ae3940a1681c9 100644 --- a/src/coreclr/src/vm/codeversion.cpp +++ b/src/coreclr/src/vm/codeversion.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. // =========================================================================== // File: CodeVersion.cpp // diff --git a/src/coreclr/src/vm/codeversion.h b/src/coreclr/src/vm/codeversion.h index f318e2ec801598..bacc5305d9bb6c 100644 --- a/src/coreclr/src/vm/codeversion.h +++ b/src/coreclr/src/vm/codeversion.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. // =========================================================================== // File: CodeVersion.h // diff --git a/src/coreclr/src/vm/comcache.cpp b/src/coreclr/src/vm/comcache.cpp index 8f39035ab0a61c..689b6411b1c0df 100644 --- a/src/coreclr/src/vm/comcache.cpp +++ b/src/coreclr/src/vm/comcache.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. diff --git a/src/coreclr/src/vm/comcache.h b/src/coreclr/src/vm/comcache.h index 6e4ecf2f2c75c8..6b395d6f31f146 100644 --- a/src/coreclr/src/vm/comcache.h +++ b/src/coreclr/src/vm/comcache.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. // ComCache.h // diff --git a/src/coreclr/src/vm/comcallablewrapper.cpp b/src/coreclr/src/vm/comcallablewrapper.cpp index 531050ad559748..6fca4a141d6054 100644 --- a/src/coreclr/src/vm/comcallablewrapper.cpp +++ b/src/coreclr/src/vm/comcallablewrapper.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. //-------------------------------------------------------------------------- // ComCallablewrapper.cpp // diff --git a/src/coreclr/src/vm/comcallablewrapper.h b/src/coreclr/src/vm/comcallablewrapper.h index e4a8161dd56758..b3fd865c6b2c91 100644 --- a/src/coreclr/src/vm/comcallablewrapper.h +++ b/src/coreclr/src/vm/comcallablewrapper.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/vm/comconnectionpoints.cpp b/src/coreclr/src/vm/comconnectionpoints.cpp index 435f80c4681ff6..c02ef40abc7b5d 100644 --- a/src/coreclr/src/vm/comconnectionpoints.cpp +++ b/src/coreclr/src/vm/comconnectionpoints.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. // =========================================================================== // File: ComConnectionPoints.cpp // diff --git a/src/coreclr/src/vm/comconnectionpoints.h b/src/coreclr/src/vm/comconnectionpoints.h index 8f3a3cdcd2805d..c8d3386347222b 100644 --- a/src/coreclr/src/vm/comconnectionpoints.h +++ b/src/coreclr/src/vm/comconnectionpoints.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. // =========================================================================== // File: ComConnectionPoints.h // diff --git a/src/coreclr/src/vm/comdatetime.cpp b/src/coreclr/src/vm/comdatetime.cpp index 1ce6d4b863ea05..bc6b63eab6cb9e 100644 --- a/src/coreclr/src/vm/comdatetime.cpp +++ b/src/coreclr/src/vm/comdatetime.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" diff --git a/src/coreclr/src/vm/comdatetime.h b/src/coreclr/src/vm/comdatetime.h index 5f2eb4f45a7388..d194410b84ca9e 100644 --- a/src/coreclr/src/vm/comdatetime.h +++ b/src/coreclr/src/vm/comdatetime.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 _COMDATETIME_H_ diff --git a/src/coreclr/src/vm/comdelegate.cpp b/src/coreclr/src/vm/comdelegate.cpp index 70dc44f528b04a..625513bf9cd3aa 100644 --- a/src/coreclr/src/vm/comdelegate.cpp +++ b/src/coreclr/src/vm/comdelegate.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. // // File: COMDelegate.cpp // diff --git a/src/coreclr/src/vm/comdelegate.h b/src/coreclr/src/vm/comdelegate.h index 6cb36c3189e7f8..5226f6357ffd7e 100644 --- a/src/coreclr/src/vm/comdelegate.h +++ b/src/coreclr/src/vm/comdelegate.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. // // File: COMDelegate.h // diff --git a/src/coreclr/src/vm/comdependenthandle.cpp b/src/coreclr/src/vm/comdependenthandle.cpp index 2b2bff6cf57f40..6144483ddc6b80 100644 --- a/src/coreclr/src/vm/comdependenthandle.cpp +++ b/src/coreclr/src/vm/comdependenthandle.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. // // File: COMDependentHandle.cpp // diff --git a/src/coreclr/src/vm/comdependenthandle.h b/src/coreclr/src/vm/comdependenthandle.h index ca25e10b7547c0..7c80d0bebe4a46 100644 --- a/src/coreclr/src/vm/comdependenthandle.h +++ b/src/coreclr/src/vm/comdependenthandle.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. // // File: COMDependentHandle.h // diff --git a/src/coreclr/src/vm/comdynamic.cpp b/src/coreclr/src/vm/comdynamic.cpp index 85a4a61abd99d1..acfcbe9d6523ba 100644 --- a/src/coreclr/src/vm/comdynamic.cpp +++ b/src/coreclr/src/vm/comdynamic.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. //////////////////////////////////////////////////////////////////////////////// // COMDynamic.h // This module defines the native methods that are used for Dynamic IL generation diff --git a/src/coreclr/src/vm/comdynamic.h b/src/coreclr/src/vm/comdynamic.h index c5f9e7d117d5de..364aa21c9bee88 100644 --- a/src/coreclr/src/vm/comdynamic.h +++ b/src/coreclr/src/vm/comdynamic.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. //////////////////////////////////////////////////////////////////////////////// // COMDynamic.h // This module defines the native methods that are used for Dynamic IL generation diff --git a/src/coreclr/src/vm/cominterfacemarshaler.cpp b/src/coreclr/src/vm/cominterfacemarshaler.cpp index 737fe49ec081d4..d2f47cd279d0be 100644 --- a/src/coreclr/src/vm/cominterfacemarshaler.cpp +++ b/src/coreclr/src/vm/cominterfacemarshaler.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. // // File: ComInterfaceMarshaler.cpp // diff --git a/src/coreclr/src/vm/cominterfacemarshaler.h b/src/coreclr/src/vm/cominterfacemarshaler.h index 3d2505a6ee6dea..38b206425444e6 100644 --- a/src/coreclr/src/vm/cominterfacemarshaler.h +++ b/src/coreclr/src/vm/cominterfacemarshaler.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. // // File: ComInterfaceMarshaler.h // diff --git a/src/coreclr/src/vm/commodule.cpp b/src/coreclr/src/vm/commodule.cpp index e9314888ad6266..0575cb9b261893 100644 --- a/src/coreclr/src/vm/commodule.cpp +++ b/src/coreclr/src/vm/commodule.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" diff --git a/src/coreclr/src/vm/commodule.h b/src/coreclr/src/vm/commodule.h index fb0790a6f0934d..a4ce99c3fe1469 100644 --- a/src/coreclr/src/vm/commodule.h +++ b/src/coreclr/src/vm/commodule.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/vm/common.h b/src/coreclr/src/vm/common.h index 7b730e1ea5f976..ab73f6746f4505 100644 --- a/src/coreclr/src/vm/common.h +++ b/src/coreclr/src/vm/common.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. // // common.h - precompiled headers include for the COM+ Execution Engine // diff --git a/src/coreclr/src/vm/commtmemberinfomap.cpp b/src/coreclr/src/vm/commtmemberinfomap.cpp index ae4198cc39c46d..15612da1035cb5 100644 --- a/src/coreclr/src/vm/commtmemberinfomap.cpp +++ b/src/coreclr/src/vm/commtmemberinfomap.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. /*============================================================ diff --git a/src/coreclr/src/vm/commtmemberinfomap.h b/src/coreclr/src/vm/commtmemberinfomap.h index 0b615b2062ee28..c219e9e23f750c 100644 --- a/src/coreclr/src/vm/commtmemberinfomap.h +++ b/src/coreclr/src/vm/commtmemberinfomap.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/vm/compatibilityswitch.cpp b/src/coreclr/src/vm/compatibilityswitch.cpp index 6a4f2cf7f8210b..3b36f58a9d247b 100644 --- a/src/coreclr/src/vm/compatibilityswitch.cpp +++ b/src/coreclr/src/vm/compatibilityswitch.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" diff --git a/src/coreclr/src/vm/compatibilityswitch.h b/src/coreclr/src/vm/compatibilityswitch.h index 9dec132b3c5ec3..810455ebaa5e35 100644 --- a/src/coreclr/src/vm/compatibilityswitch.h +++ b/src/coreclr/src/vm/compatibilityswitch.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/vm/compile.cpp b/src/coreclr/src/vm/compile.cpp index 90673d7e2a7a12..28716467474e5c 100644 --- a/src/coreclr/src/vm/compile.cpp +++ b/src/coreclr/src/vm/compile.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. // =========================================================================== // File: compile.cpp // diff --git a/src/coreclr/src/vm/compile.h b/src/coreclr/src/vm/compile.h index 7298b75603ccbd..7e858b1a25a4d4 100644 --- a/src/coreclr/src/vm/compile.h +++ b/src/coreclr/src/vm/compile.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. // =========================================================================== // File: compile.h // diff --git a/src/coreclr/src/vm/comreflectioncache.hpp b/src/coreclr/src/vm/comreflectioncache.hpp index 033e7f01f209ab..80909f94a0876b 100644 --- a/src/coreclr/src/vm/comreflectioncache.hpp +++ b/src/coreclr/src/vm/comreflectioncache.hpp @@ -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 __COMReflectionCache_hpp__ diff --git a/src/coreclr/src/vm/comreflectioncache.inl b/src/coreclr/src/vm/comreflectioncache.inl index d71e68dbe40359..838737371cb8cf 100644 --- a/src/coreclr/src/vm/comreflectioncache.inl +++ b/src/coreclr/src/vm/comreflectioncache.inl @@ -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 __COMReflectionCache_inl__ #define __COMReflectionCache_inl__ diff --git a/src/coreclr/src/vm/comsynchronizable.cpp b/src/coreclr/src/vm/comsynchronizable.cpp index 51c8c7f070f071..40bcf9b01406ad 100644 --- a/src/coreclr/src/vm/comsynchronizable.cpp +++ b/src/coreclr/src/vm/comsynchronizable.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. /*============================================================ diff --git a/src/coreclr/src/vm/comsynchronizable.h b/src/coreclr/src/vm/comsynchronizable.h index d0f3bb38fff5f0..a6a379138081c3 100644 --- a/src/coreclr/src/vm/comsynchronizable.h +++ b/src/coreclr/src/vm/comsynchronizable.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/vm/comthreadpool.cpp b/src/coreclr/src/vm/comthreadpool.cpp index 9a0ab9200160a4..be3a5a3c0d317a 100644 --- a/src/coreclr/src/vm/comthreadpool.cpp +++ b/src/coreclr/src/vm/comthreadpool.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. /*============================================================ diff --git a/src/coreclr/src/vm/comthreadpool.h b/src/coreclr/src/vm/comthreadpool.h index ceef964099eb72..9807482b53943f 100644 --- a/src/coreclr/src/vm/comthreadpool.h +++ b/src/coreclr/src/vm/comthreadpool.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/vm/comtoclrcall.cpp b/src/coreclr/src/vm/comtoclrcall.cpp index dc448070e3a145..9e6774f4a9e9fa 100644 --- a/src/coreclr/src/vm/comtoclrcall.cpp +++ b/src/coreclr/src/vm/comtoclrcall.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. // ==++== // diff --git a/src/coreclr/src/vm/comtoclrcall.h b/src/coreclr/src/vm/comtoclrcall.h index 2efcc606548dbd..7b262702859489 100644 --- a/src/coreclr/src/vm/comtoclrcall.h +++ b/src/coreclr/src/vm/comtoclrcall.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. // // File: COMtoCLRCall.h // diff --git a/src/coreclr/src/vm/comutilnative.cpp b/src/coreclr/src/vm/comutilnative.cpp index 56088ed8fbef11..98344d4afb7f87 100644 --- a/src/coreclr/src/vm/comutilnative.cpp +++ b/src/coreclr/src/vm/comutilnative.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. // // diff --git a/src/coreclr/src/vm/comutilnative.h b/src/coreclr/src/vm/comutilnative.h index 8401cc802309c8..2d1b2df9bfc2a8 100644 --- a/src/coreclr/src/vm/comutilnative.h +++ b/src/coreclr/src/vm/comutilnative.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/vm/comwaithandle.cpp b/src/coreclr/src/vm/comwaithandle.cpp index 42f03b789ff91d..1756687fd32c30 100644 --- a/src/coreclr/src/vm/comwaithandle.cpp +++ b/src/coreclr/src/vm/comwaithandle.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. /*============================================================ diff --git a/src/coreclr/src/vm/comwaithandle.h b/src/coreclr/src/vm/comwaithandle.h index 218446881a673c..92a48ecbfdefb4 100644 --- a/src/coreclr/src/vm/comwaithandle.h +++ b/src/coreclr/src/vm/comwaithandle.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/vm/contractimpl.cpp b/src/coreclr/src/vm/contractimpl.cpp index c1462fb2d3eefa..6d0f9f727c68e7 100644 --- a/src/coreclr/src/vm/contractimpl.cpp +++ b/src/coreclr/src/vm/contractimpl.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. // // File: contractimpl.cpp // diff --git a/src/coreclr/src/vm/contractimpl.h b/src/coreclr/src/vm/contractimpl.h index 5937c3c1c16c4d..b00f0160d7e82a 100644 --- a/src/coreclr/src/vm/contractimpl.h +++ b/src/coreclr/src/vm/contractimpl.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. // // File: contractimpl.h // diff --git a/src/coreclr/src/vm/coreassemblyspec.cpp b/src/coreclr/src/vm/coreassemblyspec.cpp index 5fdb77f44bc4fe..0a9471ec74c886 100644 --- a/src/coreclr/src/vm/coreassemblyspec.cpp +++ b/src/coreclr/src/vm/coreassemblyspec.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. // ============================================================ // // CoreAssemblySpec.cpp diff --git a/src/coreclr/src/vm/corebindresult.cpp b/src/coreclr/src/vm/corebindresult.cpp index c2eea3a505be5c..71840dfbe7c584 100644 --- a/src/coreclr/src/vm/corebindresult.cpp +++ b/src/coreclr/src/vm/corebindresult.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. // ============================================================ // // CoreBindResult.cpp diff --git a/src/coreclr/src/vm/coreclr/corebindresult.h b/src/coreclr/src/vm/coreclr/corebindresult.h index 4015a13016e080..db6559d038ad4f 100644 --- a/src/coreclr/src/vm/coreclr/corebindresult.h +++ b/src/coreclr/src/vm/coreclr/corebindresult.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. // ============================================================ // // CoreBindResult.h diff --git a/src/coreclr/src/vm/coreclr/corebindresult.inl b/src/coreclr/src/vm/coreclr/corebindresult.inl index 2ca24c93063b49..1568ccbe9e15a1 100644 --- a/src/coreclr/src/vm/coreclr/corebindresult.inl +++ b/src/coreclr/src/vm/coreclr/corebindresult.inl @@ -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. // ============================================================ // // CoreBindResult.inl diff --git a/src/coreclr/src/vm/corhost.cpp b/src/coreclr/src/vm/corhost.cpp index 8025eda1c780bc..a50e1515604657 100644 --- a/src/coreclr/src/vm/corhost.cpp +++ b/src/coreclr/src/vm/corhost.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. //***************************************************************************** // CorHost.cpp // diff --git a/src/coreclr/src/vm/crossgencompile.cpp b/src/coreclr/src/vm/crossgencompile.cpp index 6bdf396f5a80d7..a4fdab8e69ba34 100644 --- a/src/coreclr/src/vm/crossgencompile.cpp +++ b/src/coreclr/src/vm/crossgencompile.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. // =========================================================================== // File: crosscomp.cpp // diff --git a/src/coreclr/src/vm/crossloaderallocatorhash.h b/src/coreclr/src/vm/crossloaderallocatorhash.h index 9d87880d2bc827..d65715817ae533 100644 --- a/src/coreclr/src/vm/crossloaderallocatorhash.h +++ b/src/coreclr/src/vm/crossloaderallocatorhash.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 CROSSLOADERALLOCATORHASH_H #define CROSSLOADERALLOCATORHASH_H diff --git a/src/coreclr/src/vm/crossloaderallocatorhash.inl b/src/coreclr/src/vm/crossloaderallocatorhash.inl index 1e646b123297d9..1eb55509a87bb0 100644 --- a/src/coreclr/src/vm/crossloaderallocatorhash.inl +++ b/src/coreclr/src/vm/crossloaderallocatorhash.inl @@ -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 CROSSLOADERALLOCATORHASH_INL #define CROSSLOADERALLOCATORHASH_INL diff --git a/src/coreclr/src/vm/crst.cpp b/src/coreclr/src/vm/crst.cpp index 3dbdfd1e2c6db4..22f7a1ff975946 100644 --- a/src/coreclr/src/vm/crst.cpp +++ b/src/coreclr/src/vm/crst.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. // // CRST.CPP // diff --git a/src/coreclr/src/vm/crst.h b/src/coreclr/src/vm/crst.h index 17330f236e6d04..8bdcaae4f919a3 100644 --- a/src/coreclr/src/vm/crst.h +++ b/src/coreclr/src/vm/crst.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. // // CRST.H // diff --git a/src/coreclr/src/vm/ctxtcall.h b/src/coreclr/src/vm/ctxtcall.h index 4f57189229c705..9e1de54a9a6e14 100644 --- a/src/coreclr/src/vm/ctxtcall.h +++ b/src/coreclr/src/vm/ctxtcall.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 warning( disable: 4049 ) /* more than 64k source lines */ diff --git a/src/coreclr/src/vm/customattribute.cpp b/src/coreclr/src/vm/customattribute.cpp index 956dc4334f7e1b..a06cbf0cb9e8fa 100644 --- a/src/coreclr/src/vm/customattribute.cpp +++ b/src/coreclr/src/vm/customattribute.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" diff --git a/src/coreclr/src/vm/customattribute.h b/src/coreclr/src/vm/customattribute.h index dffedfbacab236..ac95fa80af9952 100644 --- a/src/coreclr/src/vm/customattribute.h +++ b/src/coreclr/src/vm/customattribute.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 _CUSTOMATTRIBUTE_H_ diff --git a/src/coreclr/src/vm/custommarshalerinfo.cpp b/src/coreclr/src/vm/custommarshalerinfo.cpp index 1f4fcf145d6902..8396b4520defbd 100644 --- a/src/coreclr/src/vm/custommarshalerinfo.cpp +++ b/src/coreclr/src/vm/custommarshalerinfo.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. // // File: CustomMarshalerInfo.cpp // diff --git a/src/coreclr/src/vm/custommarshalerinfo.h b/src/coreclr/src/vm/custommarshalerinfo.h index d2d70688227860..a1502f8d242d30 100644 --- a/src/coreclr/src/vm/custommarshalerinfo.h +++ b/src/coreclr/src/vm/custommarshalerinfo.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. // // File: CustomMarshalerInfo.h // diff --git a/src/coreclr/src/vm/dataimage.cpp b/src/coreclr/src/vm/dataimage.cpp index 61dea0a5832126..d619efc1ebf498 100644 --- a/src/coreclr/src/vm/dataimage.cpp +++ b/src/coreclr/src/vm/dataimage.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. diff --git a/src/coreclr/src/vm/dataimage.h b/src/coreclr/src/vm/dataimage.h index 9ba2d98c69cec0..3e23e031906e1d 100644 --- a/src/coreclr/src/vm/dataimage.h +++ b/src/coreclr/src/vm/dataimage.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/vm/dataimagesection.h b/src/coreclr/src/vm/dataimagesection.h index 93dfb49ad882df..f78a34823dd3ad 100644 --- a/src/coreclr/src/vm/dataimagesection.h +++ b/src/coreclr/src/vm/dataimagesection.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/vm/dbginterface.h b/src/coreclr/src/vm/dbginterface.h index 96157bb6b9f630..708b4ff2ac6bb7 100644 --- a/src/coreclr/src/vm/dbginterface.h +++ b/src/coreclr/src/vm/dbginterface.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. // // COM+99 Debug Interface Header // diff --git a/src/coreclr/src/vm/debugdebugger.cpp b/src/coreclr/src/vm/debugdebugger.cpp index 141881a1e9d661..ad76de48d20fa7 100644 --- a/src/coreclr/src/vm/debugdebugger.cpp +++ b/src/coreclr/src/vm/debugdebugger.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. /*============================================================ ** diff --git a/src/coreclr/src/vm/debugdebugger.h b/src/coreclr/src/vm/debugdebugger.h index 92a5f601d08b26..3a36f9875ebb5a 100644 --- a/src/coreclr/src/vm/debugdebugger.h +++ b/src/coreclr/src/vm/debugdebugger.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/vm/debughelp.cpp b/src/coreclr/src/vm/debughelp.cpp index 53220fc81af406..87c30a7b19ca13 100644 --- a/src/coreclr/src/vm/debughelp.cpp +++ b/src/coreclr/src/vm/debughelp.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" diff --git a/src/coreclr/src/vm/debuginfostore.cpp b/src/coreclr/src/vm/debuginfostore.cpp index 2c9d17c22f17c4..0d5b42a74faf4a 100644 --- a/src/coreclr/src/vm/debuginfostore.cpp +++ b/src/coreclr/src/vm/debuginfostore.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. // DebugInfoStore diff --git a/src/coreclr/src/vm/debuginfostore.h b/src/coreclr/src/vm/debuginfostore.h index 518333705a9710..4962c13942f0ae 100644 --- a/src/coreclr/src/vm/debuginfostore.h +++ b/src/coreclr/src/vm/debuginfostore.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. // DebugInfoStore diff --git a/src/coreclr/src/vm/decodemd.cpp b/src/coreclr/src/vm/decodemd.cpp index efd8ba8623e837..6def9757c9b26a 100644 --- a/src/coreclr/src/vm/decodemd.cpp +++ b/src/coreclr/src/vm/decodemd.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. diff --git a/src/coreclr/src/vm/decodemd.h b/src/coreclr/src/vm/decodemd.h index 3037668b0ad298..7499f429e09031 100644 --- a/src/coreclr/src/vm/decodemd.h +++ b/src/coreclr/src/vm/decodemd.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/vm/delegateinfo.h b/src/coreclr/src/vm/delegateinfo.h index a5db527d3ac7ca..2f9f2d71860248 100644 --- a/src/coreclr/src/vm/delegateinfo.h +++ b/src/coreclr/src/vm/delegateinfo.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/vm/diagnosticserver.cpp b/src/coreclr/src/vm/diagnosticserver.cpp index 722f2378914c05..3cf9b57799a47b 100644 --- a/src/coreclr/src/vm/diagnosticserver.cpp +++ b/src/coreclr/src/vm/diagnosticserver.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 "diagnosticserver.h" diff --git a/src/coreclr/src/vm/diagnosticserver.h b/src/coreclr/src/vm/diagnosticserver.h index 8bf3ce78570a65..b7ea71d84192f4 100644 --- a/src/coreclr/src/vm/diagnosticserver.h +++ b/src/coreclr/src/vm/diagnosticserver.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 __DIAGNOSTIC_SERVER_H__ #define __DIAGNOSTIC_SERVER_H__ diff --git a/src/coreclr/src/vm/diagnosticsprotocol.h b/src/coreclr/src/vm/diagnosticsprotocol.h index 4e6f9f4d81a775..e3c471e80a212c 100644 --- a/src/coreclr/src/vm/diagnosticsprotocol.h +++ b/src/coreclr/src/vm/diagnosticsprotocol.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 __DIAGNOSTICS_PROTOCOL_H__ #define __DIAGNOSTICS_PROTOCOL_H__ diff --git a/src/coreclr/src/vm/disassembler.cpp b/src/coreclr/src/vm/disassembler.cpp index 3d5eb16032ce34..a0068c77c1e352 100755 --- a/src/coreclr/src/vm/disassembler.cpp +++ b/src/coreclr/src/vm/disassembler.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" diff --git a/src/coreclr/src/vm/disassembler.h b/src/coreclr/src/vm/disassembler.h index 07447d659b0eef..568b98c59c7ad7 100644 --- a/src/coreclr/src/vm/disassembler.h +++ b/src/coreclr/src/vm/disassembler.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 __DISASSEMBLER_H__ #define __DISASSEMBLER_H__ diff --git a/src/coreclr/src/vm/dispatchinfo.cpp b/src/coreclr/src/vm/dispatchinfo.cpp index 0298b1a47a7955..76ee48ff6a9238 100644 --- a/src/coreclr/src/vm/dispatchinfo.cpp +++ b/src/coreclr/src/vm/dispatchinfo.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. // // File: DispatchInfo.cpp // diff --git a/src/coreclr/src/vm/dispatchinfo.h b/src/coreclr/src/vm/dispatchinfo.h index 483be69ec0ccdc..7441d6ad9b4c36 100644 --- a/src/coreclr/src/vm/dispatchinfo.h +++ b/src/coreclr/src/vm/dispatchinfo.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. // // File: DispatchInfo.h // diff --git a/src/coreclr/src/vm/dispparammarshaler.cpp b/src/coreclr/src/vm/dispparammarshaler.cpp index a455e93003070a..f9d421da7219cd 100644 --- a/src/coreclr/src/vm/dispparammarshaler.cpp +++ b/src/coreclr/src/vm/dispparammarshaler.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. // // File: DispParamMarshaler.cpp // diff --git a/src/coreclr/src/vm/dispparammarshaler.h b/src/coreclr/src/vm/dispparammarshaler.h index 1ca3bdcb5114d6..fc431e706da40c 100644 --- a/src/coreclr/src/vm/dispparammarshaler.h +++ b/src/coreclr/src/vm/dispparammarshaler.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. // // File: DispParamMarshaler.h // diff --git a/src/coreclr/src/vm/dllimport.cpp b/src/coreclr/src/vm/dllimport.cpp index 71cdd558e3c438..c8a829c4c43a52 100644 --- a/src/coreclr/src/vm/dllimport.cpp +++ b/src/coreclr/src/vm/dllimport.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. // // File: DllImport.cpp // diff --git a/src/coreclr/src/vm/dllimport.h b/src/coreclr/src/vm/dllimport.h index 8600c2fc1b852a..b7a143531be1ca 100644 --- a/src/coreclr/src/vm/dllimport.h +++ b/src/coreclr/src/vm/dllimport.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. // // File: DllImport.h // diff --git a/src/coreclr/src/vm/dllimportcallback.cpp b/src/coreclr/src/vm/dllimportcallback.cpp index 633d07fa803f25..c3c69ddbf34888 100644 --- a/src/coreclr/src/vm/dllimportcallback.cpp +++ b/src/coreclr/src/vm/dllimportcallback.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. // // File: DllImportCallback.cpp // diff --git a/src/coreclr/src/vm/dllimportcallback.h b/src/coreclr/src/vm/dllimportcallback.h index b92b8e8784ccd4..b98f0743213f0f 100644 --- a/src/coreclr/src/vm/dllimportcallback.h +++ b/src/coreclr/src/vm/dllimportcallback.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. // // File: DllImportCallback.h // diff --git a/src/coreclr/src/vm/domainfile.cpp b/src/coreclr/src/vm/domainfile.cpp index 8a5a87f6199aee..2740c1881fab7c 100644 --- a/src/coreclr/src/vm/domainfile.cpp +++ b/src/coreclr/src/vm/domainfile.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. // -------------------------------------------------------------------------------- // DomainFile.cpp // diff --git a/src/coreclr/src/vm/domainfile.h b/src/coreclr/src/vm/domainfile.h index c0f7e15fd10570..2f1439b403fdf2 100644 --- a/src/coreclr/src/vm/domainfile.h +++ b/src/coreclr/src/vm/domainfile.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. // -------------------------------------------------------------------------------- // DomainFile.h // diff --git a/src/coreclr/src/vm/domainfile.inl b/src/coreclr/src/vm/domainfile.inl index 8bc6104d198387..297ea089e15273 100644 --- a/src/coreclr/src/vm/domainfile.inl +++ b/src/coreclr/src/vm/domainfile.inl @@ -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/vm/dumpdiagnosticprotocolhelper.cpp b/src/coreclr/src/vm/dumpdiagnosticprotocolhelper.cpp index 920691f988d5e1..70caa5a9ac6af3 100644 --- a/src/coreclr/src/vm/dumpdiagnosticprotocolhelper.cpp +++ b/src/coreclr/src/vm/dumpdiagnosticprotocolhelper.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/dumpdiagnosticprotocolhelper.h b/src/coreclr/src/vm/dumpdiagnosticprotocolhelper.h index bd0055423d6e70..be8f7596245ec0 100644 --- a/src/coreclr/src/vm/dumpdiagnosticprotocolhelper.h +++ b/src/coreclr/src/vm/dumpdiagnosticprotocolhelper.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 __DUMP_DIAGNOSTIC_PROTOCOL_HELPER_H__ #define __DUMP_DIAGNOSTIC_PROTOCOL_HELPER_H__ diff --git a/src/coreclr/src/vm/dwbucketmanager.hpp b/src/coreclr/src/vm/dwbucketmanager.hpp index 974665deff823d..b4309df6de4637 100644 --- a/src/coreclr/src/vm/dwbucketmanager.hpp +++ b/src/coreclr/src/vm/dwbucketmanager.hpp @@ -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. // // FILE: dwbucketmanager.hpp // diff --git a/src/coreclr/src/vm/dwreport.cpp b/src/coreclr/src/vm/dwreport.cpp index 0b9a2c94382939..895ecbbadb53da 100644 --- a/src/coreclr/src/vm/dwreport.cpp +++ b/src/coreclr/src/vm/dwreport.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. // // FILE: dwreport.cpp // diff --git a/src/coreclr/src/vm/dwreport.h b/src/coreclr/src/vm/dwreport.h index 5280690cd85d0e..485eb7cfdf9152 100644 --- a/src/coreclr/src/vm/dwreport.h +++ b/src/coreclr/src/vm/dwreport.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. // // FILE: dwreport.h // diff --git a/src/coreclr/src/vm/dynamicinterfacecastable.cpp b/src/coreclr/src/vm/dynamicinterfacecastable.cpp index 99742a2a7c0538..5ed7b8c6c00a6a 100644 --- a/src/coreclr/src/vm/dynamicinterfacecastable.cpp +++ b/src/coreclr/src/vm/dynamicinterfacecastable.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" diff --git a/src/coreclr/src/vm/dynamicinterfacecastable.h b/src/coreclr/src/vm/dynamicinterfacecastable.h index a2c1a70451e738..c2a3fd8c63b67e 100644 --- a/src/coreclr/src/vm/dynamicinterfacecastable.h +++ b/src/coreclr/src/vm/dynamicinterfacecastable.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 _DYNAMICINTERFACECASTABLE_H_ diff --git a/src/coreclr/src/vm/dynamicmethod.cpp b/src/coreclr/src/vm/dynamicmethod.cpp index a9f3a876d2cd7b..51ce113d1adb7b 100644 --- a/src/coreclr/src/vm/dynamicmethod.cpp +++ b/src/coreclr/src/vm/dynamicmethod.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. // // diff --git a/src/coreclr/src/vm/dynamicmethod.h b/src/coreclr/src/vm/dynamicmethod.h index 9e4322de213cfe..0d6599f880bbae 100644 --- a/src/coreclr/src/vm/dynamicmethod.h +++ b/src/coreclr/src/vm/dynamicmethod.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/vm/ecall.cpp b/src/coreclr/src/vm/ecall.cpp index 5af0a26a18d096..94a80c3c4a9408 100644 --- a/src/coreclr/src/vm/ecall.cpp +++ b/src/coreclr/src/vm/ecall.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. // ECALL.CPP - // // Handles our private native calling interface. diff --git a/src/coreclr/src/vm/ecall.h b/src/coreclr/src/vm/ecall.h index cd8c7fea0dba61..b677cfe1d18316 100644 --- a/src/coreclr/src/vm/ecall.h +++ b/src/coreclr/src/vm/ecall.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. // ECALL.H - // // Handles our private native calling interface. diff --git a/src/coreclr/src/vm/ecalllist.h b/src/coreclr/src/vm/ecalllist.h index 3188f123eb389e..80fa0fab1cb632 100644 --- a/src/coreclr/src/vm/ecalllist.h +++ b/src/coreclr/src/vm/ecalllist.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. // ECallList.H // // This file contains definitions of FCall entrypoints diff --git a/src/coreclr/src/vm/eeconfig.cpp b/src/coreclr/src/vm/eeconfig.cpp index 16ffee77130db6..6193c0d1e37255 100644 --- a/src/coreclr/src/vm/eeconfig.cpp +++ b/src/coreclr/src/vm/eeconfig.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. // EEConfig.CPP // diff --git a/src/coreclr/src/vm/eeconfig.h b/src/coreclr/src/vm/eeconfig.h index 7ed91a49fc9d4e..357ffe906b9afe 100644 --- a/src/coreclr/src/vm/eeconfig.h +++ b/src/coreclr/src/vm/eeconfig.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. // EEConfig.H // diff --git a/src/coreclr/src/vm/eecontract.cpp b/src/coreclr/src/vm/eecontract.cpp index 105bc36c8b0a8a..50695468b6b993 100644 --- a/src/coreclr/src/vm/eecontract.cpp +++ b/src/coreclr/src/vm/eecontract.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. // --------------------------------------------------------------------------- // EEContract.cpp diff --git a/src/coreclr/src/vm/eecontract.h b/src/coreclr/src/vm/eecontract.h index 74fbc76ad89761..1c2776aaadd1ca 100644 --- a/src/coreclr/src/vm/eecontract.h +++ b/src/coreclr/src/vm/eecontract.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. // --------------------------------------------------------------------------- // EEContract.h diff --git a/src/coreclr/src/vm/eedbginterface.h b/src/coreclr/src/vm/eedbginterface.h index f35def0f39afec..1ce5b8b928eabc 100644 --- a/src/coreclr/src/vm/eedbginterface.h +++ b/src/coreclr/src/vm/eedbginterface.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. // // COM+99 EE to Debugger Interface Header // diff --git a/src/coreclr/src/vm/eedbginterfaceimpl.cpp b/src/coreclr/src/vm/eedbginterfaceimpl.cpp index db0a0d0a0dc69e..469c2221f47bb8 100644 --- a/src/coreclr/src/vm/eedbginterfaceimpl.cpp +++ b/src/coreclr/src/vm/eedbginterfaceimpl.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. /* diff --git a/src/coreclr/src/vm/eedbginterfaceimpl.h b/src/coreclr/src/vm/eedbginterfaceimpl.h index 40f5894c2ad3a4..c4c44b44a9870b 100644 --- a/src/coreclr/src/vm/eedbginterfaceimpl.h +++ b/src/coreclr/src/vm/eedbginterfaceimpl.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/vm/eedbginterfaceimpl.inl b/src/coreclr/src/vm/eedbginterfaceimpl.inl index 0b9306babf80dc..3f1eb866c7aae9 100644 --- a/src/coreclr/src/vm/eedbginterfaceimpl.inl +++ b/src/coreclr/src/vm/eedbginterfaceimpl.inl @@ -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/vm/eehash.cpp b/src/coreclr/src/vm/eehash.cpp index d3e89809e89b4c..97bcb589c9fb33 100644 --- a/src/coreclr/src/vm/eehash.cpp +++ b/src/coreclr/src/vm/eehash.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. // // File: eehash.cpp // diff --git a/src/coreclr/src/vm/eehash.h b/src/coreclr/src/vm/eehash.h index 20a1c3494ac5aa..f45935cb4c99c5 100644 --- a/src/coreclr/src/vm/eehash.h +++ b/src/coreclr/src/vm/eehash.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/vm/eehash.inl b/src/coreclr/src/vm/eehash.inl index e49a80e022ebe6..cfc23bfffc3015 100644 --- a/src/coreclr/src/vm/eehash.inl +++ b/src/coreclr/src/vm/eehash.inl @@ -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/vm/eemessagebox.cpp b/src/coreclr/src/vm/eemessagebox.cpp index 69f5bf8667588f..f0acd36a13f6df 100644 --- a/src/coreclr/src/vm/eemessagebox.cpp +++ b/src/coreclr/src/vm/eemessagebox.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. //***************************************************************************** // EEMessageBox.h // diff --git a/src/coreclr/src/vm/eemessagebox.h b/src/coreclr/src/vm/eemessagebox.h index 717aebbf1f5b32..fb91c9394292e3 100644 --- a/src/coreclr/src/vm/eemessagebox.h +++ b/src/coreclr/src/vm/eemessagebox.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. //***************************************************************************** // EEMessageBox.h // diff --git a/src/coreclr/src/vm/eepolicy.cpp b/src/coreclr/src/vm/eepolicy.cpp index b1e85e16030feb..c6ca684c143781 100644 --- a/src/coreclr/src/vm/eepolicy.cpp +++ b/src/coreclr/src/vm/eepolicy.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. // // diff --git a/src/coreclr/src/vm/eepolicy.h b/src/coreclr/src/vm/eepolicy.h index fa133791770ae7..e8f821c065ab6e 100644 --- a/src/coreclr/src/vm/eepolicy.h +++ b/src/coreclr/src/vm/eepolicy.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/vm/eeprofinterfaces.h b/src/coreclr/src/vm/eeprofinterfaces.h index 79b37411578d20..ec51b014148b4b 100644 --- a/src/coreclr/src/vm/eeprofinterfaces.h +++ b/src/coreclr/src/vm/eeprofinterfaces.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. // // EEProfInterfaces.h // diff --git a/src/coreclr/src/vm/eeprofinterfaces.inl b/src/coreclr/src/vm/eeprofinterfaces.inl index 55cff53de0e21a..250b3700f801a9 100644 --- a/src/coreclr/src/vm/eeprofinterfaces.inl +++ b/src/coreclr/src/vm/eeprofinterfaces.inl @@ -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. // // EEProfInterfaces.inl // diff --git a/src/coreclr/src/vm/eetoprofinterfaceimpl.cpp b/src/coreclr/src/vm/eetoprofinterfaceimpl.cpp index bd5da913d1f9bd..698dbec5f92bbd 100644 --- a/src/coreclr/src/vm/eetoprofinterfaceimpl.cpp +++ b/src/coreclr/src/vm/eetoprofinterfaceimpl.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. // // EEToProfInterfaceImpl.cpp // diff --git a/src/coreclr/src/vm/eetoprofinterfaceimpl.h b/src/coreclr/src/vm/eetoprofinterfaceimpl.h index 195d015ebbb184..d395cf1206e5af 100644 --- a/src/coreclr/src/vm/eetoprofinterfaceimpl.h +++ b/src/coreclr/src/vm/eetoprofinterfaceimpl.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. // // EEToProfInterfaceImpl.h // diff --git a/src/coreclr/src/vm/eetoprofinterfaceimpl.inl b/src/coreclr/src/vm/eetoprofinterfaceimpl.inl index 4870321153903e..48a07b5a237013 100644 --- a/src/coreclr/src/vm/eetoprofinterfaceimpl.inl +++ b/src/coreclr/src/vm/eetoprofinterfaceimpl.inl @@ -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. // // EEToProfInterfaceImpl.inl // diff --git a/src/coreclr/src/vm/eetoprofinterfacewrapper.inl b/src/coreclr/src/vm/eetoprofinterfacewrapper.inl index a26d7de2defa9a..bdf328e4c7ad23 100644 --- a/src/coreclr/src/vm/eetoprofinterfacewrapper.inl +++ b/src/coreclr/src/vm/eetoprofinterfacewrapper.inl @@ -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. // // EEToProfInterfaceWrapper.inl // diff --git a/src/coreclr/src/vm/eetwain.cpp b/src/coreclr/src/vm/eetwain.cpp index ffdf79b6afd20d..41008aac175fa4 100644 --- a/src/coreclr/src/vm/eetwain.cpp +++ b/src/coreclr/src/vm/eetwain.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" diff --git a/src/coreclr/src/vm/encee.cpp b/src/coreclr/src/vm/encee.cpp index ac104d2d7f9cf9..7852863a4bfb65 100644 --- a/src/coreclr/src/vm/encee.cpp +++ b/src/coreclr/src/vm/encee.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. // =========================================================================== // File: EnC.CPP // diff --git a/src/coreclr/src/vm/encee.h b/src/coreclr/src/vm/encee.h index a6783ddb5ae016..1ff5d7c3b30d8d 100644 --- a/src/coreclr/src/vm/encee.h +++ b/src/coreclr/src/vm/encee.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. // // EnCee.h // diff --git a/src/coreclr/src/vm/eventpipe.cpp b/src/coreclr/src/vm/eventpipe.cpp index 2ec6f0472c6205..e0b835f40d79b0 100644 --- a/src/coreclr/src/vm/eventpipe.cpp +++ b/src/coreclr/src/vm/eventpipe.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 "clrtypes.h" diff --git a/src/coreclr/src/vm/eventpipe.h b/src/coreclr/src/vm/eventpipe.h index 4bfd3a9e7a866b..c03df4d3ed9fc4 100644 --- a/src/coreclr/src/vm/eventpipe.h +++ b/src/coreclr/src/vm/eventpipe.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 __EVENTPIPE_H__ #define __EVENTPIPE_H__ diff --git a/src/coreclr/src/vm/eventpipeblock.cpp b/src/coreclr/src/vm/eventpipeblock.cpp index dd8807d3364c29..66a06ff311438e 100644 --- a/src/coreclr/src/vm/eventpipeblock.cpp +++ b/src/coreclr/src/vm/eventpipeblock.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 "eventpipeblock.h" diff --git a/src/coreclr/src/vm/eventpipeblock.h b/src/coreclr/src/vm/eventpipeblock.h index 84024d07effd49..9a3de96114b09f 100644 --- a/src/coreclr/src/vm/eventpipeblock.h +++ b/src/coreclr/src/vm/eventpipeblock.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 __EVENTPIPE_BLOCK_H__ #define __EVENTPIPE_BLOCK_H__ diff --git a/src/coreclr/src/vm/eventpipebuffer.cpp b/src/coreclr/src/vm/eventpipebuffer.cpp index b1564bb14af38c..340e690982403d 100644 --- a/src/coreclr/src/vm/eventpipebuffer.cpp +++ b/src/coreclr/src/vm/eventpipebuffer.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 "eventpipe.h" diff --git a/src/coreclr/src/vm/eventpipebuffer.h b/src/coreclr/src/vm/eventpipebuffer.h index 4396a45ed307db..4d2eaf8f9bcef6 100644 --- a/src/coreclr/src/vm/eventpipebuffer.h +++ b/src/coreclr/src/vm/eventpipebuffer.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 __EVENTPIPE_BUFFER_H__ #define __EVENTPIPE_BUFFER_H__ diff --git a/src/coreclr/src/vm/eventpipebuffermanager.cpp b/src/coreclr/src/vm/eventpipebuffermanager.cpp index e1cf27f68e8677..10c8d0ca232b09 100644 --- a/src/coreclr/src/vm/eventpipebuffermanager.cpp +++ b/src/coreclr/src/vm/eventpipebuffermanager.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 "eventpipe.h" diff --git a/src/coreclr/src/vm/eventpipebuffermanager.h b/src/coreclr/src/vm/eventpipebuffermanager.h index a6e7be2d0f369e..73b80bfaa64bc1 100644 --- a/src/coreclr/src/vm/eventpipebuffermanager.h +++ b/src/coreclr/src/vm/eventpipebuffermanager.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 __EVENTPIPE_BUFFERMANAGER_H__ #define __EVENTPIPE_BUFFERMANAGER_H__ diff --git a/src/coreclr/src/vm/eventpipecommontypes.cpp b/src/coreclr/src/vm/eventpipecommontypes.cpp index 06382e506ebaf1..e668dc1aa2096a 100644 --- a/src/coreclr/src/vm/eventpipecommontypes.cpp +++ b/src/coreclr/src/vm/eventpipecommontypes.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 "eventpipecommontypes.h" diff --git a/src/coreclr/src/vm/eventpipecommontypes.h b/src/coreclr/src/vm/eventpipecommontypes.h index 88bc1b2ff122d1..1a66034adb87ec 100644 --- a/src/coreclr/src/vm/eventpipecommontypes.h +++ b/src/coreclr/src/vm/eventpipecommontypes.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 __EVENTPIPE_PROVIDERCALLBACKDATA_H__ #define __EVENTPIPE_PROVIDERCALLBACKDATA_H__ diff --git a/src/coreclr/src/vm/eventpipeconfiguration.cpp b/src/coreclr/src/vm/eventpipeconfiguration.cpp index 69c0dd29840d94..d07f280b8af004 100644 --- a/src/coreclr/src/vm/eventpipeconfiguration.cpp +++ b/src/coreclr/src/vm/eventpipeconfiguration.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 "eventpipe.h" diff --git a/src/coreclr/src/vm/eventpipeevent.cpp b/src/coreclr/src/vm/eventpipeevent.cpp index a56ed9429847c9..62d97c07820fc6 100644 --- a/src/coreclr/src/vm/eventpipeevent.cpp +++ b/src/coreclr/src/vm/eventpipeevent.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 "eventpipeevent.h" diff --git a/src/coreclr/src/vm/eventpipeevent.h b/src/coreclr/src/vm/eventpipeevent.h index 06da70f90f6c3f..b504e050956a5a 100644 --- a/src/coreclr/src/vm/eventpipeevent.h +++ b/src/coreclr/src/vm/eventpipeevent.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 __EVENTPIPE_EVENT_H__ #define __EVENTPIPE_EVENT_H__ diff --git a/src/coreclr/src/vm/eventpipeeventinstance.cpp b/src/coreclr/src/vm/eventpipeeventinstance.cpp index 5b214a13b3c702..e60c3d5b0360cf 100644 --- a/src/coreclr/src/vm/eventpipeeventinstance.cpp +++ b/src/coreclr/src/vm/eventpipeeventinstance.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 "eventpipeconfiguration.h" diff --git a/src/coreclr/src/vm/eventpipeeventinstance.h b/src/coreclr/src/vm/eventpipeeventinstance.h index 929b43263882e3..64e6e385ac0d65 100644 --- a/src/coreclr/src/vm/eventpipeeventinstance.h +++ b/src/coreclr/src/vm/eventpipeeventinstance.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 __EVENTPIPE_EVENTINSTANCE_H__ #define __EVENTPIPE_EVENTINSTANCE_H__ diff --git a/src/coreclr/src/vm/eventpipeeventpayload.cpp b/src/coreclr/src/vm/eventpipeeventpayload.cpp index b9f6f9e30ac118..7a925aef3a378c 100644 --- a/src/coreclr/src/vm/eventpipeeventpayload.cpp +++ b/src/coreclr/src/vm/eventpipeeventpayload.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 "eventpipeeventpayload.h" diff --git a/src/coreclr/src/vm/eventpipeeventpayload.h b/src/coreclr/src/vm/eventpipeeventpayload.h index 0da1e81ab10273..57c2e74b9c826a 100644 --- a/src/coreclr/src/vm/eventpipeeventpayload.h +++ b/src/coreclr/src/vm/eventpipeeventpayload.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 __EVENTPIPE_EVENTPAYLOAD_H__ #define __EVENTPIPE_EVENTPAYLOAD_H__ diff --git a/src/coreclr/src/vm/eventpipeeventsource.cpp b/src/coreclr/src/vm/eventpipeeventsource.cpp index e7f0a9fbbe752e..0febf373a6e134 100644 --- a/src/coreclr/src/vm/eventpipeeventsource.cpp +++ b/src/coreclr/src/vm/eventpipeeventsource.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 "eventpipeeventpayload.h" diff --git a/src/coreclr/src/vm/eventpipeeventsource.h b/src/coreclr/src/vm/eventpipeeventsource.h index 1b19c4e7e915a4..d271ce0f67f459 100644 --- a/src/coreclr/src/vm/eventpipeeventsource.h +++ b/src/coreclr/src/vm/eventpipeeventsource.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 __EVENTPIPE_EVENTSOURCE_H__ #define __EVENTPIPE_EVENTSOURCE_H__ diff --git a/src/coreclr/src/vm/eventpipefile.cpp b/src/coreclr/src/vm/eventpipefile.cpp index efcee0cd5f90f2..c3388c0f464cb0 100644 --- a/src/coreclr/src/vm/eventpipefile.cpp +++ b/src/coreclr/src/vm/eventpipefile.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 "eventpipeblock.h" diff --git a/src/coreclr/src/vm/eventpipefile.h b/src/coreclr/src/vm/eventpipefile.h index bfccd7e9fe07dc..f284fabf0f9314 100644 --- a/src/coreclr/src/vm/eventpipefile.h +++ b/src/coreclr/src/vm/eventpipefile.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 __EVENTPIPE_FILE_H__ #define __EVENTPIPE_FILE_H__ diff --git a/src/coreclr/src/vm/eventpipeinternal.cpp b/src/coreclr/src/vm/eventpipeinternal.cpp index 14934419555cf1..6a33321cc4d9cb 100644 --- a/src/coreclr/src/vm/eventpipeinternal.cpp +++ b/src/coreclr/src/vm/eventpipeinternal.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 "eventpipe.h" diff --git a/src/coreclr/src/vm/eventpipeinternal.h b/src/coreclr/src/vm/eventpipeinternal.h index ad825545b37342..6fbb31af3b1520 100644 --- a/src/coreclr/src/vm/eventpipeinternal.h +++ b/src/coreclr/src/vm/eventpipeinternal.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 __EVENTPIPEINTERNAL_H__ #define __EVENTPIPEINTERNAL_H__ diff --git a/src/coreclr/src/vm/eventpipejsonfile.cpp b/src/coreclr/src/vm/eventpipejsonfile.cpp index e47e10cd7a520c..864d60bc64bb8e 100644 --- a/src/coreclr/src/vm/eventpipejsonfile.cpp +++ b/src/coreclr/src/vm/eventpipejsonfile.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 "eventpipejsonfile.h" diff --git a/src/coreclr/src/vm/eventpipejsonfile.h b/src/coreclr/src/vm/eventpipejsonfile.h index 7686db7752f2ac..cb420c03360c66 100644 --- a/src/coreclr/src/vm/eventpipejsonfile.h +++ b/src/coreclr/src/vm/eventpipejsonfile.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 __EVENTPIPE_JSONFILE_H__ diff --git a/src/coreclr/src/vm/eventpipemetadatagenerator.cpp b/src/coreclr/src/vm/eventpipemetadatagenerator.cpp index 354f19fbec2dcf..6ddbe989fc662c 100644 --- a/src/coreclr/src/vm/eventpipemetadatagenerator.cpp +++ b/src/coreclr/src/vm/eventpipemetadatagenerator.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 "eventpipemetadatagenerator.h" diff --git a/src/coreclr/src/vm/eventpipemetadatagenerator.h b/src/coreclr/src/vm/eventpipemetadatagenerator.h index f5334c28f7a430..1f4b5c5b009f6f 100644 --- a/src/coreclr/src/vm/eventpipemetadatagenerator.h +++ b/src/coreclr/src/vm/eventpipemetadatagenerator.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 __EVENTPIPE_METADATAGENERATOR_H__ #define __EVENTPIPE_METADATAGENERATOR_H__ diff --git a/src/coreclr/src/vm/eventpipeprotocolhelper.cpp b/src/coreclr/src/vm/eventpipeprotocolhelper.cpp index b18fa160c26b3f..07ccf9c8b0b730 100644 --- a/src/coreclr/src/vm/eventpipeprotocolhelper.cpp +++ b/src/coreclr/src/vm/eventpipeprotocolhelper.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/eventpipeprotocolhelper.h b/src/coreclr/src/vm/eventpipeprotocolhelper.h index c473ef13ac2562..da6c46f525a01e 100644 --- a/src/coreclr/src/vm/eventpipeprotocolhelper.h +++ b/src/coreclr/src/vm/eventpipeprotocolhelper.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 __EVENTPIPE_PROTOCOL_HELPER_H__ #define __EVENTPIPE_PROTOCOL_HELPER_H__ diff --git a/src/coreclr/src/vm/eventpipeprovider.cpp b/src/coreclr/src/vm/eventpipeprovider.cpp index 0351ff88438d82..9bc84079a65e5d 100644 --- a/src/coreclr/src/vm/eventpipeprovider.cpp +++ b/src/coreclr/src/vm/eventpipeprovider.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 "eventpipe.h" diff --git a/src/coreclr/src/vm/eventpipeprovider.h b/src/coreclr/src/vm/eventpipeprovider.h index 2fe93e969686a8..fab3bc75fcf442 100644 --- a/src/coreclr/src/vm/eventpipeprovider.h +++ b/src/coreclr/src/vm/eventpipeprovider.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 __EVENTPIPE_PROVIDER_H__ #define __EVENTPIPE_PROVIDER_H__ diff --git a/src/coreclr/src/vm/eventpipesession.cpp b/src/coreclr/src/vm/eventpipesession.cpp index 66a7e0fe3942fa..49b9d54b1c1523 100644 --- a/src/coreclr/src/vm/eventpipesession.cpp +++ b/src/coreclr/src/vm/eventpipesession.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 "eventpipe.h" diff --git a/src/coreclr/src/vm/eventpipesession.h b/src/coreclr/src/vm/eventpipesession.h index 4c98831c101222..10974859c6b535 100644 --- a/src/coreclr/src/vm/eventpipesession.h +++ b/src/coreclr/src/vm/eventpipesession.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 __EVENTPIPE_SESSION_H__ #define __EVENTPIPE_SESSION_H__ diff --git a/src/coreclr/src/vm/eventpipesessionprovider.cpp b/src/coreclr/src/vm/eventpipesessionprovider.cpp index c3e05c097238f1..939aab0f60350a 100644 --- a/src/coreclr/src/vm/eventpipesessionprovider.cpp +++ b/src/coreclr/src/vm/eventpipesessionprovider.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 "eventpipeprovider.h" diff --git a/src/coreclr/src/vm/eventpipethread.cpp b/src/coreclr/src/vm/eventpipethread.cpp index 71d4aaf62f2166..f33fc4ffd840f9 100644 --- a/src/coreclr/src/vm/eventpipethread.cpp +++ b/src/coreclr/src/vm/eventpipethread.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 "eventpipe.h" diff --git a/src/coreclr/src/vm/eventpipethread.h b/src/coreclr/src/vm/eventpipethread.h index 9d675202842c07..f4d899a9d697be 100644 --- a/src/coreclr/src/vm/eventpipethread.h +++ b/src/coreclr/src/vm/eventpipethread.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 __EVENTPIPE_THREAD_H__ #define __EVENTPIPE_THREAD_H__ diff --git a/src/coreclr/src/vm/eventreporter.cpp b/src/coreclr/src/vm/eventreporter.cpp index 2ff712b1cc9681..f8e3ef7c0b2656 100644 --- a/src/coreclr/src/vm/eventreporter.cpp +++ b/src/coreclr/src/vm/eventreporter.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. // // diff --git a/src/coreclr/src/vm/eventreporter.h b/src/coreclr/src/vm/eventreporter.h index 3bfede0e1e35d9..ac74acb76a1019 100644 --- a/src/coreclr/src/vm/eventreporter.h +++ b/src/coreclr/src/vm/eventreporter.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/vm/eventstore.cpp b/src/coreclr/src/vm/eventstore.cpp index d986e81f402ad3..7fa0cd570788cc 100644 --- a/src/coreclr/src/vm/eventstore.cpp +++ b/src/coreclr/src/vm/eventstore.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" diff --git a/src/coreclr/src/vm/eventstore.hpp b/src/coreclr/src/vm/eventstore.hpp index 9e53bb06f8d9b6..450b7af978776d 100644 --- a/src/coreclr/src/vm/eventstore.hpp +++ b/src/coreclr/src/vm/eventstore.hpp @@ -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 __EventStore_hpp diff --git a/src/coreclr/src/vm/eventtrace.cpp b/src/coreclr/src/vm/eventtrace.cpp index ec5945c7378718..0d414d3824696f 100644 --- a/src/coreclr/src/vm/eventtrace.cpp +++ b/src/coreclr/src/vm/eventtrace.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. // // File: eventtrace.cpp // Abstract: This module implements Event Tracing support diff --git a/src/coreclr/src/vm/eventtrace.inl b/src/coreclr/src/vm/eventtrace.inl index a8b73b27cad1af..5aa06901e09ea6 100644 --- a/src/coreclr/src/vm/eventtrace.inl +++ b/src/coreclr/src/vm/eventtrace.inl @@ -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/coreclr/src/vm/eventtracepriv.h b/src/coreclr/src/vm/eventtracepriv.h index 77681f2c69209c..2d3f09580f580a 100644 --- a/src/coreclr/src/vm/eventtracepriv.h +++ b/src/coreclr/src/vm/eventtracepriv.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. // // File: eventtracepriv.h // diff --git a/src/coreclr/src/vm/excep.cpp b/src/coreclr/src/vm/excep.cpp index c0b89c0e6945d6..2366aea21e7d81 100644 --- a/src/coreclr/src/vm/excep.cpp +++ b/src/coreclr/src/vm/excep.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. // // diff --git a/src/coreclr/src/vm/excep.h b/src/coreclr/src/vm/excep.h index 0f8504c194f6e5..28bcaa35ee7fda 100644 --- a/src/coreclr/src/vm/excep.h +++ b/src/coreclr/src/vm/excep.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. // EXCEP.H // diff --git a/src/coreclr/src/vm/exceptionhandling.cpp b/src/coreclr/src/vm/exceptionhandling.cpp index c655fe8ded92c2..84a65d8687e244 100644 --- a/src/coreclr/src/vm/exceptionhandling.cpp +++ b/src/coreclr/src/vm/exceptionhandling.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. // // diff --git a/src/coreclr/src/vm/exceptionhandling.h b/src/coreclr/src/vm/exceptionhandling.h index dfdaf49726edcb..06b10013981a3d 100644 --- a/src/coreclr/src/vm/exceptionhandling.h +++ b/src/coreclr/src/vm/exceptionhandling.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/vm/exceptmacros.h b/src/coreclr/src/vm/exceptmacros.h index 31fb8c73cdf713..60deb5a5bf90a5 100644 --- a/src/coreclr/src/vm/exceptmacros.h +++ b/src/coreclr/src/vm/exceptmacros.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/vm/exinfo.cpp b/src/coreclr/src/vm/exinfo.cpp index 58e353a0160167..acfa06f07e1021 100644 --- a/src/coreclr/src/vm/exinfo.cpp +++ b/src/coreclr/src/vm/exinfo.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. // // diff --git a/src/coreclr/src/vm/exinfo.h b/src/coreclr/src/vm/exinfo.h index 332d2248342abe..a270843eec9c81 100644 --- a/src/coreclr/src/vm/exinfo.h +++ b/src/coreclr/src/vm/exinfo.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/vm/exstate.cpp b/src/coreclr/src/vm/exstate.cpp index db238df8bafe1b..992cd361b6ef87 100644 --- a/src/coreclr/src/vm/exstate.cpp +++ b/src/coreclr/src/vm/exstate.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. // // diff --git a/src/coreclr/src/vm/exstate.h b/src/coreclr/src/vm/exstate.h index e3971d356b5a7a..6a9b80e1a20422 100644 --- a/src/coreclr/src/vm/exstate.h +++ b/src/coreclr/src/vm/exstate.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/vm/exstatecommon.h b/src/coreclr/src/vm/exstatecommon.h index e1bf685f64dc58..92a4c45d2b87bb 100644 --- a/src/coreclr/src/vm/exstatecommon.h +++ b/src/coreclr/src/vm/exstatecommon.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/vm/fastserializableobject.h b/src/coreclr/src/vm/fastserializableobject.h index 15851f102953a1..f2158c627636e7 100644 --- a/src/coreclr/src/vm/fastserializableobject.h +++ b/src/coreclr/src/vm/fastserializableobject.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 __FASTSERIALIZABLE_OBJECT_H__ #define __FASTSERIALIZABLE_OBJECT_H__ diff --git a/src/coreclr/src/vm/fastserializer.cpp b/src/coreclr/src/vm/fastserializer.cpp index 1a529a4b4d6222..a15880079b6f70 100644 --- a/src/coreclr/src/vm/fastserializer.cpp +++ b/src/coreclr/src/vm/fastserializer.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/fastserializer.h b/src/coreclr/src/vm/fastserializer.h index aa0501f0ae5494..436813062cc87f 100644 --- a/src/coreclr/src/vm/fastserializer.h +++ b/src/coreclr/src/vm/fastserializer.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 __FASTSERIALIZER_H__ #define __FASTSERIALIZER_H__ diff --git a/src/coreclr/src/vm/fcall.cpp b/src/coreclr/src/vm/fcall.cpp index 51c1f0147ad66f..6e595c0cc578dd 100644 --- a/src/coreclr/src/vm/fcall.cpp +++ b/src/coreclr/src/vm/fcall.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. // FCALL.CPP // diff --git a/src/coreclr/src/vm/fcall.h b/src/coreclr/src/vm/fcall.h index 13df4cc76d957a..3598dc62305929 100644 --- a/src/coreclr/src/vm/fcall.h +++ b/src/coreclr/src/vm/fcall.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. // FCall.H // diff --git a/src/coreclr/src/vm/field.cpp b/src/coreclr/src/vm/field.cpp index 22ca7c1b3a9b65..b3d4bde947a082 100644 --- a/src/coreclr/src/vm/field.cpp +++ b/src/coreclr/src/vm/field.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. // =========================================================================== // File: Field.cpp // diff --git a/src/coreclr/src/vm/field.h b/src/coreclr/src/vm/field.h index 1121bf8cd47644..be57bec9d0c605 100644 --- a/src/coreclr/src/vm/field.h +++ b/src/coreclr/src/vm/field.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. // // COM+ Data Field Abstraction diff --git a/src/coreclr/src/vm/fieldmarshaler.cpp b/src/coreclr/src/vm/fieldmarshaler.cpp index 5b9133c1f1db19..c7b5910e54a509 100644 --- a/src/coreclr/src/vm/fieldmarshaler.cpp +++ b/src/coreclr/src/vm/fieldmarshaler.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. // // File: FieldMarshaler.cpp // diff --git a/src/coreclr/src/vm/fieldmarshaler.h b/src/coreclr/src/vm/fieldmarshaler.h index 9366a8a0746e6e..1fbef3aba622b0 100644 --- a/src/coreclr/src/vm/fieldmarshaler.h +++ b/src/coreclr/src/vm/fieldmarshaler.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. // // File: FieldMarshaler.h // diff --git a/src/coreclr/src/vm/finalizerthread.cpp b/src/coreclr/src/vm/finalizerthread.cpp index 979f05e1e43b1a..6cbe3f27fc14b7 100644 --- a/src/coreclr/src/vm/finalizerthread.cpp +++ b/src/coreclr/src/vm/finalizerthread.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" diff --git a/src/coreclr/src/vm/finalizerthread.h b/src/coreclr/src/vm/finalizerthread.h index 3398c75102f343..824b3e97e8e6d2 100644 --- a/src/coreclr/src/vm/finalizerthread.h +++ b/src/coreclr/src/vm/finalizerthread.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 _FINALIZER_THREAD_H_ diff --git a/src/coreclr/src/vm/formattype.cpp b/src/coreclr/src/vm/formattype.cpp index 856945a1c4596a..756d29629b161a 100644 --- a/src/coreclr/src/vm/formattype.cpp +++ b/src/coreclr/src/vm/formattype.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. //This file just includes formattype.cpp from the inc directory. diff --git a/src/coreclr/src/vm/fptrstubs.cpp b/src/coreclr/src/vm/fptrstubs.cpp index 18fd87d0065597..f76b7951027a72 100644 --- a/src/coreclr/src/vm/fptrstubs.cpp +++ b/src/coreclr/src/vm/fptrstubs.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. diff --git a/src/coreclr/src/vm/fptrstubs.h b/src/coreclr/src/vm/fptrstubs.h index 2f1d88b372198b..d877f1b4b20567 100644 --- a/src/coreclr/src/vm/fptrstubs.h +++ b/src/coreclr/src/vm/fptrstubs.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/vm/frames.cpp b/src/coreclr/src/vm/frames.cpp index 0dd105b59b27c9..3e6ab6d1c8e858 100644 --- a/src/coreclr/src/vm/frames.cpp +++ b/src/coreclr/src/vm/frames.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. // FRAMES.CPP diff --git a/src/coreclr/src/vm/frames.h b/src/coreclr/src/vm/frames.h index 3437030705f18d..d37ba385879b78 100644 --- a/src/coreclr/src/vm/frames.h +++ b/src/coreclr/src/vm/frames.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. // FRAMES.H diff --git a/src/coreclr/src/vm/gccover.cpp b/src/coreclr/src/vm/gccover.cpp index 6c2c75dfa37984..2f6001a0858f23 100644 --- a/src/coreclr/src/vm/gccover.cpp +++ b/src/coreclr/src/vm/gccover.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. /****************************************************************************/ diff --git a/src/coreclr/src/vm/gccover.h b/src/coreclr/src/vm/gccover.h index 6432f005b653ee..abd07de2cda0ac 100644 --- a/src/coreclr/src/vm/gccover.h +++ b/src/coreclr/src/vm/gccover.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/vm/gcdecode.cpp b/src/coreclr/src/vm/gcdecode.cpp index 8d2251dcbcc143..f7c819d2dd04ef 100644 --- a/src/coreclr/src/vm/gcdecode.cpp +++ b/src/coreclr/src/vm/gcdecode.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" diff --git a/src/coreclr/src/vm/gcdesc.h b/src/coreclr/src/vm/gcdesc.h index c4bbbd5857d2f6..923164bc448e16 100644 --- a/src/coreclr/src/vm/gcdesc.h +++ b/src/coreclr/src/vm/gcdesc.h @@ -1,5 +1,4 @@ // Licensed to the .NET Foundation under one or more 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 "../gc/gcdesc.h" diff --git a/src/coreclr/src/vm/gcenv.ee.common.cpp b/src/coreclr/src/vm/gcenv.ee.common.cpp index f9e7794a839bc2..3137f6921642ca 100644 --- a/src/coreclr/src/vm/gcenv.ee.common.cpp +++ b/src/coreclr/src/vm/gcenv.ee.common.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 "gcenv.h" @@ -394,4 +393,4 @@ StackWalkAction GcStackCrawlCallBack(CrawlFrame* pCF, VOID* pData) pCF->CheckGSCookies(); return SWA_CONTINUE; -} \ No newline at end of file +} diff --git a/src/coreclr/src/vm/gcenv.ee.cpp b/src/coreclr/src/vm/gcenv.ee.cpp index 7bb9fdde70a612..394475996015ca 100644 --- a/src/coreclr/src/vm/gcenv.ee.cpp +++ b/src/coreclr/src/vm/gcenv.ee.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. /* * GCENV.EE.CPP diff --git a/src/coreclr/src/vm/gcenv.ee.h b/src/coreclr/src/vm/gcenv.ee.h index 37f9dc9f68c4df..908fb465dc98e4 100644 --- a/src/coreclr/src/vm/gcenv.ee.h +++ b/src/coreclr/src/vm/gcenv.ee.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 _GCENV_EE_H_ #define _GCENV_EE_H_ diff --git a/src/coreclr/src/vm/gcenv.ee.standalone.cpp b/src/coreclr/src/vm/gcenv.ee.standalone.cpp index a52daeaf7f2617..8aa1d4893fea96 100644 --- a/src/coreclr/src/vm/gcenv.ee.standalone.cpp +++ b/src/coreclr/src/vm/gcenv.ee.standalone.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 "gcenv.h" diff --git a/src/coreclr/src/vm/gcenv.ee.static.cpp b/src/coreclr/src/vm/gcenv.ee.static.cpp index b3802e5809eee4..5e1b452b256af6 100644 --- a/src/coreclr/src/vm/gcenv.ee.static.cpp +++ b/src/coreclr/src/vm/gcenv.ee.static.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 "gcenv.h" diff --git a/src/coreclr/src/vm/gcenv.h b/src/coreclr/src/vm/gcenv.h index d2236946f8d042..c73bc467427ad5 100644 --- a/src/coreclr/src/vm/gcenv.h +++ b/src/coreclr/src/vm/gcenv.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 GCENV_H_ #define GCENV_H_ diff --git a/src/coreclr/src/vm/gcenv.interlocked.h b/src/coreclr/src/vm/gcenv.interlocked.h index 2e4af516686be1..2e888aa2f2f174 100644 --- a/src/coreclr/src/vm/gcenv.interlocked.h +++ b/src/coreclr/src/vm/gcenv.interlocked.h @@ -1,5 +1,4 @@ // Licensed to the .NET Foundation under one or more 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 "../gc/env/gcenv.interlocked.h" diff --git a/src/coreclr/src/vm/gcenv.interlocked.inl b/src/coreclr/src/vm/gcenv.interlocked.inl index 6d79cea5813fc5..7190af05aa7888 100644 --- a/src/coreclr/src/vm/gcenv.interlocked.inl +++ b/src/coreclr/src/vm/gcenv.interlocked.inl @@ -1,5 +1,4 @@ // Licensed to the .NET Foundation under one or more 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 "../gc/env/gcenv.interlocked.inl" diff --git a/src/coreclr/src/vm/gcenv.os.cpp b/src/coreclr/src/vm/gcenv.os.cpp index e7add3b29e08bb..dfb7463296f1ce 100644 --- a/src/coreclr/src/vm/gcenv.os.cpp +++ b/src/coreclr/src/vm/gcenv.os.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. /* * gcenv.os.cpp diff --git a/src/coreclr/src/vm/gcenv.os.h b/src/coreclr/src/vm/gcenv.os.h index 0ad745e50656fa..8e43e9de05faa1 100644 --- a/src/coreclr/src/vm/gcenv.os.h +++ b/src/coreclr/src/vm/gcenv.os.h @@ -1,5 +1,4 @@ // Licensed to the .NET Foundation under one or more 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 "../gc/env/gcenv.os.h" diff --git a/src/coreclr/src/vm/gcenv.unix.inl b/src/coreclr/src/vm/gcenv.unix.inl index 7523864c7d064d..53dbecc99afb38 100644 --- a/src/coreclr/src/vm/gcenv.unix.inl +++ b/src/coreclr/src/vm/gcenv.unix.inl @@ -1,5 +1,4 @@ // Licensed to the .NET Foundation under one or more 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 "../gc/env/gcenv.unix.inl" diff --git a/src/coreclr/src/vm/gcenv.windows.inl b/src/coreclr/src/vm/gcenv.windows.inl index aeb35f6b20ff61..904b30d6905671 100644 --- a/src/coreclr/src/vm/gcenv.windows.inl +++ b/src/coreclr/src/vm/gcenv.windows.inl @@ -1,5 +1,4 @@ // Licensed to the .NET Foundation under one or more 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 "../gc/env/gcenv.windows.inl" diff --git a/src/coreclr/src/vm/gchandleutilities.cpp b/src/coreclr/src/vm/gchandleutilities.cpp index 4c03db60d197ba..2086dacdc62ec1 100644 --- a/src/coreclr/src/vm/gchandleutilities.cpp +++ b/src/coreclr/src/vm/gchandleutilities.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 "gchandleutilities.h" diff --git a/src/coreclr/src/vm/gchandleutilities.h b/src/coreclr/src/vm/gchandleutilities.h index 039df610a448c2..f6f7991f724809 100644 --- a/src/coreclr/src/vm/gchandleutilities.h +++ b/src/coreclr/src/vm/gchandleutilities.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 _GCHANDLEUTILITIES_H_ #define _GCHANDLEUTILITIES_H_ diff --git a/src/coreclr/src/vm/gcheaphashtable.h b/src/coreclr/src/vm/gcheaphashtable.h index b9e807fc4daa34..d47ebaf232299a 100644 --- a/src/coreclr/src/vm/gcheaphashtable.h +++ b/src/coreclr/src/vm/gcheaphashtable.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 GCHEAPHASHTABLE_H #define GCHEAPHASHTABLE_H diff --git a/src/coreclr/src/vm/gcheaphashtable.inl b/src/coreclr/src/vm/gcheaphashtable.inl index 2ba776894fcd79..6149dcc52dbc56 100644 --- a/src/coreclr/src/vm/gcheaphashtable.inl +++ b/src/coreclr/src/vm/gcheaphashtable.inl @@ -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. #ifdef GCHEAPHASHTABLE_H #ifndef GCHEAPHASHTABLE_INL diff --git a/src/coreclr/src/vm/gcheaputilities.cpp b/src/coreclr/src/vm/gcheaputilities.cpp index 9f13eff75b9031..6067060509583f 100644 --- a/src/coreclr/src/vm/gcheaputilities.cpp +++ b/src/coreclr/src/vm/gcheaputilities.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 "gcheaputilities.h" diff --git a/src/coreclr/src/vm/gcheaputilities.h b/src/coreclr/src/vm/gcheaputilities.h index 24cd66bb9f3215..ab1f931d0e3079 100644 --- a/src/coreclr/src/vm/gcheaputilities.h +++ b/src/coreclr/src/vm/gcheaputilities.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 _GCHEAPUTILITIES_H_ #define _GCHEAPUTILITIES_H_ diff --git a/src/coreclr/src/vm/gchelpers.cpp b/src/coreclr/src/vm/gchelpers.cpp index 60e0a03a585aa9..5a8877423a0dea 100644 --- a/src/coreclr/src/vm/gchelpers.cpp +++ b/src/coreclr/src/vm/gchelpers.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. /* * GCHELPERS.CPP diff --git a/src/coreclr/src/vm/gchelpers.h b/src/coreclr/src/vm/gchelpers.h index 9cf70b12d78307..f9a9ac5320e29f 100644 --- a/src/coreclr/src/vm/gchelpers.h +++ b/src/coreclr/src/vm/gchelpers.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. /* * GCHELPERS.H diff --git a/src/coreclr/src/vm/gchelpers.inl b/src/coreclr/src/vm/gchelpers.inl index 864bed35b24a98..e56bcd16a1ed43 100644 --- a/src/coreclr/src/vm/gchelpers.inl +++ b/src/coreclr/src/vm/gchelpers.inl @@ -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. /* * GCHELPERS.INL diff --git a/src/coreclr/src/vm/gcinfodecoder.cpp b/src/coreclr/src/vm/gcinfodecoder.cpp index 8e9aca78b1f4d9..ac28d049891e04 100644 --- a/src/coreclr/src/vm/gcinfodecoder.cpp +++ b/src/coreclr/src/vm/gcinfodecoder.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" diff --git a/src/coreclr/src/vm/gcinterface.h b/src/coreclr/src/vm/gcinterface.h index cc70becdf19c0d..d253063ec67ce3 100644 --- a/src/coreclr/src/vm/gcinterface.h +++ b/src/coreclr/src/vm/gcinterface.h @@ -1,5 +1,4 @@ // Licensed to the .NET Foundation under one or more 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 "../gc/gcinterface.h" \ No newline at end of file +#include "../gc/gcinterface.h" diff --git a/src/coreclr/src/vm/gcstress.h b/src/coreclr/src/vm/gcstress.h index da9c749d8f082b..30c3ca7062d30f 100644 --- a/src/coreclr/src/vm/gcstress.h +++ b/src/coreclr/src/vm/gcstress.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/vm/gctoclreventsink.cpp b/src/coreclr/src/vm/gctoclreventsink.cpp index 57dfdef3183ed5..15cd777e86e101 100644 --- a/src/coreclr/src/vm/gctoclreventsink.cpp +++ b/src/coreclr/src/vm/gctoclreventsink.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 "gctoclreventsink.h" diff --git a/src/coreclr/src/vm/gctoclreventsink.h b/src/coreclr/src/vm/gctoclreventsink.h index 3312b074adab9f..49212e874159f8 100644 --- a/src/coreclr/src/vm/gctoclreventsink.h +++ b/src/coreclr/src/vm/gctoclreventsink.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 __GCTOCLREVENTSINK_H__ #define __GCTOCLREVENTSINK_H__ diff --git a/src/coreclr/src/vm/gdbjit.cpp b/src/coreclr/src/vm/gdbjit.cpp index 8d8e34e6362f42..9e12ec4b3cbf6c 100644 --- a/src/coreclr/src/vm/gdbjit.cpp +++ b/src/coreclr/src/vm/gdbjit.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. //***************************************************************************** // File: gdbjit.cpp // diff --git a/src/coreclr/src/vm/gdbjit.h b/src/coreclr/src/vm/gdbjit.h index fa5a4883cb7425..355e5ee831c5f0 100644 --- a/src/coreclr/src/vm/gdbjit.h +++ b/src/coreclr/src/vm/gdbjit.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. //***************************************************************************** // File: gdbjit.h // diff --git a/src/coreclr/src/vm/gdbjithelpers.h b/src/coreclr/src/vm/gdbjithelpers.h index 28afb655984fe8..51e59d00368482 100644 --- a/src/coreclr/src/vm/gdbjithelpers.h +++ b/src/coreclr/src/vm/gdbjithelpers.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. //***************************************************************************** // File: gdbjithelpers.h // diff --git a/src/coreclr/src/vm/genericdict.cpp b/src/coreclr/src/vm/genericdict.cpp index 3428a417cde9e3..b378f922579295 100644 --- a/src/coreclr/src/vm/genericdict.cpp +++ b/src/coreclr/src/vm/genericdict.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. // // File: genericdict.cpp // diff --git a/src/coreclr/src/vm/genericdict.h b/src/coreclr/src/vm/genericdict.h index 37f8d6a44ffcfe..8637144466d626 100644 --- a/src/coreclr/src/vm/genericdict.h +++ b/src/coreclr/src/vm/genericdict.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. // // File: genericdict.h // diff --git a/src/coreclr/src/vm/generics.cpp b/src/coreclr/src/vm/generics.cpp index 32450ca84f0b8e..4e95b52f009e7e 100644 --- a/src/coreclr/src/vm/generics.cpp +++ b/src/coreclr/src/vm/generics.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. // // File: generics.cpp // diff --git a/src/coreclr/src/vm/generics.h b/src/coreclr/src/vm/generics.h index 55f4e6a067c1d6..d7c51569246d5a 100644 --- a/src/coreclr/src/vm/generics.h +++ b/src/coreclr/src/vm/generics.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. // // File: generics.cpp // diff --git a/src/coreclr/src/vm/genmeth.cpp b/src/coreclr/src/vm/genmeth.cpp index e1de988d3ed953..80ffce4f34e9e7 100644 --- a/src/coreclr/src/vm/genmeth.cpp +++ b/src/coreclr/src/vm/genmeth.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. // File: genmeth.cpp // // Most functionality for generic methods is put here diff --git a/src/coreclr/src/vm/gms.h b/src/coreclr/src/vm/gms.h index 9bd4c41ac59227..be26cdf1be2147 100644 --- a/src/coreclr/src/vm/gms.h +++ b/src/coreclr/src/vm/gms.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. #include "gmscpu.h" diff --git a/src/coreclr/src/vm/hash.cpp b/src/coreclr/src/vm/hash.cpp index 9408753a5f8be9..a6708d2188ec48 100644 --- a/src/coreclr/src/vm/hash.cpp +++ b/src/coreclr/src/vm/hash.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. /*++ diff --git a/src/coreclr/src/vm/hash.h b/src/coreclr/src/vm/hash.h index 7d09307fde426c..aa21cce63b3695 100644 --- a/src/coreclr/src/vm/hash.h +++ b/src/coreclr/src/vm/hash.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/vm/hillclimbing.cpp b/src/coreclr/src/vm/hillclimbing.cpp index f3680806746139..0c6be1ec72133b 100644 --- a/src/coreclr/src/vm/hillclimbing.cpp +++ b/src/coreclr/src/vm/hillclimbing.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. //========================================================================= diff --git a/src/coreclr/src/vm/hillclimbing.h b/src/coreclr/src/vm/hillclimbing.h index 33382f551ec202..49bd023af113df 100644 --- a/src/coreclr/src/vm/hillclimbing.h +++ b/src/coreclr/src/vm/hillclimbing.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/vm/hosting.cpp b/src/coreclr/src/vm/hosting.cpp index c45862e8b10e2a..9489879a24527a 100644 --- a/src/coreclr/src/vm/hosting.cpp +++ b/src/coreclr/src/vm/hosting.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. // diff --git a/src/coreclr/src/vm/i386/asmconstants.h b/src/coreclr/src/vm/i386/asmconstants.h index 34e2da58f4be55..53813933150ead 100644 --- a/src/coreclr/src/vm/i386/asmconstants.h +++ b/src/coreclr/src/vm/i386/asmconstants.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. // asmconstants.h - // // This header defines field offsets and constants used by assembly code diff --git a/src/coreclr/src/vm/i386/asmhelpers.S b/src/coreclr/src/vm/i386/asmhelpers.S index 7ed9d6bd3512a5..f6b016cbe4105f 100644 --- a/src/coreclr/src/vm/i386/asmhelpers.S +++ b/src/coreclr/src/vm/i386/asmhelpers.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/vm/i386/cgencpu.h b/src/coreclr/src/vm/i386/cgencpu.h index 3ab93a7eca42a7..0fb8b70deb22f4 100644 --- a/src/coreclr/src/vm/i386/cgencpu.h +++ b/src/coreclr/src/vm/i386/cgencpu.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. // CGENX86.H - // // Various helper routines for generating x86 assembly code. diff --git a/src/coreclr/src/vm/i386/cgenx86.cpp b/src/coreclr/src/vm/i386/cgenx86.cpp index 887b24e9ad29ed..58cbf0ffa00158 100644 --- a/src/coreclr/src/vm/i386/cgenx86.cpp +++ b/src/coreclr/src/vm/i386/cgenx86.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. // CGENX86.CPP - // // Various helper routines for generating x86 assembly code. diff --git a/src/coreclr/src/vm/i386/ehhelpers.S b/src/coreclr/src/vm/i386/ehhelpers.S index 7516db5019543b..3b65e1b384d916 100644 --- a/src/coreclr/src/vm/i386/ehhelpers.S +++ b/src/coreclr/src/vm/i386/ehhelpers.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/vm/i386/excepcpu.h b/src/coreclr/src/vm/i386/excepcpu.h index 10004e6ffd42c7..4e841830304187 100644 --- a/src/coreclr/src/vm/i386/excepcpu.h +++ b/src/coreclr/src/vm/i386/excepcpu.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/vm/i386/excepx86.cpp b/src/coreclr/src/vm/i386/excepx86.cpp index a89e7159566926..32ea9f08b2766b 100644 --- a/src/coreclr/src/vm/i386/excepx86.cpp +++ b/src/coreclr/src/vm/i386/excepx86.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. // // diff --git a/src/coreclr/src/vm/i386/gmsasm.S b/src/coreclr/src/vm/i386/gmsasm.S index 1e43fd281f3bac..30871cdf5f08a2 100644 --- a/src/coreclr/src/vm/i386/gmsasm.S +++ b/src/coreclr/src/vm/i386/gmsasm.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/vm/i386/gmscpu.h b/src/coreclr/src/vm/i386/gmscpu.h index c4ecb8de8b103c..4f8535c93897e8 100644 --- a/src/coreclr/src/vm/i386/gmscpu.h +++ b/src/coreclr/src/vm/i386/gmscpu.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. /**************************************************************/ /* gmscpu.h */ diff --git a/src/coreclr/src/vm/i386/gmsx86.cpp b/src/coreclr/src/vm/i386/gmsx86.cpp index ccb54a0150be7c..de27dca090e4fd 100644 --- a/src/coreclr/src/vm/i386/gmsx86.cpp +++ b/src/coreclr/src/vm/i386/gmsx86.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. /**************************************************************/ /* gmsx86.cpp */ diff --git a/src/coreclr/src/vm/i386/jithelp.S b/src/coreclr/src/vm/i386/jithelp.S index cbcb7c72ada0f5..435b22ba4f2440 100644 --- a/src/coreclr/src/vm/i386/jithelp.S +++ b/src/coreclr/src/vm/i386/jithelp.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/vm/i386/jitinterfacex86.cpp b/src/coreclr/src/vm/i386/jitinterfacex86.cpp index 72c97096e17c38..4cba1165bff34c 100644 --- a/src/coreclr/src/vm/i386/jitinterfacex86.cpp +++ b/src/coreclr/src/vm/i386/jitinterfacex86.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. // =========================================================================== // File: JITinterfaceX86.CPP // diff --git a/src/coreclr/src/vm/i386/pinvokestubs.S b/src/coreclr/src/vm/i386/pinvokestubs.S index d556ae8a9f1253..e9c99b7eab0a14 100644 --- a/src/coreclr/src/vm/i386/pinvokestubs.S +++ b/src/coreclr/src/vm/i386/pinvokestubs.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/vm/i386/profiler.cpp b/src/coreclr/src/vm/i386/profiler.cpp index d623be7746a98f..9f48cc16633615 100644 --- a/src/coreclr/src/vm/i386/profiler.cpp +++ b/src/coreclr/src/vm/i386/profiler.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. // // FILE: profiler.cpp // diff --git a/src/coreclr/src/vm/i386/stublinkerx86.cpp b/src/coreclr/src/vm/i386/stublinkerx86.cpp index 5e801b4d704a13..e6753a67a50144 100644 --- a/src/coreclr/src/vm/i386/stublinkerx86.cpp +++ b/src/coreclr/src/vm/i386/stublinkerx86.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. // NOTE on Frame Size C_ASSERT usage in this file diff --git a/src/coreclr/src/vm/i386/stublinkerx86.h b/src/coreclr/src/vm/i386/stublinkerx86.h index 23ab0c40ca5716..e8730c2725bf31 100644 --- a/src/coreclr/src/vm/i386/stublinkerx86.h +++ b/src/coreclr/src/vm/i386/stublinkerx86.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 STUBLINKERX86_H_ #define STUBLINKERX86_H_ diff --git a/src/coreclr/src/vm/i386/umthunkstub.S b/src/coreclr/src/vm/i386/umthunkstub.S index a88fbefcf16802..d24493ea0de38c 100644 --- a/src/coreclr/src/vm/i386/umthunkstub.S +++ b/src/coreclr/src/vm/i386/umthunkstub.S @@ -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. .intel_syntax noprefix #include "unixasmmacros.inc" diff --git a/src/coreclr/src/vm/i386/unixstubs.cpp b/src/coreclr/src/vm/i386/unixstubs.cpp index 81674766e80e9d..eb6844e1b03825 100644 --- a/src/coreclr/src/vm/i386/unixstubs.cpp +++ b/src/coreclr/src/vm/i386/unixstubs.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" diff --git a/src/coreclr/src/vm/i386/virtualcallstubcpu.hpp b/src/coreclr/src/vm/i386/virtualcallstubcpu.hpp index f8e4982360287a..38680e402d64d8 100644 --- a/src/coreclr/src/vm/i386/virtualcallstubcpu.hpp +++ b/src/coreclr/src/vm/i386/virtualcallstubcpu.hpp @@ -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. // // File: virtualcallstubcpu.hpp // diff --git a/src/coreclr/src/vm/ibclogger.cpp b/src/coreclr/src/vm/ibclogger.cpp index c4b0fd79d0f663..eded1487a20dee 100644 --- a/src/coreclr/src/vm/ibclogger.cpp +++ b/src/coreclr/src/vm/ibclogger.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. // IBClogger.CPP // diff --git a/src/coreclr/src/vm/ibclogger.h b/src/coreclr/src/vm/ibclogger.h index ded80e84c11e69..bde07e9f22a0ed 100644 --- a/src/coreclr/src/vm/ibclogger.h +++ b/src/coreclr/src/vm/ibclogger.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. // IBClogger.H // diff --git a/src/coreclr/src/vm/ildump.h b/src/coreclr/src/vm/ildump.h index 710d6b89cca18e..86a028355bde8f 100644 --- a/src/coreclr/src/vm/ildump.h +++ b/src/coreclr/src/vm/ildump.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. #define ILDUMP_VOID BYTE diff --git a/src/coreclr/src/vm/ilinstrumentation.cpp b/src/coreclr/src/vm/ilinstrumentation.cpp index e6f6d3397c68e9..ca109637448ce9 100644 --- a/src/coreclr/src/vm/ilinstrumentation.cpp +++ b/src/coreclr/src/vm/ilinstrumentation.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. // =========================================================================== // File: ILInstrumentation.cpp // diff --git a/src/coreclr/src/vm/ilinstrumentation.h b/src/coreclr/src/vm/ilinstrumentation.h index 995e8ccb70c64c..d6725cc5b237d7 100644 --- a/src/coreclr/src/vm/ilinstrumentation.h +++ b/src/coreclr/src/vm/ilinstrumentation.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. // =========================================================================== // File: ILInstrumentation.h // diff --git a/src/coreclr/src/vm/ilmarshalers.cpp b/src/coreclr/src/vm/ilmarshalers.cpp index 44be16f52ad8c1..4905061335ca85 100644 --- a/src/coreclr/src/vm/ilmarshalers.cpp +++ b/src/coreclr/src/vm/ilmarshalers.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. // // File: ILMarshalers.cpp // diff --git a/src/coreclr/src/vm/ilmarshalers.h b/src/coreclr/src/vm/ilmarshalers.h index 6ca975525dad0d..be1e23e37ccfb6 100644 --- a/src/coreclr/src/vm/ilmarshalers.h +++ b/src/coreclr/src/vm/ilmarshalers.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. // // File: ILMarshalers.h // diff --git a/src/coreclr/src/vm/ilstubcache.cpp b/src/coreclr/src/vm/ilstubcache.cpp index 8ab1ea8aad97d7..4d24f193133f71 100644 --- a/src/coreclr/src/vm/ilstubcache.cpp +++ b/src/coreclr/src/vm/ilstubcache.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. // // File: ILStubCache.cpp // diff --git a/src/coreclr/src/vm/ilstubcache.h b/src/coreclr/src/vm/ilstubcache.h index 54912f93626097..29fc4fc5ae4d02 100644 --- a/src/coreclr/src/vm/ilstubcache.h +++ b/src/coreclr/src/vm/ilstubcache.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. // // File: ILStubCache.h // diff --git a/src/coreclr/src/vm/ilstubresolver.cpp b/src/coreclr/src/vm/ilstubresolver.cpp index 7e3650d54fccca..4dfd747b89968a 100644 --- a/src/coreclr/src/vm/ilstubresolver.cpp +++ b/src/coreclr/src/vm/ilstubresolver.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. // // File: ILStubResolver.cpp // diff --git a/src/coreclr/src/vm/ilstubresolver.h b/src/coreclr/src/vm/ilstubresolver.h index 88b6c812b804f9..1c46a3acc660d9 100644 --- a/src/coreclr/src/vm/ilstubresolver.h +++ b/src/coreclr/src/vm/ilstubresolver.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. // // File: ILStubResolver.h // diff --git a/src/coreclr/src/vm/inlinetracking.cpp b/src/coreclr/src/vm/inlinetracking.cpp index 6e80dd74dfffcc..e83e52903c91c1 100644 --- a/src/coreclr/src/vm/inlinetracking.cpp +++ b/src/coreclr/src/vm/inlinetracking.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. // ============================================================================================= // Code for tracking method inlinings in NGen and R2R images. // The only information stored is "who" got inlined "where", no offsets or inlining depth tracking. diff --git a/src/coreclr/src/vm/inlinetracking.h b/src/coreclr/src/vm/inlinetracking.h index 2fe8dc6fe32069..586b63b12e4369 100644 --- a/src/coreclr/src/vm/inlinetracking.h +++ b/src/coreclr/src/vm/inlinetracking.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. // ============================================================================================= // Definitions for tracking method inlinings in NGen and R2R images. // The only information stored is "who" got inlined "where", no offsets or inlining depth tracking. diff --git a/src/coreclr/src/vm/instmethhash.cpp b/src/coreclr/src/vm/instmethhash.cpp index 83dcb9d68b2ab8..0e2f19b6951255 100644 --- a/src/coreclr/src/vm/instmethhash.cpp +++ b/src/coreclr/src/vm/instmethhash.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. // // File: instmethhash.cpp // diff --git a/src/coreclr/src/vm/instmethhash.h b/src/coreclr/src/vm/instmethhash.h index bebb144410e031..2a340122b9ff41 100644 --- a/src/coreclr/src/vm/instmethhash.h +++ b/src/coreclr/src/vm/instmethhash.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. // // File: instmethhash.h // diff --git a/src/coreclr/src/vm/interopconverter.cpp b/src/coreclr/src/vm/interopconverter.cpp index e46864e7026b38..30604d630f03cc 100644 --- a/src/coreclr/src/vm/interopconverter.cpp +++ b/src/coreclr/src/vm/interopconverter.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" diff --git a/src/coreclr/src/vm/interopconverter.h b/src/coreclr/src/vm/interopconverter.h index eca3f9192140c3..a9be3e62a2a222 100644 --- a/src/coreclr/src/vm/interopconverter.h +++ b/src/coreclr/src/vm/interopconverter.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 _H_INTEROPCONVERTER_ diff --git a/src/coreclr/src/vm/interoplibinterface.cpp b/src/coreclr/src/vm/interoplibinterface.cpp index ffd8d4f6543710..7c8ab4d1b6aa24 100644 --- a/src/coreclr/src/vm/interoplibinterface.cpp +++ b/src/coreclr/src/vm/interoplibinterface.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. // Runtime headers #include "common.h" diff --git a/src/coreclr/src/vm/interoplibinterface.h b/src/coreclr/src/vm/interoplibinterface.h index bae00fb0d46107..a1f34e6557531d 100644 --- a/src/coreclr/src/vm/interoplibinterface.h +++ b/src/coreclr/src/vm/interoplibinterface.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. // // Interface between the VM and Interop library. diff --git a/src/coreclr/src/vm/interoputil.cpp b/src/coreclr/src/vm/interoputil.cpp index be2b589f5b6673..42eafe5228981f 100644 --- a/src/coreclr/src/vm/interoputil.cpp +++ b/src/coreclr/src/vm/interoputil.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" diff --git a/src/coreclr/src/vm/interoputil.h b/src/coreclr/src/vm/interoputil.h index 479e195719f581..3938a0ad331cac 100644 --- a/src/coreclr/src/vm/interoputil.h +++ b/src/coreclr/src/vm/interoputil.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 _H_INTEROP_UTIL diff --git a/src/coreclr/src/vm/interoputil.inl b/src/coreclr/src/vm/interoputil.inl index 06363bf68555e5..849a33b7ea6221 100644 --- a/src/coreclr/src/vm/interoputil.inl +++ b/src/coreclr/src/vm/interoputil.inl @@ -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 "comcallablewrapper.h" diff --git a/src/coreclr/src/vm/interpreter.cpp b/src/coreclr/src/vm/interpreter.cpp index 6c0c5ab05b5e1f..39ec5833acae3f 100644 --- a/src/coreclr/src/vm/interpreter.cpp +++ b/src/coreclr/src/vm/interpreter.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" diff --git a/src/coreclr/src/vm/interpreter.h b/src/coreclr/src/vm/interpreter.h index 36f0633acf5b1d..091a36eb3d50e2 100644 --- a/src/coreclr/src/vm/interpreter.h +++ b/src/coreclr/src/vm/interpreter.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 INTERPRETER_H_DEFINED diff --git a/src/coreclr/src/vm/interpreter.hpp b/src/coreclr/src/vm/interpreter.hpp index 238cfaa9ecf923..1c18fdd8129459 100644 --- a/src/coreclr/src/vm/interpreter.hpp +++ b/src/coreclr/src/vm/interpreter.hpp @@ -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/vm/invokeutil.cpp b/src/coreclr/src/vm/invokeutil.cpp index a42f638cc84d99..7c1790821db7cb 100644 --- a/src/coreclr/src/vm/invokeutil.cpp +++ b/src/coreclr/src/vm/invokeutil.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. // // diff --git a/src/coreclr/src/vm/invokeutil.h b/src/coreclr/src/vm/invokeutil.h index 22d6716b9708e0..b65cf834b438ed 100644 --- a/src/coreclr/src/vm/invokeutil.h +++ b/src/coreclr/src/vm/invokeutil.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/vm/ipcstreamfactory.cpp b/src/coreclr/src/vm/ipcstreamfactory.cpp index 33d36e93de5baa..3d9987b09a8c0a 100644 --- a/src/coreclr/src/vm/ipcstreamfactory.cpp +++ b/src/coreclr/src/vm/ipcstreamfactory.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 "diagnosticsprotocol.h" @@ -203,4 +202,4 @@ IpcStream *IpcStreamFactory::GetNextAvailableStream(ErrorCallback callback) return pStream; } -#endif // FEATURE_PERFTRACING \ No newline at end of file +#endif // FEATURE_PERFTRACING diff --git a/src/coreclr/src/vm/ipcstreamfactory.h b/src/coreclr/src/vm/ipcstreamfactory.h index 04d92bef846282..d65994a1e11dcd 100644 --- a/src/coreclr/src/vm/ipcstreamfactory.h +++ b/src/coreclr/src/vm/ipcstreamfactory.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 __IPC_STREAM_FACTORY_H__ #define __IPC_STREAM_FACTORY_H__ @@ -100,4 +99,4 @@ class IpcStreamFactory #endif // FEATURE_PERFTRACING -#endif // __IPC_STREAM_FACTORY_H__ \ No newline at end of file +#endif // __IPC_STREAM_FACTORY_H__ diff --git a/src/coreclr/src/vm/iterator_util.h b/src/coreclr/src/vm/iterator_util.h index dadc75d1a37e46..7a6026d8c2ce60 100644 --- a/src/coreclr/src/vm/iterator_util.h +++ b/src/coreclr/src/vm/iterator_util.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. // // File: iterator_util.h // diff --git a/src/coreclr/src/vm/jithelpers.cpp b/src/coreclr/src/vm/jithelpers.cpp index e0fe8772725560..54e0cb01660927 100644 --- a/src/coreclr/src/vm/jithelpers.cpp +++ b/src/coreclr/src/vm/jithelpers.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. diff --git a/src/coreclr/src/vm/jithost.cpp b/src/coreclr/src/vm/jithost.cpp index 25deef866bd8ac..d9b73512a3ca57 100644 --- a/src/coreclr/src/vm/jithost.cpp +++ b/src/coreclr/src/vm/jithost.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" diff --git a/src/coreclr/src/vm/jithost.h b/src/coreclr/src/vm/jithost.h index 21094e5199782c..4695eaafebc3f8 100644 --- a/src/coreclr/src/vm/jithost.h +++ b/src/coreclr/src/vm/jithost.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 __JITHOST_H__ #define __JITHOST_H__ diff --git a/src/coreclr/src/vm/jitinterface.cpp b/src/coreclr/src/vm/jitinterface.cpp index 8da03b99c11eca..969293870f61aa 100644 --- a/src/coreclr/src/vm/jitinterface.cpp +++ b/src/coreclr/src/vm/jitinterface.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. // =========================================================================== // File: JITinterface.CPP // diff --git a/src/coreclr/src/vm/jitinterface.h b/src/coreclr/src/vm/jitinterface.h index a1a7eee5e2f0fc..0400fcaff5eca9 100644 --- a/src/coreclr/src/vm/jitinterface.h +++ b/src/coreclr/src/vm/jitinterface.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. // =========================================================================== // File: JITinterface.H // diff --git a/src/coreclr/src/vm/jitinterfacegen.cpp b/src/coreclr/src/vm/jitinterfacegen.cpp index ceb6d1a0d3de15..661d68fa7d8d13 100644 --- a/src/coreclr/src/vm/jitinterfacegen.cpp +++ b/src/coreclr/src/vm/jitinterfacegen.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. // =========================================================================== // File: JITinterfaceGen.CPP diff --git a/src/coreclr/src/vm/listlock.h b/src/coreclr/src/vm/listlock.h index 2b135b19d784bc..ec92028133b48b 100644 --- a/src/coreclr/src/vm/listlock.h +++ b/src/coreclr/src/vm/listlock.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. // =========================================================================== // File: ListLock.h // diff --git a/src/coreclr/src/vm/loaderallocator.cpp b/src/coreclr/src/vm/loaderallocator.cpp index 406f45a89e3290..0119f6510f46cb 100644 --- a/src/coreclr/src/vm/loaderallocator.cpp +++ b/src/coreclr/src/vm/loaderallocator.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" diff --git a/src/coreclr/src/vm/loaderallocator.hpp b/src/coreclr/src/vm/loaderallocator.hpp index ea3da4a9cbe602..70b7cd839ceab4 100644 --- a/src/coreclr/src/vm/loaderallocator.hpp +++ b/src/coreclr/src/vm/loaderallocator.hpp @@ -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/vm/loaderallocator.inl b/src/coreclr/src/vm/loaderallocator.inl index 7b1db9ae63f215..a826675ccc93c1 100644 --- a/src/coreclr/src/vm/loaderallocator.inl +++ b/src/coreclr/src/vm/loaderallocator.inl @@ -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 _LOADER_ALLOCATOR_I diff --git a/src/coreclr/src/vm/managedmdimport.cpp b/src/coreclr/src/vm/managedmdimport.cpp index 8b96635bffeff9..973fa8ad44f6cc 100644 --- a/src/coreclr/src/vm/managedmdimport.cpp +++ b/src/coreclr/src/vm/managedmdimport.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. // TODO: Re-implement with MC++ if we ever compile any mscorlib code with that diff --git a/src/coreclr/src/vm/managedmdimport.hpp b/src/coreclr/src/vm/managedmdimport.hpp index cc1a166a6120c9..ffc1efb2b7a64c 100644 --- a/src/coreclr/src/vm/managedmdimport.hpp +++ b/src/coreclr/src/vm/managedmdimport.hpp @@ -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/vm/marshalnative.cpp b/src/coreclr/src/vm/marshalnative.cpp index efecfde373f513..e4f95bb77394d4 100644 --- a/src/coreclr/src/vm/marshalnative.cpp +++ b/src/coreclr/src/vm/marshalnative.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. // // File: MarshalNative.cpp // diff --git a/src/coreclr/src/vm/marshalnative.h b/src/coreclr/src/vm/marshalnative.h index 377320ba471ad0..574d40c9d2c50e 100644 --- a/src/coreclr/src/vm/marshalnative.h +++ b/src/coreclr/src/vm/marshalnative.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. // // File: MarshalNative.h // diff --git a/src/coreclr/src/vm/memberload.cpp b/src/coreclr/src/vm/memberload.cpp index c0e26d74d32f5e..8df00c959c3472 100644 --- a/src/coreclr/src/vm/memberload.cpp +++ b/src/coreclr/src/vm/memberload.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. // // File: memberload.cpp // diff --git a/src/coreclr/src/vm/memberload.h b/src/coreclr/src/vm/memberload.h index 2eaddc3ce57670..da77684fb227ea 100644 --- a/src/coreclr/src/vm/memberload.h +++ b/src/coreclr/src/vm/memberload.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. // // File: memberload.h // diff --git a/src/coreclr/src/vm/metasig.h b/src/coreclr/src/vm/metasig.h index b7cfcde2dd9810..179dcd206378e5 100644 --- a/src/coreclr/src/vm/metasig.h +++ b/src/coreclr/src/vm/metasig.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. // METASIG.H // diff --git a/src/coreclr/src/vm/method.cpp b/src/coreclr/src/vm/method.cpp index 6b48dea6f61003..c8d3f6cb7aa9ae 100644 --- a/src/coreclr/src/vm/method.cpp +++ b/src/coreclr/src/vm/method.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. // =========================================================================== // File: Method.CPP // diff --git a/src/coreclr/src/vm/method.hpp b/src/coreclr/src/vm/method.hpp index 70ec3aaa82791e..4103ec6e07e120 100644 --- a/src/coreclr/src/vm/method.hpp +++ b/src/coreclr/src/vm/method.hpp @@ -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. // // method.hpp // diff --git a/src/coreclr/src/vm/method.inl b/src/coreclr/src/vm/method.inl index b0a350250177e1..d0d944d10e37c6 100644 --- a/src/coreclr/src/vm/method.inl +++ b/src/coreclr/src/vm/method.inl @@ -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/vm/methoddescbackpatchinfo.cpp b/src/coreclr/src/vm/methoddescbackpatchinfo.cpp index 83687d1a22a869..f6ea27e1fd9f88 100644 --- a/src/coreclr/src/vm/methoddescbackpatchinfo.cpp +++ b/src/coreclr/src/vm/methoddescbackpatchinfo.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" diff --git a/src/coreclr/src/vm/methoddescbackpatchinfo.h b/src/coreclr/src/vm/methoddescbackpatchinfo.h index 948332233b281a..a4d7a8c64fd6d4 100644 --- a/src/coreclr/src/vm/methoddescbackpatchinfo.h +++ b/src/coreclr/src/vm/methoddescbackpatchinfo.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/coreclr/src/vm/methodimpl.cpp b/src/coreclr/src/vm/methodimpl.cpp index 0507b35fb5c9fe..4a558b7520bc25 100644 --- a/src/coreclr/src/vm/methodimpl.cpp +++ b/src/coreclr/src/vm/methodimpl.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. // // File: methodimpl.cpp // diff --git a/src/coreclr/src/vm/methodimpl.h b/src/coreclr/src/vm/methodimpl.h index 7f2974b6a7406b..4184061ea84506 100644 --- a/src/coreclr/src/vm/methodimpl.h +++ b/src/coreclr/src/vm/methodimpl.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. // // File: methodimpl.h // diff --git a/src/coreclr/src/vm/methoditer.cpp b/src/coreclr/src/vm/methoditer.cpp index da4f4a8fc63988..5a6fc068b8d897 100644 --- a/src/coreclr/src/vm/methoditer.cpp +++ b/src/coreclr/src/vm/methoditer.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. //***************************************************************************** // File: MethodIter.cpp diff --git a/src/coreclr/src/vm/methoditer.h b/src/coreclr/src/vm/methoditer.h index 2bff1e4f9505b4..71192be2e0c01a 100644 --- a/src/coreclr/src/vm/methoditer.h +++ b/src/coreclr/src/vm/methoditer.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/vm/methodtable.cpp b/src/coreclr/src/vm/methodtable.cpp index 2e5a2f9cf0039a..dee047519ee997 100644 --- a/src/coreclr/src/vm/methodtable.cpp +++ b/src/coreclr/src/vm/methodtable.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. // // File: methodtable.cpp // diff --git a/src/coreclr/src/vm/methodtable.h b/src/coreclr/src/vm/methodtable.h index 243844ba97796c..16f8d7dbc59329 100644 --- a/src/coreclr/src/vm/methodtable.h +++ b/src/coreclr/src/vm/methodtable.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. // // File: methodtable.h // diff --git a/src/coreclr/src/vm/methodtable.inl b/src/coreclr/src/vm/methodtable.inl index 21c1031bd2fce2..a20e1b4ca495ed 100644 --- a/src/coreclr/src/vm/methodtable.inl +++ b/src/coreclr/src/vm/methodtable.inl @@ -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. // // File: methodtable.inl // diff --git a/src/coreclr/src/vm/methodtablebuilder.cpp b/src/coreclr/src/vm/methodtablebuilder.cpp index 0ca6e14517602e..21976325935c3f 100644 --- a/src/coreclr/src/vm/methodtablebuilder.cpp +++ b/src/coreclr/src/vm/methodtablebuilder.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. // // File: METHODTABLEBUILDER.CPP // diff --git a/src/coreclr/src/vm/methodtablebuilder.h b/src/coreclr/src/vm/methodtablebuilder.h index 86fafbea05f287..34a040c4530c97 100644 --- a/src/coreclr/src/vm/methodtablebuilder.h +++ b/src/coreclr/src/vm/methodtablebuilder.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/vm/methodtablebuilder.inl b/src/coreclr/src/vm/methodtablebuilder.inl index 492524d94f83b8..2d13e783fd5189 100644 --- a/src/coreclr/src/vm/methodtablebuilder.inl +++ b/src/coreclr/src/vm/methodtablebuilder.inl @@ -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. // // File: METHODTABLEBUILDER.INL // diff --git a/src/coreclr/src/vm/mlinfo.cpp b/src/coreclr/src/vm/mlinfo.cpp index 2a6dbbe56939e2..c4c479cb6d4206 100644 --- a/src/coreclr/src/vm/mlinfo.cpp +++ b/src/coreclr/src/vm/mlinfo.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. // // File: mlinfo.cpp // diff --git a/src/coreclr/src/vm/mlinfo.h b/src/coreclr/src/vm/mlinfo.h index 813bcbccbae37a..23ec668115ac9e 100644 --- a/src/coreclr/src/vm/mlinfo.h +++ b/src/coreclr/src/vm/mlinfo.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. // // File: mlinfo.h // diff --git a/src/coreclr/src/vm/mngstdinterfaces.cpp b/src/coreclr/src/vm/mngstdinterfaces.cpp index 23ec39878b8c2d..28ff126fe530eb 100644 --- a/src/coreclr/src/vm/mngstdinterfaces.cpp +++ b/src/coreclr/src/vm/mngstdinterfaces.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. /*============================================================ ** diff --git a/src/coreclr/src/vm/mngstdinterfaces.h b/src/coreclr/src/vm/mngstdinterfaces.h index a99d319cda6785..ba058946aad433 100644 --- a/src/coreclr/src/vm/mngstdinterfaces.h +++ b/src/coreclr/src/vm/mngstdinterfaces.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/vm/mngstditflist.h b/src/coreclr/src/vm/mngstditflist.h index f05f28241dac91..0af037cf0ecf1b 100644 --- a/src/coreclr/src/vm/mngstditflist.h +++ b/src/coreclr/src/vm/mngstditflist.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/vm/mscorlib.cpp b/src/coreclr/src/vm/mscorlib.cpp index f1153bc6184529..70eeb9ba7563d6 100644 --- a/src/coreclr/src/vm/mscorlib.cpp +++ b/src/coreclr/src/vm/mscorlib.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. // diff --git a/src/coreclr/src/vm/mscorlib.h b/src/coreclr/src/vm/mscorlib.h index d76d1d4041e350..802aabbb81469a 100644 --- a/src/coreclr/src/vm/mscorlib.h +++ b/src/coreclr/src/vm/mscorlib.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. // This file contains the classes, methods, and field used by the EE from mscorlib // diff --git a/src/coreclr/src/vm/mtypes.h b/src/coreclr/src/vm/mtypes.h index f40c7247918386..0cbc86c1a85fcc 100644 --- a/src/coreclr/src/vm/mtypes.h +++ b/src/coreclr/src/vm/mtypes.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. // // File: mtypes.h // diff --git a/src/coreclr/src/vm/multicorejit.cpp b/src/coreclr/src/vm/multicorejit.cpp index a0fc6745b96f02..e260be4a4d1800 100644 --- a/src/coreclr/src/vm/multicorejit.cpp +++ b/src/coreclr/src/vm/multicorejit.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. // =========================================================================== // File: MultiCoreJIT.cpp // diff --git a/src/coreclr/src/vm/multicorejit.h b/src/coreclr/src/vm/multicorejit.h index ca1a1cc8dcb06b..73a0c6a431b267 100644 --- a/src/coreclr/src/vm/multicorejit.h +++ b/src/coreclr/src/vm/multicorejit.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. // // File: MultiCoreJIT.h // diff --git a/src/coreclr/src/vm/multicorejitimpl.h b/src/coreclr/src/vm/multicorejitimpl.h index d1e3ed52f56dee..9f517a8945d40f 100644 --- a/src/coreclr/src/vm/multicorejitimpl.h +++ b/src/coreclr/src/vm/multicorejitimpl.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. // // File: MultiCoreJITImpl.h // diff --git a/src/coreclr/src/vm/multicorejitplayer.cpp b/src/coreclr/src/vm/multicorejitplayer.cpp index 601e5b8d92491a..fb3bb598406e92 100644 --- a/src/coreclr/src/vm/multicorejitplayer.cpp +++ b/src/coreclr/src/vm/multicorejitplayer.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. // =========================================================================== // File: MultiCoreJITPlayer.cpp // diff --git a/src/coreclr/src/vm/namespace.h b/src/coreclr/src/vm/namespace.h index 76e0882098505e..8c2270ce6b0d79 100644 --- a/src/coreclr/src/vm/namespace.h +++ b/src/coreclr/src/vm/namespace.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. // // This file defines namespaces used by the runtime. // diff --git a/src/coreclr/src/vm/nativeeventsource.cpp b/src/coreclr/src/vm/nativeeventsource.cpp index 18bb89b32a53f5..753b74a79230fa 100644 --- a/src/coreclr/src/vm/nativeeventsource.cpp +++ b/src/coreclr/src/vm/nativeeventsource.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. // // File: nativeeventsource.cpp // Abstract: This module implements native part of Event Source support in VM diff --git a/src/coreclr/src/vm/nativeformatreader.h b/src/coreclr/src/vm/nativeformatreader.h index 397a27b7cc2a37..8c4d643020c075 100644 --- a/src/coreclr/src/vm/nativeformatreader.h +++ b/src/coreclr/src/vm/nativeformatreader.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. // --------------------------------------------------------------------------- // NativeFormatReader diff --git a/src/coreclr/src/vm/nativeimage.cpp b/src/coreclr/src/vm/nativeimage.cpp index d321deb9ce35a3..c02a9e8e89ce60 100644 --- a/src/coreclr/src/vm/nativeimage.cpp +++ b/src/coreclr/src/vm/nativeimage.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. // -------------------------------------------------------------------------------- // NativeImage.cpp // diff --git a/src/coreclr/src/vm/nativeimage.h b/src/coreclr/src/vm/nativeimage.h index f40ef694ab7c5c..cbcee5246dbc31 100644 --- a/src/coreclr/src/vm/nativeimage.h +++ b/src/coreclr/src/vm/nativeimage.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 _NATIVEIMAGE_H #define _NATIVEIMAGE_H diff --git a/src/coreclr/src/vm/nativelibrarynative.cpp b/src/coreclr/src/vm/nativelibrarynative.cpp index de1156b44c2172..d059a3f4a9b9c7 100644 --- a/src/coreclr/src/vm/nativelibrarynative.cpp +++ b/src/coreclr/src/vm/nativelibrarynative.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. // // File: NativeLibraryNative.cpp // diff --git a/src/coreclr/src/vm/nativelibrarynative.h b/src/coreclr/src/vm/nativelibrarynative.h index 21f424eb99e702..e34ef68a74b397 100644 --- a/src/coreclr/src/vm/nativelibrarynative.h +++ b/src/coreclr/src/vm/nativelibrarynative.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. // // File: NativeLibraryNative.h // diff --git a/src/coreclr/src/vm/nativeoverlapped.cpp b/src/coreclr/src/vm/nativeoverlapped.cpp index 548b1a5a6f1dc2..0657febc366dc7 100644 --- a/src/coreclr/src/vm/nativeoverlapped.cpp +++ b/src/coreclr/src/vm/nativeoverlapped.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. /*============================================================ diff --git a/src/coreclr/src/vm/nativeoverlapped.h b/src/coreclr/src/vm/nativeoverlapped.h index 4e7a30974ab8b3..9853c00d5e32af 100644 --- a/src/coreclr/src/vm/nativeoverlapped.h +++ b/src/coreclr/src/vm/nativeoverlapped.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/vm/ngenhash.h b/src/coreclr/src/vm/ngenhash.h index c59eb8e6277606..2caad782ebf082 100644 --- a/src/coreclr/src/vm/ngenhash.h +++ b/src/coreclr/src/vm/ngenhash.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/vm/ngenhash.inl b/src/coreclr/src/vm/ngenhash.inl index de5b310a268623..9c608f5b68a243 100644 --- a/src/coreclr/src/vm/ngenhash.inl +++ b/src/coreclr/src/vm/ngenhash.inl @@ -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/vm/notifyexternals.cpp b/src/coreclr/src/vm/notifyexternals.cpp index 82694bc24dd2a8..49c2443da3bcb3 100644 --- a/src/coreclr/src/vm/notifyexternals.cpp +++ b/src/coreclr/src/vm/notifyexternals.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. // =========================================================================== // File: notifyexternals.cpp // diff --git a/src/coreclr/src/vm/notifyexternals.h b/src/coreclr/src/vm/notifyexternals.h index fb4d28da3136d5..8d204d1a7881ef 100644 --- a/src/coreclr/src/vm/notifyexternals.h +++ b/src/coreclr/src/vm/notifyexternals.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/vm/object.cpp b/src/coreclr/src/vm/object.cpp index 06e7bb6c8bf679..8966075d500553 100644 --- a/src/coreclr/src/vm/object.cpp +++ b/src/coreclr/src/vm/object.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. // // OBJECT.CPP // diff --git a/src/coreclr/src/vm/object.h b/src/coreclr/src/vm/object.h index 48765ccb885bc1..5d6c3c3981eb3a 100644 --- a/src/coreclr/src/vm/object.h +++ b/src/coreclr/src/vm/object.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. // // OBJECT.H // diff --git a/src/coreclr/src/vm/object.inl b/src/coreclr/src/vm/object.inl index fffd3ce4dcb989..e82fdebfbeb503 100644 --- a/src/coreclr/src/vm/object.inl +++ b/src/coreclr/src/vm/object.inl @@ -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. // // OBJECT.INL // diff --git a/src/coreclr/src/vm/objectlist.cpp b/src/coreclr/src/vm/objectlist.cpp index b1199da3fcb60b..ac80ca33bacdc7 100644 --- a/src/coreclr/src/vm/objectlist.cpp +++ b/src/coreclr/src/vm/objectlist.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" diff --git a/src/coreclr/src/vm/objectlist.h b/src/coreclr/src/vm/objectlist.h index 88d9286067b64a..4542c890f800c8 100644 --- a/src/coreclr/src/vm/objectlist.h +++ b/src/coreclr/src/vm/objectlist.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/vm/olecontexthelpers.cpp b/src/coreclr/src/vm/olecontexthelpers.cpp index 44c509a81d09f6..21471238a71612 100644 --- a/src/coreclr/src/vm/olecontexthelpers.cpp +++ b/src/coreclr/src/vm/olecontexthelpers.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" diff --git a/src/coreclr/src/vm/olecontexthelpers.h b/src/coreclr/src/vm/olecontexthelpers.h index 3066ea3ac389c2..2722fd9542fba2 100644 --- a/src/coreclr/src/vm/olecontexthelpers.h +++ b/src/coreclr/src/vm/olecontexthelpers.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. // OleContextHelpers.h // diff --git a/src/coreclr/src/vm/oletls.h b/src/coreclr/src/vm/oletls.h index de507951a6c192..ee2ce722a79699 100644 --- a/src/coreclr/src/vm/oletls.h +++ b/src/coreclr/src/vm/oletls.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. //+--------------------------------------------------------------------------- // // File: oletls.h diff --git a/src/coreclr/src/vm/olevariant.cpp b/src/coreclr/src/vm/olevariant.cpp index d31917007f3919..1755add7d5e728 100644 --- a/src/coreclr/src/vm/olevariant.cpp +++ b/src/coreclr/src/vm/olevariant.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. // // File: OleVariant.cpp // diff --git a/src/coreclr/src/vm/olevariant.h b/src/coreclr/src/vm/olevariant.h index 03013a80b6e03b..dfc846e2731b09 100644 --- a/src/coreclr/src/vm/olevariant.h +++ b/src/coreclr/src/vm/olevariant.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. // // File: OleVariant.h // diff --git a/src/coreclr/src/vm/onstackreplacement.cpp b/src/coreclr/src/vm/onstackreplacement.cpp index 4bb80efc5e94b2..10668188a4e600 100644 --- a/src/coreclr/src/vm/onstackreplacement.cpp +++ b/src/coreclr/src/vm/onstackreplacement.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. // =========================================================================== // File: onstackreplacement.cpp // diff --git a/src/coreclr/src/vm/onstackreplacement.h b/src/coreclr/src/vm/onstackreplacement.h index 8ef3188cfc22a8..fd33aaa0bd350c 100644 --- a/src/coreclr/src/vm/onstackreplacement.h +++ b/src/coreclr/src/vm/onstackreplacement.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. // =========================================================================== // File: onstackreplacement.h // diff --git a/src/coreclr/src/vm/packedfields.inl b/src/coreclr/src/vm/packedfields.inl index 5ceb5522bd0ce2..16544acd220835 100644 --- a/src/coreclr/src/vm/packedfields.inl +++ b/src/coreclr/src/vm/packedfields.inl @@ -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/vm/pefile.cpp b/src/coreclr/src/vm/pefile.cpp index 163a25bbff17d0..25d379524977cb 100644 --- a/src/coreclr/src/vm/pefile.cpp +++ b/src/coreclr/src/vm/pefile.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. // -------------------------------------------------------------------------------- // PEFile.cpp // diff --git a/src/coreclr/src/vm/pefile.h b/src/coreclr/src/vm/pefile.h index a0436b6f040774..2ee625206163cc 100644 --- a/src/coreclr/src/vm/pefile.h +++ b/src/coreclr/src/vm/pefile.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. // -------------------------------------------------------------------------------- // PEFile.h // diff --git a/src/coreclr/src/vm/pefile.inl b/src/coreclr/src/vm/pefile.inl index b3de060c058743..349b755b5fc1c2 100644 --- a/src/coreclr/src/vm/pefile.inl +++ b/src/coreclr/src/vm/pefile.inl @@ -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. // -------------------------------------------------------------------------------- // PEFile.inl // diff --git a/src/coreclr/src/vm/peimage.cpp b/src/coreclr/src/vm/peimage.cpp index 906fa1bad38e5c..802a20ab4da4ec 100644 --- a/src/coreclr/src/vm/peimage.cpp +++ b/src/coreclr/src/vm/peimage.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. // -------------------------------------------------------------------------------- // PEImage.cpp // diff --git a/src/coreclr/src/vm/peimage.h b/src/coreclr/src/vm/peimage.h index c6426f732d22f4..47d51831989926 100644 --- a/src/coreclr/src/vm/peimage.h +++ b/src/coreclr/src/vm/peimage.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. // -------------------------------------------------------------------------------- // PEImage.h // diff --git a/src/coreclr/src/vm/peimage.inl b/src/coreclr/src/vm/peimage.inl index eebae16e15f7a5..56d0b0481c7765 100644 --- a/src/coreclr/src/vm/peimage.inl +++ b/src/coreclr/src/vm/peimage.inl @@ -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. // -------------------------------------------------------------------------------- // PEImage.inl // diff --git a/src/coreclr/src/vm/peimagelayout.cpp b/src/coreclr/src/vm/peimagelayout.cpp index 33032108e7e3e6..88b27ba5d1b04f 100644 --- a/src/coreclr/src/vm/peimagelayout.cpp +++ b/src/coreclr/src/vm/peimagelayout.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. // diff --git a/src/coreclr/src/vm/peimagelayout.h b/src/coreclr/src/vm/peimagelayout.h index bc846c54d6c748..7a0242de4f2209 100644 --- a/src/coreclr/src/vm/peimagelayout.h +++ b/src/coreclr/src/vm/peimagelayout.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. // -------------------------------------------------------------------------------- // PEImageLayout.h // diff --git a/src/coreclr/src/vm/peimagelayout.inl b/src/coreclr/src/vm/peimagelayout.inl index 9fb90e4c97889b..5b5cc7ba2b65f8 100644 --- a/src/coreclr/src/vm/peimagelayout.inl +++ b/src/coreclr/src/vm/peimagelayout.inl @@ -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/vm/pendingload.cpp b/src/coreclr/src/vm/pendingload.cpp index 647bd6d83eb3af..597a895b3317a4 100644 --- a/src/coreclr/src/vm/pendingload.cpp +++ b/src/coreclr/src/vm/pendingload.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. // // File: pendingload.cpp // diff --git a/src/coreclr/src/vm/pendingload.h b/src/coreclr/src/vm/pendingload.h index b24da99294203d..be8cf6c521b06f 100644 --- a/src/coreclr/src/vm/pendingload.h +++ b/src/coreclr/src/vm/pendingload.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. // // pendingload.h // diff --git a/src/coreclr/src/vm/perfinfo.cpp b/src/coreclr/src/vm/perfinfo.cpp index 629744f03b46a1..869476ea0fd574 100644 --- a/src/coreclr/src/vm/perfinfo.cpp +++ b/src/coreclr/src/vm/perfinfo.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. // =========================================================================== // File: perfinfo.cpp // diff --git a/src/coreclr/src/vm/perfinfo.h b/src/coreclr/src/vm/perfinfo.h index d2556850792754..759a844f30925c 100644 --- a/src/coreclr/src/vm/perfinfo.h +++ b/src/coreclr/src/vm/perfinfo.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. // =========================================================================== // File: perfinfo.h // diff --git a/src/coreclr/src/vm/perfmap.cpp b/src/coreclr/src/vm/perfmap.cpp index 155daebfc437b2..9fa9af72c67c6e 100644 --- a/src/coreclr/src/vm/perfmap.cpp +++ b/src/coreclr/src/vm/perfmap.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. // =========================================================================== // File: perfmap.cpp // diff --git a/src/coreclr/src/vm/perfmap.h b/src/coreclr/src/vm/perfmap.h index 2528e41594da23..14595813877d8b 100644 --- a/src/coreclr/src/vm/perfmap.h +++ b/src/coreclr/src/vm/perfmap.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. // =========================================================================== // File: perfmap.h // diff --git a/src/coreclr/src/vm/pgo.cpp b/src/coreclr/src/vm/pgo.cpp index 3d1826b7eba3b9..16d57f29d8cc8d 100644 --- a/src/coreclr/src/vm/pgo.cpp +++ b/src/coreclr/src/vm/pgo.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 "log.h" diff --git a/src/coreclr/src/vm/pgo.h b/src/coreclr/src/vm/pgo.h index acaf74712c8671..c5fc5273236f12 100644 --- a/src/coreclr/src/vm/pgo.h +++ b/src/coreclr/src/vm/pgo.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 PGO_H #define PGO_H diff --git a/src/coreclr/src/vm/precode.cpp b/src/coreclr/src/vm/precode.cpp index 06573a542642d3..0228d860c5358d 100644 --- a/src/coreclr/src/vm/precode.cpp +++ b/src/coreclr/src/vm/precode.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. // precode.cpp // diff --git a/src/coreclr/src/vm/precode.h b/src/coreclr/src/vm/precode.h index 0363700d095b9e..99220f3b966dd8 100644 --- a/src/coreclr/src/vm/precode.h +++ b/src/coreclr/src/vm/precode.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. // precode.h // diff --git a/src/coreclr/src/vm/prestub.cpp b/src/coreclr/src/vm/prestub.cpp index 8922590fed932b..c6a3a58f98d3e3 100644 --- a/src/coreclr/src/vm/prestub.cpp +++ b/src/coreclr/src/vm/prestub.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. // =========================================================================== // File: Prestub.cpp // diff --git a/src/coreclr/src/vm/profdetach.cpp b/src/coreclr/src/vm/profdetach.cpp index 9ed02a9f440c9b..392fde6c0a1061 100644 --- a/src/coreclr/src/vm/profdetach.cpp +++ b/src/coreclr/src/vm/profdetach.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. // // ProfDetach.cpp // diff --git a/src/coreclr/src/vm/profdetach.h b/src/coreclr/src/vm/profdetach.h index bfa3989f58afec..7b85cb61c9d057 100644 --- a/src/coreclr/src/vm/profdetach.h +++ b/src/coreclr/src/vm/profdetach.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. // // ProfDetach.h // diff --git a/src/coreclr/src/vm/profilerdiagnosticprotocolhelper.cpp b/src/coreclr/src/vm/profilerdiagnosticprotocolhelper.cpp index c3e2a7984c27f0..efa01fc0516465 100644 --- a/src/coreclr/src/vm/profilerdiagnosticprotocolhelper.cpp +++ b/src/coreclr/src/vm/profilerdiagnosticprotocolhelper.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/profilerdiagnosticprotocolhelper.h b/src/coreclr/src/vm/profilerdiagnosticprotocolhelper.h index e5b08f771f2488..e22f7cb9a72499 100644 --- a/src/coreclr/src/vm/profilerdiagnosticprotocolhelper.h +++ b/src/coreclr/src/vm/profilerdiagnosticprotocolhelper.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 __PROFILER_DIAGNOSTIC_PROTOCOL_HELPER_H__ #define __PROFILER_DIAGNOSTIC_PROTOCOL_HELPER_H__ diff --git a/src/coreclr/src/vm/profilermetadataemitvalidator.cpp b/src/coreclr/src/vm/profilermetadataemitvalidator.cpp index 1c7dc8854c3fe4..8424bad271a283 100644 --- a/src/coreclr/src/vm/profilermetadataemitvalidator.cpp +++ b/src/coreclr/src/vm/profilermetadataemitvalidator.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. diff --git a/src/coreclr/src/vm/profilermetadataemitvalidator.h b/src/coreclr/src/vm/profilermetadataemitvalidator.h index bdc2b2423ba53b..e5bac319aadc1c 100644 --- a/src/coreclr/src/vm/profilermetadataemitvalidator.h +++ b/src/coreclr/src/vm/profilermetadataemitvalidator.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/vm/profilingenumerators.cpp b/src/coreclr/src/vm/profilingenumerators.cpp index 908fdda517167a..609b57cf4ee3ab 100644 --- a/src/coreclr/src/vm/profilingenumerators.cpp +++ b/src/coreclr/src/vm/profilingenumerators.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. // // FILE: ProfilingEnumerators.cpp // diff --git a/src/coreclr/src/vm/profilingenumerators.h b/src/coreclr/src/vm/profilingenumerators.h index b5ac5d72cf4f36..de050af4e34223 100644 --- a/src/coreclr/src/vm/profilingenumerators.h +++ b/src/coreclr/src/vm/profilingenumerators.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. // // FILE: ProfilingEnumerators.h // diff --git a/src/coreclr/src/vm/profilinghelper.cpp b/src/coreclr/src/vm/profilinghelper.cpp index e5af2fcdfacac0..ab64bb0feab4cd 100644 --- a/src/coreclr/src/vm/profilinghelper.cpp +++ b/src/coreclr/src/vm/profilinghelper.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. // // ProfilingHelper.cpp // diff --git a/src/coreclr/src/vm/profilinghelper.h b/src/coreclr/src/vm/profilinghelper.h index 2104f5f7866023..4c8ed1dc5c264c 100644 --- a/src/coreclr/src/vm/profilinghelper.h +++ b/src/coreclr/src/vm/profilinghelper.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. // // ProfilingHelper.h // diff --git a/src/coreclr/src/vm/profilinghelper.inl b/src/coreclr/src/vm/profilinghelper.inl index 7833c01a5cb4fa..364f574bbd3505 100644 --- a/src/coreclr/src/vm/profilinghelper.inl +++ b/src/coreclr/src/vm/profilinghelper.inl @@ -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. // // ProfilingHelper.inl // diff --git a/src/coreclr/src/vm/proftoeeinterfaceimpl.cpp b/src/coreclr/src/vm/proftoeeinterfaceimpl.cpp index 2c0aa198932cab..a5e4206a5a1aac 100644 --- a/src/coreclr/src/vm/proftoeeinterfaceimpl.cpp +++ b/src/coreclr/src/vm/proftoeeinterfaceimpl.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. // // FILE: ProfToEEInterfaceImpl.cpp // diff --git a/src/coreclr/src/vm/proftoeeinterfaceimpl.h b/src/coreclr/src/vm/proftoeeinterfaceimpl.h index 3bb424c1bf5604..2fbfb8e80376c7 100644 --- a/src/coreclr/src/vm/proftoeeinterfaceimpl.h +++ b/src/coreclr/src/vm/proftoeeinterfaceimpl.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. // // FILE: ProfToEEInterfaceImpl.h // diff --git a/src/coreclr/src/vm/proftoeeinterfaceimpl.inl b/src/coreclr/src/vm/proftoeeinterfaceimpl.inl index 38e0ea08aefbe7..929dd707e7ae59 100644 --- a/src/coreclr/src/vm/proftoeeinterfaceimpl.inl +++ b/src/coreclr/src/vm/proftoeeinterfaceimpl.inl @@ -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. // // FILE: ProfToEEInterfaceImpl.inl // diff --git a/src/coreclr/src/vm/qcall.cpp b/src/coreclr/src/vm/qcall.cpp index 5fcfd0ceb8a92d..e46ab2268c6b12 100644 --- a/src/coreclr/src/vm/qcall.cpp +++ b/src/coreclr/src/vm/qcall.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. // QCALL.CPP // diff --git a/src/coreclr/src/vm/qcall.h b/src/coreclr/src/vm/qcall.h index 32ce22f1bec8a0..581aefe4cf8319 100644 --- a/src/coreclr/src/vm/qcall.h +++ b/src/coreclr/src/vm/qcall.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. // QCall.H diff --git a/src/coreclr/src/vm/rcwrefcache.cpp b/src/coreclr/src/vm/rcwrefcache.cpp index 0451e850f525e0..61c0a90b352c64 100644 --- a/src/coreclr/src/vm/rcwrefcache.cpp +++ b/src/coreclr/src/vm/rcwrefcache.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. // // diff --git a/src/coreclr/src/vm/rcwrefcache.h b/src/coreclr/src/vm/rcwrefcache.h index e59fb9a340a543..9ea9049b515865 100644 --- a/src/coreclr/src/vm/rcwrefcache.h +++ b/src/coreclr/src/vm/rcwrefcache.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/vm/readytoruninfo.cpp b/src/coreclr/src/vm/readytoruninfo.cpp index 21559c56466f1f..b5b69edaac27e5 100644 --- a/src/coreclr/src/vm/readytoruninfo.cpp +++ b/src/coreclr/src/vm/readytoruninfo.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. // =========================================================================== // File: ReadyToRunInfo.cpp // diff --git a/src/coreclr/src/vm/readytoruninfo.h b/src/coreclr/src/vm/readytoruninfo.h index d86786042aca2c..b7ec74769bd954 100644 --- a/src/coreclr/src/vm/readytoruninfo.h +++ b/src/coreclr/src/vm/readytoruninfo.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. // =========================================================================== // File: ReadyToRunInfo.h // diff --git a/src/coreclr/src/vm/reflectclasswriter.cpp b/src/coreclr/src/vm/reflectclasswriter.cpp index 63ebfc2ca90cb1..3b8749908e4eba 100644 --- a/src/coreclr/src/vm/reflectclasswriter.cpp +++ b/src/coreclr/src/vm/reflectclasswriter.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. // // diff --git a/src/coreclr/src/vm/reflectclasswriter.h b/src/coreclr/src/vm/reflectclasswriter.h index bf0c0f1e14a612..858feaf9eb61f3 100644 --- a/src/coreclr/src/vm/reflectclasswriter.h +++ b/src/coreclr/src/vm/reflectclasswriter.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/vm/reflectioninvocation.cpp b/src/coreclr/src/vm/reflectioninvocation.cpp index 2a36bf7b903a21..41ce136349bed3 100644 --- a/src/coreclr/src/vm/reflectioninvocation.cpp +++ b/src/coreclr/src/vm/reflectioninvocation.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. // // diff --git a/src/coreclr/src/vm/reflectioninvocation.h b/src/coreclr/src/vm/reflectioninvocation.h index f4160204e8a0dd..25ce31499e352e 100644 --- a/src/coreclr/src/vm/reflectioninvocation.h +++ b/src/coreclr/src/vm/reflectioninvocation.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/vm/rejit.cpp b/src/coreclr/src/vm/rejit.cpp index 8e8d635a31b27f..d9077a370ff605 100644 --- a/src/coreclr/src/vm/rejit.cpp +++ b/src/coreclr/src/vm/rejit.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. // // ReJit.cpp // diff --git a/src/coreclr/src/vm/rejit.h b/src/coreclr/src/vm/rejit.h index 4dbcb869319d3b..77e9dd63046e0d 100644 --- a/src/coreclr/src/vm/rejit.h +++ b/src/coreclr/src/vm/rejit.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. // // =========================================================================== // File: REJIT.H diff --git a/src/coreclr/src/vm/rejit.inl b/src/coreclr/src/vm/rejit.inl index 2c973067a2a93b..b69b63d9f5599d 100644 --- a/src/coreclr/src/vm/rejit.inl +++ b/src/coreclr/src/vm/rejit.inl @@ -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. // =========================================================================== // File: REJIT.INL // diff --git a/src/coreclr/src/vm/rexcep.h b/src/coreclr/src/vm/rexcep.h index beffa51cc0a440..03cfa3617f9ada 100644 --- a/src/coreclr/src/vm/rexcep.h +++ b/src/coreclr/src/vm/rexcep.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/vm/rtlfunctions.cpp b/src/coreclr/src/vm/rtlfunctions.cpp index 2f86b1e0966be8..23f662b4d600ae 100644 --- a/src/coreclr/src/vm/rtlfunctions.cpp +++ b/src/coreclr/src/vm/rtlfunctions.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. // // RtlFunctions.CPP // diff --git a/src/coreclr/src/vm/rtlfunctions.h b/src/coreclr/src/vm/rtlfunctions.h index 9db918718c0f26..1b46c3a38f26e0 100644 --- a/src/coreclr/src/vm/rtlfunctions.h +++ b/src/coreclr/src/vm/rtlfunctions.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/vm/runtimecallablewrapper.cpp b/src/coreclr/src/vm/runtimecallablewrapper.cpp index ea93e6458ce117..b43b468331c4df 100644 --- a/src/coreclr/src/vm/runtimecallablewrapper.cpp +++ b/src/coreclr/src/vm/runtimecallablewrapper.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. /*============================================================ ** diff --git a/src/coreclr/src/vm/runtimecallablewrapper.h b/src/coreclr/src/vm/runtimecallablewrapper.h index 37b720c8cc3ab4..fe3149ddae797f 100644 --- a/src/coreclr/src/vm/runtimecallablewrapper.h +++ b/src/coreclr/src/vm/runtimecallablewrapper.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/vm/runtimeexceptionkind.h b/src/coreclr/src/vm/runtimeexceptionkind.h index d68af4151ba280..92efc9f4ee1beb 100644 --- a/src/coreclr/src/vm/runtimeexceptionkind.h +++ b/src/coreclr/src/vm/runtimeexceptionkind.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. // RuntimeExceptionKind.h // diff --git a/src/coreclr/src/vm/runtimehandles.cpp b/src/coreclr/src/vm/runtimehandles.cpp index b9b81ad080cb51..b34ee5c6023a34 100644 --- a/src/coreclr/src/vm/runtimehandles.cpp +++ b/src/coreclr/src/vm/runtimehandles.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" diff --git a/src/coreclr/src/vm/runtimehandles.h b/src/coreclr/src/vm/runtimehandles.h index e479c2b757e642..4063fd972237a3 100644 --- a/src/coreclr/src/vm/runtimehandles.h +++ b/src/coreclr/src/vm/runtimehandles.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/vm/safehandle.cpp b/src/coreclr/src/vm/safehandle.cpp index 8b233866c20bec..44c1f40766e527 100644 --- a/src/coreclr/src/vm/safehandle.cpp +++ b/src/coreclr/src/vm/safehandle.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. // diff --git a/src/coreclr/src/vm/sampleprofiler.cpp b/src/coreclr/src/vm/sampleprofiler.cpp index fab47690d9eb60..687966390443d3 100644 --- a/src/coreclr/src/vm/sampleprofiler.cpp +++ b/src/coreclr/src/vm/sampleprofiler.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 "eventpipebuffermanager.h" diff --git a/src/coreclr/src/vm/sampleprofiler.h b/src/coreclr/src/vm/sampleprofiler.h index 5852ee25957280..7705623434cb72 100644 --- a/src/coreclr/src/vm/sampleprofiler.h +++ b/src/coreclr/src/vm/sampleprofiler.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 __SAMPLEPROFILER_H__ #define __SAMPLEPROFILER_H__ diff --git a/src/coreclr/src/vm/sigformat.cpp b/src/coreclr/src/vm/sigformat.cpp index cc00039631a7f7..acb95b9ce2455d 100644 --- a/src/coreclr/src/vm/sigformat.cpp +++ b/src/coreclr/src/vm/sigformat.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. diff --git a/src/coreclr/src/vm/sigformat.h b/src/coreclr/src/vm/sigformat.h index 1bcd6c331095ae..65a50db0a84486 100644 --- a/src/coreclr/src/vm/sigformat.h +++ b/src/coreclr/src/vm/sigformat.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/vm/siginfo.cpp b/src/coreclr/src/vm/siginfo.cpp index 1d3de2ba2107dc..1148d53196f517 100644 --- a/src/coreclr/src/vm/siginfo.cpp +++ b/src/coreclr/src/vm/siginfo.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. // // siginfo.cpp // diff --git a/src/coreclr/src/vm/siginfo.hpp b/src/coreclr/src/vm/siginfo.hpp index cdef8c2feb7e46..91e51fc68c5ebd 100644 --- a/src/coreclr/src/vm/siginfo.hpp +++ b/src/coreclr/src/vm/siginfo.hpp @@ -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. // // siginfo.hpp // diff --git a/src/coreclr/src/vm/simplerwlock.cpp b/src/coreclr/src/vm/simplerwlock.cpp index 7b7b98ee7a6f78..b434e7b416d10c 100644 --- a/src/coreclr/src/vm/simplerwlock.cpp +++ b/src/coreclr/src/vm/simplerwlock.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. // // diff --git a/src/coreclr/src/vm/simplerwlock.hpp b/src/coreclr/src/vm/simplerwlock.hpp index 302822d80245d3..437de48bcde4dc 100644 --- a/src/coreclr/src/vm/simplerwlock.hpp +++ b/src/coreclr/src/vm/simplerwlock.hpp @@ -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/vm/sourceline.cpp b/src/coreclr/src/vm/sourceline.cpp index 0eeba928eee680..d9adddf230c200 100644 --- a/src/coreclr/src/vm/sourceline.cpp +++ b/src/coreclr/src/vm/sourceline.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. diff --git a/src/coreclr/src/vm/sourceline.h b/src/coreclr/src/vm/sourceline.h index 9fa4bd998fce3e..2ab99344b9f31e 100644 --- a/src/coreclr/src/vm/sourceline.h +++ b/src/coreclr/src/vm/sourceline.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/vm/specialstatics.h b/src/coreclr/src/vm/specialstatics.h index cdefac2bbc21fb..6ad0fdc63c9a2a 100644 --- a/src/coreclr/src/vm/specialstatics.h +++ b/src/coreclr/src/vm/specialstatics.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/vm/spinlock.cpp b/src/coreclr/src/vm/spinlock.cpp index 7bae099c4c00f5..2d7542b53db394 100644 --- a/src/coreclr/src/vm/spinlock.cpp +++ b/src/coreclr/src/vm/spinlock.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. // // spinlock.cpp // diff --git a/src/coreclr/src/vm/spinlock.h b/src/coreclr/src/vm/spinlock.h index aad85618b144b8..37aab478e46d8b 100644 --- a/src/coreclr/src/vm/spinlock.h +++ b/src/coreclr/src/vm/spinlock.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. //---------------------------------------------------------------------------- // spinlock.h , defines the spin lock class and a profiler class // diff --git a/src/coreclr/src/vm/stackcontents.h b/src/coreclr/src/vm/stackcontents.h index 10e2ea0d300c9d..fb11aa0bda8c9e 100644 --- a/src/coreclr/src/vm/stackcontents.h +++ b/src/coreclr/src/vm/stackcontents.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 __STACKCONTENTS_H__ #define __STACKCONTENTS_H__ diff --git a/src/coreclr/src/vm/stackingallocator.cpp b/src/coreclr/src/vm/stackingallocator.cpp index 7b332e0460b7e6..911132afc86d71 100644 --- a/src/coreclr/src/vm/stackingallocator.cpp +++ b/src/coreclr/src/vm/stackingallocator.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. // StackingAllocator.cpp - // diff --git a/src/coreclr/src/vm/stackingallocator.h b/src/coreclr/src/vm/stackingallocator.h index 5c69187acf76ce..a33b50db32a28f 100644 --- a/src/coreclr/src/vm/stackingallocator.h +++ b/src/coreclr/src/vm/stackingallocator.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. // StackingAllocator.h - // diff --git a/src/coreclr/src/vm/stacksampler.cpp b/src/coreclr/src/vm/stacksampler.cpp index 84ad277af854a9..39c1a39a7360ca 100644 --- a/src/coreclr/src/vm/stacksampler.cpp +++ b/src/coreclr/src/vm/stacksampler.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. // // Summary: diff --git a/src/coreclr/src/vm/stacksampler.h b/src/coreclr/src/vm/stacksampler.h index 0ae87afb53ffac..d489d1366ad930 100644 --- a/src/coreclr/src/vm/stacksampler.h +++ b/src/coreclr/src/vm/stacksampler.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/vm/stackwalk.cpp b/src/coreclr/src/vm/stackwalk.cpp index 9310b863322dc1..dcd2cb97e034e1 100644 --- a/src/coreclr/src/vm/stackwalk.cpp +++ b/src/coreclr/src/vm/stackwalk.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. // STACKWALK.CPP diff --git a/src/coreclr/src/vm/stackwalk.h b/src/coreclr/src/vm/stackwalk.h index fcfd0edee3e3d7..52ece5796b0daf 100644 --- a/src/coreclr/src/vm/stackwalk.h +++ b/src/coreclr/src/vm/stackwalk.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. /* This is a poor man's implementation of virtual methods. */ diff --git a/src/coreclr/src/vm/stackwalktypes.h b/src/coreclr/src/vm/stackwalktypes.h index f013d3de81630b..640d5f37469a8c 100644 --- a/src/coreclr/src/vm/stackwalktypes.h +++ b/src/coreclr/src/vm/stackwalktypes.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. // ============================================================================ // File: stackwalktypes.h // diff --git a/src/coreclr/src/vm/staticallocationhelpers.inl b/src/coreclr/src/vm/staticallocationhelpers.inl index 2519015d003efd..eba82d7ad24af4 100644 --- a/src/coreclr/src/vm/staticallocationhelpers.inl +++ b/src/coreclr/src/vm/staticallocationhelpers.inl @@ -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. // StaticAllocationHelpers.inl - // diff --git a/src/coreclr/src/vm/stdinterfaces.cpp b/src/coreclr/src/vm/stdinterfaces.cpp index bdeefba90f1ce5..d01a98efd80c16 100644 --- a/src/coreclr/src/vm/stdinterfaces.cpp +++ b/src/coreclr/src/vm/stdinterfaces.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. //--------------------------------------------------------------------------------- // stdinterfaces.cpp // diff --git a/src/coreclr/src/vm/stdinterfaces.h b/src/coreclr/src/vm/stdinterfaces.h index 10922359d9ab7d..db04fd93b08afd 100644 --- a/src/coreclr/src/vm/stdinterfaces.h +++ b/src/coreclr/src/vm/stdinterfaces.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. //--------------------------------------------------------------------------------- // stdinterfaces.h // diff --git a/src/coreclr/src/vm/stdinterfaces_internal.h b/src/coreclr/src/vm/stdinterfaces_internal.h index ac261faa207f39..acabf15be1d842 100644 --- a/src/coreclr/src/vm/stdinterfaces_internal.h +++ b/src/coreclr/src/vm/stdinterfaces_internal.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 _H_INTERNAL_STDINTERFACES diff --git a/src/coreclr/src/vm/stdinterfaces_wrapper.cpp b/src/coreclr/src/vm/stdinterfaces_wrapper.cpp index f7a5584b3dc6d2..91fc46651952b9 100644 --- a/src/coreclr/src/vm/stdinterfaces_wrapper.cpp +++ b/src/coreclr/src/vm/stdinterfaces_wrapper.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. //--------------------------------------------------------------------------------- // stdinterfaces_wrapper.cpp // diff --git a/src/coreclr/src/vm/stringliteralmap.cpp b/src/coreclr/src/vm/stringliteralmap.cpp index 867a2eb090379b..a5e75c7d8a9394 100644 --- a/src/coreclr/src/vm/stringliteralmap.cpp +++ b/src/coreclr/src/vm/stringliteralmap.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. /*============================================================ diff --git a/src/coreclr/src/vm/stringliteralmap.h b/src/coreclr/src/vm/stringliteralmap.h index a102abd0592f82..3f912d175941ed 100644 --- a/src/coreclr/src/vm/stringliteralmap.h +++ b/src/coreclr/src/vm/stringliteralmap.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/vm/stubcache.cpp b/src/coreclr/src/vm/stubcache.cpp index 2766537f05a8c2..e70c9ac3f9918c 100644 --- a/src/coreclr/src/vm/stubcache.cpp +++ b/src/coreclr/src/vm/stubcache.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. // // File: stubcache.cpp // diff --git a/src/coreclr/src/vm/stubcache.h b/src/coreclr/src/vm/stubcache.h index f2a988fedc8363..5954851173d19c 100644 --- a/src/coreclr/src/vm/stubcache.h +++ b/src/coreclr/src/vm/stubcache.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. // // File: stubcache.h // diff --git a/src/coreclr/src/vm/stubgen.cpp b/src/coreclr/src/vm/stubgen.cpp index cc3207812c504f..1be173a1888cad 100644 --- a/src/coreclr/src/vm/stubgen.cpp +++ b/src/coreclr/src/vm/stubgen.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. // // File: StubGen.cpp // diff --git a/src/coreclr/src/vm/stubgen.h b/src/coreclr/src/vm/stubgen.h index 08771a175e578a..66ca74ab67d6f7 100644 --- a/src/coreclr/src/vm/stubgen.h +++ b/src/coreclr/src/vm/stubgen.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. // // File: StubGen.h // diff --git a/src/coreclr/src/vm/stubhelpers.cpp b/src/coreclr/src/vm/stubhelpers.cpp index d28031849fcf3b..8255768e8df67f 100644 --- a/src/coreclr/src/vm/stubhelpers.cpp +++ b/src/coreclr/src/vm/stubhelpers.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. // // File: stubhelpers.cpp // diff --git a/src/coreclr/src/vm/stubhelpers.h b/src/coreclr/src/vm/stubhelpers.h index 5c047bd03c8650..8f8d15fa91c954 100644 --- a/src/coreclr/src/vm/stubhelpers.h +++ b/src/coreclr/src/vm/stubhelpers.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. // // File: stubhelpers.h // diff --git a/src/coreclr/src/vm/stublink.cpp b/src/coreclr/src/vm/stublink.cpp index 2fbc34a6235bb7..00d5c84c9db2e2 100644 --- a/src/coreclr/src/vm/stublink.cpp +++ b/src/coreclr/src/vm/stublink.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. // // stublink.cpp // diff --git a/src/coreclr/src/vm/stublink.h b/src/coreclr/src/vm/stublink.h index 9c51988d6419b9..0e0b13b3bf4984 100644 --- a/src/coreclr/src/vm/stublink.h +++ b/src/coreclr/src/vm/stublink.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. // STUBLINK.H // diff --git a/src/coreclr/src/vm/stublink.inl b/src/coreclr/src/vm/stublink.inl index fb498ff1ed7b3a..a0f0433fa809d3 100644 --- a/src/coreclr/src/vm/stublink.inl +++ b/src/coreclr/src/vm/stublink.inl @@ -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. // // StubLink.inl // diff --git a/src/coreclr/src/vm/stubmgr.cpp b/src/coreclr/src/vm/stubmgr.cpp index 3477154b66468d..38f517c1e779fa 100644 --- a/src/coreclr/src/vm/stubmgr.cpp +++ b/src/coreclr/src/vm/stubmgr.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" diff --git a/src/coreclr/src/vm/stubmgr.h b/src/coreclr/src/vm/stubmgr.h index dba33f4bce8398..d36db9f9009f23 100644 --- a/src/coreclr/src/vm/stubmgr.h +++ b/src/coreclr/src/vm/stubmgr.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. // StubMgr.h // diff --git a/src/coreclr/src/vm/syncblk.cpp b/src/coreclr/src/vm/syncblk.cpp index 7629279a4e2523..29b61c356b5194 100644 --- a/src/coreclr/src/vm/syncblk.cpp +++ b/src/coreclr/src/vm/syncblk.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. // // SYNCBLK.CPP // diff --git a/src/coreclr/src/vm/syncblk.h b/src/coreclr/src/vm/syncblk.h index 08a4feee976d84..5601abf945924d 100644 --- a/src/coreclr/src/vm/syncblk.h +++ b/src/coreclr/src/vm/syncblk.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. // // SYNCBLK.H // diff --git a/src/coreclr/src/vm/syncblk.inl b/src/coreclr/src/vm/syncblk.inl index 1d62e80ff3b2af..fe44ccc623a04d 100644 --- a/src/coreclr/src/vm/syncblk.inl +++ b/src/coreclr/src/vm/syncblk.inl @@ -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 _SYNCBLK_INL_ diff --git a/src/coreclr/src/vm/syncclean.cpp b/src/coreclr/src/vm/syncclean.cpp index 3eaea3ec534521..55e8dec1bf6509 100644 --- a/src/coreclr/src/vm/syncclean.cpp +++ b/src/coreclr/src/vm/syncclean.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" diff --git a/src/coreclr/src/vm/syncclean.hpp b/src/coreclr/src/vm/syncclean.hpp index 83c8b186018e9c..c203b7245d103c 100644 --- a/src/coreclr/src/vm/syncclean.hpp +++ b/src/coreclr/src/vm/syncclean.hpp @@ -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 _SYNCCLEAN_HPP_ diff --git a/src/coreclr/src/vm/synch.cpp b/src/coreclr/src/vm/synch.cpp index 6da9b841f8afa6..9d51befb223c75 100644 --- a/src/coreclr/src/vm/synch.cpp +++ b/src/coreclr/src/vm/synch.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. // // diff --git a/src/coreclr/src/vm/synch.h b/src/coreclr/src/vm/synch.h index db63e293ecf105..86a33af21d4ffa 100644 --- a/src/coreclr/src/vm/synch.h +++ b/src/coreclr/src/vm/synch.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/vm/tailcallhelp.cpp b/src/coreclr/src/vm/tailcallhelp.cpp index 4d7b8bca0af72a..a732d4565f0d14 100644 --- a/src/coreclr/src/vm/tailcallhelp.cpp +++ b/src/coreclr/src/vm/tailcallhelp.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 "corpriv.h" diff --git a/src/coreclr/src/vm/tailcallhelp.h b/src/coreclr/src/vm/tailcallhelp.h index 38a4aae866d0f8..6b9b79f4d8ad7e 100644 --- a/src/coreclr/src/vm/tailcallhelp.h +++ b/src/coreclr/src/vm/tailcallhelp.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 TAILCALL_HELP_H #define TAILCALL_HELP_H diff --git a/src/coreclr/src/vm/threaddebugblockinginfo.cpp b/src/coreclr/src/vm/threaddebugblockinginfo.cpp index a903693cac5b41..8767091566891a 100644 --- a/src/coreclr/src/vm/threaddebugblockinginfo.cpp +++ b/src/coreclr/src/vm/threaddebugblockinginfo.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. // ThreadDebugBlockingInfo.cpp // diff --git a/src/coreclr/src/vm/threaddebugblockinginfo.h b/src/coreclr/src/vm/threaddebugblockinginfo.h index b7286bf87ffeaa..9a2815b3a0c78e 100644 --- a/src/coreclr/src/vm/threaddebugblockinginfo.h +++ b/src/coreclr/src/vm/threaddebugblockinginfo.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. // ThreadDebugBlockingInfo.h // diff --git a/src/coreclr/src/vm/threadpoolrequest.cpp b/src/coreclr/src/vm/threadpoolrequest.cpp index 956ad7c4fac590..470f8b4058bdb8 100644 --- a/src/coreclr/src/vm/threadpoolrequest.cpp +++ b/src/coreclr/src/vm/threadpoolrequest.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. //========================================================================= diff --git a/src/coreclr/src/vm/threadpoolrequest.h b/src/coreclr/src/vm/threadpoolrequest.h index 501fa951857f78..b7419241bb621e 100644 --- a/src/coreclr/src/vm/threadpoolrequest.h +++ b/src/coreclr/src/vm/threadpoolrequest.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/vm/threads.cpp b/src/coreclr/src/vm/threads.cpp index bdc1734e9a9857..cea1364c677eee 100644 --- a/src/coreclr/src/vm/threads.cpp +++ b/src/coreclr/src/vm/threads.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. // // THREADS.CPP // diff --git a/src/coreclr/src/vm/threads.h b/src/coreclr/src/vm/threads.h index bb38034a6ec136..e13593da1131c3 100644 --- a/src/coreclr/src/vm/threads.h +++ b/src/coreclr/src/vm/threads.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. // THREADS.H - // diff --git a/src/coreclr/src/vm/threads.inl b/src/coreclr/src/vm/threads.inl index 6d694698984686..68fa53b0ab6201 100644 --- a/src/coreclr/src/vm/threads.inl +++ b/src/coreclr/src/vm/threads.inl @@ -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/vm/threadstatics.cpp b/src/coreclr/src/vm/threadstatics.cpp index b8f9f16c135d20..2644d7ad5fc91a 100644 --- a/src/coreclr/src/vm/threadstatics.cpp +++ b/src/coreclr/src/vm/threadstatics.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. // // ThreadStatics.cpp // diff --git a/src/coreclr/src/vm/threadstatics.h b/src/coreclr/src/vm/threadstatics.h index e3df27d53f2069..14d909fee39f81 100644 --- a/src/coreclr/src/vm/threadstatics.h +++ b/src/coreclr/src/vm/threadstatics.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. // ThreadStatics.h // diff --git a/src/coreclr/src/vm/threadsuspend.cpp b/src/coreclr/src/vm/threadsuspend.cpp index 82afaf0b658ced..0c5226ba35e27f 100644 --- a/src/coreclr/src/vm/threadsuspend.cpp +++ b/src/coreclr/src/vm/threadsuspend.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. // // threadsuspend.CPP // diff --git a/src/coreclr/src/vm/threadsuspend.h b/src/coreclr/src/vm/threadsuspend.h index b8df42dbb33fd0..cff7556ea16ac0 100644 --- a/src/coreclr/src/vm/threadsuspend.h +++ b/src/coreclr/src/vm/threadsuspend.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. // threadsuspend.h #ifndef _THREAD_SUSPEND_H_ diff --git a/src/coreclr/src/vm/tieredcompilation.cpp b/src/coreclr/src/vm/tieredcompilation.cpp index 90458ec5b7e4d3..311154f1ad7212 100644 --- a/src/coreclr/src/vm/tieredcompilation.cpp +++ b/src/coreclr/src/vm/tieredcompilation.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. // =========================================================================== // File: TieredCompilation.CPP // diff --git a/src/coreclr/src/vm/tieredcompilation.h b/src/coreclr/src/vm/tieredcompilation.h index ee7bac7cdf56f6..b3f32a67f15bdd 100644 --- a/src/coreclr/src/vm/tieredcompilation.h +++ b/src/coreclr/src/vm/tieredcompilation.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. // =========================================================================== // File: TieredCompilation.h // diff --git a/src/coreclr/src/vm/typectxt.cpp b/src/coreclr/src/vm/typectxt.cpp index cb835f7ff89773..1abaf9441bd674 100644 --- a/src/coreclr/src/vm/typectxt.cpp +++ b/src/coreclr/src/vm/typectxt.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. // // typectxt.cpp // diff --git a/src/coreclr/src/vm/typectxt.h b/src/coreclr/src/vm/typectxt.h index 610f3304f92477..fc9970a6b78175 100644 --- a/src/coreclr/src/vm/typectxt.h +++ b/src/coreclr/src/vm/typectxt.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. // // typectxt.h // diff --git a/src/coreclr/src/vm/typedesc.cpp b/src/coreclr/src/vm/typedesc.cpp index 472bc883e4ac1d..167ccf0f55127d 100644 --- a/src/coreclr/src/vm/typedesc.cpp +++ b/src/coreclr/src/vm/typedesc.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. // // File: typedesc.cpp // diff --git a/src/coreclr/src/vm/typedesc.h b/src/coreclr/src/vm/typedesc.h index 68dee0e641b3ac..160bfeffd2d3fe 100644 --- a/src/coreclr/src/vm/typedesc.h +++ b/src/coreclr/src/vm/typedesc.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. // // File: typedesc.h // diff --git a/src/coreclr/src/vm/typedesc.inl b/src/coreclr/src/vm/typedesc.inl index 1816a6b7f8c2b9..c6fbf654f0949d 100644 --- a/src/coreclr/src/vm/typedesc.inl +++ b/src/coreclr/src/vm/typedesc.inl @@ -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. // // File: typedesc.inl // diff --git a/src/coreclr/src/vm/typeequivalencehash.cpp b/src/coreclr/src/vm/typeequivalencehash.cpp index 90b2c2749e0f57..ee202cc92e9ea2 100644 --- a/src/coreclr/src/vm/typeequivalencehash.cpp +++ b/src/coreclr/src/vm/typeequivalencehash.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. // // Hash table associated with each module that records for all types defined in that module the mapping diff --git a/src/coreclr/src/vm/typeequivalencehash.hpp b/src/coreclr/src/vm/typeequivalencehash.hpp index 25f8e04c229052..ed42e7b7be9b41 100644 --- a/src/coreclr/src/vm/typeequivalencehash.hpp +++ b/src/coreclr/src/vm/typeequivalencehash.hpp @@ -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. // // Hash table associated with each module that records for all types defined in that module the mapping diff --git a/src/coreclr/src/vm/typehandle.cpp b/src/coreclr/src/vm/typehandle.cpp index a7a8508e294feb..754f842ea70066 100644 --- a/src/coreclr/src/vm/typehandle.cpp +++ b/src/coreclr/src/vm/typehandle.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. // // File: typehandle.cpp // diff --git a/src/coreclr/src/vm/typehandle.h b/src/coreclr/src/vm/typehandle.h index ba3455241a4ced..387a75b362138a 100644 --- a/src/coreclr/src/vm/typehandle.h +++ b/src/coreclr/src/vm/typehandle.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. // // File: typehandle.h // diff --git a/src/coreclr/src/vm/typehandle.inl b/src/coreclr/src/vm/typehandle.inl index 33beb92037d76d..ba66ee3b02f4ff 100644 --- a/src/coreclr/src/vm/typehandle.inl +++ b/src/coreclr/src/vm/typehandle.inl @@ -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. // // File: typehandle.inl // diff --git a/src/coreclr/src/vm/typehash.cpp b/src/coreclr/src/vm/typehash.cpp index 6157f8ecdd3e0f..343ae7378a70b8 100644 --- a/src/coreclr/src/vm/typehash.cpp +++ b/src/coreclr/src/vm/typehash.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. // // File: typehash.cpp // diff --git a/src/coreclr/src/vm/typehash.h b/src/coreclr/src/vm/typehash.h index b4315d382db83b..be19ab5218e643 100644 --- a/src/coreclr/src/vm/typehash.h +++ b/src/coreclr/src/vm/typehash.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. // // File: typehash.h // diff --git a/src/coreclr/src/vm/typehashingalgorithms.h b/src/coreclr/src/vm/typehashingalgorithms.h index 201e2506d4c9de..f2bd3bd2ee4a23 100644 --- a/src/coreclr/src/vm/typehashingalgorithms.h +++ b/src/coreclr/src/vm/typehashingalgorithms.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. // --------------------------------------------------------------------------- // Generic functions to compute the hashcode value of types diff --git a/src/coreclr/src/vm/typekey.h b/src/coreclr/src/vm/typekey.h index e2e101efc17fc5..71d6febced98eb 100644 --- a/src/coreclr/src/vm/typekey.h +++ b/src/coreclr/src/vm/typekey.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. // // typekey.h // diff --git a/src/coreclr/src/vm/typeparse.cpp b/src/coreclr/src/vm/typeparse.cpp index f38c829371d1db..1b69d0d815d095 100644 --- a/src/coreclr/src/vm/typeparse.cpp +++ b/src/coreclr/src/vm/typeparse.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. // --------------------------------------------------------------------------- // typeparse.cpp // --------------------------------------------------------------------------- diff --git a/src/coreclr/src/vm/typeparse.h b/src/coreclr/src/vm/typeparse.h index 2ce593bdc14dc9..39e4211635d07d 100644 --- a/src/coreclr/src/vm/typeparse.h +++ b/src/coreclr/src/vm/typeparse.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. // --------------------------------------------------------------------------- // typeparse.h // --------------------------------------------------------------------------- diff --git a/src/coreclr/src/vm/typestring.cpp b/src/coreclr/src/vm/typestring.cpp index 4fd4d963651184..2b414736defec5 100644 --- a/src/coreclr/src/vm/typestring.cpp +++ b/src/coreclr/src/vm/typestring.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. // --------------------------------------------------------------------------- // typestring.cpp // --------------------------------------------------------------------------- diff --git a/src/coreclr/src/vm/typestring.h b/src/coreclr/src/vm/typestring.h index b1223ac6629164..994feb8358410d 100644 --- a/src/coreclr/src/vm/typestring.h +++ b/src/coreclr/src/vm/typestring.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. // --------------------------------------------------------------------------- // typestring.cpp // --------------------------------------------------------------------------- diff --git a/src/coreclr/src/vm/util.cpp b/src/coreclr/src/vm/util.cpp index d41e4675b18101..42a98bad7bcd6a 100644 --- a/src/coreclr/src/vm/util.cpp +++ b/src/coreclr/src/vm/util.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. // =========================================================================== // File: UTIL.CPP // diff --git a/src/coreclr/src/vm/util.hpp b/src/coreclr/src/vm/util.hpp index 692b9d5f9d6ad9..19f7932f178290 100644 --- a/src/coreclr/src/vm/util.hpp +++ b/src/coreclr/src/vm/util.hpp @@ -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. // // util.hpp // diff --git a/src/coreclr/src/vm/vars.cpp b/src/coreclr/src/vm/vars.cpp index 036148e46ab763..6239469294e97e 100644 --- a/src/coreclr/src/vm/vars.cpp +++ b/src/coreclr/src/vm/vars.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. // // vars.cpp - Global Var definitions // diff --git a/src/coreclr/src/vm/vars.hpp b/src/coreclr/src/vm/vars.hpp index 3dcc7d68d8dc25..57ac31a285ca80 100644 --- a/src/coreclr/src/vm/vars.hpp +++ b/src/coreclr/src/vm/vars.hpp @@ -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. // // vars.hpp // diff --git a/src/coreclr/src/vm/versionresilienthashcode.cpp b/src/coreclr/src/vm/versionresilienthashcode.cpp index cfff4edcbed552..5321ae79f9a13d 100644 --- a/src/coreclr/src/vm/versionresilienthashcode.cpp +++ b/src/coreclr/src/vm/versionresilienthashcode.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 "versionresilienthashcode.h" diff --git a/src/coreclr/src/vm/versionresilienthashcode.h b/src/coreclr/src/vm/versionresilienthashcode.h index f0b33e1239ea25..9486df770f0f8f 100644 --- a/src/coreclr/src/vm/versionresilienthashcode.h +++ b/src/coreclr/src/vm/versionresilienthashcode.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. int GetVersionResilientTypeHashCode(TypeHandle type); diff --git a/src/coreclr/src/vm/virtualcallstub.cpp b/src/coreclr/src/vm/virtualcallstub.cpp index a3e5233d179fa7..828b56093b8cee 100644 --- a/src/coreclr/src/vm/virtualcallstub.cpp +++ b/src/coreclr/src/vm/virtualcallstub.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. // // File: VirtualCallStub.CPP // diff --git a/src/coreclr/src/vm/virtualcallstub.h b/src/coreclr/src/vm/virtualcallstub.h index 9f2e2802fc86cf..19e2cc3c1e2127 100644 --- a/src/coreclr/src/vm/virtualcallstub.h +++ b/src/coreclr/src/vm/virtualcallstub.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. // // File: VirtualCallStub.h // diff --git a/src/coreclr/src/vm/vmholder.h b/src/coreclr/src/vm/vmholder.h index 003892b07addcf..4cf414e80640bd 100644 --- a/src/coreclr/src/vm/vmholder.h +++ b/src/coreclr/src/vm/vmholder.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/vm/weakreferencenative.cpp b/src/coreclr/src/vm/weakreferencenative.cpp index bc52c6124787ff..da6036abb15b7b 100644 --- a/src/coreclr/src/vm/weakreferencenative.cpp +++ b/src/coreclr/src/vm/weakreferencenative.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. /*============================================================ ** diff --git a/src/coreclr/src/vm/weakreferencenative.h b/src/coreclr/src/vm/weakreferencenative.h index 0d946f9855d978..387d6df2e25248 100644 --- a/src/coreclr/src/vm/weakreferencenative.h +++ b/src/coreclr/src/vm/weakreferencenative.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/vm/wellknownattributes.h b/src/coreclr/src/vm/wellknownattributes.h index 11911910865106..9c3bce5cf456bb 100644 --- a/src/coreclr/src/vm/wellknownattributes.h +++ b/src/coreclr/src/vm/wellknownattributes.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 __WELLKNOWNATTRIBUTES_H_ #define __WELLKNOWNATTRIBUTES_H_ diff --git a/src/coreclr/src/vm/win32threadpool.cpp b/src/coreclr/src/vm/win32threadpool.cpp index bd9f7e0bdc16b3..b8490f15600a03 100644 --- a/src/coreclr/src/vm/win32threadpool.cpp +++ b/src/coreclr/src/vm/win32threadpool.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. /*++ diff --git a/src/coreclr/src/vm/win32threadpool.h b/src/coreclr/src/vm/win32threadpool.h index a2a930f59bafff..d25341ecb4ab0d 100644 --- a/src/coreclr/src/vm/win32threadpool.h +++ b/src/coreclr/src/vm/win32threadpool.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/vm/wrappers.h b/src/coreclr/src/vm/wrappers.h index 4599cd7142a2f9..e665b56003a6d1 100644 --- a/src/coreclr/src/vm/wrappers.h +++ b/src/coreclr/src/vm/wrappers.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 _WRAPPERS_H_ diff --git a/src/coreclr/src/vm/yieldprocessornormalized.cpp b/src/coreclr/src/vm/yieldprocessornormalized.cpp index 33fe1134147fc3..98a7f5f3e0ec0f 100644 --- a/src/coreclr/src/vm/yieldprocessornormalized.cpp +++ b/src/coreclr/src/vm/yieldprocessornormalized.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" diff --git a/src/coreclr/src/vm/zapsig.cpp b/src/coreclr/src/vm/zapsig.cpp index dc7a0048896f1f..e6a2dad94e2d07 100644 --- a/src/coreclr/src/vm/zapsig.cpp +++ b/src/coreclr/src/vm/zapsig.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. // =========================================================================== // File: zapsig.cpp // diff --git a/src/coreclr/src/vm/zapsig.h b/src/coreclr/src/vm/zapsig.h index f218db2cbbeb32..8ef3e60f4316c4 100644 --- a/src/coreclr/src/vm/zapsig.h +++ b/src/coreclr/src/vm/zapsig.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. // --------------------------------------------------------------------------- // zapsig.h diff --git a/src/coreclr/src/zap/common.h b/src/coreclr/src/zap/common.h index 1b132908aa84a0..beb744e3f9156d 100644 --- a/src/coreclr/src/zap/common.h +++ b/src/coreclr/src/zap/common.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. //***************************************************************************** // common.h // diff --git a/src/coreclr/src/zap/nativeformatwriter.cpp b/src/coreclr/src/zap/nativeformatwriter.cpp index 7428fc52576b36..91de6573857130 100644 --- a/src/coreclr/src/zap/nativeformatwriter.cpp +++ b/src/coreclr/src/zap/nativeformatwriter.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. // --------------------------------------------------------------------------- // NativeFormatWriter diff --git a/src/coreclr/src/zap/nativeformatwriter.h b/src/coreclr/src/zap/nativeformatwriter.h index 99db10d21059cd..3d8752f0be053b 100644 --- a/src/coreclr/src/zap/nativeformatwriter.h +++ b/src/coreclr/src/zap/nativeformatwriter.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. // --------------------------------------------------------------------------- // NativeFormatWriter diff --git a/src/coreclr/src/zap/svcworker.cpp b/src/coreclr/src/zap/svcworker.cpp index baf041021acc12..78f7b4f9eefda6 100644 --- a/src/coreclr/src/zap/svcworker.cpp +++ b/src/coreclr/src/zap/svcworker.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. /********************************************************************** diff --git a/src/coreclr/src/zap/zapcode.cpp b/src/coreclr/src/zap/zapcode.cpp index c1fefd912041d5..039ed6763555f5 100644 --- a/src/coreclr/src/zap/zapcode.cpp +++ b/src/coreclr/src/zap/zapcode.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. // // ZapCode.cpp // diff --git a/src/coreclr/src/zap/zapcode.h b/src/coreclr/src/zap/zapcode.h index 6a1ad86f76a92d..c75025c392c8b1 100644 --- a/src/coreclr/src/zap/zapcode.h +++ b/src/coreclr/src/zap/zapcode.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. // // ZapCode.h // diff --git a/src/coreclr/src/zap/zapheaders.cpp b/src/coreclr/src/zap/zapheaders.cpp index 068c7d3176bd43..f416e5a2884a9d 100644 --- a/src/coreclr/src/zap/zapheaders.cpp +++ b/src/coreclr/src/zap/zapheaders.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. // // ZapHeaders.cpp // diff --git a/src/coreclr/src/zap/zapheaders.h b/src/coreclr/src/zap/zapheaders.h index 4b6994d574fa4a..07a0c7758f20a4 100644 --- a/src/coreclr/src/zap/zapheaders.h +++ b/src/coreclr/src/zap/zapheaders.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. // // ZapHeaders.h // diff --git a/src/coreclr/src/zap/zapimage.cpp b/src/coreclr/src/zap/zapimage.cpp index e4ab0b94ef4b66..bcd02a3b2c4294 100644 --- a/src/coreclr/src/zap/zapimage.cpp +++ b/src/coreclr/src/zap/zapimage.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. // // ZapImage.cpp // diff --git a/src/coreclr/src/zap/zapimage.h b/src/coreclr/src/zap/zapimage.h index 68b833bd0f44df..10705b98e36512 100644 --- a/src/coreclr/src/zap/zapimage.h +++ b/src/coreclr/src/zap/zapimage.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. // // ZapImage.h // diff --git a/src/coreclr/src/zap/zapimport.cpp b/src/coreclr/src/zap/zapimport.cpp index 42c5772e1e36d5..a492f287bef9e0 100644 --- a/src/coreclr/src/zap/zapimport.cpp +++ b/src/coreclr/src/zap/zapimport.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. // // ZapImport.cpp // diff --git a/src/coreclr/src/zap/zapimport.h b/src/coreclr/src/zap/zapimport.h index 44a54f221d5801..ea8f506862e07f 100644 --- a/src/coreclr/src/zap/zapimport.h +++ b/src/coreclr/src/zap/zapimport.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. // // ZapImport.h // diff --git a/src/coreclr/src/zap/zapinfo.cpp b/src/coreclr/src/zap/zapinfo.cpp index 842836bb9c0c0b..310c0b93cb053e 100644 --- a/src/coreclr/src/zap/zapinfo.cpp +++ b/src/coreclr/src/zap/zapinfo.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. // // ZapInfo.cpp // diff --git a/src/coreclr/src/zap/zapinfo.h b/src/coreclr/src/zap/zapinfo.h index 81811312b930a3..3a44d2e7c0b548 100644 --- a/src/coreclr/src/zap/zapinfo.h +++ b/src/coreclr/src/zap/zapinfo.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. // // ZapInfo.h // diff --git a/src/coreclr/src/zap/zapinnerptr.cpp b/src/coreclr/src/zap/zapinnerptr.cpp index fe0124d9c98b13..ec8baec4fa8852 100644 --- a/src/coreclr/src/zap/zapinnerptr.cpp +++ b/src/coreclr/src/zap/zapinnerptr.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. // // ZapInnerPtr.h // diff --git a/src/coreclr/src/zap/zapinnerptr.h b/src/coreclr/src/zap/zapinnerptr.h index 354945b9dbc4ac..7c3ef0aa6c8c14 100644 --- a/src/coreclr/src/zap/zapinnerptr.h +++ b/src/coreclr/src/zap/zapinnerptr.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. // // ZapInnerPtr.h // diff --git a/src/coreclr/src/zap/zaplog.h b/src/coreclr/src/zap/zaplog.h index 2f3cf32bdf9bdb..e07cb29e51e3bd 100644 --- a/src/coreclr/src/zap/zaplog.h +++ b/src/coreclr/src/zap/zaplog.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/zap/zapmetadata.cpp b/src/coreclr/src/zap/zapmetadata.cpp index d5b9b7253bc631..2e7c3dc570e1b2 100644 --- a/src/coreclr/src/zap/zapmetadata.cpp +++ b/src/coreclr/src/zap/zapmetadata.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. // // ZapMetadata.cpp // diff --git a/src/coreclr/src/zap/zapmetadata.h b/src/coreclr/src/zap/zapmetadata.h index d5789c2ba72850..c23774cffb1f19 100644 --- a/src/coreclr/src/zap/zapmetadata.h +++ b/src/coreclr/src/zap/zapmetadata.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. // // ZapMetadata.h // diff --git a/src/coreclr/src/zap/zapnodetype.h b/src/coreclr/src/zap/zapnodetype.h index 08ddd6617cdf03..6f73833eb84101 100644 --- a/src/coreclr/src/zap/zapnodetype.h +++ b/src/coreclr/src/zap/zapnodetype.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. // // ZapNoteType.h // diff --git a/src/coreclr/src/zap/zapper.cpp b/src/coreclr/src/zap/zapper.cpp index 4bc8e51e97e340..5b999a82f0e6e5 100644 --- a/src/coreclr/src/zap/zapper.cpp +++ b/src/coreclr/src/zap/zapper.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" diff --git a/src/coreclr/src/zap/zapperstats.cpp b/src/coreclr/src/zap/zapperstats.cpp index b7d593393c7fb4..9379cd39239968 100644 --- a/src/coreclr/src/zap/zapperstats.cpp +++ b/src/coreclr/src/zap/zapperstats.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. /* diff --git a/src/coreclr/src/zap/zapperstats.h b/src/coreclr/src/zap/zapperstats.h index 5ac43a4d5a7a66..585b1bdd0e28a4 100644 --- a/src/coreclr/src/zap/zapperstats.h +++ b/src/coreclr/src/zap/zapperstats.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/zap/zapreadytorun.cpp b/src/coreclr/src/zap/zapreadytorun.cpp index 2bc6be3d955437..27d79b3121d33c 100644 --- a/src/coreclr/src/zap/zapreadytorun.cpp +++ b/src/coreclr/src/zap/zapreadytorun.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. // // ZapReadyToRun.cpp // diff --git a/src/coreclr/src/zap/zapreadytorun.h b/src/coreclr/src/zap/zapreadytorun.h index 8e1eab61a4579c..66fe3adb391aef 100644 --- a/src/coreclr/src/zap/zapreadytorun.h +++ b/src/coreclr/src/zap/zapreadytorun.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. // // ZapReadyToRun.h // diff --git a/src/coreclr/src/zap/zaprelocs.cpp b/src/coreclr/src/zap/zaprelocs.cpp index e9207ab072a11b..028a30e0154bf5 100644 --- a/src/coreclr/src/zap/zaprelocs.cpp +++ b/src/coreclr/src/zap/zaprelocs.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. // // ZapRelocs.cpp // diff --git a/src/coreclr/src/zap/zaprelocs.h b/src/coreclr/src/zap/zaprelocs.h index 25f46a9fe4938e..9b06450e8c8f1d 100644 --- a/src/coreclr/src/zap/zaprelocs.h +++ b/src/coreclr/src/zap/zaprelocs.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. // // ZapRelocs.h // diff --git a/src/coreclr/src/zap/zapwrapper.cpp b/src/coreclr/src/zap/zapwrapper.cpp index a231053d72930d..b9dc87c8a0afdd 100644 --- a/src/coreclr/src/zap/zapwrapper.cpp +++ b/src/coreclr/src/zap/zapwrapper.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. // // ZapWrapper.cpp // diff --git a/src/coreclr/src/zap/zapwrapper.h b/src/coreclr/src/zap/zapwrapper.h index c1c46dcb40b49d..ea914da749710c 100644 --- a/src/coreclr/src/zap/zapwrapper.h +++ b/src/coreclr/src/zap/zapwrapper.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. // // ZapWrapper.h // diff --git a/src/coreclr/src/zap/zapwriter.cpp b/src/coreclr/src/zap/zapwriter.cpp index 6d03176b6b0e5d..4642c2af698abe 100644 --- a/src/coreclr/src/zap/zapwriter.cpp +++ b/src/coreclr/src/zap/zapwriter.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. // // ZapWriter.cpp // diff --git a/src/coreclr/src/zap/zapwriter.h b/src/coreclr/src/zap/zapwriter.h index 10542476bf2397..295a38ade3958a 100644 --- a/src/coreclr/src/zap/zapwriter.h +++ b/src/coreclr/src/zap/zapwriter.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. // // ZapWriter.h // diff --git a/src/coreclr/tests/src/Common/CoreCLRTestLibrary/Assertion.cs b/src/coreclr/tests/src/Common/CoreCLRTestLibrary/Assertion.cs index 275b3086ac9745..f921ce2983436f 100644 --- a/src/coreclr/tests/src/Common/CoreCLRTestLibrary/Assertion.cs +++ b/src/coreclr/tests/src/Common/CoreCLRTestLibrary/Assertion.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. // Note: Exception messages call ToString instead of Name to avoid MissingMetadataException when just outputting basic info diff --git a/src/coreclr/tests/src/Common/CoreCLRTestLibrary/Generator.cs b/src/coreclr/tests/src/Common/CoreCLRTestLibrary/Generator.cs index 6fc32b3f316e25..76ebbc05c1ce17 100644 --- a/src/coreclr/tests/src/Common/CoreCLRTestLibrary/Generator.cs +++ b/src/coreclr/tests/src/Common/CoreCLRTestLibrary/Generator.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/coreclr/tests/src/Common/CoreCLRTestLibrary/HostPolicyMock.cs b/src/coreclr/tests/src/Common/CoreCLRTestLibrary/HostPolicyMock.cs index db52f12b08a5de..31a304a8d845e6 100644 --- a/src/coreclr/tests/src/Common/CoreCLRTestLibrary/HostPolicyMock.cs +++ b/src/coreclr/tests/src/Common/CoreCLRTestLibrary/HostPolicyMock.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.IO; using System.Runtime.InteropServices; diff --git a/src/coreclr/tests/src/Common/CoreCLRTestLibrary/Logging.cs b/src/coreclr/tests/src/Common/CoreCLRTestLibrary/Logging.cs index 0bf5c3ba2562be..f99cd1bf90ea86 100644 --- a/src/coreclr/tests/src/Common/CoreCLRTestLibrary/Logging.cs +++ b/src/coreclr/tests/src/Common/CoreCLRTestLibrary/Logging.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/coreclr/tests/src/Common/CoreCLRTestLibrary/TestFramework.cs b/src/coreclr/tests/src/Common/CoreCLRTestLibrary/TestFramework.cs index e47be328a18820..fdbdf1a51e0999 100644 --- a/src/coreclr/tests/src/Common/CoreCLRTestLibrary/TestFramework.cs +++ b/src/coreclr/tests/src/Common/CoreCLRTestLibrary/TestFramework.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/coreclr/tests/src/Common/CoreCLRTestLibrary/Utilities.cs b/src/coreclr/tests/src/Common/CoreCLRTestLibrary/Utilities.cs index 835ccbf23ee914..ffd9f00da0bda5 100644 --- a/src/coreclr/tests/src/Common/CoreCLRTestLibrary/Utilities.cs +++ b/src/coreclr/tests/src/Common/CoreCLRTestLibrary/Utilities.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/coreclr/tests/src/Common/CoreCLRTestLibrary/XPlatformUtils.cs b/src/coreclr/tests/src/Common/CoreCLRTestLibrary/XPlatformUtils.cs index 05953dc9e0105e..b8e34a132db53e 100644 --- a/src/coreclr/tests/src/Common/CoreCLRTestLibrary/XPlatformUtils.cs +++ b/src/coreclr/tests/src/Common/CoreCLRTestLibrary/XPlatformUtils.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.InteropServices; diff --git a/src/coreclr/tests/src/Common/Coreclr.TestWrapper/CoreclrTestWrapperLib.cs b/src/coreclr/tests/src/Common/Coreclr.TestWrapper/CoreclrTestWrapperLib.cs index 22c4fbff9ec3bd..ee471092a4ac87 100644 --- a/src/coreclr/tests/src/Common/Coreclr.TestWrapper/CoreclrTestWrapperLib.cs +++ b/src/coreclr/tests/src/Common/Coreclr.TestWrapper/CoreclrTestWrapperLib.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/coreclr/tests/src/Common/XunitBase.cs b/src/coreclr/tests/src/Common/XunitBase.cs index 06341e739ac702..abaa1bb1406d73 100644 --- a/src/coreclr/tests/src/Common/XunitBase.cs +++ b/src/coreclr/tests/src/Common/XunitBase.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.Threading; diff --git a/src/coreclr/tests/src/Common/hostpolicymock/HostpolicyMock.cpp b/src/coreclr/tests/src/Common/hostpolicymock/HostpolicyMock.cpp index f1fc9efd128c52..a09125576ce4c4 100644 --- a/src/coreclr/tests/src/Common/hostpolicymock/HostpolicyMock.cpp +++ b/src/coreclr/tests/src/Common/hostpolicymock/HostpolicyMock.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. // Mock implementation of the hostpolicy.cpp exported methods. // Used for testing CoreCLR/Corlib functionality which calls into hostpolicy. diff --git a/src/coreclr/tests/src/CoreMangLib/system/buffer/asurt_99893.cs b/src/coreclr/tests/src/CoreMangLib/system/buffer/asurt_99893.cs index 2a4b92caf9bd7a..424950cccac1d5 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/buffer/asurt_99893.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/buffer/asurt_99893.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. // ASURT 99893 - These Buffer members were correctly checking that the array was a // primitive type, but the check for primitive type did not include the assembly, // and thus one could define a new System.Int32 (as below) and use that instead. diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/VSD/OpenDelegate.cs b/src/coreclr/tests/src/CoreMangLib/system/delegate/VSD/OpenDelegate.cs index acb385a435f872..8e341e61c6bdaa 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/VSD/OpenDelegate.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/VSD/OpenDelegate.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.Reflection; using System.Collections.Generic; diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegatecombine1.cs b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegatecombine1.cs index e529fe753df468..4472f720ce6d3d 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegatecombine1.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegatecombine1.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.Globalization; diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegatecombineimpl.cs b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegatecombineimpl.cs index 03138bd642e5e3..aaa7fe7a94a7a6 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegatecombineimpl.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegatecombineimpl.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.Globalization; diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegateequals1.cs b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegateequals1.cs index b94fa69872e121..80a5e7dc05a357 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegateequals1.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegateequals1.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.Globalization; diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegategethashcode1.cs b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegategethashcode1.cs index 05ba3629b16c57..8c0fa7e92d67ae 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegategethashcode1.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegategethashcode1.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.Globalization; diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegategetinvocationlist1.cs b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegategetinvocationlist1.cs index b0396aaea8a852..7a3a5fde70d9dd 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegategetinvocationlist1.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegategetinvocationlist1.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.Globalization; diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegateremove.cs b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegateremove.cs index f75ec6f2b0dd24..1b121de7be5646 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegateremove.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegateremove.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.Globalization; diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegateremoveimpl.cs b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegateremoveimpl.cs index 8325a4e4552148..19b7d604df814f 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegateremoveimpl.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegateremoveimpl.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.Globalization; diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/common.cs b/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/common.cs index b2a475733ab4fe..59ed8a8c1a5099 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/common.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/common.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. //@TODO - API level testing for generics, particulary with multicast invocation lists and co/contra variant generics //@TODO - Vary the return type diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/negativegenerics.cs b/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/negativegenerics.cs index 97b93df7a8f5a5..9d2220c13b5f5f 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/negativegenerics.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/negativegenerics.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. //Covers various negative binding cases for delegates and generics... using System; diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/ng_standard.cs b/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/ng_standard.cs index e0c1b5021c20bc..753125806997df 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/ng_standard.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/ng_standard.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; class Test{ diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/nullabletypes.cs b/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/nullabletypes.cs index 824b0ec84221dd..f294e6cab3d4c4 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/nullabletypes.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/nullabletypes.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 414 using System; diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/ClosedStatic.cs b/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/ClosedStatic.cs index 6b35433adb2068..a6bfe77e543fce 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/ClosedStatic.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/ClosedStatic.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.Reflection; diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/co6031gethashcode.cs b/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/co6031gethashcode.cs index d30537c4b53869..78db406ec1f8a6 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/co6031gethashcode.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/co6031gethashcode.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; delegate int Int32_VoidDelegate(); diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/regressions/Github_13160/Github_13160.cs b/src/coreclr/tests/src/CoreMangLib/system/delegate/regressions/Github_13160/Github_13160.cs index be90f5e9b1dfd6..40d38c77fcf7b9 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/regressions/Github_13160/Github_13160.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/regressions/Github_13160/Github_13160.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; class Program diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/ddb113347.cs b/src/coreclr/tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/ddb113347.cs index 52fa15cb03483f..5e4b1e53f7dabf 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/ddb113347.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/ddb113347.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.Reflection; using System.Security; @@ -39,4 +38,4 @@ static int Main() { return 203; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/CoreMangLib/system/enum/enumiconvertibletoint64.cs b/src/coreclr/tests/src/CoreMangLib/system/enum/enumiconvertibletoint64.cs index c436ec3b54185a..9142e5772ccd35 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/enum/enumiconvertibletoint64.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/enum/enumiconvertibletoint64.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/coreclr/tests/src/CoreMangLib/system/enum/enumiconvertibletosingle.cs b/src/coreclr/tests/src/CoreMangLib/system/enum/enumiconvertibletosingle.cs index 1ff1c11e8766b8..68977651b8f8a7 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/enum/enumiconvertibletosingle.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/enum/enumiconvertibletosingle.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/coreclr/tests/src/CoreMangLib/system/enum/enumiconvertibletotype.cs b/src/coreclr/tests/src/CoreMangLib/system/enum/enumiconvertibletotype.cs index f1a3a79526c76e..976d8355b139de 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/enum/enumiconvertibletotype.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/enum/enumiconvertibletotype.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/coreclr/tests/src/CoreMangLib/system/enum/enumiconvertibletouint16.cs b/src/coreclr/tests/src/CoreMangLib/system/enum/enumiconvertibletouint16.cs index b59e3352839aec..6ed3a83860133f 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/enum/enumiconvertibletouint16.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/enum/enumiconvertibletouint16.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/coreclr/tests/src/CoreMangLib/system/enum/enumiconvertibletouint32.cs b/src/coreclr/tests/src/CoreMangLib/system/enum/enumiconvertibletouint32.cs index 8963a022826237..06d57af1e4f3b2 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/enum/enumiconvertibletouint32.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/enum/enumiconvertibletouint32.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; /// @@ -221,4 +220,4 @@ enum e_test : long itemC = Int64.MaxValue, itemD = -0, } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/CoreMangLib/system/enum/enumiconvertibletouint64.cs b/src/coreclr/tests/src/CoreMangLib/system/enum/enumiconvertibletouint64.cs index d329b2195d40a6..8f9b63beda6bfa 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/enum/enumiconvertibletouint64.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/enum/enumiconvertibletouint64.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; /// @@ -193,4 +192,4 @@ enum e_test : long itemC = Int64.MaxValue, itemD = -0, } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/CoreMangLib/system/environment/environment_version.cs b/src/coreclr/tests/src/CoreMangLib/system/environment/environment_version.cs index 8fbe5e4d5d88b6..b435e186ea90c3 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/environment/environment_version.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/environment/environment_version.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/coreclr/tests/src/CoreMangLib/system/multicastdelegate/delegatedefinitions.cs b/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/delegatedefinitions.cs index 2936eeeff97ebe..b525b5803c7766 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/delegatedefinitions.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/delegatedefinitions.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; // for DllImportAttribute diff --git a/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/multicastdelegatecombineimpl.cs b/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/multicastdelegatecombineimpl.cs index a1098315f5e91a..3976113c28ddfa 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/multicastdelegatecombineimpl.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/multicastdelegatecombineimpl.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; public class MulticastDelegateCombineImpl diff --git a/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/multicastdelegateequals.cs b/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/multicastdelegateequals.cs index f20ae33fc2ae5a..ccc40d23dce583 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/multicastdelegateequals.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/multicastdelegateequals.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.Security; diff --git a/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/multicastdelegategethashcode.cs b/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/multicastdelegategethashcode.cs index 72dfc9ec6ee6cc..b1e8bbd9c1000a 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/multicastdelegategethashcode.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/multicastdelegategethashcode.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.Security; diff --git a/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/multicastdelegategetinvocationlist.cs b/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/multicastdelegategetinvocationlist.cs index 23afb1906aa07e..aaec7b16289ff5 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/multicastdelegategetinvocationlist.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/multicastdelegategetinvocationlist.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.Security; diff --git a/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/verificationagent.cs b/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/verificationagent.cs index e6662b2f9d1091..c9961a5069cec2 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/verificationagent.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/verificationagent.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/coreclr/tests/src/CoreMangLib/system/reflection/emit/DynMethodJumpStubTests/DynMethodJumpStubTests.cs b/src/coreclr/tests/src/CoreMangLib/system/reflection/emit/DynMethodJumpStubTests/DynMethodJumpStubTests.cs index d50d3cedbfb30d..5ab4ce98997af5 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/reflection/emit/DynMethodJumpStubTests/DynMethodJumpStubTests.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/reflection/emit/DynMethodJumpStubTests/DynMethodJumpStubTests.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.Reflection; diff --git a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/marshal/marshalsizeof1.cs b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/marshal/marshalsizeof1.cs index c0d16b86237a95..b600f3d66de27c 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/marshal/marshalsizeof1.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/marshal/marshalsizeof1.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; using System.Security; diff --git a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/marshal/marshalsizeof2.cs b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/marshal/marshalsizeof2.cs index 6882ad0489531a..59bc6dbe9fb539 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/marshal/marshalsizeof2.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/marshal/marshalsizeof2.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; using System.Security; diff --git a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandlector_cti.cs b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandlector_cti.cs index 23505f5faf64f9..40aa1545bba9cd 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandlector_cti.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandlector_cti.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; using System; using System.Runtime.InteropServices; diff --git a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandledangerousaddref.cs b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandledangerousaddref.cs index aaaed3c4b853e9..0bd870b6084125 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandledangerousaddref.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandledangerousaddref.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; using System; using System.Runtime.InteropServices; // For SafeHandle diff --git a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandledangerousgethandle.cs b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandledangerousgethandle.cs index 61d1c4f9e56c80..1dd41a7deef45f 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandledangerousgethandle.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandledangerousgethandle.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; using System; using System.Runtime.InteropServices; // For SafeHandle diff --git a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandledangerousrelease.cs b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandledangerousrelease.cs index 7aff6ba66fc840..8f2ade13247d91 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandledangerousrelease.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandledangerousrelease.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; using System; using System.Runtime.InteropServices; // For SafeHandle diff --git a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandledispose1.cs b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandledispose1.cs index e187d7be108f7c..24d449e92c077a 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandledispose1.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandledispose1.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; using System; using System.Runtime.InteropServices; // For SafeHanlde diff --git a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandledispose2.cs b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandledispose2.cs index 7e3fe959ac2195..2fa5291e950283 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandledispose2.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandledispose2.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; using System; using System.Runtime.InteropServices; // For SafeHandle diff --git a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandlehandle.cs b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandlehandle.cs index d1747ff63b1d9b..3a018eddc8b664 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandlehandle.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandlehandle.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; using System; using System.Runtime.InteropServices; // For SafeHandle diff --git a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandleisclosed.cs b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandleisclosed.cs index e00ad59b493db2..470bc86c17d58c 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandleisclosed.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandleisclosed.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; using System; using System.Runtime.InteropServices; // For SafeHandle @@ -150,4 +149,4 @@ public bool CheckHandleIsRelease() } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandleisinvalid.cs b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandleisinvalid.cs index e19bfa7aa9bf8f..84a73ff17cf072 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandleisinvalid.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandleisinvalid.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; using System; using System.Runtime.InteropServices; // For SafeHandle @@ -167,4 +166,4 @@ public bool CheckHandleIsRelease() } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandlesethandle.cs b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandlesethandle.cs index 4d44d4d966c102..c49e9f4e54c103 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandlesethandle.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandlesethandle.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; using System; using System.Runtime.InteropServices; // For SafeHandle @@ -130,4 +129,4 @@ public bool CheckHandleIsRelease() } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandlesethandleasinvalid.cs b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandlesethandleasinvalid.cs index 5a0f1ebaf4495f..962017f64805c6 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandlesethandleasinvalid.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/safehandlesethandleasinvalid.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; using System; using System.Runtime.InteropServices; // For SafeHandle @@ -130,4 +129,4 @@ public bool CheckHandleIsRelease() } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/CoreMangLib/system/span/RefStructWithSpan.cs b/src/coreclr/tests/src/CoreMangLib/system/span/RefStructWithSpan.cs index 2af14d6c7696f0..314bfedcde2396 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/span/RefStructWithSpan.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/span/RefStructWithSpan.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/coreclr/tests/src/CoreMangLib/system/span/SlowTailCallArgs.cs b/src/coreclr/tests/src/CoreMangLib/system/span/SlowTailCallArgs.cs index da878272e6334f..6bf686cad14fb5 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/span/SlowTailCallArgs.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/span/SlowTailCallArgs.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.Reflection; diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedadd1.cs b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedadd1.cs index e2fdfb696b3798..1033bacce86128 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedadd1.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedadd1.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.Threading; diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedadd2.cs b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedadd2.cs index 6b3a377bc0d155..a1e3f292c1884e 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedadd2.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedadd2.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.Threading; diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedcompareexchange1.cs b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedcompareexchange1.cs index 9177ad48115c3d..f233e6075c2e2e 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedcompareexchange1.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedcompareexchange1.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.Threading; diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedcompareexchange5.cs b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedcompareexchange5.cs index bb203353cbe029..0fb8ab424afcee 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedcompareexchange5.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedcompareexchange5.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.Threading; diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedcompareexchange6.cs b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedcompareexchange6.cs index 44b1374e3f4f13..9b74b7ffa95643 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedcompareexchange6.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedcompareexchange6.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.Threading; diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedcompareexchange7.cs b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedcompareexchange7.cs index 1ef2e711f10e07..bd9dcf530787e6 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedcompareexchange7.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedcompareexchange7.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.Threading; diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockeddecrement1.cs b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockeddecrement1.cs index fdce71987bfbec..d8ee1b158515be 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockeddecrement1.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockeddecrement1.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.Threading; diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockeddecrement2.cs b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockeddecrement2.cs index 887c54d9666a48..5313a029db1fa8 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockeddecrement2.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockeddecrement2.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.Threading; diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedexchange1.cs b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedexchange1.cs index 3a344942c26b8b..8ca6ce5cb10f66 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedexchange1.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedexchange1.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.Threading; diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedexchange5.cs b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedexchange5.cs index 16195c0452a5d1..14b987d1c1f6d3 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedexchange5.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedexchange5.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.Threading; diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedexchange6.cs b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedexchange6.cs index 4851dae4d4c58d..0cdf91214c18f2 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedexchange6.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedexchange6.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.Threading; diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedexchange7.cs b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedexchange7.cs index bfd2f52b76c13f..670f48ef5e4477 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedexchange7.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedexchange7.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.Threading; diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedincrement1.cs b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedincrement1.cs index 52e42a146e8288..e42dd316f94c44 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedincrement1.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedincrement1.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.Threading; diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedincrement2.cs b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedincrement2.cs index 80d0db4a11b406..5b3c0c23b298e6 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedincrement2.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/interlockedincrement2.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.Threading; diff --git a/src/coreclr/tests/src/CoreMangLib/system/type/typeequals1.cs b/src/coreclr/tests/src/CoreMangLib/system/type/typeequals1.cs index 059cacdb57a420..6508a1f4e319fa 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/typeequals1.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/type/typeequals1.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/coreclr/tests/src/CoreMangLib/system/type/typeequals2.cs b/src/coreclr/tests/src/CoreMangLib/system/type/typeequals2.cs index 9956460f8c104a..c04c09fd8bc0ae 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/typeequals2.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/type/typeequals2.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; public class TypeEquals2 diff --git a/src/coreclr/tests/src/CoreMangLib/system/type/typegetarrayrank.cs b/src/coreclr/tests/src/CoreMangLib/system/type/typegetarrayrank.cs index 0b164748f3314c..e6d06ced1eb1b9 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/typegetarrayrank.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/type/typegetarrayrank.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; public class TypeGetArrayRank diff --git a/src/coreclr/tests/src/CoreMangLib/system/type/typegetgenerictypedefinition.cs b/src/coreclr/tests/src/CoreMangLib/system/type/typegetgenerictypedefinition.cs index 55c09853427234..3a08a902e151db 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/typegetgenerictypedefinition.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/type/typegetgenerictypedefinition.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.Globalization; using System.Reflection; diff --git a/src/coreclr/tests/src/CoreMangLib/system/type/typegethashcode.cs b/src/coreclr/tests/src/CoreMangLib/system/type/typegethashcode.cs index 237b1c0a478846..eda61133c30dd3 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/typegethashcode.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/type/typegethashcode.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; using System.Text; diff --git a/src/coreclr/tests/src/CoreMangLib/system/type/typegettype1.cs b/src/coreclr/tests/src/CoreMangLib/system/type/typegettype1.cs index d38c12fb91d1e2..a2fa231fcb1adf 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/typegettype1.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/type/typegettype1.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; using System.Text; diff --git a/src/coreclr/tests/src/CoreMangLib/system/type/typegettype2.cs b/src/coreclr/tests/src/CoreMangLib/system/type/typegettype2.cs index 332b10ad380bd9..6389749713d6eb 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/typegettype2.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/type/typegettype2.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/coreclr/tests/src/CoreMangLib/system/type/typegettypefromhandle.cs b/src/coreclr/tests/src/CoreMangLib/system/type/typegettypefromhandle.cs index 361ff851672b0b..03139b26250ff3 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/typegettypefromhandle.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/type/typegettypefromhandle.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.Globalization; using System.Reflection; diff --git a/src/coreclr/tests/src/CoreMangLib/system/type/typehaselementtypeimpl.cs b/src/coreclr/tests/src/CoreMangLib/system/type/typehaselementtypeimpl.cs index ed095b9340861a..c345afdf7e197d 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/typehaselementtypeimpl.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/type/typehaselementtypeimpl.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.Globalization; using System.Reflection; @@ -118,4 +117,4 @@ private void MyMethod(ref TestClass myTest) public class TestClass { -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/CoreMangLib/system/type/typeisbyrefimpl.cs b/src/coreclr/tests/src/CoreMangLib/system/type/typeisbyrefimpl.cs index 4d2c7612de199f..1a3c5acb641a3f 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/typeisbyrefimpl.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/type/typeisbyrefimpl.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.Globalization; using System.Reflection; diff --git a/src/coreclr/tests/src/CoreMangLib/system/type/typeispointerimpl.cs b/src/coreclr/tests/src/CoreMangLib/system/type/typeispointerimpl.cs index 340dff02940b22..42456f7ffb6641 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/typeispointerimpl.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/type/typeispointerimpl.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; public struct TestGenericType2 diff --git a/src/coreclr/tests/src/CoreMangLib/system/type/typemakearraytype1.cs b/src/coreclr/tests/src/CoreMangLib/system/type/typemakearraytype1.cs index f08a204651afca..4b3178f241fb45 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/typemakearraytype1.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/type/typemakearraytype1.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/coreclr/tests/src/CoreMangLib/system/type/typemakearraytype2.cs b/src/coreclr/tests/src/CoreMangLib/system/type/typemakearraytype2.cs index 763d1baf9b8ee0..22dcaa7fa68a58 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/typemakearraytype2.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/type/typemakearraytype2.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/coreclr/tests/src/CoreMangLib/system/type/typemakebyreftype.cs b/src/coreclr/tests/src/CoreMangLib/system/type/typemakebyreftype.cs index 1439f559d4d08f..698c5790d55880 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/typemakebyreftype.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/type/typemakebyreftype.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/coreclr/tests/src/CoreMangLib/system/type/typemakepointertype.cs b/src/coreclr/tests/src/CoreMangLib/system/type/typemakepointertype.cs index 51effa39b0cc0b..56e83f4f9554f5 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/typemakepointertype.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/type/typemakepointertype.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/coreclr/tests/src/CoreMangLib/system/type/typetostring.cs b/src/coreclr/tests/src/CoreMangLib/system/type/typetostring.cs index de18d340f7caab..dfbfbdf5b56a81 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/typetostring.cs +++ b/src/coreclr/tests/src/CoreMangLib/system/type/typetostring.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; using TestHelper; @@ -284,4 +283,4 @@ internal class ClassA public static string m_name = "TestHelper.ClassA"; } } -#endregion \ No newline at end of file +#endregion diff --git a/src/coreclr/tests/src/Exceptions/ForeignThread/ForeignThreadExceptions.cs b/src/coreclr/tests/src/Exceptions/ForeignThread/ForeignThreadExceptions.cs index 17821abdae0e1f..65e66a9ab516ba 100644 --- a/src/coreclr/tests/src/Exceptions/ForeignThread/ForeignThreadExceptions.cs +++ b/src/coreclr/tests/src/Exceptions/ForeignThread/ForeignThreadExceptions.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; @@ -73,4 +72,4 @@ public static int Main() return 1; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Exceptions/ForeignThread/ForeignThreadExceptionsNative.cpp b/src/coreclr/tests/src/Exceptions/ForeignThread/ForeignThreadExceptionsNative.cpp index 546935b6d67084..d56d8d597c3f16 100644 --- a/src/coreclr/tests/src/Exceptions/ForeignThread/ForeignThreadExceptionsNative.cpp +++ b/src/coreclr/tests/src/Exceptions/ForeignThread/ForeignThreadExceptionsNative.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 "stdio.h" #include diff --git a/src/coreclr/tests/src/GC/API/GC/Collect.cs b/src/coreclr/tests/src/GC/API/GC/Collect.cs index 0c4931beb33c01..8a2d2614c67548 100644 --- a/src/coreclr/tests/src/GC/API/GC/Collect.cs +++ b/src/coreclr/tests/src/GC/API/GC/Collect.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. // Tests GC.Collect() using System; diff --git a/src/coreclr/tests/src/GC/API/GC/Collect0.cs b/src/coreclr/tests/src/GC/API/GC/Collect0.cs index 5d5d54b4da028d..7ba753d13645dc 100644 --- a/src/coreclr/tests/src/GC/API/GC/Collect0.cs +++ b/src/coreclr/tests/src/GC/API/GC/Collect0.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. // Tests GC.Collect(0) using System; diff --git a/src/coreclr/tests/src/GC/API/GC/Collect1.cs b/src/coreclr/tests/src/GC/API/GC/Collect1.cs index 689f055c55b7c8..18b6f097578150 100644 --- a/src/coreclr/tests/src/GC/API/GC/Collect1.cs +++ b/src/coreclr/tests/src/GC/API/GC/Collect1.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. // Tests GC.Collect(1) diff --git a/src/coreclr/tests/src/GC/API/GC/Collect_Default.cs b/src/coreclr/tests/src/GC/API/GC/Collect_Default.cs index e380b9abdb45c5..f1c516ad58f853 100644 --- a/src/coreclr/tests/src/GC/API/GC/Collect_Default.cs +++ b/src/coreclr/tests/src/GC/API/GC/Collect_Default.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/coreclr/tests/src/GC/API/GC/Collect_Forced.cs b/src/coreclr/tests/src/GC/API/GC/Collect_Forced.cs index 99137d574eb1c2..75d47e62514dd1 100644 --- a/src/coreclr/tests/src/GC/API/GC/Collect_Forced.cs +++ b/src/coreclr/tests/src/GC/API/GC/Collect_Forced.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/coreclr/tests/src/GC/API/GC/Collect_Optimized.cs b/src/coreclr/tests/src/GC/API/GC/Collect_Optimized.cs index 289360be9aa80a..cb5221549063ce 100644 --- a/src/coreclr/tests/src/GC/API/GC/Collect_Optimized.cs +++ b/src/coreclr/tests/src/GC/API/GC/Collect_Optimized.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.IO; diff --git a/src/coreclr/tests/src/GC/API/GC/Collect_fail.cs b/src/coreclr/tests/src/GC/API/GC/Collect_fail.cs index 6d04f181364304..56d5a729a6d432 100644 --- a/src/coreclr/tests/src/GC/API/GC/Collect_fail.cs +++ b/src/coreclr/tests/src/GC/API/GC/Collect_fail.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. /* * Tests GC.Collect(n), where n = -1...MaxGeneration+10 diff --git a/src/coreclr/tests/src/GC/API/GC/Collect_neg.cs b/src/coreclr/tests/src/GC/API/GC/Collect_neg.cs index 717d2c62133acb..06c47ea7adf0e9 100644 --- a/src/coreclr/tests/src/GC/API/GC/Collect_neg.cs +++ b/src/coreclr/tests/src/GC/API/GC/Collect_neg.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/coreclr/tests/src/GC/API/GC/CollectionCountTest.cs b/src/coreclr/tests/src/GC/API/GC/CollectionCountTest.cs index c231c051cdf6b4..e5fc7bc7e5e7d5 100644 --- a/src/coreclr/tests/src/GC/API/GC/CollectionCountTest.cs +++ b/src/coreclr/tests/src/GC/API/GC/CollectionCountTest.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. /* CollectionCountTest * diff --git a/src/coreclr/tests/src/GC/API/GC/Finalize.cs b/src/coreclr/tests/src/GC/API/GC/Finalize.cs index b8a853fb1e2567..e9a0112da8c2ac 100644 --- a/src/coreclr/tests/src/GC/API/GC/Finalize.cs +++ b/src/coreclr/tests/src/GC/API/GC/Finalize.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. // Tests Finalize() and WaitForPendingFinalizers() diff --git a/src/coreclr/tests/src/GC/API/GC/GetAllocatedBytesForCurrentThread.cs b/src/coreclr/tests/src/GC/API/GC/GetAllocatedBytesForCurrentThread.cs index 3922c277189e67..c89d563aebf2aa 100755 --- a/src/coreclr/tests/src/GC/API/GC/GetAllocatedBytesForCurrentThread.cs +++ b/src/coreclr/tests/src/GC/API/GC/GetAllocatedBytesForCurrentThread.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. // Tests GC.Collect() using System; diff --git a/src/coreclr/tests/src/GC/API/GC/GetGCMemoryInfo.cs b/src/coreclr/tests/src/GC/API/GC/GetGCMemoryInfo.cs index a7b14b0124d100..b16f7242865fdb 100644 --- a/src/coreclr/tests/src/GC/API/GC/GetGCMemoryInfo.cs +++ b/src/coreclr/tests/src/GC/API/GC/GetGCMemoryInfo.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. // Tests GC.Collect(0) using System; diff --git a/src/coreclr/tests/src/GC/API/GC/GetGeneration.cs b/src/coreclr/tests/src/GC/API/GC/GetGeneration.cs index 96be043e17ae7f..9e86f6204ddab3 100644 --- a/src/coreclr/tests/src/GC/API/GC/GetGeneration.cs +++ b/src/coreclr/tests/src/GC/API/GC/GetGeneration.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. // Tests GC.GetGeneration diff --git a/src/coreclr/tests/src/GC/API/GC/GetGenerationWR.cs b/src/coreclr/tests/src/GC/API/GC/GetGenerationWR.cs index e33df8ffbfbbdf..7be26328369785 100644 --- a/src/coreclr/tests/src/GC/API/GC/GetGenerationWR.cs +++ b/src/coreclr/tests/src/GC/API/GC/GetGenerationWR.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/coreclr/tests/src/GC/API/GC/GetGenerationWR2.cs b/src/coreclr/tests/src/GC/API/GC/GetGenerationWR2.cs index 159b9270e591cc..3633fd7a6d863a 100644 --- a/src/coreclr/tests/src/GC/API/GC/GetGenerationWR2.cs +++ b/src/coreclr/tests/src/GC/API/GC/GetGenerationWR2.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. /********************************************************************/ /* Test: GetGeneration diff --git a/src/coreclr/tests/src/GC/API/GC/GetGeneration_box.cs b/src/coreclr/tests/src/GC/API/GC/GetGeneration_box.cs index 6cc0db85decd95..b0537134cd7688 100644 --- a/src/coreclr/tests/src/GC/API/GC/GetGeneration_box.cs +++ b/src/coreclr/tests/src/GC/API/GC/GetGeneration_box.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. // Tests GC.GetGeneration for boxed-parameters // should box parameter into an Object diff --git a/src/coreclr/tests/src/GC/API/GC/GetGeneration_fail.cs b/src/coreclr/tests/src/GC/API/GC/GetGeneration_fail.cs index 40cf4d28ac26ea..fbf26390f800f9 100644 --- a/src/coreclr/tests/src/GC/API/GC/GetGeneration_fail.cs +++ b/src/coreclr/tests/src/GC/API/GC/GetGeneration_fail.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. // Tests GC.GetGeneration(null)..should throw exception: System.ArgumentNullException diff --git a/src/coreclr/tests/src/GC/API/GC/GetTotalAllocatedBytes.cs b/src/coreclr/tests/src/GC/API/GC/GetTotalAllocatedBytes.cs index 6e374432d4f389..5a73b94cd35b81 100644 --- a/src/coreclr/tests/src/GC/API/GC/GetTotalAllocatedBytes.cs +++ b/src/coreclr/tests/src/GC/API/GC/GetTotalAllocatedBytes.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. // Tests GC.Collect() using System; diff --git a/src/coreclr/tests/src/GC/API/GC/GetTotalMemory.cs b/src/coreclr/tests/src/GC/API/GC/GetTotalMemory.cs index f62fafbdf7ea62..2cb0ee722f9934 100644 --- a/src/coreclr/tests/src/GC/API/GC/GetTotalMemory.cs +++ b/src/coreclr/tests/src/GC/API/GC/GetTotalMemory.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 DefaultNamespace { using System; diff --git a/src/coreclr/tests/src/GC/API/GC/KeepAlive.cs b/src/coreclr/tests/src/GC/API/GC/KeepAlive.cs index badc54a04a847a..5d0297f0108f0a 100644 --- a/src/coreclr/tests/src/GC/API/GC/KeepAlive.cs +++ b/src/coreclr/tests/src/GC/API/GC/KeepAlive.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. /* * Tests GC.KeepAlive(obj), where obj is the Object reference whose diff --git a/src/coreclr/tests/src/GC/API/GC/KeepAliveNull.cs b/src/coreclr/tests/src/GC/API/GC/KeepAliveNull.cs index dcda501fb3dd5c..8e49c297f038ce 100644 --- a/src/coreclr/tests/src/GC/API/GC/KeepAliveNull.cs +++ b/src/coreclr/tests/src/GC/API/GC/KeepAliveNull.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. // Tests KeepAlive() diff --git a/src/coreclr/tests/src/GC/API/GC/KeepAliveRecur.cs b/src/coreclr/tests/src/GC/API/GC/KeepAliveRecur.cs index 2e2d1c812dd896..e1b742337bb553 100644 --- a/src/coreclr/tests/src/GC/API/GC/KeepAliveRecur.cs +++ b/src/coreclr/tests/src/GC/API/GC/KeepAliveRecur.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. // Tests KeepAlive() in Recursive method diff --git a/src/coreclr/tests/src/GC/API/GC/MaxGeneration.cs b/src/coreclr/tests/src/GC/API/GC/MaxGeneration.cs index d8e8f6896b389f..259c643ac9d46c 100644 --- a/src/coreclr/tests/src/GC/API/GC/MaxGeneration.cs +++ b/src/coreclr/tests/src/GC/API/GC/MaxGeneration.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. // Tests GC.MaxGeneration diff --git a/src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize.cs b/src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize.cs index 889e162394a048..6821a712730ec2 100644 --- a/src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize.cs +++ b/src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize.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. // Tests ReRegisterForFinalize() diff --git a/src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize_null.cs b/src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize_null.cs index 06f4e08dfe478e..d5d4c1e194793c 100644 --- a/src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize_null.cs +++ b/src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize_null.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. // Tests ReRegisterForFinalize() diff --git a/src/coreclr/tests/src/GC/API/GC/SuppressFinalize.cs b/src/coreclr/tests/src/GC/API/GC/SuppressFinalize.cs index 9edeb9628d877c..b19fc097f8a50b 100644 --- a/src/coreclr/tests/src/GC/API/GC/SuppressFinalize.cs +++ b/src/coreclr/tests/src/GC/API/GC/SuppressFinalize.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. // Tests SuppressFinalize() diff --git a/src/coreclr/tests/src/GC/API/GC/SuppressFinalize_Null.cs b/src/coreclr/tests/src/GC/API/GC/SuppressFinalize_Null.cs index 8986e1504f71e0..b8cf987db63ced 100644 --- a/src/coreclr/tests/src/GC/API/GC/SuppressFinalize_Null.cs +++ b/src/coreclr/tests/src/GC/API/GC/SuppressFinalize_Null.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. // Tests SuppressFinalize() diff --git a/src/coreclr/tests/src/GC/API/GC/TotalMemory.cs b/src/coreclr/tests/src/GC/API/GC/TotalMemory.cs index d6233b1c8c3740..b749a4dba78b1e 100644 --- a/src/coreclr/tests/src/GC/API/GC/TotalMemory.cs +++ b/src/coreclr/tests/src/GC/API/GC/TotalMemory.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. // Tests GC.TotalMemory diff --git a/src/coreclr/tests/src/GC/API/GC/TotalMemory2.cs b/src/coreclr/tests/src/GC/API/GC/TotalMemory2.cs index 71f16f33855a18..166fce8cdbdc25 100644 --- a/src/coreclr/tests/src/GC/API/GC/TotalMemory2.cs +++ b/src/coreclr/tests/src/GC/API/GC/TotalMemory2.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. // Tests GC.TotalMemory diff --git a/src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject.cs b/src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject.cs index caf43ec4d1c910..a1a004a94174a2 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject.cs +++ b/src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject.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. // Tests GCHandle.AddrOfPinnedObject() .. The address of a pinned object remains same even after a collection diff --git a/src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject_neg.cs b/src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject_neg.cs index 9af56b6aced6af..3a4794ef83585f 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject_neg.cs +++ b/src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject_neg.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. // Negative Test for GCHandle.AddrOfPinnedObject()...should throw and exception when handle is not pinned. diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Alloc.cs b/src/coreclr/tests/src/GC/API/GCHandle/Alloc.cs index a0c7b4afec857b..565ad324bd4a07 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Alloc.cs +++ b/src/coreclr/tests/src/GC/API/GCHandle/Alloc.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. // Tests GCHandle.Alloc() diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Alloc_neg.cs b/src/coreclr/tests/src/GC/API/GCHandle/Alloc_neg.cs index c082540f85ab96..da3a4bffab8389 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Alloc_neg.cs +++ b/src/coreclr/tests/src/GC/API/GCHandle/Alloc_neg.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. // Negative Test for GCHandle.Alloc() .. trying to allocated a handle to a null object. diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Alloc_neg2.cs b/src/coreclr/tests/src/GC/API/GCHandle/Alloc_neg2.cs index d9615a81f7ff1b..5ca489532a8c77 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Alloc_neg2.cs +++ b/src/coreclr/tests/src/GC/API/GCHandle/Alloc_neg2.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. /* This test verifies GCHandle.Alloc's ability to validate bad GCHandleTypes, since any int can be cast as a GCHandleType diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Casting.cs b/src/coreclr/tests/src/GC/API/GCHandle/Casting.cs index b755804c056495..19ef57ef6908c4 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Casting.cs +++ b/src/coreclr/tests/src/GC/API/GCHandle/Casting.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. /* * TEST: Casting diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Equality.cs b/src/coreclr/tests/src/GC/API/GCHandle/Equality.cs index eb91658b8f99de..0be42e9e6b4161 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Equality.cs +++ b/src/coreclr/tests/src/GC/API/GCHandle/Equality.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/coreclr/tests/src/GC/API/GCHandle/Free.cs b/src/coreclr/tests/src/GC/API/GCHandle/Free.cs index 97ae4e5c389f46..bceb46f3685155 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Free.cs +++ b/src/coreclr/tests/src/GC/API/GCHandle/Free.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. // Tests GCHandle.Free() diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Free_neg.cs b/src/coreclr/tests/src/GC/API/GCHandle/Free_neg.cs index 38c261a0c63434..d4336a2b422fbc 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Free_neg.cs +++ b/src/coreclr/tests/src/GC/API/GCHandle/Free_neg.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. // Tests GCHandle.Free() diff --git a/src/coreclr/tests/src/GC/API/GCHandle/HandleCopy.cs b/src/coreclr/tests/src/GC/API/GCHandle/HandleCopy.cs index 955f68886b5167..bf84ce9bc03035 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/HandleCopy.cs +++ b/src/coreclr/tests/src/GC/API/GCHandle/HandleCopy.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. // Tests Copy of GCHandleType.Weak .. the object with GCHandleType Weak // will be collected. The handle and it's copy remain allocated even after the object is collected. diff --git a/src/coreclr/tests/src/GC/API/GCHandle/IsAllocated.cs b/src/coreclr/tests/src/GC/API/GCHandle/IsAllocated.cs index 33ad109d56e8d8..6b9baa00512f12 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/IsAllocated.cs +++ b/src/coreclr/tests/src/GC/API/GCHandle/IsAllocated.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. // Tests GCHandle.IsAllocated diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Normal.cs b/src/coreclr/tests/src/GC/API/GCHandle/Normal.cs index 4d36e481d7e7be..1b7eafcf70600d 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Normal.cs +++ b/src/coreclr/tests/src/GC/API/GCHandle/Normal.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. // Tests GCHandleType.Normal .. the object with GCHandleType Normal // should not be collected. diff --git a/src/coreclr/tests/src/GC/API/GCHandle/PinObj_neg.cs b/src/coreclr/tests/src/GC/API/GCHandle/PinObj_neg.cs index 2a70fc7fa4de38..80092e4bd4c26d 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/PinObj_neg.cs +++ b/src/coreclr/tests/src/GC/API/GCHandle/PinObj_neg.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. // Tests Pinned handle for array of Objects... // Pinning of "Object" type is not allowed and should throw an exception. diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Pinned.cs b/src/coreclr/tests/src/GC/API/GCHandle/Pinned.cs index 22527c934ff473..f1efff5008a6bc 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Pinned.cs +++ b/src/coreclr/tests/src/GC/API/GCHandle/Pinned.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. // Tests GCHandleType.Pinned .. the pinned object should not be collected. diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Target.cs b/src/coreclr/tests/src/GC/API/GCHandle/Target.cs index 17b157c6db15c4..f41f1c686662a5 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Target.cs +++ b/src/coreclr/tests/src/GC/API/GCHandle/Target.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. // Tests GCHandle.Target diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Target_neg.cs b/src/coreclr/tests/src/GC/API/GCHandle/Target_neg.cs index 1434a8aa3334dd..cc399d4cbb9837 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Target_neg.cs +++ b/src/coreclr/tests/src/GC/API/GCHandle/Target_neg.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. // Tests GCHandle.Target negative scenarios diff --git a/src/coreclr/tests/src/GC/API/GCHandle/ToFromIntPtr.cs b/src/coreclr/tests/src/GC/API/GCHandle/ToFromIntPtr.cs index 18fdb03730099d..f62c860365d4c6 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/ToFromIntPtr.cs +++ b/src/coreclr/tests/src/GC/API/GCHandle/ToFromIntPtr.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. /* * TEST: ToFromIntPtrTest diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Weak.cs b/src/coreclr/tests/src/GC/API/GCHandle/Weak.cs index 870625c37a581a..5408d0443e73cf 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Weak.cs +++ b/src/coreclr/tests/src/GC/API/GCHandle/Weak.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. // Tests GCHandleType.Weak .. the object with GCHandleType Weak // will be collected. diff --git a/src/coreclr/tests/src/GC/API/GCHandleCollector/Count.cs b/src/coreclr/tests/src/GC/API/GCHandleCollector/Count.cs index e24b99acf437a9..299ef1b60b068c 100644 --- a/src/coreclr/tests/src/GC/API/GCHandleCollector/Count.cs +++ b/src/coreclr/tests/src/GC/API/GCHandleCollector/Count.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/coreclr/tests/src/GC/API/GCHandleCollector/CtorsAndProperties.cs b/src/coreclr/tests/src/GC/API/GCHandleCollector/CtorsAndProperties.cs index adecf9cb72a01b..91cfb774995e6a 100644 --- a/src/coreclr/tests/src/GC/API/GCHandleCollector/CtorsAndProperties.cs +++ b/src/coreclr/tests/src/GC/API/GCHandleCollector/CtorsAndProperties.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/coreclr/tests/src/GC/API/GCHandleCollector/NegTests.cs b/src/coreclr/tests/src/GC/API/GCHandleCollector/NegTests.cs index b1070d45407815..6b0eb47303b803 100644 --- a/src/coreclr/tests/src/GC/API/GCHandleCollector/NegTests.cs +++ b/src/coreclr/tests/src/GC/API/GCHandleCollector/NegTests.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/coreclr/tests/src/GC/API/GCHandleCollector/Usage.cs b/src/coreclr/tests/src/GC/API/GCHandleCollector/Usage.cs index 54fe32ebaafa03..9229fca9e7a651 100644 --- a/src/coreclr/tests/src/GC/API/GCHandleCollector/Usage.cs +++ b/src/coreclr/tests/src/GC/API/GCHandleCollector/Usage.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. /* TEST: Usage * DESCRIPTION: Three usage scenarios that monitor the number of live handles and GC Collections diff --git a/src/coreclr/tests/src/GC/API/GCSettings/ILatencyTest.cs b/src/coreclr/tests/src/GC/API/GCSettings/ILatencyTest.cs index 543e0e2cbec6b5..1587f4bb7119d9 100644 --- a/src/coreclr/tests/src/GC/API/GCSettings/ILatencyTest.cs +++ b/src/coreclr/tests/src/GC/API/GCSettings/ILatencyTest.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; diff --git a/src/coreclr/tests/src/GC/API/GCSettings/InducedGen0GC.cs b/src/coreclr/tests/src/GC/API/GCSettings/InducedGen0GC.cs index 6d4f57e4a130cf..a8366fd57249e4 100644 --- a/src/coreclr/tests/src/GC/API/GCSettings/InducedGen0GC.cs +++ b/src/coreclr/tests/src/GC/API/GCSettings/InducedGen0GC.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; diff --git a/src/coreclr/tests/src/GC/API/GCSettings/InducedGen1GC.cs b/src/coreclr/tests/src/GC/API/GCSettings/InducedGen1GC.cs index 7a6dc5e218473f..9c464a723a0bb6 100644 --- a/src/coreclr/tests/src/GC/API/GCSettings/InducedGen1GC.cs +++ b/src/coreclr/tests/src/GC/API/GCSettings/InducedGen1GC.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; diff --git a/src/coreclr/tests/src/GC/API/GCSettings/InducedGen2GC.cs b/src/coreclr/tests/src/GC/API/GCSettings/InducedGen2GC.cs index eed3e1f7d08800..5657f604a00483 100644 --- a/src/coreclr/tests/src/GC/API/GCSettings/InducedGen2GC.cs +++ b/src/coreclr/tests/src/GC/API/GCSettings/InducedGen2GC.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; diff --git a/src/coreclr/tests/src/GC/API/GCSettings/InputValidation.cs b/src/coreclr/tests/src/GC/API/GCSettings/InputValidation.cs index ea01ab78d92d31..9fc9ec0dae6a35 100644 --- a/src/coreclr/tests/src/GC/API/GCSettings/InputValidation.cs +++ b/src/coreclr/tests/src/GC/API/GCSettings/InputValidation.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/coreclr/tests/src/GC/API/WeakReference/Finalize.cs b/src/coreclr/tests/src/GC/API/WeakReference/Finalize.cs index 1e1a2d630c92ce..e0448b2a5d78ec 100644 --- a/src/coreclr/tests/src/GC/API/WeakReference/Finalize.cs +++ b/src/coreclr/tests/src/GC/API/WeakReference/Finalize.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. // Tests WeakReference.Finalize() diff --git a/src/coreclr/tests/src/GC/API/WeakReference/Finalize2.cs b/src/coreclr/tests/src/GC/API/WeakReference/Finalize2.cs index 52e12a0a8c5853..e6910afddcd9d1 100644 --- a/src/coreclr/tests/src/GC/API/WeakReference/Finalize2.cs +++ b/src/coreclr/tests/src/GC/API/WeakReference/Finalize2.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. /* * TEST NAME: Finalize2 diff --git a/src/coreclr/tests/src/GC/API/WeakReference/IsAlive.cs b/src/coreclr/tests/src/GC/API/WeakReference/IsAlive.cs index 6192d923649438..c04818aea6fe3c 100644 --- a/src/coreclr/tests/src/GC/API/WeakReference/IsAlive.cs +++ b/src/coreclr/tests/src/GC/API/WeakReference/IsAlive.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. // Tests WeakReference.IsAlive : IsAlive=true if GC has not occurred on the object diff --git a/src/coreclr/tests/src/GC/API/WeakReference/IsAlive_neg.cs b/src/coreclr/tests/src/GC/API/WeakReference/IsAlive_neg.cs index d229f59805d846..47fc204c1ac3ae 100644 --- a/src/coreclr/tests/src/GC/API/WeakReference/IsAlive_neg.cs +++ b/src/coreclr/tests/src/GC/API/WeakReference/IsAlive_neg.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. // Negative Test for WeakReference.IsAlive // IsAlive=false if GC occurs on object with only a weakreference. diff --git a/src/coreclr/tests/src/GC/API/WeakReference/NullHandle.cs b/src/coreclr/tests/src/GC/API/WeakReference/NullHandle.cs index d1be07003b17f6..141895a95ed231 100644 --- a/src/coreclr/tests/src/GC/API/WeakReference/NullHandle.cs +++ b/src/coreclr/tests/src/GC/API/WeakReference/NullHandle.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. /* * TEST NAME: NullHandle diff --git a/src/coreclr/tests/src/GC/API/WeakReference/Target.cs b/src/coreclr/tests/src/GC/API/WeakReference/Target.cs index 91eb16168b92c4..cea2c92f0f4c49 100644 --- a/src/coreclr/tests/src/GC/API/WeakReference/Target.cs +++ b/src/coreclr/tests/src/GC/API/WeakReference/Target.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. // Tests WeakReference.Target // Retrieves or assigns the object an IsAlive status. diff --git a/src/coreclr/tests/src/GC/API/WeakReference/TrackResurrection.cs b/src/coreclr/tests/src/GC/API/WeakReference/TrackResurrection.cs index ea99f159abf0da..1634f5d0f9b030 100644 --- a/src/coreclr/tests/src/GC/API/WeakReference/TrackResurrection.cs +++ b/src/coreclr/tests/src/GC/API/WeakReference/TrackResurrection.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. // Tests WeakReference.TrackResurrection // Retrieves a boolean indicating whether objects are tracked. diff --git a/src/coreclr/tests/src/GC/API/WeakReference/multipleWRs.cs b/src/coreclr/tests/src/GC/API/WeakReference/multipleWRs.cs index e4c266f525e0c8..3bfdbcfd11a438 100644 --- a/src/coreclr/tests/src/GC/API/WeakReference/multipleWRs.cs +++ b/src/coreclr/tests/src/GC/API/WeakReference/multipleWRs.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/coreclr/tests/src/GC/Coverage/271010.cs b/src/coreclr/tests/src/GC/Coverage/271010.cs index 64c1a19d27e08d..ad2258f27885aa 100644 --- a/src/coreclr/tests/src/GC/Coverage/271010.cs +++ b/src/coreclr/tests/src/GC/Coverage/271010.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. /* DESCRIPTION: regression test for VSWhidbey 271010 * Should throw OOM diff --git a/src/coreclr/tests/src/GC/Coverage/LargeObjectAlloc.cs b/src/coreclr/tests/src/GC/Coverage/LargeObjectAlloc.cs index 0eafed7bd4015b..76ab5b4a184925 100644 --- a/src/coreclr/tests/src/GC/Coverage/LargeObjectAlloc.cs +++ b/src/coreclr/tests/src/GC/Coverage/LargeObjectAlloc.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. // Bug#94878 Problem with the Large Object Allocator // Repro test from MStanton diff --git a/src/coreclr/tests/src/GC/Coverage/LargeObjectAlloc2.cs b/src/coreclr/tests/src/GC/Coverage/LargeObjectAlloc2.cs index 9b8862d45dbbdb..38b3312555be41 100644 --- a/src/coreclr/tests/src/GC/Coverage/LargeObjectAlloc2.cs +++ b/src/coreclr/tests/src/GC/Coverage/LargeObjectAlloc2.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. // Allocate nested objects of ~ 25 MB // If memory is low, after every loop, the large objects should be collected diff --git a/src/coreclr/tests/src/GC/Coverage/delete_next_card_table.cs b/src/coreclr/tests/src/GC/Coverage/delete_next_card_table.cs index ad0bd5ca3f93b4..e72c3c85b2b192 100644 --- a/src/coreclr/tests/src/GC/Coverage/delete_next_card_table.cs +++ b/src/coreclr/tests/src/GC/Coverage/delete_next_card_table.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. /* TEST: delete_next_card_table * DESCRIPTION: gains 14 blocks in gc.cpp diff --git a/src/coreclr/tests/src/GC/Coverage/smalloom.cs b/src/coreclr/tests/src/GC/Coverage/smalloom.cs index a640c30c9dc978..6f45e33354ec3b 100644 --- a/src/coreclr/tests/src/GC/Coverage/smalloom.cs +++ b/src/coreclr/tests/src/GC/Coverage/smalloom.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. //Regression test for Dev 10 bug 479239: GC hangs on x86 rather than throwing OOM @@ -69,4 +68,4 @@ public void AddByteArray(int size) } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/GC/Features/BackgroundGC/concurrentspin2.cs b/src/coreclr/tests/src/GC/Features/BackgroundGC/concurrentspin2.cs index 23edb8bb34b082..a522e2e45f3c8a 100644 --- a/src/coreclr/tests/src/GC/Features/BackgroundGC/concurrentspin2.cs +++ b/src/coreclr/tests/src/GC/Features/BackgroundGC/concurrentspin2.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/coreclr/tests/src/GC/Features/BackgroundGC/foregroundgc.cs b/src/coreclr/tests/src/GC/Features/BackgroundGC/foregroundgc.cs index 62aaf532f3948a..ad725a2d68308d 100644 --- a/src/coreclr/tests/src/GC/Features/BackgroundGC/foregroundgc.cs +++ b/src/coreclr/tests/src/GC/Features/BackgroundGC/foregroundgc.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/coreclr/tests/src/GC/Features/Finalizer/finalizeio/finalizeio.cs b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeio/finalizeio.cs index 256ed994557686..7e55fdc8b54b5e 100644 --- a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeio/finalizeio.cs +++ b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeio/finalizeio.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. // Tests IO in Finalize() diff --git a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizearray.cs b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizearray.cs index ef76dd7adff52a..e93a6341936f9e 100644 --- a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizearray.cs +++ b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizearray.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. // Tests Finalize() on array of objects diff --git a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizearraysleep.cs b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizearraysleep.cs index bf6cba90219fe6..87f1845c4f6415 100644 --- a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizearraysleep.cs +++ b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizearraysleep.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. // Tests Sleep in Finalizer for array of objects diff --git a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizedest.cs b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizedest.cs index cf132a055872d0..7c1ef465a4b128 100644 --- a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizedest.cs +++ b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizedest.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. // Tests Finalize() and WaitForPendingFinalizers() diff --git a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizeexcep.cs b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizeexcep.cs index c680b0df486974..6d614b1f0dfcb0 100644 --- a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizeexcep.cs +++ b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizeexcep.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. // Tests Exception handling in Finalize() diff --git a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizeinherit.cs b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizeinherit.cs index 533f7527ee8701..e7b61a527c6f64 100644 --- a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizeinherit.cs +++ b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizeinherit.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. // Tests Finalize() with Inheritance diff --git a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizenested.cs b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizenested.cs index 5f22b5acc8fe71..db5600ab8a4d6d 100644 --- a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizenested.cs +++ b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizenested.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. // Tests Nested Finalize() diff --git a/src/coreclr/tests/src/GC/Features/HeapExpansion/Finalizer.cs b/src/coreclr/tests/src/GC/Features/HeapExpansion/Finalizer.cs index c6bf124111814c..0c5e8a88c04a2e 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/Finalizer.cs +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/Finalizer.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. /* This test stimulates heap expansion on the finalizer thread diff --git a/src/coreclr/tests/src/GC/Features/HeapExpansion/GCUtil.cs b/src/coreclr/tests/src/GC/Features/HeapExpansion/GCUtil.cs index c8b97c8ccde45d..52d2140e691bfe 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/GCUtil.cs +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/GCUtil.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/coreclr/tests/src/GC/Features/HeapExpansion/Handles.cs b/src/coreclr/tests/src/GC/Features/HeapExpansion/Handles.cs index 0085519c8bc14d..bbc6fe5089266c 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/Handles.cs +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/Handles.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. /* This test stimulates heap expansion with both Pinned and unpinned handles diff --git a/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit-finalize.cs b/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit-finalize.cs index 0e511a33be0b7e..81b295856e6647 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit-finalize.cs +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit-finalize.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. //This is modeled after a server executing requests //which pin some of their newly allocated objects. diff --git a/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit-threaded.cs b/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit-threaded.cs index 0b02803190199f..7125ad42b4f534 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit-threaded.cs +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit-threaded.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. //This is modeled after a server executing requests //which pin some of their newly allocated objects. diff --git a/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit.cs b/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit.cs index 4df7a0fa5fa4b3..9b5011d9809492 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit.cs +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit.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. //This is modeled after a server executing requests //which pin some of their newly allocated objects. diff --git a/src/coreclr/tests/src/GC/Features/HeapExpansion/expandheap.cs b/src/coreclr/tests/src/GC/Features/HeapExpansion/expandheap.cs index dee19ebcea392c..b7827eaeecf72e 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/expandheap.cs +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/expandheap.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. /* This test stimulates heap expansion on the finalizer thread diff --git a/src/coreclr/tests/src/GC/Features/HeapExpansion/plug.cs b/src/coreclr/tests/src/GC/Features/HeapExpansion/plug.cs index ac029b4b410c6c..55b7ca3d109687 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/plug.cs +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/plug.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/coreclr/tests/src/GC/Features/HeapExpansion/pluggaps.cs b/src/coreclr/tests/src/GC/Features/HeapExpansion/pluggaps.cs index 499453d06f0d26..32463ea3eccd57 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/pluggaps.cs +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/pluggaps.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. /* This test fragments the heap with ~50 byte holes, then allocates ~50 byte objects to plug them @@ -48,4 +47,4 @@ public static int Main() return 100; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivearray.cs b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivearray.cs index 6511db391fee99..dd89470492e6e9 100644 --- a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivearray.cs +++ b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivearray.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. // Tests KeepAlive() for array of objects diff --git a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivedirectedgraph.cs b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivedirectedgraph.cs index 2f3784c6356008..282543e638bba4 100644 --- a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivedirectedgraph.cs +++ b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivedirectedgraph.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. // Build a Directed Graph with 100 nodes // Test KeepAlive for huge directed graphs diff --git a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.cs b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.cs index 7c235b082189f3..7f52f0648bcbb0 100644 --- a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.cs +++ b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.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. // Tests KeepAlive() in Finalize diff --git a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivehandle.cs b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivehandle.cs index 7f4208f1644fc4..0480e409a8c7fb 100644 --- a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivehandle.cs +++ b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivehandle.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. // Tests KeepAlive() with GCHandles diff --git a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivescope.cs b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivescope.cs index 7b041ff25e6eb0..5b394c055c8b23 100644 --- a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivescope.cs +++ b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivescope.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. // Tests KeepAlive() scopes diff --git a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetry.cs b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetry.cs index 2115c29b38e7d0..adaad383510fc5 100644 --- a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetry.cs +++ b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetry.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. // Tests KeepAlive() in try...catch...finally diff --git a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetypes.cs b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetypes.cs index 80189ae7b118db..692c730229044e 100644 --- a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetypes.cs +++ b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetypes.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. // Tests KeepAlive() with different types of inputs diff --git a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompact_stress.cs b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompact_stress.cs index 52e15612e39cda..dcb9c4fdf8054d 100644 --- a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompact_stress.cs +++ b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompact_stress.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/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi.cs b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi.cs index b54954af362698..0bcdeed039d936 100644 --- a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi.cs +++ b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi.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/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi2.cs b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi2.cs index 3aefc90f40f409..59fa2ceec4e0d1 100644 --- a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi2.cs +++ b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi2.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/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi_exceptions.cs b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi_exceptions.cs index 9ab16c01630bd0..421dffa5335301 100644 --- a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi_exceptions.cs +++ b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi_exceptions.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; diff --git a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactscenariorepro.cs b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactscenariorepro.cs index e4de3badfdbf3e..0c3a4caf308f6c 100644 --- a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactscenariorepro.cs +++ b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactscenariorepro.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/coreclr/tests/src/GC/Features/LOHCompaction/lohpin.cs b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohpin.cs index e31cd668a8c9df..27ad865467cb17 100644 --- a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohpin.cs +++ b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohpin.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/coreclr/tests/src/GC/Features/LOHFragmentation/lohfragmentation.cs b/src/coreclr/tests/src/GC/Features/LOHFragmentation/lohfragmentation.cs index 2c060dc3dcc1a9..f810e1a6090117 100644 --- a/src/coreclr/tests/src/GC/Features/LOHFragmentation/lohfragmentation.cs +++ b/src/coreclr/tests/src/GC/Features/LOHFragmentation/lohfragmentation.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/coreclr/tests/src/GC/Features/PartialCompaction/eco1.cs b/src/coreclr/tests/src/GC/Features/PartialCompaction/eco1.cs index 11b94d65cf49d8..00b4cf9b70cdb1 100644 --- a/src/coreclr/tests/src/GC/Features/PartialCompaction/eco1.cs +++ b/src/coreclr/tests/src/GC/Features/PartialCompaction/eco1.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/coreclr/tests/src/GC/Features/PartialCompaction/partialcompactiontest.cs b/src/coreclr/tests/src/GC/Features/PartialCompaction/partialcompactiontest.cs index 86adc58f602fc3..946c2c1e9a6e36 100644 --- a/src/coreclr/tests/src/GC/Features/PartialCompaction/partialcompactiontest.cs +++ b/src/coreclr/tests/src/GC/Features/PartialCompaction/partialcompactiontest.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/coreclr/tests/src/GC/Features/PartialCompaction/partialcompactionwloh.cs b/src/coreclr/tests/src/GC/Features/PartialCompaction/partialcompactionwloh.cs index 87346427f97e49..94f7ce195560f0 100644 --- a/src/coreclr/tests/src/GC/Features/PartialCompaction/partialcompactionwloh.cs +++ b/src/coreclr/tests/src/GC/Features/PartialCompaction/partialcompactionwloh.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/coreclr/tests/src/GC/Features/Pinning/PinningOther/GCUtil.cs b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/GCUtil.cs index f0b90deb5175a7..4394efb6db1af1 100644 --- a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/GCUtil.cs +++ b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/GCUtil.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/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedCollect.cs b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedCollect.cs index 004138b507374f..dec404378e5903 100644 --- a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedCollect.cs +++ b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedCollect.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. // Tests Collect with pinned objects // Arr has both Normal and Pinned handles diff --git a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedHandle.cs b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedHandle.cs index e207d198ae98dd..2d3848eaffdefa 100644 --- a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedHandle.cs +++ b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedHandle.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. // Tests Pinned handle // Should throw an InvalidOperationException for accessing the AddrOfPinnedObject() diff --git a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedInt.cs b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedInt.cs index afa9a0f6c0f4b4..dc334e643601dc 100644 --- a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedInt.cs +++ b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedInt.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. // Tests Pinning of Int diff --git a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedMany.cs b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedMany.cs index 6881698be783fa..f921cb29ccd3e7 100644 --- a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedMany.cs +++ b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedMany.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. // Tests Pinning many objects // Here we create 2500 arrays and pin them all diff --git a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedMultiple.cs b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedMultiple.cs index 9a22118bd0bf93..1d6b68edbe41c5 100644 --- a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedMultiple.cs +++ b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedMultiple.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. // Tests multiple handles for same object diff --git a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedObject.cs b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedObject.cs index fb3f7d54558865..76856989ed1e86 100644 --- a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedObject.cs +++ b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedObject.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. // Tests Pinning of objects // Cannot pin array of objects diff --git a/src/coreclr/tests/src/GC/Features/SustainedLowLatency/scenario.cs b/src/coreclr/tests/src/GC/Features/SustainedLowLatency/scenario.cs index 190e29c78b57c8..a927ae6956d940 100644 --- a/src/coreclr/tests/src/GC/Features/SustainedLowLatency/scenario.cs +++ b/src/coreclr/tests/src/GC/Features/SustainedLowLatency/scenario.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. //This is modeled after a server executing requests //which pin some of their newly allocated objects. diff --git a/src/coreclr/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race.cs b/src/coreclr/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race.cs index 7e9e40cd6fb561..abd58be3a67449 100644 --- a/src/coreclr/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race.cs +++ b/src/coreclr/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race.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/coreclr/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race_reverse.cs b/src/coreclr/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race_reverse.cs index adb211a1ba565e..72640073a7b394 100644 --- a/src/coreclr/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race_reverse.cs +++ b/src/coreclr/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race_reverse.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/coreclr/tests/src/GC/LargeMemory/API/gc/collect.cs b/src/coreclr/tests/src/GC/LargeMemory/API/gc/collect.cs index 2c6fcc85853661..d092f4d8438e19 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/API/gc/collect.cs +++ b/src/coreclr/tests/src/GC/LargeMemory/API/gc/collect.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/coreclr/tests/src/GC/LargeMemory/API/gc/getgeneration.cs b/src/coreclr/tests/src/GC/LargeMemory/API/gc/getgeneration.cs index c058f4f3fd6432..c05dcb91c90e2e 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/API/gc/getgeneration.cs +++ b/src/coreclr/tests/src/GC/LargeMemory/API/gc/getgeneration.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/coreclr/tests/src/GC/LargeMemory/API/gc/gettotalmemory.cs b/src/coreclr/tests/src/GC/LargeMemory/API/gc/gettotalmemory.cs index bfc65051c77769..e76796ac869542 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/API/gc/gettotalmemory.cs +++ b/src/coreclr/tests/src/GC/LargeMemory/API/gc/gettotalmemory.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/coreclr/tests/src/GC/LargeMemory/API/gc/keepalive.cs b/src/coreclr/tests/src/GC/LargeMemory/API/gc/keepalive.cs index 2caca34abbce41..83bef4984412b2 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/API/gc/keepalive.cs +++ b/src/coreclr/tests/src/GC/LargeMemory/API/gc/keepalive.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/coreclr/tests/src/GC/LargeMemory/API/gc/reregisterforfinalize.cs b/src/coreclr/tests/src/GC/LargeMemory/API/gc/reregisterforfinalize.cs index bd00a1586e90ff..4bea3ebdfbb869 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/API/gc/reregisterforfinalize.cs +++ b/src/coreclr/tests/src/GC/LargeMemory/API/gc/reregisterforfinalize.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/coreclr/tests/src/GC/LargeMemory/API/gc/suppressfinalize.cs b/src/coreclr/tests/src/GC/LargeMemory/API/gc/suppressfinalize.cs index c545998d2862c8..958777f666e803 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/API/gc/suppressfinalize.cs +++ b/src/coreclr/tests/src/GC/LargeMemory/API/gc/suppressfinalize.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/coreclr/tests/src/GC/LargeMemory/Allocation/finalizertest.cs b/src/coreclr/tests/src/GC/LargeMemory/Allocation/finalizertest.cs index 4c08f63c576c68..4bbf8f808a331d 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/Allocation/finalizertest.cs +++ b/src/coreclr/tests/src/GC/LargeMemory/Allocation/finalizertest.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/coreclr/tests/src/GC/LargeMemory/Allocation/largeexceptiontest.cs b/src/coreclr/tests/src/GC/LargeMemory/Allocation/largeexceptiontest.cs index 1be4dbd03af083..11da1de5023ed7 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/Allocation/largeexceptiontest.cs +++ b/src/coreclr/tests/src/GC/LargeMemory/Allocation/largeexceptiontest.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.IO; diff --git a/src/coreclr/tests/src/GC/LargeMemory/Regressions/largearraytest.cs b/src/coreclr/tests/src/GC/LargeMemory/Regressions/largearraytest.cs index f5e0385872a4ee..294787687cc10d 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/Regressions/largearraytest.cs +++ b/src/coreclr/tests/src/GC/LargeMemory/Regressions/largearraytest.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. /* NAME: LargeArrayTest * DATE: 2004-03-02 diff --git a/src/coreclr/tests/src/GC/LargeMemory/Regressions/pressureoverflow.cs b/src/coreclr/tests/src/GC/LargeMemory/Regressions/pressureoverflow.cs index 23169899912a69..8176ba54a53191 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/Regressions/pressureoverflow.cs +++ b/src/coreclr/tests/src/GC/LargeMemory/Regressions/pressureoverflow.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. /* NAME: PressureOverflow * DATE: 2004-03-22 diff --git a/src/coreclr/tests/src/GC/LargeMemory/largeobject.cs b/src/coreclr/tests/src/GC/LargeMemory/largeobject.cs index 3e4f57c3701138..b95d22a24d3160 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/largeobject.cs +++ b/src/coreclr/tests/src/GC/LargeMemory/largeobject.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/coreclr/tests/src/GC/Performance/Tests/Allocation.cs b/src/coreclr/tests/src/GC/Performance/Tests/Allocation.cs index 3a8be8fcc32fea..8de894da81b602 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/Allocation.cs +++ b/src/coreclr/tests/src/GC/Performance/Tests/Allocation.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/coreclr/tests/src/GC/Performance/Tests/ConcurrentSpin.cs b/src/coreclr/tests/src/GC/Performance/Tests/ConcurrentSpin.cs index 63b8a0fa3d9a36..2cdbec91216608 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/ConcurrentSpin.cs +++ b/src/coreclr/tests/src/GC/Performance/Tests/ConcurrentSpin.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.Threading; diff --git a/src/coreclr/tests/src/GC/Performance/Tests/EEGC.cs b/src/coreclr/tests/src/GC/Performance/Tests/EEGC.cs index 61c855bc297139..ca9cdfa9e9ca2a 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/EEGC.cs +++ b/src/coreclr/tests/src/GC/Performance/Tests/EEGC.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 EEGC { diff --git a/src/coreclr/tests/src/GC/Performance/Tests/GCHandleTest.cs b/src/coreclr/tests/src/GC/Performance/Tests/GCHandleTest.cs index 48a3b3dbfea3a2..0dbdc11dc8d933 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/GCHandleTest.cs +++ b/src/coreclr/tests/src/GC/Performance/Tests/GCHandleTest.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/coreclr/tests/src/GC/Performance/Tests/GCLarge.cs b/src/coreclr/tests/src/GC/Performance/Tests/GCLarge.cs index d70e20810d3545..6ac9a6948bce5f 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/GCLarge.cs +++ b/src/coreclr/tests/src/GC/Performance/Tests/GCLarge.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/coreclr/tests/src/GC/Performance/Tests/GCMicroBench.cs b/src/coreclr/tests/src/GC/Performance/Tests/GCMicroBench.cs index 377c98cee6c923..38b75b6feaedbf 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/GCMicroBench.cs +++ b/src/coreclr/tests/src/GC/Performance/Tests/GCMicroBench.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/coreclr/tests/src/GC/Performance/Tests/GCPerf.cs b/src/coreclr/tests/src/GC/Performance/Tests/GCPerf.cs index b963b5362235a7..5149ab51eba755 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/GCPerf.cs +++ b/src/coreclr/tests/src/GC/Performance/Tests/GCPerf.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/coreclr/tests/src/GC/Performance/Tests/GCSimulator.cs b/src/coreclr/tests/src/GC/Performance/Tests/GCSimulator.cs index 16b9498078c680..6b40d66de33d52 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/GCSimulator.cs +++ b/src/coreclr/tests/src/GC/Performance/Tests/GCSimulator.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.Threading; diff --git a/src/coreclr/tests/src/GC/Performance/Tests/GCSmall.cs b/src/coreclr/tests/src/GC/Performance/Tests/GCSmall.cs index 5ce028f15da506..9e03c8a8334b04 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/GCSmall.cs +++ b/src/coreclr/tests/src/GC/Performance/Tests/GCSmall.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/coreclr/tests/src/GC/Performance/Tests/LOHSmooth.cs b/src/coreclr/tests/src/GC/Performance/Tests/LOHSmooth.cs index e421394d536f1f..8e37bcba2bc991 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/LOHSmooth.cs +++ b/src/coreclr/tests/src/GC/Performance/Tests/LOHSmooth.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.Threading; diff --git a/src/coreclr/tests/src/GC/Performance/Tests/LargeArr_CrdMrk.cs b/src/coreclr/tests/src/GC/Performance/Tests/LargeArr_CrdMrk.cs index 1e0b6e77f7c587..5c0fd93abc735e 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/LargeArr_CrdMrk.cs +++ b/src/coreclr/tests/src/GC/Performance/Tests/LargeArr_CrdMrk.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/coreclr/tests/src/GC/Performance/Tests/LargeStrings.cs b/src/coreclr/tests/src/GC/Performance/Tests/LargeStrings.cs index f17603c29f2eae..bcc09f5a7bdca1 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/LargeStrings.cs +++ b/src/coreclr/tests/src/GC/Performance/Tests/LargeStrings.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.Text; diff --git a/src/coreclr/tests/src/GC/Performance/Tests/List_CrdMrk.cs b/src/coreclr/tests/src/GC/Performance/Tests/List_CrdMrk.cs index 7106913e701ef6..4a688c09f26939 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/List_CrdMrk.cs +++ b/src/coreclr/tests/src/GC/Performance/Tests/List_CrdMrk.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/coreclr/tests/src/GC/Performance/Tests/LowLatencyTest.cs b/src/coreclr/tests/src/GC/Performance/Tests/LowLatencyTest.cs index 4d8adbae63af86..21f7d46712b00d 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/LowLatencyTest.cs +++ b/src/coreclr/tests/src/GC/Performance/Tests/LowLatencyTest.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.Threading; diff --git a/src/coreclr/tests/src/GC/Performance/Tests/MemoryPressure.cs b/src/coreclr/tests/src/GC/Performance/Tests/MemoryPressure.cs index 333723fa53c331..327788d9e4cd30 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/MemoryPressure.cs +++ b/src/coreclr/tests/src/GC/Performance/Tests/MemoryPressure.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/coreclr/tests/src/GC/Performance/Tests/MidLife.cs b/src/coreclr/tests/src/GC/Performance/Tests/MidLife.cs index 11116f614ec446..4b8a5bd07b6031 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/MidLife.cs +++ b/src/coreclr/tests/src/GC/Performance/Tests/MidLife.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.Text; diff --git a/src/coreclr/tests/src/GC/Performance/Tests/Node.cs b/src/coreclr/tests/src/GC/Performance/Tests/Node.cs index ea8532ea0a7021..4a15461f5e8c8e 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/Node.cs +++ b/src/coreclr/tests/src/GC/Performance/Tests/Node.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 EEGC { diff --git a/src/coreclr/tests/src/GC/Performance/Tests/ServerSpin.cs b/src/coreclr/tests/src/GC/Performance/Tests/ServerSpin.cs index a1e3c147c7cacc..b50fd504eeb559 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/ServerSpin.cs +++ b/src/coreclr/tests/src/GC/Performance/Tests/ServerSpin.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/coreclr/tests/src/GC/Performance/Tests/SleepThread.cs b/src/coreclr/tests/src/GC/Performance/Tests/SleepThread.cs index 689ef82cdca056..163dec4638ba82 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/SleepThread.cs +++ b/src/coreclr/tests/src/GC/Performance/Tests/SleepThread.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 EEGC{ using System; diff --git a/src/coreclr/tests/src/GC/Performance/Tests/ToBoxOrNotToBox.cs b/src/coreclr/tests/src/GC/Performance/Tests/ToBoxOrNotToBox.cs index 6d72509921e030..b6a153dd8186fc 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/ToBoxOrNotToBox.cs +++ b/src/coreclr/tests/src/GC/Performance/Tests/ToBoxOrNotToBox.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/coreclr/tests/src/GC/Performance/Tests/WeakReferenceTest.cs b/src/coreclr/tests/src/GC/Performance/Tests/WeakReferenceTest.cs index 4c98e2ca3084b2..9328ab3bb0b9d3 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/WeakReferenceTest.cs +++ b/src/coreclr/tests/src/GC/Performance/Tests/WeakReferenceTest.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/coreclr/tests/src/GC/Performance/Tests/XMLReader.cs b/src/coreclr/tests/src/GC/Performance/Tests/XMLReader.cs index e579a8ec86c43d..59d69f286ed277 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/XMLReader.cs +++ b/src/coreclr/tests/src/GC/Performance/Tests/XMLReader.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.Threading; diff --git a/src/coreclr/tests/src/GC/Performance/Tests/lifetimefx.cs b/src/coreclr/tests/src/GC/Performance/Tests/lifetimefx.cs index 5356b6cf08cf39..52074d726d1ac3 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/lifetimefx.cs +++ b/src/coreclr/tests/src/GC/Performance/Tests/lifetimefx.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. /* * A Simple Framework to manage the life time of of objects diff --git a/src/coreclr/tests/src/GC/Regressions/Github/runtime_32848/runtime_32848.cs b/src/coreclr/tests/src/GC/Regressions/Github/runtime_32848/runtime_32848.cs index 34d0dec01bf0c4..d0cbc543347a84 100644 --- a/src/coreclr/tests/src/GC/Regressions/Github/runtime_32848/runtime_32848.cs +++ b/src/coreclr/tests/src/GC/Regressions/Github/runtime_32848/runtime_32848.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/coreclr/tests/src/GC/Regressions/dev10bugs/536168/536168.cs b/src/coreclr/tests/src/GC/Regressions/dev10bugs/536168/536168.cs index fc5f2f992f6a39..60690cbd64aa6e 100644 --- a/src/coreclr/tests/src/GC/Regressions/dev10bugs/536168/536168.cs +++ b/src/coreclr/tests/src/GC/Regressions/dev10bugs/536168/536168.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/coreclr/tests/src/GC/Regressions/v2.0-beta1/149926/149926.cs b/src/coreclr/tests/src/GC/Regressions/v2.0-beta1/149926/149926.cs index dda7cd6c25d31b..0b1422441ae569 100644 --- a/src/coreclr/tests/src/GC/Regressions/v2.0-beta1/149926/149926.cs +++ b/src/coreclr/tests/src/GC/Regressions/v2.0-beta1/149926/149926.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/coreclr/tests/src/GC/Regressions/v2.0-beta1/289745/289745.cs b/src/coreclr/tests/src/GC/Regressions/v2.0-beta1/289745/289745.cs index a8ca2138794004..ae9944fa0cb966 100644 --- a/src/coreclr/tests/src/GC/Regressions/v2.0-beta1/289745/289745.cs +++ b/src/coreclr/tests/src/GC/Regressions/v2.0-beta1/289745/289745.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. /* * DESCRIPTION: GC clobbers read-only frozen segments diff --git a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/426480/426480.cs b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/426480/426480.cs index d5af4508d8c18e..5b0aff6686cee6 100644 --- a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/426480/426480.cs +++ b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/426480/426480.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. // compile with: csc /o+ diff --git a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/445488/445488.cs b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/445488/445488.cs index c2b356c4f43e46..c1d4a810ec7208 100644 --- a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/445488/445488.cs +++ b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/445488/445488.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; diff --git a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/452950/452950.cs b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/452950/452950.cs index 9b3a1ac931a4d4..88632d862a58c8 100644 --- a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/452950/452950.cs +++ b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/452950/452950.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/coreclr/tests/src/GC/Regressions/v2.0-beta2/460373/460373.cs b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/460373/460373.cs index 9f8c18bf65c614..4a58f5c3438674 100644 --- a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/460373/460373.cs +++ b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/460373/460373.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. // seg 4MB, gen0 4MB: regression test for 424916 // seg 8MB, gen0 4MB regression test for 460373 diff --git a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/462651/462651.cs b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/462651/462651.cs index 6c2272a973ce2e..7e6300855aae3e 100644 --- a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/462651/462651.cs +++ b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/462651/462651.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.Threading; diff --git a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/471729/471729.cs b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/471729/471729.cs index f1c477b65c7e66..4656fd01b18c57 100644 --- a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/471729/471729.cs +++ b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/471729/471729.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/coreclr/tests/src/GC/Regressions/v2.0-beta2/476725/ManagedTest.cs b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/476725/ManagedTest.cs index 693e11b75e8efb..237c6d71232d46 100644 --- a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/476725/ManagedTest.cs +++ b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/476725/ManagedTest.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/coreclr/tests/src/GC/Regressions/v2.0-beta2/485617/Managed.cs b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/485617/Managed.cs index 5956342a9fce02..06b9508646c5a6 100644 --- a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/485617/Managed.cs +++ b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/485617/Managed.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/coreclr/tests/src/GC/Regressions/v2.0-rtm/494226/494226.cs b/src/coreclr/tests/src/GC/Regressions/v2.0-rtm/494226/494226.cs index 381e2df7e7833d..5725440b01c2bc 100644 --- a/src/coreclr/tests/src/GC/Regressions/v2.0-rtm/494226/494226.cs +++ b/src/coreclr/tests/src/GC/Regressions/v2.0-rtm/494226/494226.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/coreclr/tests/src/GC/Regressions/v2.0-rtm/544701/544701.cs b/src/coreclr/tests/src/GC/Regressions/v2.0-rtm/544701/544701.cs index cb66e0041e8f89..eedb7e4313ba37 100644 --- a/src/coreclr/tests/src/GC/Regressions/v2.0-rtm/544701/544701.cs +++ b/src/coreclr/tests/src/GC/Regressions/v2.0-rtm/544701/544701.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; internal class AllocBug diff --git a/src/coreclr/tests/src/GC/Regressions/v3.0/25252/25252.cs b/src/coreclr/tests/src/GC/Regressions/v3.0/25252/25252.cs index d9604b926239ed..847e306c9be20f 100644 --- a/src/coreclr/tests/src/GC/Regressions/v3.0/25252/25252.cs +++ b/src/coreclr/tests/src/GC/Regressions/v3.0/25252/25252.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/coreclr/tests/src/GC/Scenarios/Affinity/affinitizer.cs b/src/coreclr/tests/src/GC/Scenarios/Affinity/affinitizer.cs index f780cc5507d717..e2697247ed1f53 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Affinity/affinitizer.cs +++ b/src/coreclr/tests/src/GC/Scenarios/Affinity/affinitizer.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.Threading; diff --git a/src/coreclr/tests/src/GC/Scenarios/BaseFinal/basefinal.cs b/src/coreclr/tests/src/GC/Scenarios/BaseFinal/basefinal.cs index b15a9a79f83140..2318166d47a5fc 100644 --- a/src/coreclr/tests/src/GC/Scenarios/BaseFinal/basefinal.cs +++ b/src/coreclr/tests/src/GC/Scenarios/BaseFinal/basefinal.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. /*******************************************************************************/ /* Test: BaseFinal diff --git a/src/coreclr/tests/src/GC/Scenarios/BinTree/bintree.cs b/src/coreclr/tests/src/GC/Scenarios/BinTree/bintree.cs index a58dd8f4973400..69f6f8b9108797 100644 --- a/src/coreclr/tests/src/GC/Scenarios/BinTree/bintree.cs +++ b/src/coreclr/tests/src/GC/Scenarios/BinTree/bintree.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 DefaultNamespace { using System.Threading; diff --git a/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtree.cs b/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtree.cs index 126f299a46524a..029987c0bbc47a 100644 --- a/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtree.cs +++ b/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtree.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. /** * Description: diff --git a/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtreegrowingobj.cs b/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtreegrowingobj.cs index 206184428e5e2a..db7a96898deac4 100644 --- a/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtreegrowingobj.cs +++ b/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtreegrowingobj.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. /** * Description: diff --git a/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtreelivingobj.cs b/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtreelivingobj.cs index 6ac09631268a77..c98f9055d430f3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtreelivingobj.cs +++ b/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtreelivingobj.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. /** * Description: diff --git a/src/coreclr/tests/src/GC/Scenarios/BinTree/treethread.cs b/src/coreclr/tests/src/GC/Scenarios/BinTree/treethread.cs index ba14af59a92a8f..dc9066faf1a2cf 100644 --- a/src/coreclr/tests/src/GC/Scenarios/BinTree/treethread.cs +++ b/src/coreclr/tests/src/GC/Scenarios/BinTree/treethread.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 DefaultNamespace { using System.Threading; diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/arrcpy.cs b/src/coreclr/tests/src/GC/Scenarios/Boxing/arrcpy.cs index 118a5bd2274b13..d1168afc4433c1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/arrcpy.cs +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/arrcpy.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 DefaultNamespace { using System; diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/doubLink.cs b/src/coreclr/tests/src/GC/Scenarios/Boxing/doubLink.cs index f02a0be157b901..2237d0c41183db 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/doubLink.cs +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/doubLink.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/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant.cs b/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant.cs index 445c70fc25c2b0..d7c84b192e3f70 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant.cs +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant.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 GCVariant { using System; diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant2.cs b/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant2.cs index 1c126a80ef639f..2cbbb158c40e1e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant2.cs +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant2.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. /************************************************************** /*This tests covered asigning all basic types to Objects diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant3.cs b/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant3.cs index 8382cd0609a2e8..72a1a2470952eb 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant3.cs +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant3.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. /************************************************************** /*This tests covered asigning all basic types to Variants diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant4.cs b/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant4.cs index 6943c4b1121850..bae99ee66774a3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant4.cs +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant4.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. /************************************************************** /*This tests' porpuse is to test GC with local Object objects diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/simpvariant.cs b/src/coreclr/tests/src/GC/Scenarios/Boxing/simpvariant.cs index 6d703e53cb6bb2..270240eaa4f0c2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/simpvariant.cs +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/simpvariant.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. // Basic Object Test that uses tests the following types: // int diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/vararystress.cs b/src/coreclr/tests/src/GC/Scenarios/Boxing/vararystress.cs index 47da06ae9f475e..ee19f0ddec5fc8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/vararystress.cs +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/vararystress.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. /**************************************************************/ /* Test: VarAryStress diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/variantint.cs b/src/coreclr/tests/src/GC/Scenarios/Boxing/variantint.cs index 03e12f361ca4db..14ca5a43ab2db2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/variantint.cs +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/variantint.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. /** * Description: diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/variantlinklist.cs b/src/coreclr/tests/src/GC/Scenarios/Boxing/variantlinklist.cs index 7801d2a2874993..1219c25daac4b2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/variantlinklist.cs +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/variantlinklist.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. /** * Description: diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/DoubLink.cs b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/DoubLink.cs index 713c4523e82533..9756a159cd9c71 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/DoubLink.cs +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/DoubLink.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; // Copyright (c) Microsoft. All rights reserved. diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleak.cs b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleak.cs index 355335bce69b29..0fb84571834aab 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleak.cs +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleak.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. /****************************************************************** /*Test case for testing GC with cyclic double linked list leaks diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd.cs b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd.cs index e38351b77c1021..3effaba0c70592 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd.cs +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd.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. /****************************************************************** /*Test case for testing GC with cyclic double linked list leaks diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlcollect.cs b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlcollect.cs index 98d803e1c8ecae..ae58a9163da838 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlcollect.cs +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlcollect.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. /************************************************************** /* a test case based on DoubLinkStay. Instead of saving references diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlstack.cs b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlstack.cs index c5c31eb9ce67b9..f9511d52ae90e1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlstack.cs +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlstack.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. /************************************************************** /* a test case based on DoubLinkStay. Instead of delete all of diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinkgen.cs b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinkgen.cs index 0962cb39a20999..d072b745c58d24 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinkgen.cs +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinkgen.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. /************************************************************** /* a basic test case for GC with cyclic Double linked list leaks. diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinknoleak.cs b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinknoleak.cs index 1b7f63adbf0e90..21870f4871db73 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinknoleak.cs +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinknoleak.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. /************************************************************** /* this test creates Cyclic double linked list objects in a loop, diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinknoleak2.cs b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinknoleak2.cs index 272a130fb20ecf..7eb2fb4c338146 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinknoleak2.cs +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinknoleak2.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. /************************************************************** /* a test case based on DoubLinkStay. Instead of delete all of diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinkstay.cs b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinkstay.cs index 7103e0a199414a..ea8279577d39be 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinkstay.cs +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinkstay.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. /****************************************************************** /*Test case for testing GC with cyclic double linked list leaks diff --git a/src/coreclr/tests/src/GC/Scenarios/Dynamo/basenode.cs b/src/coreclr/tests/src/GC/Scenarios/Dynamo/basenode.cs index 268d63b2254e3a..55d21e3619f882 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Dynamo/basenode.cs +++ b/src/coreclr/tests/src/GC/Scenarios/Dynamo/basenode.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 Dynamo { using System; diff --git a/src/coreclr/tests/src/GC/Scenarios/Dynamo/dynamo.cs b/src/coreclr/tests/src/GC/Scenarios/Dynamo/dynamo.cs index d4a655980fc6c9..05cbd172ef346d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Dynamo/dynamo.cs +++ b/src/coreclr/tests/src/GC/Scenarios/Dynamo/dynamo.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. /* * Changes: diff --git a/src/coreclr/tests/src/GC/Scenarios/Dynamo/dynamonode.cs b/src/coreclr/tests/src/GC/Scenarios/Dynamo/dynamonode.cs index 81d4f615888e78..9716623fb5b6cc 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Dynamo/dynamonode.cs +++ b/src/coreclr/tests/src/GC/Scenarios/Dynamo/dynamonode.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 Dynamo { using System; diff --git a/src/coreclr/tests/src/GC/Scenarios/Dynamo/randomnode.cs b/src/coreclr/tests/src/GC/Scenarios/Dynamo/randomnode.cs index 9b42d1fecf651c..32cb238fe3aa3e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Dynamo/randomnode.cs +++ b/src/coreclr/tests/src/GC/Scenarios/Dynamo/randomnode.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 Dynamo { using System; diff --git a/src/coreclr/tests/src/GC/Scenarios/Dynamo/staticnode.cs b/src/coreclr/tests/src/GC/Scenarios/Dynamo/staticnode.cs index 2daa5432348ff7..f7d56c6bb0db99 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Dynamo/staticnode.cs +++ b/src/coreclr/tests/src/GC/Scenarios/Dynamo/staticnode.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 Dynamo { using System; diff --git a/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/finalnstruct.cs b/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/finalnstruct.cs index c5547e5951eeab..daed64a5251cbf 100644 --- a/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/finalnstruct.cs +++ b/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/finalnstruct.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. //***************************************************************************/ //* Test: FinalNStruct diff --git a/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/nstructresur.cs b/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/nstructresur.cs index 0de2dbc547e78b..6d79a01f39eb03 100644 --- a/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/nstructresur.cs +++ b/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/nstructresur.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. /*****************************************************************************/ /* Test: NStructResur diff --git a/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/nstructtun.cs b/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/nstructtun.cs index 543a0222896fe8..2af634b714f8a7 100644 --- a/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/nstructtun.cs +++ b/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/nstructtun.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 NStruct { diff --git a/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/strmap.cs b/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/strmap.cs index a5178f3cb7630f..ea55f875915492 100644 --- a/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/strmap.cs +++ b/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/strmap.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.InteropServices; diff --git a/src/coreclr/tests/src/GC/Scenarios/FinalizeTimeout/FinalizeTimeout.cs b/src/coreclr/tests/src/GC/Scenarios/FinalizeTimeout/FinalizeTimeout.cs index 60a68617344df8..a4da882b65a015 100644 --- a/src/coreclr/tests/src/GC/Scenarios/FinalizeTimeout/FinalizeTimeout.cs +++ b/src/coreclr/tests/src/GC/Scenarios/FinalizeTimeout/FinalizeTimeout.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/coreclr/tests/src/GC/Scenarios/FragMan/fragman.cs b/src/coreclr/tests/src/GC/Scenarios/FragMan/fragman.cs index c258f9aa152b60..fda4fab219489c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/FragMan/fragman.cs +++ b/src/coreclr/tests/src/GC/Scenarios/FragMan/fragman.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. /* FragMan * diff --git a/src/coreclr/tests/src/GC/Scenarios/GCBase1/gc_base1.cs b/src/coreclr/tests/src/GC/Scenarios/GCBase1/gc_base1.cs index 733081f4e2736b..b09b406c9f6e1b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCBase1/gc_base1.cs +++ b/src/coreclr/tests/src/GC/Scenarios/GCBase1/gc_base1.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 DefaultNamespace { using System; diff --git a/src/coreclr/tests/src/GC/Scenarios/GCBench/gcbench.cs b/src/coreclr/tests/src/GC/Scenarios/GCBench/gcbench.cs index 11ffcb4b6fa32b..a4a4425cc4bd98 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCBench/gcbench.cs +++ b/src/coreclr/tests/src/GC/Scenarios/GCBench/gcbench.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. // This is adapted from a benchmark written by John Ellis and Pete Kovac // of Post Communications. diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator.cs b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator.cs index 803fca2706d6e4..412599b24d90be 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator.cs +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator.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.Threading; diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/lifetimefx.cs b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/lifetimefx.cs index 5356b6cf08cf39..52074d726d1ac3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/lifetimefx.cs +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/lifetimefx.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. /* * A Simple Framework to manage the life time of of objects diff --git a/src/coreclr/tests/src/GC/Scenarios/GCStress/gcstress.cs b/src/coreclr/tests/src/GC/Scenarios/GCStress/gcstress.cs index 4862d1b5ca562b..0f3654aba13215 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCStress/gcstress.cs +++ b/src/coreclr/tests/src/GC/Scenarios/GCStress/gcstress.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 DefaultNamespace { using System; diff --git a/src/coreclr/tests/src/GC/Scenarios/LeakGen/leakgen.cs b/src/coreclr/tests/src/GC/Scenarios/LeakGen/leakgen.cs index fbc379513be1f6..c471d72a6b37e2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/LeakGen/leakgen.cs +++ b/src/coreclr/tests/src/GC/Scenarios/LeakGen/leakgen.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 LGen { diff --git a/src/coreclr/tests/src/GC/Scenarios/LeakGen/leakgenthrd.cs b/src/coreclr/tests/src/GC/Scenarios/LeakGen/leakgenthrd.cs index 96704f64852f11..fadb161df95fc9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/LeakGen/leakgenthrd.cs +++ b/src/coreclr/tests/src/GC/Scenarios/LeakGen/leakgenthrd.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 LGen { diff --git a/src/coreclr/tests/src/GC/Scenarios/LeakWheel/leakwheel.cs b/src/coreclr/tests/src/GC/Scenarios/LeakWheel/leakwheel.cs index ccdda0063a204c..2790cbeaa0856a 100644 --- a/src/coreclr/tests/src/GC/Scenarios/LeakWheel/leakwheel.cs +++ b/src/coreclr/tests/src/GC/Scenarios/LeakWheel/leakwheel.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. //************************************************************************/ //*Test: LeakWheel diff --git a/src/coreclr/tests/src/GC/Scenarios/MinLeakGen/minleakgen.cs b/src/coreclr/tests/src/GC/Scenarios/MinLeakGen/minleakgen.cs index d6b7e4c5b33d94..b9b3253bcdf9a2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/MinLeakGen/minleakgen.cs +++ b/src/coreclr/tests/src/GC/Scenarios/MinLeakGen/minleakgen.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. /*************************************************************************** /*ByteObject is a class to allocate small size of memory. this test creates diff --git a/src/coreclr/tests/src/GC/Scenarios/NDPin/ndpin.cs b/src/coreclr/tests/src/GC/Scenarios/NDPin/ndpin.cs index 43089ad37c450e..79e51b0bb30f7b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/NDPin/ndpin.cs +++ b/src/coreclr/tests/src/GC/Scenarios/NDPin/ndpin.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 DefaultNamespace { using System; diff --git a/src/coreclr/tests/src/GC/Scenarios/NDPin/ndpinfinal.cs b/src/coreclr/tests/src/GC/Scenarios/NDPin/ndpinfinal.cs index 5bd478aecb8b80..2b8adf39291f99 100644 --- a/src/coreclr/tests/src/GC/Scenarios/NDPin/ndpinfinal.cs +++ b/src/coreclr/tests/src/GC/Scenarios/NDPin/ndpinfinal.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. /******************************************************************/ /*Test: NDPinFinal diff --git a/src/coreclr/tests/src/GC/Scenarios/RanCollect/rancollect.cs b/src/coreclr/tests/src/GC/Scenarios/RanCollect/rancollect.cs index 2697609b4ffdc9..d4df2067b01014 100644 --- a/src/coreclr/tests/src/GC/Scenarios/RanCollect/rancollect.cs +++ b/src/coreclr/tests/src/GC/Scenarios/RanCollect/rancollect.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. /************************************************************************** /*Test: RanCollect diff --git a/src/coreclr/tests/src/GC/Scenarios/ReflectObj/reflectobj.cs b/src/coreclr/tests/src/GC/Scenarios/ReflectObj/reflectobj.cs index 5a4f5ce3f3fc73..0a674ea14b21f1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/ReflectObj/reflectobj.cs +++ b/src/coreclr/tests/src/GC/Scenarios/ReflectObj/reflectobj.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. /**************************************************************/ /* TEST: ReflectObj diff --git a/src/coreclr/tests/src/GC/Scenarios/Resurrection/continue.cs b/src/coreclr/tests/src/GC/Scenarios/Resurrection/continue.cs index f2bfeaf19574e1..80a5f60a213f50 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Resurrection/continue.cs +++ b/src/coreclr/tests/src/GC/Scenarios/Resurrection/continue.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 DefaultNamespace { using System; diff --git a/src/coreclr/tests/src/GC/Scenarios/Rootmem/rootmem.cs b/src/coreclr/tests/src/GC/Scenarios/Rootmem/rootmem.cs index 5b780252a1b228..6984a25e4adc90 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Rootmem/rootmem.cs +++ b/src/coreclr/tests/src/GC/Scenarios/Rootmem/rootmem.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. /*******************************************************************/ /* Test: RootMem diff --git a/src/coreclr/tests/src/GC/Scenarios/Samples/gc.cs b/src/coreclr/tests/src/GC/Scenarios/Samples/gc.cs index 7b3e38f68c2422..0de82a0dd3a34c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Samples/gc.cs +++ b/src/coreclr/tests/src/GC/Scenarios/Samples/gc.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. /*===================================================================== File: GC.cs diff --git a/src/coreclr/tests/src/GC/Scenarios/ServerModel/cache.cs b/src/coreclr/tests/src/GC/Scenarios/ServerModel/cache.cs index 3ddd5c5f269d0b..18e82270f2f95d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/ServerModel/cache.cs +++ b/src/coreclr/tests/src/GC/Scenarios/ServerModel/cache.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/coreclr/tests/src/GC/Scenarios/ServerModel/parameters.cs b/src/coreclr/tests/src/GC/Scenarios/ServerModel/parameters.cs index 68f3cd97ff33c7..fe8156166ac6d1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/ServerModel/parameters.cs +++ b/src/coreclr/tests/src/GC/Scenarios/ServerModel/parameters.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 ServerSimulator.Properties; diff --git a/src/coreclr/tests/src/GC/Scenarios/ServerModel/request.cs b/src/coreclr/tests/src/GC/Scenarios/ServerModel/request.cs index df116cdbe18053..bd50fe9b43e93d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/ServerModel/request.cs +++ b/src/coreclr/tests/src/GC/Scenarios/ServerModel/request.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/coreclr/tests/src/GC/Scenarios/ServerModel/server.cs b/src/coreclr/tests/src/GC/Scenarios/ServerModel/server.cs index fedd5afd03d59e..ee07f7d5fab6a7 100644 --- a/src/coreclr/tests/src/GC/Scenarios/ServerModel/server.cs +++ b/src/coreclr/tests/src/GC/Scenarios/ServerModel/server.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/coreclr/tests/src/GC/Scenarios/ServerModel/servermodel.cs b/src/coreclr/tests/src/GC/Scenarios/ServerModel/servermodel.cs index 45d8ec41251652..ea34a27389e7f0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/ServerModel/servermodel.cs +++ b/src/coreclr/tests/src/GC/Scenarios/ServerModel/servermodel.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. //TBD: memory load (external or in process?) // multiple threads diff --git a/src/coreclr/tests/src/GC/Scenarios/ServerModel/settings.cs b/src/coreclr/tests/src/GC/Scenarios/ServerModel/settings.cs index af950bf4ce86ed..83e7a58ad008c8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/ServerModel/settings.cs +++ b/src/coreclr/tests/src/GC/Scenarios/ServerModel/settings.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 ServerSimulator.Properties { @@ -84,4 +83,4 @@ public int RandomSeed { } } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/GC/Scenarios/SingLinkList/singlinkgen.cs b/src/coreclr/tests/src/GC/Scenarios/SingLinkList/singlinkgen.cs index 0abb05e1f4faae..116360501c5b55 100644 --- a/src/coreclr/tests/src/GC/Scenarios/SingLinkList/singlinkgen.cs +++ b/src/coreclr/tests/src/GC/Scenarios/SingLinkList/singlinkgen.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. /************************************************************** /* a basic test case for GC with cyclic single linked list leaks. diff --git a/src/coreclr/tests/src/GC/Scenarios/SingLinkList/singlinkstay.cs b/src/coreclr/tests/src/GC/Scenarios/SingLinkList/singlinkstay.cs index e624af97cf8ace..404f4a0145d2ac 100644 --- a/src/coreclr/tests/src/GC/Scenarios/SingLinkList/singlinkstay.cs +++ b/src/coreclr/tests/src/GC/Scenarios/SingLinkList/singlinkstay.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. /****************************************************************** /*Test case for testing GC with cyclic single linked list leaks diff --git a/src/coreclr/tests/src/GC/Scenarios/StringCreator/stringcreator.cs b/src/coreclr/tests/src/GC/Scenarios/StringCreator/stringcreator.cs index 5bc065ecae5bb2..abe08a8854e380 100644 --- a/src/coreclr/tests/src/GC/Scenarios/StringCreator/stringcreator.cs +++ b/src/coreclr/tests/src/GC/Scenarios/StringCreator/stringcreator.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 DefaultNamespace { using System; diff --git a/src/coreclr/tests/src/GC/Scenarios/THDChaos/livingobject.cs b/src/coreclr/tests/src/GC/Scenarios/THDChaos/livingobject.cs index 39338dbfb49622..d88dd0c4fb0595 100644 --- a/src/coreclr/tests/src/GC/Scenarios/THDChaos/livingobject.cs +++ b/src/coreclr/tests/src/GC/Scenarios/THDChaos/livingobject.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 DefaultNamespace { using System.Threading; diff --git a/src/coreclr/tests/src/GC/Scenarios/THDChaos/masterthread.cs b/src/coreclr/tests/src/GC/Scenarios/THDChaos/masterthread.cs index 0486d4947533b0..49b1979089c8b4 100644 --- a/src/coreclr/tests/src/GC/Scenarios/THDChaos/masterthread.cs +++ b/src/coreclr/tests/src/GC/Scenarios/THDChaos/masterthread.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 DefaultNamespace { using System; diff --git a/src/coreclr/tests/src/GC/Scenarios/THDChaos/thdchaos.cs b/src/coreclr/tests/src/GC/Scenarios/THDChaos/thdchaos.cs index ec8d0681828cb4..6906b63abc4c13 100644 --- a/src/coreclr/tests/src/GC/Scenarios/THDChaos/thdchaos.cs +++ b/src/coreclr/tests/src/GC/Scenarios/THDChaos/thdchaos.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. //====================================================== diff --git a/src/coreclr/tests/src/GC/Scenarios/THDList/linkedlist.cs b/src/coreclr/tests/src/GC/Scenarios/THDList/linkedlist.cs index 02321faa852bf6..3a64c2b55fbe07 100644 --- a/src/coreclr/tests/src/GC/Scenarios/THDList/linkedlist.cs +++ b/src/coreclr/tests/src/GC/Scenarios/THDList/linkedlist.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 ThdList { using System.Threading; diff --git a/src/coreclr/tests/src/GC/Scenarios/THDList/llthread.cs b/src/coreclr/tests/src/GC/Scenarios/THDList/llthread.cs index 426793e733e739..068da945748a0c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/THDList/llthread.cs +++ b/src/coreclr/tests/src/GC/Scenarios/THDList/llthread.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 ThdList { using System.Threading; diff --git a/src/coreclr/tests/src/GC/Scenarios/THDList/thdlist.cs b/src/coreclr/tests/src/GC/Scenarios/THDList/thdlist.cs index f97f3697183671..e25adbb09ce3c3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/THDList/thdlist.cs +++ b/src/coreclr/tests/src/GC/Scenarios/THDList/thdlist.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. /** * Description: diff --git a/src/coreclr/tests/src/GC/Scenarios/WeakReference/weakreffinal.cs b/src/coreclr/tests/src/GC/Scenarios/WeakReference/weakreffinal.cs index 5e7b26a69a83e2..a89e72066a96b9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/WeakReference/weakreffinal.cs +++ b/src/coreclr/tests/src/GC/Scenarios/WeakReference/weakreffinal.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 DefaultNamespace { using System; diff --git a/src/coreclr/tests/src/GC/Scenarios/muldimjagary/muldimjagary.cs b/src/coreclr/tests/src/GC/Scenarios/muldimjagary/muldimjagary.cs index eddea85446c580..50b1d52a554d67 100644 --- a/src/coreclr/tests/src/GC/Scenarios/muldimjagary/muldimjagary.cs +++ b/src/coreclr/tests/src/GC/Scenarios/muldimjagary/muldimjagary.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 DefaultNamespace { using System; diff --git a/src/coreclr/tests/src/GC/Stress/Framework/DetourHelpers.cs b/src/coreclr/tests/src/GC/Stress/Framework/DetourHelpers.cs index 0cf38e8b01e827..cc8a91f83508ad 100644 --- a/src/coreclr/tests/src/GC/Stress/Framework/DetourHelpers.cs +++ b/src/coreclr/tests/src/GC/Stress/Framework/DetourHelpers.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. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // diff --git a/src/coreclr/tests/src/GC/Stress/Framework/LoaderClass.cs b/src/coreclr/tests/src/GC/Stress/Framework/LoaderClass.cs index 39ff62b0404bdc..84a41f1d5f5c62 100644 --- a/src/coreclr/tests/src/GC/Stress/Framework/LoaderClass.cs +++ b/src/coreclr/tests/src/GC/Stress/Framework/LoaderClass.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. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // diff --git a/src/coreclr/tests/src/GC/Stress/Framework/RFLogging.cs b/src/coreclr/tests/src/GC/Stress/Framework/RFLogging.cs index a4972c0b973682..e234dc4a575b62 100644 --- a/src/coreclr/tests/src/GC/Stress/Framework/RFLogging.cs +++ b/src/coreclr/tests/src/GC/Stress/Framework/RFLogging.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. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // diff --git a/src/coreclr/tests/src/GC/Stress/Framework/ReliabilityConfiguration.cs b/src/coreclr/tests/src/GC/Stress/Framework/ReliabilityConfiguration.cs index c2f705ad6b4707..617bed9822c4ec 100644 --- a/src/coreclr/tests/src/GC/Stress/Framework/ReliabilityConfiguration.cs +++ b/src/coreclr/tests/src/GC/Stress/Framework/ReliabilityConfiguration.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. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // diff --git a/src/coreclr/tests/src/GC/Stress/Framework/ReliabilityFramework.cs b/src/coreclr/tests/src/GC/Stress/Framework/ReliabilityFramework.cs index 8398df6737c5a8..450a807312e597 100644 --- a/src/coreclr/tests/src/GC/Stress/Framework/ReliabilityFramework.cs +++ b/src/coreclr/tests/src/GC/Stress/Framework/ReliabilityFramework.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. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // diff --git a/src/coreclr/tests/src/GC/Stress/Framework/ReliabilityTest.cs b/src/coreclr/tests/src/GC/Stress/Framework/ReliabilityTest.cs index faf445247f26bb..88dadf75c4a90f 100644 --- a/src/coreclr/tests/src/GC/Stress/Framework/ReliabilityTest.cs +++ b/src/coreclr/tests/src/GC/Stress/Framework/ReliabilityTest.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. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // diff --git a/src/coreclr/tests/src/GC/Stress/Framework/ReliabilityTestSet.cs b/src/coreclr/tests/src/GC/Stress/Framework/ReliabilityTestSet.cs index f69e403ccb00f0..64ad791bd3a482 100644 --- a/src/coreclr/tests/src/GC/Stress/Framework/ReliabilityTestSet.cs +++ b/src/coreclr/tests/src/GC/Stress/Framework/ReliabilityTestSet.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. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // diff --git a/src/coreclr/tests/src/GC/Stress/Tests/573277.cs b/src/coreclr/tests/src/GC/Stress/Tests/573277.cs index 8b73da021fe637..7bf15a63d2e47c 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/573277.cs +++ b/src/coreclr/tests/src/GC/Stress/Tests/573277.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. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // diff --git a/src/coreclr/tests/src/GC/Stress/Tests/DirectedGraph.cs b/src/coreclr/tests/src/GC/Stress/Tests/DirectedGraph.cs index ff32afc3bee49b..aeb33bb0537da2 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/DirectedGraph.cs +++ b/src/coreclr/tests/src/GC/Stress/Tests/DirectedGraph.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; @@ -390,4 +389,4 @@ public static int Main(string[] args) return 100; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/GC/Stress/Tests/ExpandHeap.cs b/src/coreclr/tests/src/GC/Stress/Tests/ExpandHeap.cs index 0ff8201804488e..9973df9dafd4e5 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/ExpandHeap.cs +++ b/src/coreclr/tests/src/GC/Stress/Tests/ExpandHeap.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. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // diff --git a/src/coreclr/tests/src/GC/Stress/Tests/GCQueue.cs b/src/coreclr/tests/src/GC/Stress/Tests/GCQueue.cs index 7ec05659c37663..835f1218358899 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/GCQueue.cs +++ b/src/coreclr/tests/src/GC/Stress/Tests/GCQueue.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/coreclr/tests/src/GC/Stress/Tests/GCSimulator.cs b/src/coreclr/tests/src/GC/Stress/Tests/GCSimulator.cs index 32a95f5f09ddf0..6791a9f4beab26 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/GCSimulator.cs +++ b/src/coreclr/tests/src/GC/Stress/Tests/GCSimulator.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; diff --git a/src/coreclr/tests/src/GC/Stress/Tests/GCVariant.cs b/src/coreclr/tests/src/GC/Stress/Tests/GCVariant.cs index 96d28d21406f2c..247b22732c0385 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/GCVariant.cs +++ b/src/coreclr/tests/src/GC/Stress/Tests/GCVariant.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/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc.cs b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc.cs index 7607a196619475..d7fa77e06b97cf 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc.cs +++ b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc.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. // Bug#94878 Problem with the Large Object Allocator // Repro test from MStanton diff --git a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc1.cs b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc1.cs index 0201e9d1322254..2747467b0b1c41 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc1.cs +++ b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc1.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. // Allocate arrays from 20KB to 25MB, 200 times // If memory is low, after every loop, the large objects should be collected diff --git a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc2.cs b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc2.cs index e6a8c75123d3b3..9809a1137bcab7 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc2.cs +++ b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc2.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. // Allocate nested objects of ~ 25 MB // If memory is low, after every loop, the large objects should be collected diff --git a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc3.cs b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc3.cs index cb90bda743b889..bf9e8b4821d411 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc3.cs +++ b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc3.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. // Allocate nested objects of increasing size ranging from 200 KB to ~ 25 MB // If memory is low, after every loop, the large objects should be collected diff --git a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc4.cs b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc4.cs index d690823b0e9024..a15cfc24d01bd3 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc4.cs +++ b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc4.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. // This test should need to allocated a maximum of 20 MB and so, should pass without // OOM Exception. On RTM as the largeobjects were never committed, this test would diff --git a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAllocPinned.cs b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAllocPinned.cs index 9e28caf181a735..4ea79879cb3a63 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAllocPinned.cs +++ b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAllocPinned.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. // Regression Test for Bug# 145842(Possible GC hole with byrefs into the large heap) diff --git a/src/coreclr/tests/src/GC/Stress/Tests/LeakGenThrd.cs b/src/coreclr/tests/src/GC/Stress/Tests/LeakGenThrd.cs index b22313e949f981..53132820957291 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/LeakGenThrd.cs +++ b/src/coreclr/tests/src/GC/Stress/Tests/LeakGenThrd.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.Threading; diff --git a/src/coreclr/tests/src/GC/Stress/Tests/MulDimJagAry.cs b/src/coreclr/tests/src/GC/Stress/Tests/MulDimJagAry.cs index 97cb4775a052b3..e6e2767fd99a6d 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/MulDimJagAry.cs +++ b/src/coreclr/tests/src/GC/Stress/Tests/MulDimJagAry.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/coreclr/tests/src/GC/Stress/Tests/PlugGaps.cs b/src/coreclr/tests/src/GC/Stress/Tests/PlugGaps.cs index 2c9a222dea71b3..4b3892a3d603d4 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/PlugGaps.cs +++ b/src/coreclr/tests/src/GC/Stress/Tests/PlugGaps.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. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // diff --git a/src/coreclr/tests/src/GC/Stress/Tests/RedBlackTree.cs b/src/coreclr/tests/src/GC/Stress/Tests/RedBlackTree.cs index 54e5babdf26493..eab577ab1990c9 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/RedBlackTree.cs +++ b/src/coreclr/tests/src/GC/Stress/Tests/RedBlackTree.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. /*************************** Left Leaning Red-Black Tree ************************************* diff --git a/src/coreclr/tests/src/GC/Stress/Tests/SingLinkStay.cs b/src/coreclr/tests/src/GC/Stress/Tests/SingLinkStay.cs index d45bda0270af16..2614e9aedbe80d 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/SingLinkStay.cs +++ b/src/coreclr/tests/src/GC/Stress/Tests/SingLinkStay.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/coreclr/tests/src/GC/Stress/Tests/StressAllocator.cs b/src/coreclr/tests/src/GC/Stress/Tests/StressAllocator.cs index a2c1ff6f92eb3e..d435ee600f93ce 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/StressAllocator.cs +++ b/src/coreclr/tests/src/GC/Stress/Tests/StressAllocator.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.Threading; diff --git a/src/coreclr/tests/src/GC/Stress/Tests/ThdTreeGrowingObj.cs b/src/coreclr/tests/src/GC/Stress/Tests/ThdTreeGrowingObj.cs index 42ad6fcd61e9c3..eb41a68df5a70f 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/ThdTreeGrowingObj.cs +++ b/src/coreclr/tests/src/GC/Stress/Tests/ThdTreeGrowingObj.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.Threading; diff --git a/src/coreclr/tests/src/GC/Stress/Tests/allocationwithpins.cs b/src/coreclr/tests/src/GC/Stress/Tests/allocationwithpins.cs index 2ce0475fc528d4..6aaf0ff78eb8ce 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/allocationwithpins.cs +++ b/src/coreclr/tests/src/GC/Stress/Tests/allocationwithpins.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. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // diff --git a/src/coreclr/tests/src/GC/Stress/Tests/b115557.cs b/src/coreclr/tests/src/GC/Stress/Tests/b115557.cs index ba0a46bd22f247..14715ce0d5ecda 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/b115557.cs +++ b/src/coreclr/tests/src/GC/Stress/Tests/b115557.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. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // diff --git a/src/coreclr/tests/src/GC/Stress/Tests/bestfit-finalize.cs b/src/coreclr/tests/src/GC/Stress/Tests/bestfit-finalize.cs index a4d5e7c358cbc2..ddddf0cb84b62a 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/bestfit-finalize.cs +++ b/src/coreclr/tests/src/GC/Stress/Tests/bestfit-finalize.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. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // diff --git a/src/coreclr/tests/src/GC/Stress/Tests/concurrentspin2.cs b/src/coreclr/tests/src/GC/Stress/Tests/concurrentspin2.cs index 93ccc4ba2c7e10..28fb20c479b962 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/concurrentspin2.cs +++ b/src/coreclr/tests/src/GC/Stress/Tests/concurrentspin2.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. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // diff --git a/src/coreclr/tests/src/GC/Stress/Tests/doubLinkStay.cs b/src/coreclr/tests/src/GC/Stress/Tests/doubLinkStay.cs index 4aa264c4d917a9..c32d0d3f4d8196 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/doubLinkStay.cs +++ b/src/coreclr/tests/src/GC/Stress/Tests/doubLinkStay.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/coreclr/tests/src/GC/Stress/Tests/pinstress.cs b/src/coreclr/tests/src/GC/Stress/Tests/pinstress.cs index 30b4c58f929984..8bba95f4cbd8cc 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/pinstress.cs +++ b/src/coreclr/tests/src/GC/Stress/Tests/pinstress.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. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // diff --git a/src/coreclr/tests/src/GC/Stress/Tests/plug.cs b/src/coreclr/tests/src/GC/Stress/Tests/plug.cs index b118d0460903f8..fcf1cb62b8d4f4 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/plug.cs +++ b/src/coreclr/tests/src/GC/Stress/Tests/plug.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. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // diff --git a/src/coreclr/tests/src/Interop/ArrayMarshalling/BoolArray/MarshalBoolArrayTest.cs b/src/coreclr/tests/src/Interop/ArrayMarshalling/BoolArray/MarshalBoolArrayTest.cs index 6b423c0c13b1f5..a91ca34717a39f 100644 --- a/src/coreclr/tests/src/Interop/ArrayMarshalling/BoolArray/MarshalBoolArrayTest.cs +++ b/src/coreclr/tests/src/Interop/ArrayMarshalling/BoolArray/MarshalBoolArrayTest.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. // diff --git a/src/coreclr/tests/src/Interop/ArrayMarshalling/ByValArray/MarshalArrayByValNative.cpp b/src/coreclr/tests/src/Interop/ArrayMarshalling/ByValArray/MarshalArrayByValNative.cpp index b80e4ca330b96b..6104a70823fda6 100644 --- a/src/coreclr/tests/src/Interop/ArrayMarshalling/ByValArray/MarshalArrayByValNative.cpp +++ b/src/coreclr/tests/src/Interop/ArrayMarshalling/ByValArray/MarshalArrayByValNative.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 #include diff --git a/src/coreclr/tests/src/Interop/ArrayMarshalling/ByValArray/MarshalArrayByValTest.cs b/src/coreclr/tests/src/Interop/ArrayMarshalling/ByValArray/MarshalArrayByValTest.cs index 5c8daff0be1954..741ed7cf88b377 100644 --- a/src/coreclr/tests/src/Interop/ArrayMarshalling/ByValArray/MarshalArrayByValTest.cs +++ b/src/coreclr/tests/src/Interop/ArrayMarshalling/ByValArray/MarshalArrayByValTest.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/coreclr/tests/src/Interop/ArrayMarshalling/SafeArray/RecordNative.cpp b/src/coreclr/tests/src/Interop/ArrayMarshalling/SafeArray/RecordNative.cpp index 88caacd2442ca7..2020fe520fa839 100644 --- a/src/coreclr/tests/src/Interop/ArrayMarshalling/SafeArray/RecordNative.cpp +++ b/src/coreclr/tests/src/Interop/ArrayMarshalling/SafeArray/RecordNative.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 #include diff --git a/src/coreclr/tests/src/Interop/ArrayMarshalling/SafeArray/SafeArrayNative.cpp b/src/coreclr/tests/src/Interop/ArrayMarshalling/SafeArray/SafeArrayNative.cpp index 26bef82c2db84e..789dd545e15978 100644 --- a/src/coreclr/tests/src/Interop/ArrayMarshalling/SafeArray/SafeArrayNative.cpp +++ b/src/coreclr/tests/src/Interop/ArrayMarshalling/SafeArray/SafeArrayNative.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 #include diff --git a/src/coreclr/tests/src/Interop/ArrayMarshalling/SafeArray/SafeArrayTest.cs b/src/coreclr/tests/src/Interop/ArrayMarshalling/SafeArray/SafeArrayTest.cs index 59030d63cf9c06..03335e402f4ce0 100644 --- a/src/coreclr/tests/src/Interop/ArrayMarshalling/SafeArray/SafeArrayTest.cs +++ b/src/coreclr/tests/src/Interop/ArrayMarshalling/SafeArray/SafeArrayTest.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.Linq; diff --git a/src/coreclr/tests/src/Interop/BestFitMapping/BestFitMapping.cs b/src/coreclr/tests/src/Interop/BestFitMapping/BestFitMapping.cs index 1778d79e4ecb4f..77f0a3d114c6a5 100755 Binary files a/src/coreclr/tests/src/Interop/BestFitMapping/BestFitMapping.cs and b/src/coreclr/tests/src/Interop/BestFitMapping/BestFitMapping.cs differ diff --git a/src/coreclr/tests/src/Interop/BestFitMapping/BestFitMappingNative.cpp b/src/coreclr/tests/src/Interop/BestFitMapping/BestFitMappingNative.cpp index bd92382a2da863..9cbec3759d20de 100755 --- a/src/coreclr/tests/src/Interop/BestFitMapping/BestFitMappingNative.cpp +++ b/src/coreclr/tests/src/Interop/BestFitMapping/BestFitMappingNative.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 #include diff --git a/src/coreclr/tests/src/Interop/COM/Activator/Program.cs b/src/coreclr/tests/src/Interop/COM/Activator/Program.cs index 511d9327f508ba..ac7fe8d005e676 100644 --- a/src/coreclr/tests/src/Interop/COM/Activator/Program.cs +++ b/src/coreclr/tests/src/Interop/COM/Activator/Program.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 Activator { diff --git a/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyA.cs b/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyA.cs index 4b7d29dd52750e..ea742513ea1460 100644 --- a/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyA.cs +++ b/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyA.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; @@ -140,4 +139,4 @@ public static void UnregisterFunction2(string t) { } bool IValidateRegistrationCallbacks.DidUnregister() => throw new NotImplementedException(); void IValidateRegistrationCallbacks.Reset() => throw new NotImplementedException(); -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyB.cs b/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyB.cs index 9f1819245174cb..81544ee5a4eb76 100644 --- a/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyB.cs +++ b/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyB.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; @@ -61,4 +60,4 @@ void IValidateRegistrationCallbacks.Reset() s_didRegister = false; s_didUnregister = false; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyC.cs b/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyC.cs index fbb79f65f4d3d0..c443497aa628e7 100644 --- a/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyC.cs +++ b/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyC.cs @@ -1,9 +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. using System; public class ClassFromC { -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyContracts.cs b/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyContracts.cs index ebbfb9056997ae..837fa23b121035 100644 --- a/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyContracts.cs +++ b/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyContracts.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.IO; @@ -18,4 +17,4 @@ public interface IValidateRegistrationCallbacks bool DidRegister(); bool DidUnregister(); void Reset(); -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Interop/COM/ComWrappers/API/Program.cs b/src/coreclr/tests/src/Interop/COM/ComWrappers/API/Program.cs index 2e76a65469fc5d..d8135cc3785c68 100644 --- a/src/coreclr/tests/src/Interop/COM/ComWrappers/API/Program.cs +++ b/src/coreclr/tests/src/Interop/COM/ComWrappers/API/Program.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 ComWrappersTests { diff --git a/src/coreclr/tests/src/Interop/COM/ComWrappers/Common.cs b/src/coreclr/tests/src/Interop/COM/ComWrappers/Common.cs index 0e75049200c9b5..8b2aa4020b2bd3 100644 --- a/src/coreclr/tests/src/Interop/COM/ComWrappers/Common.cs +++ b/src/coreclr/tests/src/Interop/COM/ComWrappers/Common.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 ComWrappersTests.Common { diff --git a/src/coreclr/tests/src/Interop/COM/ComWrappers/GlobalInstance/GlobalInstance.Marshalling.cs b/src/coreclr/tests/src/Interop/COM/ComWrappers/GlobalInstance/GlobalInstance.Marshalling.cs index b2315ff4e6eaaa..7a03a67a05100e 100644 --- a/src/coreclr/tests/src/Interop/COM/ComWrappers/GlobalInstance/GlobalInstance.Marshalling.cs +++ b/src/coreclr/tests/src/Interop/COM/ComWrappers/GlobalInstance/GlobalInstance.Marshalling.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 ComWrappersTests.GlobalInstance { diff --git a/src/coreclr/tests/src/Interop/COM/ComWrappers/GlobalInstance/GlobalInstance.TrackerSupport.cs b/src/coreclr/tests/src/Interop/COM/ComWrappers/GlobalInstance/GlobalInstance.TrackerSupport.cs index 4d4f1c6e93474a..bdb65f68fe2c57 100644 --- a/src/coreclr/tests/src/Interop/COM/ComWrappers/GlobalInstance/GlobalInstance.TrackerSupport.cs +++ b/src/coreclr/tests/src/Interop/COM/ComWrappers/GlobalInstance/GlobalInstance.TrackerSupport.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 ComWrappersTests.GlobalInstance { diff --git a/src/coreclr/tests/src/Interop/COM/ComWrappers/GlobalInstance/GlobalInstance.cs b/src/coreclr/tests/src/Interop/COM/ComWrappers/GlobalInstance/GlobalInstance.cs index 7c58c467ad6b7c..d6f60d41761171 100644 --- a/src/coreclr/tests/src/Interop/COM/ComWrappers/GlobalInstance/GlobalInstance.cs +++ b/src/coreclr/tests/src/Interop/COM/ComWrappers/GlobalInstance/GlobalInstance.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 ComWrappersTests.GlobalInstance { diff --git a/src/coreclr/tests/src/Interop/COM/ComWrappers/MockReferenceTrackerRuntime/ReferenceTrackerRuntime.cpp b/src/coreclr/tests/src/Interop/COM/ComWrappers/MockReferenceTrackerRuntime/ReferenceTrackerRuntime.cpp index e3897cd22121a1..8ac2ff9261bfea 100644 --- a/src/coreclr/tests/src/Interop/COM/ComWrappers/MockReferenceTrackerRuntime/ReferenceTrackerRuntime.cpp +++ b/src/coreclr/tests/src/Interop/COM/ComWrappers/MockReferenceTrackerRuntime/ReferenceTrackerRuntime.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 #include diff --git a/src/coreclr/tests/src/Interop/COM/ComWrappers/WeakReference/WeakReferenceNative.cpp b/src/coreclr/tests/src/Interop/COM/ComWrappers/WeakReference/WeakReferenceNative.cpp index 5617b117679817..0d9de17306b35a 100644 --- a/src/coreclr/tests/src/Interop/COM/ComWrappers/WeakReference/WeakReferenceNative.cpp +++ b/src/coreclr/tests/src/Interop/COM/ComWrappers/WeakReference/WeakReferenceNative.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 #include diff --git a/src/coreclr/tests/src/Interop/COM/ComWrappers/WeakReference/WeakReferenceTest.cs b/src/coreclr/tests/src/Interop/COM/ComWrappers/WeakReference/WeakReferenceTest.cs index 64d32d621839d1..913dd53f6213ad 100644 --- a/src/coreclr/tests/src/Interop/COM/ComWrappers/WeakReference/WeakReferenceTest.cs +++ b/src/coreclr/tests/src/Interop/COM/ComWrappers/WeakReference/WeakReferenceTest.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 ComWrappersTests { diff --git a/src/coreclr/tests/src/Interop/COM/Dynamic/BasicTest.cs b/src/coreclr/tests/src/Interop/COM/Dynamic/BasicTest.cs index 3ace7ed6c006d0..e90f6692eb3e99 100644 --- a/src/coreclr/tests/src/Interop/COM/Dynamic/BasicTest.cs +++ b/src/coreclr/tests/src/Interop/COM/Dynamic/BasicTest.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 Dynamic { diff --git a/src/coreclr/tests/src/Interop/COM/Dynamic/CollectionTest.cs b/src/coreclr/tests/src/Interop/COM/Dynamic/CollectionTest.cs index 3e0f27de93dcc2..bf3e341ee3f0ac 100644 --- a/src/coreclr/tests/src/Interop/COM/Dynamic/CollectionTest.cs +++ b/src/coreclr/tests/src/Interop/COM/Dynamic/CollectionTest.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 Dynamic { diff --git a/src/coreclr/tests/src/Interop/COM/Dynamic/EventTest.cs b/src/coreclr/tests/src/Interop/COM/Dynamic/EventTest.cs index 95d7c8b07c8d57..47bae8302877fc 100644 --- a/src/coreclr/tests/src/Interop/COM/Dynamic/EventTest.cs +++ b/src/coreclr/tests/src/Interop/COM/Dynamic/EventTest.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 Dynamic { diff --git a/src/coreclr/tests/src/Interop/COM/Dynamic/ParametersTest.cs b/src/coreclr/tests/src/Interop/COM/Dynamic/ParametersTest.cs index a59346c6f17bf5..5abb9b03faad98 100644 --- a/src/coreclr/tests/src/Interop/COM/Dynamic/ParametersTest.cs +++ b/src/coreclr/tests/src/Interop/COM/Dynamic/ParametersTest.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 Dynamic { diff --git a/src/coreclr/tests/src/Interop/COM/Dynamic/Program.cs b/src/coreclr/tests/src/Interop/COM/Dynamic/Program.cs index e25a5bea7a1141..7795c8f68e94be 100644 --- a/src/coreclr/tests/src/Interop/COM/Dynamic/Program.cs +++ b/src/coreclr/tests/src/Interop/COM/Dynamic/Program.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 Dynamic { diff --git a/src/coreclr/tests/src/Interop/COM/Dynamic/Server/BasicTest.cpp b/src/coreclr/tests/src/Interop/COM/Dynamic/Server/BasicTest.cpp index 0c9078e7f17fe1..0b0106d7cc0997 100644 --- a/src/coreclr/tests/src/Interop/COM/Dynamic/Server/BasicTest.cpp +++ b/src/coreclr/tests/src/Interop/COM/Dynamic/Server/BasicTest.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 "BasicTest.h" #include diff --git a/src/coreclr/tests/src/Interop/COM/Dynamic/Server/BasicTest.h b/src/coreclr/tests/src/Interop/COM/Dynamic/Server/BasicTest.h index ac4b3bc803a9e2..c3dd4e113d3e8b 100644 --- a/src/coreclr/tests/src/Interop/COM/Dynamic/Server/BasicTest.h +++ b/src/coreclr/tests/src/Interop/COM/Dynamic/Server/BasicTest.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/coreclr/tests/src/Interop/COM/Dynamic/Server/CollectionTest.cpp b/src/coreclr/tests/src/Interop/COM/Dynamic/Server/CollectionTest.cpp index 677be1e7172f0e..16a19414a24be9 100644 --- a/src/coreclr/tests/src/Interop/COM/Dynamic/Server/CollectionTest.cpp +++ b/src/coreclr/tests/src/Interop/COM/Dynamic/Server/CollectionTest.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 "CollectionTest.h" diff --git a/src/coreclr/tests/src/Interop/COM/Dynamic/Server/CollectionTest.h b/src/coreclr/tests/src/Interop/COM/Dynamic/Server/CollectionTest.h index a96949943e6b24..a94cac913a1a4b 100644 --- a/src/coreclr/tests/src/Interop/COM/Dynamic/Server/CollectionTest.h +++ b/src/coreclr/tests/src/Interop/COM/Dynamic/Server/CollectionTest.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/coreclr/tests/src/Interop/COM/Dynamic/Server/DispatchImpl.cpp b/src/coreclr/tests/src/Interop/COM/Dynamic/Server/DispatchImpl.cpp index 39ade024a34dc4..6e74d93315a5f3 100644 --- a/src/coreclr/tests/src/Interop/COM/Dynamic/Server/DispatchImpl.cpp +++ b/src/coreclr/tests/src/Interop/COM/Dynamic/Server/DispatchImpl.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 "DispatchImpl.h" diff --git a/src/coreclr/tests/src/Interop/COM/Dynamic/Server/DispatchImpl.h b/src/coreclr/tests/src/Interop/COM/Dynamic/Server/DispatchImpl.h index 6eaee15e12346a..2b0f5746265137 100644 --- a/src/coreclr/tests/src/Interop/COM/Dynamic/Server/DispatchImpl.h +++ b/src/coreclr/tests/src/Interop/COM/Dynamic/Server/DispatchImpl.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/coreclr/tests/src/Interop/COM/Dynamic/Server/DynamicTestServer.cpp b/src/coreclr/tests/src/Interop/COM/Dynamic/Server/DynamicTestServer.cpp index dd7c906552ca6b..e9d7eff4de7cd9 100644 --- a/src/coreclr/tests/src/Interop/COM/Dynamic/Server/DynamicTestServer.cpp +++ b/src/coreclr/tests/src/Interop/COM/Dynamic/Server/DynamicTestServer.cpp @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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 #include diff --git a/src/coreclr/tests/src/Interop/COM/Dynamic/Server/EventTest.cpp b/src/coreclr/tests/src/Interop/COM/Dynamic/Server/EventTest.cpp index 58f50ab9efb856..dda81a725c9cf3 100644 --- a/src/coreclr/tests/src/Interop/COM/Dynamic/Server/EventTest.cpp +++ b/src/coreclr/tests/src/Interop/COM/Dynamic/Server/EventTest.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 "EventTest.h" diff --git a/src/coreclr/tests/src/Interop/COM/Dynamic/Server/EventTest.h b/src/coreclr/tests/src/Interop/COM/Dynamic/Server/EventTest.h index 87598a8fdb7e54..fd2e4da74a744c 100644 --- a/src/coreclr/tests/src/Interop/COM/Dynamic/Server/EventTest.h +++ b/src/coreclr/tests/src/Interop/COM/Dynamic/Server/EventTest.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/coreclr/tests/src/Interop/COM/Dynamic/Server/ParametersTest.cpp b/src/coreclr/tests/src/Interop/COM/Dynamic/Server/ParametersTest.cpp index e7729e79d87efd..bfb0a1a1394552 100644 --- a/src/coreclr/tests/src/Interop/COM/Dynamic/Server/ParametersTest.cpp +++ b/src/coreclr/tests/src/Interop/COM/Dynamic/Server/ParametersTest.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 "ParametersTest.h" diff --git a/src/coreclr/tests/src/Interop/COM/Dynamic/Server/ParametersTest.h b/src/coreclr/tests/src/Interop/COM/Dynamic/Server/ParametersTest.h index 923c82a17439e0..d5763208e4db20 100644 --- a/src/coreclr/tests/src/Interop/COM/Dynamic/Server/ParametersTest.h +++ b/src/coreclr/tests/src/Interop/COM/Dynamic/Server/ParametersTest.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/coreclr/tests/src/Interop/COM/Dynamic/ServerGuids.cs b/src/coreclr/tests/src/Interop/COM/Dynamic/ServerGuids.cs index aa8c07e09b3b4e..f2bf70f323251c 100644 --- a/src/coreclr/tests/src/Interop/COM/Dynamic/ServerGuids.cs +++ b/src/coreclr/tests/src/Interop/COM/Dynamic/ServerGuids.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/coreclr/tests/src/Interop/COM/NETClients/Aggregation/Program.cs b/src/coreclr/tests/src/Interop/COM/NETClients/Aggregation/Program.cs index 50cc7618a17471..ee1984f5842cce 100644 --- a/src/coreclr/tests/src/Interop/COM/NETClients/Aggregation/Program.cs +++ b/src/coreclr/tests/src/Interop/COM/NETClients/Aggregation/Program.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 NetClient { diff --git a/src/coreclr/tests/src/Interop/COM/NETClients/ConsumeNETServer/Program.cs b/src/coreclr/tests/src/Interop/COM/NETClients/ConsumeNETServer/Program.cs index 1a2aa68d993192..a78274eb9c8aa3 100644 --- a/src/coreclr/tests/src/Interop/COM/NETClients/ConsumeNETServer/Program.cs +++ b/src/coreclr/tests/src/Interop/COM/NETClients/ConsumeNETServer/Program.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 NetClient { diff --git a/src/coreclr/tests/src/Interop/COM/NETClients/Events/Program.cs b/src/coreclr/tests/src/Interop/COM/NETClients/Events/Program.cs index c6cc282a5c6191..e3ed917b4699d7 100644 --- a/src/coreclr/tests/src/Interop/COM/NETClients/Events/Program.cs +++ b/src/coreclr/tests/src/Interop/COM/NETClients/Events/Program.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 NetClient { diff --git a/src/coreclr/tests/src/Interop/COM/NETClients/IDispatch/Program.cs b/src/coreclr/tests/src/Interop/COM/NETClients/IDispatch/Program.cs index bf34a05e613b99..54a611e1aa1a60 100644 --- a/src/coreclr/tests/src/Interop/COM/NETClients/IDispatch/Program.cs +++ b/src/coreclr/tests/src/Interop/COM/NETClients/IDispatch/Program.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 NetClient { diff --git a/src/coreclr/tests/src/Interop/COM/NETClients/Licensing/Program.cs b/src/coreclr/tests/src/Interop/COM/NETClients/Licensing/Program.cs index 68ac88184d0fb7..f1566936c20669 100644 --- a/src/coreclr/tests/src/Interop/COM/NETClients/Licensing/Program.cs +++ b/src/coreclr/tests/src/Interop/COM/NETClients/Licensing/Program.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 NetClient { diff --git a/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/ArrayTests.cs b/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/ArrayTests.cs index 8fb6b22145eb13..63f47d1873e4a7 100644 --- a/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/ArrayTests.cs +++ b/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/ArrayTests.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 NetClient { diff --git a/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/ColorTests.cs b/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/ColorTests.cs index b589588a49e9bd..0529b542623472 100644 --- a/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/ColorTests.cs +++ b/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/ColorTests.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 NetClient { diff --git a/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/ErrorTests.cs b/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/ErrorTests.cs index 7fa13e7f48ee74..1ba6b93b1a7eee 100644 --- a/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/ErrorTests.cs +++ b/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/ErrorTests.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 NetClient { diff --git a/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/NumericTests.cs b/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/NumericTests.cs index 76f3d58b9c5bca..ec6a2d545505c9 100644 --- a/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/NumericTests.cs +++ b/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/NumericTests.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 NetClient { diff --git a/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/Program.cs b/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/Program.cs index 3e745e6bd18dbc..e6cdf24956b0f0 100644 --- a/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/Program.cs +++ b/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/Program.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 NetClient { diff --git a/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/TestInALC.cs b/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/TestInALC.cs index 19f12722d67922..91fa3ac67dcba5 100644 --- a/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/TestInALC.cs +++ b/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/TestInALC.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.IO; using System.Reflection; diff --git a/src/coreclr/tests/src/Interop/COM/NETServer/ArrayTesting.cs b/src/coreclr/tests/src/Interop/COM/NETServer/ArrayTesting.cs index 3cdd5d100b6410..1ab01602824ace 100644 --- a/src/coreclr/tests/src/Interop/COM/NETServer/ArrayTesting.cs +++ b/src/coreclr/tests/src/Interop/COM/NETServer/ArrayTesting.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; @@ -238,4 +237,4 @@ public double Mean_Double_SafeArray_OutLen([MarshalAs(UnmanagedType.SafeArray)] } } -#pragma warning restore 618 // Must test deprecated features \ No newline at end of file +#pragma warning restore 618 // Must test deprecated features diff --git a/src/coreclr/tests/src/Interop/COM/NETServer/ColorTesting.cs b/src/coreclr/tests/src/Interop/COM/NETServer/ColorTesting.cs index 24cacf9517a88b..c73737ea54e1ca 100644 --- a/src/coreclr/tests/src/Interop/COM/NETServer/ColorTesting.cs +++ b/src/coreclr/tests/src/Interop/COM/NETServer/ColorTesting.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.Drawing; diff --git a/src/coreclr/tests/src/Interop/COM/NETServer/ConsumeNETServerTesting.cs b/src/coreclr/tests/src/Interop/COM/NETServer/ConsumeNETServerTesting.cs index ec9f92ff3e69a8..bb2ae55e316db7 100644 --- a/src/coreclr/tests/src/Interop/COM/NETServer/ConsumeNETServerTesting.cs +++ b/src/coreclr/tests/src/Interop/COM/NETServer/ConsumeNETServerTesting.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/coreclr/tests/src/Interop/COM/NETServer/DispatchTesting.cs b/src/coreclr/tests/src/Interop/COM/NETServer/DispatchTesting.cs index b14c9eccc61841..477e5751f69e73 100644 --- a/src/coreclr/tests/src/Interop/COM/NETServer/DispatchTesting.cs +++ b/src/coreclr/tests/src/Interop/COM/NETServer/DispatchTesting.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.Globalization; diff --git a/src/coreclr/tests/src/Interop/COM/NETServer/ErrorMarshalTesting.cs b/src/coreclr/tests/src/Interop/COM/NETServer/ErrorMarshalTesting.cs index e0fe38e2149b6e..37a3fbdbfaf4e8 100644 --- a/src/coreclr/tests/src/Interop/COM/NETServer/ErrorMarshalTesting.cs +++ b/src/coreclr/tests/src/Interop/COM/NETServer/ErrorMarshalTesting.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/coreclr/tests/src/Interop/COM/NETServer/EventTesting.cs b/src/coreclr/tests/src/Interop/COM/NETServer/EventTesting.cs index 63757fadef38f4..47287f7f572af2 100644 --- a/src/coreclr/tests/src/Interop/COM/NETServer/EventTesting.cs +++ b/src/coreclr/tests/src/Interop/COM/NETServer/EventTesting.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.Globalization; @@ -24,4 +23,4 @@ public void FireEvent() h(nameof(FireEvent)); } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Interop/COM/NETServer/ImportedTypes.cs b/src/coreclr/tests/src/Interop/COM/NETServer/ImportedTypes.cs index a8d6e1981ae521..a5c93789e7ad07 100644 --- a/src/coreclr/tests/src/Interop/COM/NETServer/ImportedTypes.cs +++ b/src/coreclr/tests/src/Interop/COM/NETServer/ImportedTypes.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.Text; @@ -31,4 +30,4 @@ public interface IEnumVARIANT public class ContextMenu { } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Interop/COM/NETServer/LicenseTesting.cs b/src/coreclr/tests/src/Interop/COM/NETServer/LicenseTesting.cs index e55ad8ac66adc8..55e37c0e5a7703 100644 --- a/src/coreclr/tests/src/Interop/COM/NETServer/LicenseTesting.cs +++ b/src/coreclr/tests/src/Interop/COM/NETServer/LicenseTesting.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.ComponentModel; diff --git a/src/coreclr/tests/src/Interop/COM/NETServer/NETServer.DefaultInterfaces.il b/src/coreclr/tests/src/Interop/COM/NETServer/NETServer.DefaultInterfaces.il index a45fc521069d55..6cc4689a7cac29 100644 --- a/src/coreclr/tests/src/Interop/COM/NETServer/NETServer.DefaultInterfaces.il +++ b/src/coreclr/tests/src/Interop/COM/NETServer/NETServer.DefaultInterfaces.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 { } .assembly extern System.Runtime.InteropServices { } diff --git a/src/coreclr/tests/src/Interop/COM/NETServer/NumericTesting.cs b/src/coreclr/tests/src/Interop/COM/NETServer/NumericTesting.cs index 36edab46f44f81..d21d47c0f85d76 100644 --- a/src/coreclr/tests/src/Interop/COM/NETServer/NumericTesting.cs +++ b/src/coreclr/tests/src/Interop/COM/NETServer/NumericTesting.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/coreclr/tests/src/Interop/COM/NETServer/StringTesting.cs b/src/coreclr/tests/src/Interop/COM/NETServer/StringTesting.cs index e002ba0de971f8..0f6f282120fdf4 100644 --- a/src/coreclr/tests/src/Interop/COM/NETServer/StringTesting.cs +++ b/src/coreclr/tests/src/Interop/COM/NETServer/StringTesting.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.Globalization; diff --git a/src/coreclr/tests/src/Interop/COM/NativeClients/DefaultInterfaces/DefaultInterfacesTests.cpp b/src/coreclr/tests/src/Interop/COM/NativeClients/DefaultInterfaces/DefaultInterfacesTests.cpp index 1751abbbc5a8a4..22583193aa05ea 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeClients/DefaultInterfaces/DefaultInterfacesTests.cpp +++ b/src/coreclr/tests/src/Interop/COM/NativeClients/DefaultInterfaces/DefaultInterfacesTests.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 #include diff --git a/src/coreclr/tests/src/Interop/COM/NativeClients/Dispatch/Client.cpp b/src/coreclr/tests/src/Interop/COM/NativeClients/Dispatch/Client.cpp index cbd0d359deafa2..36b4806dc61fbb 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeClients/Dispatch/Client.cpp +++ b/src/coreclr/tests/src/Interop/COM/NativeClients/Dispatch/Client.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 "ClientTests.h" #include diff --git a/src/coreclr/tests/src/Interop/COM/NativeClients/Dispatch/ClientTests.h b/src/coreclr/tests/src/Interop/COM/NativeClients/Dispatch/ClientTests.h index 58a524ec0b8fb2..3703d9eba12dbe 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeClients/Dispatch/ClientTests.h +++ b/src/coreclr/tests/src/Interop/COM/NativeClients/Dispatch/ClientTests.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. #include #include diff --git a/src/coreclr/tests/src/Interop/COM/NativeClients/Events/EventTests.cpp b/src/coreclr/tests/src/Interop/COM/NativeClients/Events/EventTests.cpp index 7f5a287f4875b1..b702f965c05f5a 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeClients/Events/EventTests.cpp +++ b/src/coreclr/tests/src/Interop/COM/NativeClients/Events/EventTests.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 #include diff --git a/src/coreclr/tests/src/Interop/COM/NativeClients/Licensing/LicenseTests.cpp b/src/coreclr/tests/src/Interop/COM/NativeClients/Licensing/LicenseTests.cpp index 8fbff01121c478..1d4afdd7a1b81b 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeClients/Licensing/LicenseTests.cpp +++ b/src/coreclr/tests/src/Interop/COM/NativeClients/Licensing/LicenseTests.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 #include diff --git a/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/ArrayTests.cpp b/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/ArrayTests.cpp index 60161fe30eec0f..a62cfcdf110c85 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/ArrayTests.cpp +++ b/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/ArrayTests.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 "ClientTests.h" #include diff --git a/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/Client.cpp b/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/Client.cpp index 98d5798157bce6..3c2edb2dd616c2 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/Client.cpp +++ b/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/Client.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 "ClientTests.h" diff --git a/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/ClientTests.h b/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/ClientTests.h index 84733b4c3e1cf8..5fa582a63db4c0 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/ClientTests.h +++ b/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/ClientTests.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. #include #include diff --git a/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/ColorTests.cpp b/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/ColorTests.cpp index 9ce8a8010c8e06..b5cb7b41d4eff5 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/ColorTests.cpp +++ b/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/ColorTests.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 "ClientTests.h" diff --git a/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/ErrorTests.cpp b/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/ErrorTests.cpp index 18606a62808571..2def0ac0b9d487 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/ErrorTests.cpp +++ b/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/ErrorTests.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 "ClientTests.h" diff --git a/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/NumericTests.cpp b/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/NumericTests.cpp index c951c8c52765c2..5f61daa639bd9a 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/NumericTests.cpp +++ b/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/NumericTests.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 "ClientTests.h" #include diff --git a/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/StringTests.cpp b/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/StringTests.cpp index 5bc520d6e631d4..67ecb0755025ea 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/StringTests.cpp +++ b/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives/StringTests.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 "ClientTests.h" #include diff --git a/src/coreclr/tests/src/Interop/COM/NativeServer/AggregationTesting.h b/src/coreclr/tests/src/Interop/COM/NativeServer/AggregationTesting.h index 259e1f3914c9be..d74bdd4463ab1e 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeServer/AggregationTesting.h +++ b/src/coreclr/tests/src/Interop/COM/NativeServer/AggregationTesting.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/coreclr/tests/src/Interop/COM/NativeServer/ArrayTesting.h b/src/coreclr/tests/src/Interop/COM/NativeServer/ArrayTesting.h index b653a5346fc906..e7e07353bf32c1 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeServer/ArrayTesting.h +++ b/src/coreclr/tests/src/Interop/COM/NativeServer/ArrayTesting.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/coreclr/tests/src/Interop/COM/NativeServer/ColorTesting.h b/src/coreclr/tests/src/Interop/COM/NativeServer/ColorTesting.h index 6357ce2720ece2..e3576347633d7a 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeServer/ColorTesting.h +++ b/src/coreclr/tests/src/Interop/COM/NativeServer/ColorTesting.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/coreclr/tests/src/Interop/COM/NativeServer/DispatchTesting.h b/src/coreclr/tests/src/Interop/COM/NativeServer/DispatchTesting.h index b31a3f3125603d..26ab5e86ed94b7 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeServer/DispatchTesting.h +++ b/src/coreclr/tests/src/Interop/COM/NativeServer/DispatchTesting.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/coreclr/tests/src/Interop/COM/NativeServer/ErrorMarshalTesting.h b/src/coreclr/tests/src/Interop/COM/NativeServer/ErrorMarshalTesting.h index 6675044101e90d..46884b594f1dd6 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeServer/ErrorMarshalTesting.h +++ b/src/coreclr/tests/src/Interop/COM/NativeServer/ErrorMarshalTesting.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/coreclr/tests/src/Interop/COM/NativeServer/EventTesting.h b/src/coreclr/tests/src/Interop/COM/NativeServer/EventTesting.h index f700db8d5b0fbc..ce5ef5b094ecf4 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeServer/EventTesting.h +++ b/src/coreclr/tests/src/Interop/COM/NativeServer/EventTesting.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/coreclr/tests/src/Interop/COM/NativeServer/LicenseTesting.h b/src/coreclr/tests/src/Interop/COM/NativeServer/LicenseTesting.h index b0c058e668f4d3..a67676c38c7f25 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeServer/LicenseTesting.h +++ b/src/coreclr/tests/src/Interop/COM/NativeServer/LicenseTesting.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/coreclr/tests/src/Interop/COM/NativeServer/NumericTesting.h b/src/coreclr/tests/src/Interop/COM/NativeServer/NumericTesting.h index d30427aa3d9a3d..7804ccf8caffaa 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeServer/NumericTesting.h +++ b/src/coreclr/tests/src/Interop/COM/NativeServer/NumericTesting.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/coreclr/tests/src/Interop/COM/NativeServer/Servers.cpp b/src/coreclr/tests/src/Interop/COM/NativeServer/Servers.cpp index 5577924aed1277..e433495e2c8b3a 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeServer/Servers.cpp +++ b/src/coreclr/tests/src/Interop/COM/NativeServer/Servers.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 "Servers.h" diff --git a/src/coreclr/tests/src/Interop/COM/NativeServer/Servers.h b/src/coreclr/tests/src/Interop/COM/NativeServer/Servers.h index 3e0fccc16e422b..a0c53c336de45f 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeServer/Servers.h +++ b/src/coreclr/tests/src/Interop/COM/NativeServer/Servers.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/coreclr/tests/src/Interop/COM/NativeServer/StringTesting.h b/src/coreclr/tests/src/Interop/COM/NativeServer/StringTesting.h index 1c1f9c1cff6eec..a738d70b08bde3 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeServer/StringTesting.h +++ b/src/coreclr/tests/src/Interop/COM/NativeServer/StringTesting.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/coreclr/tests/src/Interop/COM/NativeServer/stdafx.cpp b/src/coreclr/tests/src/Interop/COM/NativeServer/stdafx.cpp index 17b27a03c30e5d..4279ab4ef075ad 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeServer/stdafx.cpp +++ b/src/coreclr/tests/src/Interop/COM/NativeServer/stdafx.cpp @@ -1,5 +1,4 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. #include "stdafx.h" diff --git a/src/coreclr/tests/src/Interop/COM/NativeServer/stdafx.h b/src/coreclr/tests/src/Interop/COM/NativeServer/stdafx.h index ca16ff7b798b4a..40c098dcec2a4b 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeServer/stdafx.h +++ b/src/coreclr/tests/src/Interop/COM/NativeServer/stdafx.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/coreclr/tests/src/Interop/COM/Reflection/Reflection.cs b/src/coreclr/tests/src/Interop/COM/Reflection/Reflection.cs index bab341a029dc10..a8769d1d4800f7 100644 --- a/src/coreclr/tests/src/Interop/COM/Reflection/Reflection.cs +++ b/src/coreclr/tests/src/Interop/COM/Reflection/Reflection.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; @@ -141,4 +140,4 @@ static int Main() return failures > 0 ? 101 : 100; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Interop/COM/ServerContracts/Server.CoClasses.cs b/src/coreclr/tests/src/Interop/COM/ServerContracts/Server.CoClasses.cs index 69b46e88d3aa98..9d3af92727b00f 100644 --- a/src/coreclr/tests/src/Interop/COM/ServerContracts/Server.CoClasses.cs +++ b/src/coreclr/tests/src/Interop/COM/ServerContracts/Server.CoClasses.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 IDE1006 // Naming Styles #pragma warning disable 618 // Must test deprecated features diff --git a/src/coreclr/tests/src/Interop/COM/ServerContracts/Server.Contracts.cs b/src/coreclr/tests/src/Interop/COM/ServerContracts/Server.Contracts.cs index 5fab8a2d717559..2a0de065f4fc7d 100644 --- a/src/coreclr/tests/src/Interop/COM/ServerContracts/Server.Contracts.cs +++ b/src/coreclr/tests/src/Interop/COM/ServerContracts/Server.Contracts.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 618 // Must test deprecated features diff --git a/src/coreclr/tests/src/Interop/COM/ServerContracts/Server.Events.cs b/src/coreclr/tests/src/Interop/COM/ServerContracts/Server.Events.cs index 37d598fcf21a71..46b478fb6d181c 100644 --- a/src/coreclr/tests/src/Interop/COM/ServerContracts/Server.Events.cs +++ b/src/coreclr/tests/src/Interop/COM/ServerContracts/Server.Events.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 Server.Contract { diff --git a/src/coreclr/tests/src/Interop/COM/ServerContracts/ServerGuids.cs b/src/coreclr/tests/src/Interop/COM/ServerContracts/ServerGuids.cs index d03eacf70859d2..89bd6d85acb66a 100644 --- a/src/coreclr/tests/src/Interop/COM/ServerContracts/ServerGuids.cs +++ b/src/coreclr/tests/src/Interop/COM/ServerContracts/ServerGuids.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 Server.Contract { diff --git a/src/coreclr/tests/src/Interop/DllImportAttribute/DllImportPath/DllImportPathNative.cpp b/src/coreclr/tests/src/Interop/DllImportAttribute/DllImportPath/DllImportPathNative.cpp index 5ea02495e7f46c..01860fef6ad677 100644 --- a/src/coreclr/tests/src/Interop/DllImportAttribute/DllImportPath/DllImportPathNative.cpp +++ b/src/coreclr/tests/src/Interop/DllImportAttribute/DllImportPath/DllImportPathNative.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 "xplatform.h" diff --git a/src/coreclr/tests/src/Interop/DllImportAttribute/ExactSpelling/ExactSpellingNative.cpp b/src/coreclr/tests/src/Interop/DllImportAttribute/ExactSpelling/ExactSpellingNative.cpp index f77c31f6d7723b..df3ee2b6217bed 100644 --- a/src/coreclr/tests/src/Interop/DllImportAttribute/ExactSpelling/ExactSpellingNative.cpp +++ b/src/coreclr/tests/src/Interop/DllImportAttribute/ExactSpelling/ExactSpellingNative.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 #include diff --git a/src/coreclr/tests/src/Interop/DllImportAttribute/ExactSpelling/ExactSpellingTest.cs b/src/coreclr/tests/src/Interop/DllImportAttribute/ExactSpelling/ExactSpellingTest.cs index d56481800efb5d..3db1b9ceeaf96c 100644 --- a/src/coreclr/tests/src/Interop/DllImportAttribute/ExactSpelling/ExactSpellingTest.cs +++ b/src/coreclr/tests/src/Interop/DllImportAttribute/ExactSpelling/ExactSpellingTest.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/coreclr/tests/src/Interop/ExecInDefAppDom/ExecInDefAppDom.cs b/src/coreclr/tests/src/Interop/ExecInDefAppDom/ExecInDefAppDom.cs index aac0b84aa44472..b49b3816871b46 100644 --- a/src/coreclr/tests/src/Interop/ExecInDefAppDom/ExecInDefAppDom.cs +++ b/src/coreclr/tests/src/Interop/ExecInDefAppDom/ExecInDefAppDom.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/coreclr/tests/src/Interop/ExecInDefAppDom/ExecInDefAppDomDll.cpp b/src/coreclr/tests/src/Interop/ExecInDefAppDom/ExecInDefAppDomDll.cpp index da76ddadaa8221..e1a7f8ff467e88 100644 --- a/src/coreclr/tests/src/Interop/ExecInDefAppDom/ExecInDefAppDomDll.cpp +++ b/src/coreclr/tests/src/Interop/ExecInDefAppDom/ExecInDefAppDomDll.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 #include diff --git a/src/coreclr/tests/src/Interop/ExecInDefAppDom/InjectedCode/InjectedCode.cs b/src/coreclr/tests/src/Interop/ExecInDefAppDom/InjectedCode/InjectedCode.cs index 3870985ba52a05..9e32d4bd1cfae1 100644 --- a/src/coreclr/tests/src/Interop/ExecInDefAppDom/InjectedCode/InjectedCode.cs +++ b/src/coreclr/tests/src/Interop/ExecInDefAppDom/InjectedCode/InjectedCode.cs @@ -1,9 +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. using System; public class InjectedCode { static int ParseArgument(String argument) { return int.Parse(argument);} -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Interop/ICastable/Castable.cs b/src/coreclr/tests/src/Interop/ICastable/Castable.cs index f2281deab2cae0..ee45820c9c808b 100644 --- a/src/coreclr/tests/src/Interop/ICastable/Castable.cs +++ b/src/coreclr/tests/src/Interop/ICastable/Castable.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; using System.Diagnostics; @@ -226,4 +225,4 @@ public static int Main() } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/CustomMarshaler.cs b/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/CustomMarshaler.cs index 506f8b21810f01..da2bd63f6d8836 100644 --- a/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/CustomMarshaler.cs +++ b/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/CustomMarshaler.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/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/CustomMarshalerNative.cpp b/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/CustomMarshalerNative.cpp index 11aee8008abc2e..3de4cb5768fd6d 100644 --- a/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/CustomMarshalerNative.cpp +++ b/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/CustomMarshalerNative.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 #include diff --git a/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/RunInALC.cs b/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/RunInALC.cs index fdae979445745d..e230660ba4bda9 100644 --- a/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/RunInALC.cs +++ b/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/RunInALC.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.IO; diff --git a/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/SameNameDifferentAssembly.cs b/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/SameNameDifferentAssembly.cs index ce9113438cdb01..81712793bd2f8d 100644 --- a/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/SameNameDifferentAssembly.cs +++ b/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/SameNameDifferentAssembly.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.IO; diff --git a/src/coreclr/tests/src/Interop/ICustomMarshaler/Primitives/ICustomMarshaler.cs b/src/coreclr/tests/src/Interop/ICustomMarshaler/Primitives/ICustomMarshaler.cs index b07b8109cc95a1..271c7485d19068 100644 --- a/src/coreclr/tests/src/Interop/ICustomMarshaler/Primitives/ICustomMarshaler.cs +++ b/src/coreclr/tests/src/Interop/ICustomMarshaler/Primitives/ICustomMarshaler.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/coreclr/tests/src/Interop/IDynamicInterfaceCastable/Program.cs b/src/coreclr/tests/src/Interop/IDynamicInterfaceCastable/Program.cs index 359ab7ecbc3ab0..2cf471f0464316 100644 --- a/src/coreclr/tests/src/Interop/IDynamicInterfaceCastable/Program.cs +++ b/src/coreclr/tests/src/Interop/IDynamicInterfaceCastable/Program.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/coreclr/tests/src/Interop/IJW/CopyConstructorMarshaler/CopyConstructorMarshaler.cs b/src/coreclr/tests/src/Interop/IJW/CopyConstructorMarshaler/CopyConstructorMarshaler.cs index c85224a60cafc1..7c04e2890f0972 100644 --- a/src/coreclr/tests/src/Interop/IJW/CopyConstructorMarshaler/CopyConstructorMarshaler.cs +++ b/src/coreclr/tests/src/Interop/IJW/CopyConstructorMarshaler/CopyConstructorMarshaler.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.IO; diff --git a/src/coreclr/tests/src/Interop/IJW/CopyConstructorMarshaler/IjwCopyConstructorMarshaler.cpp b/src/coreclr/tests/src/Interop/IJW/CopyConstructorMarshaler/IjwCopyConstructorMarshaler.cpp index b82c33b3490b1f..bd1d1b80829d3c 100644 --- a/src/coreclr/tests/src/Interop/IJW/CopyConstructorMarshaler/IjwCopyConstructorMarshaler.cpp +++ b/src/coreclr/tests/src/Interop/IJW/CopyConstructorMarshaler/IjwCopyConstructorMarshaler.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. #pragma managed class A diff --git a/src/coreclr/tests/src/Interop/IJW/FixupCallsHostWhenLoaded/FixupCallsHostWhenLoaded.cs b/src/coreclr/tests/src/Interop/IJW/FixupCallsHostWhenLoaded/FixupCallsHostWhenLoaded.cs index 24b5561bd68212..9997f1d6857fc2 100644 --- a/src/coreclr/tests/src/Interop/IJW/FixupCallsHostWhenLoaded/FixupCallsHostWhenLoaded.cs +++ b/src/coreclr/tests/src/Interop/IJW/FixupCallsHostWhenLoaded/FixupCallsHostWhenLoaded.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.IO; diff --git a/src/coreclr/tests/src/Interop/IJW/IjwHelper.cs b/src/coreclr/tests/src/Interop/IJW/IjwHelper.cs index ad0b4dd05d9e61..007229b8a18805 100644 --- a/src/coreclr/tests/src/Interop/IJW/IjwHelper.cs +++ b/src/coreclr/tests/src/Interop/IJW/IjwHelper.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.IO; diff --git a/src/coreclr/tests/src/Interop/IJW/IjwNativeCallingManagedDll/IjwNativeCallingManagedDll.cpp b/src/coreclr/tests/src/Interop/IJW/IjwNativeCallingManagedDll/IjwNativeCallingManagedDll.cpp index d672f3c0ab12a8..15e7098774db27 100644 --- a/src/coreclr/tests/src/Interop/IJW/IjwNativeCallingManagedDll/IjwNativeCallingManagedDll.cpp +++ b/src/coreclr/tests/src/Interop/IJW/IjwNativeCallingManagedDll/IjwNativeCallingManagedDll.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 "platformdefines.h" #pragma managed diff --git a/src/coreclr/tests/src/Interop/IJW/IjwNativeDll/IjwNativeDll.cpp b/src/coreclr/tests/src/Interop/IJW/IjwNativeDll/IjwNativeDll.cpp index cb25b445a4b523..faba82b1da9b53 100644 --- a/src/coreclr/tests/src/Interop/IJW/IjwNativeDll/IjwNativeDll.cpp +++ b/src/coreclr/tests/src/Interop/IJW/IjwNativeDll/IjwNativeDll.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. #pragma unmanaged int NativeFunction() diff --git a/src/coreclr/tests/src/Interop/IJW/LoadIjwFromModuleHandle/LoadIjwFromModuleHandle.cs b/src/coreclr/tests/src/Interop/IJW/LoadIjwFromModuleHandle/LoadIjwFromModuleHandle.cs index 7514a2d99b55de..6dca0e8853e8d0 100644 --- a/src/coreclr/tests/src/Interop/IJW/LoadIjwFromModuleHandle/LoadIjwFromModuleHandle.cs +++ b/src/coreclr/tests/src/Interop/IJW/LoadIjwFromModuleHandle/LoadIjwFromModuleHandle.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.IO; diff --git a/src/coreclr/tests/src/Interop/IJW/ManagedCallingNative/ManagedCallingNative.cs b/src/coreclr/tests/src/Interop/IJW/ManagedCallingNative/ManagedCallingNative.cs index 4fde7f74615fa2..6fbd95199e0ff8 100644 --- a/src/coreclr/tests/src/Interop/IJW/ManagedCallingNative/ManagedCallingNative.cs +++ b/src/coreclr/tests/src/Interop/IJW/ManagedCallingNative/ManagedCallingNative.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.IO; diff --git a/src/coreclr/tests/src/Interop/IJW/NativeCallingManaged/NativeCallingManaged.cs b/src/coreclr/tests/src/Interop/IJW/NativeCallingManaged/NativeCallingManaged.cs index b4633366f9b546..adf1ac4b4d7690 100644 --- a/src/coreclr/tests/src/Interop/IJW/NativeCallingManaged/NativeCallingManaged.cs +++ b/src/coreclr/tests/src/Interop/IJW/NativeCallingManaged/NativeCallingManaged.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.IO; diff --git a/src/coreclr/tests/src/Interop/IJW/NativeVarargs/IjwNativeVarargs.cpp b/src/coreclr/tests/src/Interop/IJW/NativeVarargs/IjwNativeVarargs.cpp index e6c8d22baacd22..23b382365b1807 100644 --- a/src/coreclr/tests/src/Interop/IJW/NativeVarargs/IjwNativeVarargs.cpp +++ b/src/coreclr/tests/src/Interop/IJW/NativeVarargs/IjwNativeVarargs.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 #include #include diff --git a/src/coreclr/tests/src/Interop/IJW/NativeVarargs/NativeVarargsTest.cs b/src/coreclr/tests/src/Interop/IJW/NativeVarargs/NativeVarargsTest.cs index b479c4d47b28c5..abc8374353b6b2 100644 --- a/src/coreclr/tests/src/Interop/IJW/NativeVarargs/NativeVarargsTest.cs +++ b/src/coreclr/tests/src/Interop/IJW/NativeVarargs/NativeVarargsTest.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/coreclr/tests/src/Interop/IJW/ijwhostmock/mscoree.cpp b/src/coreclr/tests/src/Interop/IJW/ijwhostmock/mscoree.cpp index a884b23c55b320..8c466d3996f427 100644 --- a/src/coreclr/tests/src/Interop/IJW/ijwhostmock/mscoree.cpp +++ b/src/coreclr/tests/src/Interop/IJW/ijwhostmock/mscoree.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 #include diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPointer.cs b/src/coreclr/tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPointer.cs index 9aec97a233bf8b..6674bd1e291131 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPointer.cs +++ b/src/coreclr/tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPointer.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; using TestLibrary; diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPointerNative.cpp b/src/coreclr/tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPointerNative.cpp index 476f966eded871..378a4180399a3f 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPointerNative.cpp +++ b/src/coreclr/tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPointerNative.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 #include #include diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/FunctionPointer/SingleMulticastTest.cs b/src/coreclr/tests/src/Interop/MarshalAPI/FunctionPointer/SingleMulticastTest.cs index 99af2d20522a56..3cfa46bbf8e379 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/FunctionPointer/SingleMulticastTest.cs +++ b/src/coreclr/tests/src/Interop/MarshalAPI/FunctionPointer/SingleMulticastTest.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; using TestLibrary; diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/IUnknownNative.cpp b/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/IUnknownNative.cpp index 7b37abe202947e..6b95f5915b84bf 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/IUnknownNative.cpp +++ b/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/IUnknownNative.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 #include diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTest.cs b/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTest.cs index ab3f1738c75b74..de3f20c78e7772 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTest.cs +++ b/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTest.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.IO; using System.Reflection; diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/TestInALC.cs b/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/TestInALC.cs index 70e6abf6f75378..f751e5a53d9d94 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/TestInALC.cs +++ b/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/TestInALC.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.IO; using System.Reflection; diff --git a/src/coreclr/tests/src/Interop/NativeLibrary/API/NativeLibraryTests.cs b/src/coreclr/tests/src/Interop/NativeLibrary/API/NativeLibraryTests.cs index 634175bd8e3f2b..4742b2e0b5bdbb 100644 --- a/src/coreclr/tests/src/Interop/NativeLibrary/API/NativeLibraryTests.cs +++ b/src/coreclr/tests/src/Interop/NativeLibrary/API/NativeLibraryTests.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.IO; using System.Reflection; diff --git a/src/coreclr/tests/src/Interop/NativeLibrary/AssemblyLoadContext/ResolveUnmanagedDllTests.cs b/src/coreclr/tests/src/Interop/NativeLibrary/AssemblyLoadContext/ResolveUnmanagedDllTests.cs index 3b575f94ad05b5..a0af26f497bc45 100644 --- a/src/coreclr/tests/src/Interop/NativeLibrary/AssemblyLoadContext/ResolveUnmanagedDllTests.cs +++ b/src/coreclr/tests/src/Interop/NativeLibrary/AssemblyLoadContext/ResolveUnmanagedDllTests.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/coreclr/tests/src/Interop/NativeLibrary/AssemblyLoadContext/TestAsm/TestAsm.cs b/src/coreclr/tests/src/Interop/NativeLibrary/AssemblyLoadContext/TestAsm/TestAsm.cs index 0096ad98b263bc..5181e0a7e42317 100644 --- a/src/coreclr/tests/src/Interop/NativeLibrary/AssemblyLoadContext/TestAsm/TestAsm.cs +++ b/src/coreclr/tests/src/Interop/NativeLibrary/AssemblyLoadContext/TestAsm/TestAsm.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/coreclr/tests/src/Interop/NativeLibrary/Callback/CallbackStressTest.cs b/src/coreclr/tests/src/Interop/NativeLibrary/Callback/CallbackStressTest.cs index 49afbb3f9ab45f..7cca247cfd04f2 100644 --- a/src/coreclr/tests/src/Interop/NativeLibrary/Callback/CallbackStressTest.cs +++ b/src/coreclr/tests/src/Interop/NativeLibrary/Callback/CallbackStressTest.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.IO; using System.Reflection; diff --git a/src/coreclr/tests/src/Interop/NativeLibrary/Callback/CallbackTests.cs b/src/coreclr/tests/src/Interop/NativeLibrary/Callback/CallbackTests.cs index ec5c1cf15f94a4..5f4a0d765f4c11 100644 --- a/src/coreclr/tests/src/Interop/NativeLibrary/Callback/CallbackTests.cs +++ b/src/coreclr/tests/src/Interop/NativeLibrary/Callback/CallbackTests.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; using System.IO; diff --git a/src/coreclr/tests/src/Interop/NativeLibrary/NativeLibraryToLoad/NativeLibrary.cpp b/src/coreclr/tests/src/Interop/NativeLibrary/NativeLibraryToLoad/NativeLibrary.cpp index 48653891a7076b..6b556c04a93474 100644 --- a/src/coreclr/tests/src/Interop/NativeLibrary/NativeLibraryToLoad/NativeLibrary.cpp +++ b/src/coreclr/tests/src/Interop/NativeLibrary/NativeLibraryToLoad/NativeLibrary.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 #include diff --git a/src/coreclr/tests/src/Interop/NativeLibrary/NativeLibraryToLoad/NativeLibraryToLoad.cs b/src/coreclr/tests/src/Interop/NativeLibrary/NativeLibraryToLoad/NativeLibraryToLoad.cs index 251c79cd37d4b4..c9ad4a09845c61 100644 --- a/src/coreclr/tests/src/Interop/NativeLibrary/NativeLibraryToLoad/NativeLibraryToLoad.cs +++ b/src/coreclr/tests/src/Interop/NativeLibrary/NativeLibraryToLoad/NativeLibraryToLoad.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.IO; diff --git a/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArray.h b/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArray.h index 42aa8dcd867973..54c8a4052a12cc 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArray.h +++ b/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArray.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsByValArray/AsByValArrayTest.cs b/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsByValArray/AsByValArrayTest.cs index f72db4db092e46..7649c8e0f0e3a6 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsByValArray/AsByValArrayTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsByValArray/AsByValArrayTest.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/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsByValArray/FldDef_DefaultArray.cs b/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsByValArray/FldDef_DefaultArray.cs index d6c84b47ae9925..15f0130f447bc4 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsByValArray/FldDef_DefaultArray.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsByValArray/FldDef_DefaultArray.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; @@ -186,4 +185,4 @@ public class Class_ExpWithArrOfStr } #endregion -#pragma warning restore 618 \ No newline at end of file +#pragma warning restore 618 diff --git a/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsLPArray/AsLPArrayTest.cs b/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsLPArray/AsLPArrayTest.cs index 93404e86c32ee5..4fbd6d9658754f 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsLPArray/AsLPArrayTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsLPArray/AsLPArrayTest.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/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsLPArray/FldDef_LPArray.cs b/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsLPArray/FldDef_LPArray.cs index d1bd0199345fe8..8ab86e61d00632 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsLPArray/FldDef_LPArray.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsLPArray/FldDef_LPArray.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; @@ -480,4 +479,4 @@ public class C_BOOLArray_Exp } #endregion -#endregion \ No newline at end of file +#endregion diff --git a/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/LPArrayNative/MarshalArrayByValArrayNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/LPArrayNative/MarshalArrayByValArrayNative.cpp index c24b46567a8411..5f9aaf419b3184 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/LPArrayNative/MarshalArrayByValArrayNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/LPArrayNative/MarshalArrayByValArrayNative.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsParam/AsDefault/AsDefaultTest.cs b/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsParam/AsDefault/AsDefaultTest.cs index 7b663fab90efe0..8ae8690c03c8a7 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsParam/AsDefault/AsDefaultTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsParam/AsDefault/AsDefaultTest.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/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsParam/AsLPArray/AsLPArrayTest.cs b/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsParam/AsLPArray/AsLPArrayTest.cs index b8d85780f04360..dfd2f88ef5386f 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsParam/AsLPArray/AsLPArrayTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsParam/AsLPArray/AsLPArrayTest.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/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsParam/LPArrayNative/MarshalArrayLPArrayNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsParam/LPArrayNative/MarshalArrayLPArrayNative.cpp index 4091d1ca655c6a..3c98214341ab05 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsParam/LPArrayNative/MarshalArrayLPArrayNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsParam/LPArrayNative/MarshalArrayLPArrayNative.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 #include "MarshalArray.h" diff --git a/src/coreclr/tests/src/Interop/PInvoke/ArrayWithOffset/ArrayWithOffsetNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/ArrayWithOffset/ArrayWithOffsetNative.cpp index 4701574ac78d9f..038277d47368ab 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/ArrayWithOffset/ArrayWithOffsetNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/ArrayWithOffset/ArrayWithOffsetNative.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 diff --git a/src/coreclr/tests/src/Interop/PInvoke/ArrayWithOffset/ArrayWithOffsetTest.cs b/src/coreclr/tests/src/Interop/PInvoke/ArrayWithOffset/ArrayWithOffsetTest.cs index 762b5af36a1c16..56c7a61d5b77aa 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/ArrayWithOffset/ArrayWithOffsetTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/ArrayWithOffset/ArrayWithOffsetTest.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.Text; diff --git a/src/coreclr/tests/src/Interop/PInvoke/ArrayWithOffset/PInvokeDefs.cs b/src/coreclr/tests/src/Interop/PInvoke/ArrayWithOffset/PInvokeDefs.cs index 57f47f4d406d84..2cd2e5e70d5de3 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/ArrayWithOffset/PInvokeDefs.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/ArrayWithOffset/PInvokeDefs.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.Text; diff --git a/src/coreclr/tests/src/Interop/PInvoke/AsAny/AsAnyNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/AsAny/AsAnyNative.cpp index 3929ad752a0ced..858f97ab236b5a 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/AsAny/AsAnyNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/AsAny/AsAnyNative.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 diff --git a/src/coreclr/tests/src/Interop/PInvoke/AsAny/AsAnyTest.cs b/src/coreclr/tests/src/Interop/PInvoke/AsAny/AsAnyTest.cs index e99c00a4486e4f..c166235753dda8 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/AsAny/AsAnyTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/AsAny/AsAnyTest.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.Threading; diff --git a/src/coreclr/tests/src/Interop/PInvoke/Attributes/LCID/LCIDNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/Attributes/LCID/LCIDNative.cpp index 240bdc5d9a14cc..b456a03d8e2a58 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Attributes/LCID/LCIDNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Attributes/LCID/LCIDNative.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Attributes/LCID/LCIDTest.cs b/src/coreclr/tests/src/Interop/PInvoke/Attributes/LCID/LCIDTest.cs index d0663d4352c117..193acfa5861f17 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Attributes/LCID/LCIDTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Attributes/LCID/LCIDTest.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.Globalization; diff --git a/src/coreclr/tests/src/Interop/PInvoke/Attributes/SuppressGCTransition/SuppressGCTransitionNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/Attributes/SuppressGCTransition/SuppressGCTransitionNative.cpp index 1d69e0441dd122..322bc4797668c2 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Attributes/SuppressGCTransition/SuppressGCTransitionNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Attributes/SuppressGCTransition/SuppressGCTransitionNative.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Attributes/SuppressGCTransition/SuppressGCTransitionTest.cs b/src/coreclr/tests/src/Interop/PInvoke/Attributes/SuppressGCTransition/SuppressGCTransitionTest.cs index a85e3450a52b25..7cdc08a4e033d6 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Attributes/SuppressGCTransition/SuppressGCTransitionTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Attributes/SuppressGCTransition/SuppressGCTransitionTest.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.IO; diff --git a/src/coreclr/tests/src/Interop/PInvoke/Attributes/SuppressGCTransition/SuppressGCTransitionUtil.il b/src/coreclr/tests/src/Interop/PInvoke/Attributes/SuppressGCTransition/SuppressGCTransitionUtil.il index 31ffffc50f74d3..4bbc7aabfd186e 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Attributes/SuppressGCTransition/SuppressGCTransitionUtil.il +++ b/src/coreclr/tests/src/Interop/PInvoke/Attributes/SuppressGCTransition/SuppressGCTransitionUtil.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 mscorlib { } .assembly extern System.Runtime { auto } diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/BestFitMappingNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/BestFitMappingNative.cpp index e691b2ef3c0db4..1ae2bba3d9c776 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/BestFitMappingNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/BestFitMappingNative.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/BestFitMappingNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/BestFitMappingNative.cpp index f5326f29407cea..7e59d922d99bd3 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/BestFitMappingNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/BestFitMappingNative.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/ArrayTest/ArrayTest.cs b/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/ArrayTest/ArrayTest.cs index cf065e2db3f3f5..b2568ad5c187a1 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/ArrayTest/ArrayTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/ArrayTest/ArrayTest.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 TestLibrary; diff --git a/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/CriticalHandlesNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/CriticalHandlesNative.cpp index ec6ecb302a1590..1eadb3bddadd8b 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/CriticalHandlesNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/CriticalHandlesNative.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/ReverseTest/ReverseTest.cs b/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/ReverseTest/ReverseTest.cs index e62c80c8b85a89..756f568579d818 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/ReverseTest/ReverseTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/ReverseTest/ReverseTest.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 TestLibrary; diff --git a/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/StructTest/StructTest.cs b/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/StructTest/StructTest.cs index 62af1955d6c7e8..54ec48e1479cc8 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/StructTest/StructTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/StructTest/StructTest.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 TestLibrary; diff --git a/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/Test/Test.cs b/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/Test/Test.cs index cb503c797d868c..7f455d0d3f76d5 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/Test/Test.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/Test/Test.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 TestLibrary; diff --git a/src/coreclr/tests/src/Interop/PInvoke/CustomMarshalers/CustomMarshalersNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/CustomMarshalers/CustomMarshalersNative.cpp index 5d20fdeb0ef8b8..24907626d271f8 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/CustomMarshalers/CustomMarshalersNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/CustomMarshalers/CustomMarshalersNative.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 diff --git a/src/coreclr/tests/src/Interop/PInvoke/CustomMarshalers/CustomMarshalersTest.cs b/src/coreclr/tests/src/Interop/PInvoke/CustomMarshalers/CustomMarshalersTest.cs index 150e250ab2e511..39484c42b0e39e 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/CustomMarshalers/CustomMarshalersTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/CustomMarshalers/CustomMarshalersTest.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.Globalization; diff --git a/src/coreclr/tests/src/Interop/PInvoke/DateTime/DateTimeTest.cs b/src/coreclr/tests/src/Interop/PInvoke/DateTime/DateTimeTest.cs index c192769bbf9af0..6f25cfbacd1ece 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/DateTime/DateTimeTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/DateTime/DateTimeTest.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.Text; diff --git a/src/coreclr/tests/src/Interop/PInvoke/DateTime/NativeDateTime.cpp b/src/coreclr/tests/src/Interop/PInvoke/DateTime/NativeDateTime.cpp index 9414523dd5e88e..b757911a2107fe 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/DateTime/NativeDateTime.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/DateTime/NativeDateTime.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 diff --git a/src/coreclr/tests/src/Interop/PInvoke/Decimal/DecimalTest.cs b/src/coreclr/tests/src/Interop/PInvoke/Decimal/DecimalTest.cs index 3a525f9c780848..fd0ea97caaa87b 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Decimal/DecimalTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Decimal/DecimalTest.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/coreclr/tests/src/Interop/PInvoke/Decimal/DecimalTestNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/Decimal/DecimalTestNative.cpp index 75f2c11d2285e3..df9377b8f48058 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Decimal/DecimalTestNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Decimal/DecimalTestNative.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 "xplatform.h" #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Decimal/DecimalTestNative.cs b/src/coreclr/tests/src/Interop/PInvoke/Decimal/DecimalTestNative.cs index 12b4ad22100141..c30a4f42b18a20 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Decimal/DecimalTestNative.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Decimal/DecimalTestNative.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.InteropServices; diff --git a/src/coreclr/tests/src/Interop/PInvoke/Delegate/DelegateAsInterfaceTestNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/Delegate/DelegateAsInterfaceTestNative.cpp index ef288e2d5233e5..6ad7ab57abe427 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Delegate/DelegateAsInterfaceTestNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Delegate/DelegateAsInterfaceTestNative.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 diff --git a/src/coreclr/tests/src/Interop/PInvoke/Delegate/DelegateTest.cs b/src/coreclr/tests/src/Interop/PInvoke/Delegate/DelegateTest.cs index 0b91bf461536b7..0ed7d39bbc33d2 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Delegate/DelegateTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Delegate/DelegateTest.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.Text; diff --git a/src/coreclr/tests/src/Interop/PInvoke/Delegate/DelegateTestNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/Delegate/DelegateTestNative.cpp index 8ee1c63393ac2d..aa498894cb06f2 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Delegate/DelegateTestNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Delegate/DelegateTestNative.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 diff --git a/src/coreclr/tests/src/Interop/PInvoke/Delegate/DelegateTestNative.cs b/src/coreclr/tests/src/Interop/PInvoke/Delegate/DelegateTestNative.cs index 4fae5cad7bcabe..8aed37a08efb9d 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Delegate/DelegateTestNative.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Delegate/DelegateTestNative.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.IUnknown.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.IUnknown.cpp index d5788e51d7203f..2fe6ca26d358e9 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.IUnknown.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.IUnknown.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.NullableB.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.NullableB.cpp index a9b07c1992a7af..7a0ffd7ced6388 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.NullableB.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.NullableB.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.NullableC.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.NullableC.cpp index a71912ca1806d2..4fcef6b8bd19aa 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.NullableC.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.NullableC.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.NullableF.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.NullableF.cpp index 0e29e0214cb248..699b7898bd6390 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.NullableF.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.NullableF.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.NullableU.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.NullableU.cpp index 9c88ab8f89e32a..76dd48f51c9ed5 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.NullableU.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.NullableU.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point1B.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point1B.cpp index 24ff26404248c9..ecaf5dc3e1ce79 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point1B.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point1B.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point1C.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point1C.cpp index 18f417ad329616..a7d51e576a1645 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point1C.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point1C.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point1F.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point1F.cpp index 2e5b974754c7b1..c975cf853c950c 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point1F.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point1F.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point1U.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point1U.cpp index 14527df71bd4bc..9ca0c0b1de0324 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point1U.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point1U.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point2B.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point2B.cpp index 0c0ea62ad86867..e4d6347bd107f4 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point2B.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point2B.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point2C.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point2C.cpp index e87050be718288..61f5cd94dc3cb8 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point2C.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point2C.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point2F.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point2F.cpp index c22aa6158d5035..1a983ff077f071 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point2F.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point2F.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point2U.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point2U.cpp index 7e36d7e16b1e0c..8feec4408e685a 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point2U.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point2U.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point3B.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point3B.cpp index a7e90e714e449b..8a74d2b3980f7f 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point3B.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point3B.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point3C.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point3C.cpp index 2601db3a51c406..f723a7b897f3ea 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point3C.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point3C.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point3F.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point3F.cpp index 1b5903acaf5909..2c0b17b74b2660 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point3F.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point3F.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point3U.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point3U.cpp index 271906b1aea0b8..21a2e81820802c 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point3U.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point3U.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point4B.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point4B.cpp index 57b45fdb0319e3..045fa2050149c8 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point4B.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point4B.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point4C.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point4C.cpp index cd4f95ce83f0c3..0f4a0f00e9aee7 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point4C.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point4C.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point4F.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point4F.cpp index 1fb6fe3da7cde2..cc5093b3fa7a54 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point4F.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point4F.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point4U.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point4U.cpp index 6ebc45f28f59e6..f8475d3750260e 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point4U.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point4U.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SequentialClassB.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SequentialClassB.cpp index 8716e6c6e4782e..9ab63c535f658a 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SequentialClassB.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SequentialClassB.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SequentialClassC.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SequentialClassC.cpp index c13f9758e04014..6ccb740e4031ca 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SequentialClassC.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SequentialClassC.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SequentialClassF.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SequentialClassF.cpp index b1a21a51556f15..a80d20af39c296 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SequentialClassF.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SequentialClassF.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SequentialClassU.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SequentialClassU.cpp index 37719944b868ad..7d6fbc35c4bc68 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SequentialClassU.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SequentialClassU.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SpanB.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SpanB.cpp index 3583e57663198d..e394976e1dc479 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SpanB.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SpanB.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SpanC.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SpanC.cpp index c60d6d1ca4a866..5da15aeb969c67 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SpanC.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SpanC.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SpanD.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SpanD.cpp index fa6c890280eac5..2195acb10b89b4 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SpanD.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SpanD.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SpanF.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SpanF.cpp index fd3f56c8c6c7be..f503bd849250df 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SpanF.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SpanF.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SpanL.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SpanL.cpp index e51aad0610dca7..0312dfe9b10ac3 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SpanL.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SpanL.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SpanU.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SpanU.cpp index 418e9535550601..f9c55f2817a540 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SpanU.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.SpanU.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector128B.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector128B.cpp index 69fe6e455fbf31..ff2bd457895f30 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector128B.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector128B.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector128C.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector128C.cpp index 55d042ed85ece3..f272895cde7578 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector128C.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector128C.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector128D.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector128D.cpp index 88eae0c61d4c1d..c854833191a234 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector128D.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector128D.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector128F.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector128F.cpp index bba2abd3afcfe7..ddd77d0a187bf1 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector128F.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector128F.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector128L.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector128L.cpp index 06a46ac75af69a..a46650c186344e 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector128L.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector128L.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector128U.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector128U.cpp index 0fb0b63cdc4c59..d74a1eef96f460 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector128U.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector128U.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector256B.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector256B.cpp index bf518e5ce663ef..619067ab205d2c 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector256B.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector256B.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector256C.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector256C.cpp index f2eccc20ea0b1a..acb15d74e0e5ff 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector256C.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector256C.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector256D.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector256D.cpp index 85abb3d683d3d9..4fa3d0c6a03017 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector256D.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector256D.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector256F.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector256F.cpp index 974f32b18f0b32..966e1ab73d623e 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector256F.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector256F.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector256L.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector256L.cpp index 645c8b7195f4eb..7df630881a19b9 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector256L.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector256L.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector256U.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector256U.cpp index 0f8664edfc87df..9f4918843cb919 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector256U.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector256U.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector64B.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector64B.cpp index 6a688176745778..b3a70aba36b03f 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector64B.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector64B.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector64C.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector64C.cpp index 37e6caa14a8ae7..54d046d3118c37 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector64C.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector64C.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector64D.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector64D.cpp index 7f7a30b65aae80..3309f59a78c287 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector64D.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector64D.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector64F.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector64F.cpp index 27b8ececcca3b1..2714f4e530e463 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector64F.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector64F.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector64L.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector64L.cpp index f36d8b08d8556f..04effb11e2ef8f 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector64L.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector64L.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector64U.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector64U.cpp index de2b5201e9895b..cd1bad61e2c236 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector64U.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Vector64U.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.VectorB.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.VectorB.cpp index 935dcf40298c7a..10f9a085ee0fbb 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.VectorB.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.VectorB.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.VectorC.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.VectorC.cpp index 91bf54a844e7fd..7c5851553505a4 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.VectorC.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.VectorC.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.VectorD.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.VectorD.cpp index 58df7a4f2bf87f..3c7be41dd0c303 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.VectorD.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.VectorD.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.VectorF.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.VectorF.cpp index 8c6f4612f54ab5..94a09d44c82a19 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.VectorF.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.VectorF.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.VectorL.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.VectorL.cpp index d694e3d1aab0a8..d3b2ea40fce59a 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.VectorL.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.VectorL.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.VectorU.cpp b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.VectorU.cpp index 8c92d705d4688a..c125f6de4cec5c 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.VectorU.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.VectorU.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.NullableF.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.NullableF.cs index 9d3b6b15f4a945..2a49a83d109fa8 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.NullableF.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.NullableF.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.NullableL.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.NullableL.cs index a85d2e4b807249..9e2690611297d2 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.NullableL.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.NullableL.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.NullableU.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.NullableU.cs index 331b4544797f34..ba0b7b50e51318 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.NullableU.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.NullableU.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point1F.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point1F.cs index 511dc581ade86e..55e23142b69bc7 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point1F.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point1F.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point1L.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point1L.cs index 6c2c06e359b566..2506e2d667e1d3 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point1L.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point1L.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point1U.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point1U.cs index 17535b55ea7ced..ecf873e0596b18 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point1U.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point1U.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point2F.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point2F.cs index c31a04b3100206..4a526051608081 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point2F.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point2F.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point2L.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point2L.cs index 12190503354823..b62f65ebca1654 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point2L.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point2L.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point2U.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point2U.cs index 9cd9c87b2a1514..06f366216ee1eb 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point2U.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point2U.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point3F.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point3F.cs index 0c13e938167ae7..bf66f0fd096767 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point3F.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point3F.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point3L.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point3L.cs index 91b33f8e473405..2a28836ed94b62 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point3L.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point3L.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point3U.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point3U.cs index 9ee7de03e37b52..a6a859245f3510 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point3U.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point3U.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point4F.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point4F.cs index 1ed8626f8f44a9..0786aea0d2ca93 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point4F.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point4F.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point4L.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point4L.cs index dc6ece19b7747e..a650c5362604af 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point4L.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point4L.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point4U.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point4U.cs index 62c34ea21f8f3b..0c92e6662d6ad3 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point4U.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Point4U.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.SequentialClassF.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.SequentialClassF.cs index fd8e3e9a4245ea..2792326bd7599c 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.SequentialClassF.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.SequentialClassF.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.SequentialClassL.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.SequentialClassL.cs index db67532c1493e9..32fc00b533bf72 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.SequentialClassL.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.SequentialClassL.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.SequentialClassU.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.SequentialClassU.cs index 5bd24570a609fc..3757f7e371cab7 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.SequentialClassU.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.SequentialClassU.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector128B.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector128B.cs index d67ada1e21a952..f49db06d4ecd20 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector128B.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector128B.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector128C.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector128C.cs index a5e058eca445d3..5273606353aeca 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector128C.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector128C.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector128D.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector128D.cs index c2e04aad007b29..c117145a19e6e2 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector128D.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector128D.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector128F.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector128F.cs index 65caebc9bd0afe..5bcf9deae222f9 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector128F.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector128F.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector128L.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector128L.cs index 1fdb66ed1506a9..12ce1d2b22b8d3 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector128L.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector128L.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector128U.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector128U.cs index ef12a4163829c9..b30e3ff571af0f 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector128U.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector128U.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector256B.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector256B.cs index 3e6a9840880296..4a562d7c694cd6 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector256B.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector256B.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector256C.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector256C.cs index 4d6597e7997f4c..8c028a89fab787 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector256C.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector256C.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector256D.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector256D.cs index cbcbf26a3cbbbd..3a7bc810deaa60 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector256D.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector256D.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector256F.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector256F.cs index a5b0b54982da4b..9d7c4398fc1eee 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector256F.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector256F.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector256L.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector256L.cs index e679b3646df678..167e91fc7536b5 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector256L.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector256L.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector256U.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector256U.cs index 42ed390455b68c..138c020cc8823e 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector256U.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector256U.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector64B.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector64B.cs index 7ba2841298f77d..0fac882d239074 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector64B.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector64B.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector64C.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector64C.cs index 06976eaa2b044f..44ebd308ee7af0 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector64C.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector64C.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector64D.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector64D.cs index 69206104483657..04e0ff6a52e5ae 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector64D.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector64D.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector64F.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector64F.cs index f9dc5ae45d517a..9397a8386e2391 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector64F.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector64F.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector64L.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector64L.cs index 4a63eb71afd15a..1e24a89da0818a 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector64L.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector64L.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector64U.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector64U.cs index 7db55fa0b66119..6d305a6094fa64 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector64U.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.Vector64U.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/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.VectorB.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.VectorB.cs index ae6e45830e3613..69b4138110766f 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.VectorB.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.VectorB.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.Numerics; diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.VectorC.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.VectorC.cs index 58f28cb36b75b0..8ef4f000e30211 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.VectorC.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.VectorC.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.Numerics; diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.VectorD.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.VectorD.cs index 7c4af5e7254f1c..0697abb3ea481f 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.VectorD.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.VectorD.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.Numerics; diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.VectorF.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.VectorF.cs index 696d7e6a325a6f..6b9d1cf822cd79 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.VectorF.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.VectorF.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.Numerics; diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.VectorL.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.VectorL.cs index 9afb3fd6483f66..31c83f2d3d85f6 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.VectorL.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.VectorL.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.Numerics; diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.VectorU.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.VectorU.cs index 8bab664a2491eb..306e240b5f7f54 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.VectorU.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.VectorU.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.Numerics; diff --git a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.cs b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.cs index 602f203bb7f88c..b5087db295cd63 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.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/coreclr/tests/src/Interop/PInvoke/IEnumerator/IEnumeratorNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/IEnumerator/IEnumeratorNative.cpp index 43f786a60ea636..e0a053944dfdc3 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/IEnumerator/IEnumeratorNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/IEnumerator/IEnumeratorNative.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 "IEnumeratorNative.h" #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/IEnumerator/IEnumeratorNative.h b/src/coreclr/tests/src/Interop/PInvoke/IEnumerator/IEnumeratorNative.h index 9e3f1f15001e91..8787ff99c4ab56 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/IEnumerator/IEnumeratorNative.h +++ b/src/coreclr/tests/src/Interop/PInvoke/IEnumerator/IEnumeratorNative.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. #include #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/IEnumerator/IEnumeratorTest.cs b/src/coreclr/tests/src/Interop/PInvoke/IEnumerator/IEnumeratorTest.cs index 0c4e4d83b4f188..f89d38ed3d3d0e 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/IEnumerator/IEnumeratorTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/IEnumerator/IEnumeratorTest.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/coreclr/tests/src/Interop/PInvoke/Miscellaneous/HandleRef/HandleRefNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/HandleRef/HandleRefNative.cpp index 3a6c89577e9e85..e0beac55243e00 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/HandleRef/HandleRefNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/HandleRef/HandleRefNative.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/HandleRef/HandleRefTest.cs b/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/HandleRef/HandleRefTest.cs index 02dc8ff464f575..27c92dd1b19b06 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/HandleRef/HandleRefTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/HandleRef/HandleRefTest.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.InteropServices; using System; diff --git a/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/MAWSPINative.cpp b/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/MAWSPINative.cpp index 0ace6b1f044749..353e79fd0e335e 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/MAWSPINative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/MAWSPINative.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 diff --git a/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/MAWSPITest.cs b/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/MAWSPITest.cs index 38beec99c7483f..3cbfee078f5fbe 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/MAWSPITest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/MAWSPITest.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/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/ManagedDll1/ManagedDll1.cs b/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/ManagedDll1/ManagedDll1.cs index 5bd3b6e1f50fbf..7b3fb6f1f332f9 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/ManagedDll1/ManagedDll1.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/ManagedDll1/ManagedDll1.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; @@ -17,4 +16,4 @@ public static int GetInt() return GetIntNative(); } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/ManagedDll2/ManagedDll2.cs b/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/ManagedDll2/ManagedDll2.cs index 6684f189fdbdf5..3aef72577cef33 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/ManagedDll2/ManagedDll2.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/ManagedDll2/ManagedDll2.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; @@ -17,4 +16,4 @@ public static int GetInt() return GetIntNative(); } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/ThisCall/ThisCallNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/ThisCall/ThisCallNative.cpp index 3424dbf20aa1f5..99a73baeca20ba 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/ThisCall/ThisCallNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/ThisCall/ThisCallNative.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/ThisCall/ThisCallTest.cs b/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/ThisCall/ThisCallTest.cs index a39a0fa128dac5..5162195b510572 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/ThisCall/ThisCallTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/ThisCall/ThisCallTest.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.InteropServices; using System; diff --git a/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/AssemblyTrue/AssemblyTrueTest.cs b/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/AssemblyTrue/AssemblyTrueTest.cs index 5d1cd1199725b3..53d07912e97fae 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/AssemblyTrue/AssemblyTrueTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/AssemblyTrue/AssemblyTrueTest.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/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/AssemblyWithoutComVisible/AssemblyWithoutComVisibleTest.cs b/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/AssemblyWithoutComVisible/AssemblyWithoutComVisibleTest.cs index 7643a04e93b51c..0833adf607c40f 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/AssemblyWithoutComVisible/AssemblyWithoutComVisibleTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/AssemblyWithoutComVisible/AssemblyWithoutComVisibleTest.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/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/ComVisibleNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/ComVisibleNative.cpp index f79e8ac4b6fffe..1be79ed1f0df76 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/ComVisibleNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/ComVisibleNative.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Default/DefaultTest.cs b/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Default/DefaultTest.cs index dac3bbf5f5c509..0584433cf24bd3 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Default/DefaultTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Default/DefaultTest.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/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Default/TestInALC.cs b/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Default/TestInALC.cs index 99ce3bb9175604..ecd48a486f3ac8 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Default/TestInALC.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Default/TestInALC.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.IO; using System.Reflection; diff --git a/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Helpers.cs b/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Helpers.cs index 47d7753fd962cc..001642425bb123 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Helpers.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Helpers.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 NativeCallManagedComVisible { diff --git a/src/coreclr/tests/src/Interop/PInvoke/Primitives/Int/PInvokeIntNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/Primitives/Int/PInvokeIntNative.cpp index b5b863c986feb0..0ea023f5cc8add 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Primitives/Int/PInvokeIntNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Primitives/Int/PInvokeIntNative.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Primitives/Int/PInvokeIntTest.cs b/src/coreclr/tests/src/Interop/PInvoke/Primitives/Int/PInvokeIntTest.cs index c2eb0c2c369234..249a142e38a86a 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Primitives/Int/PInvokeIntTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Primitives/Int/PInvokeIntTest.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.InteropServices; using System; diff --git a/src/coreclr/tests/src/Interop/PInvoke/Primitives/Pointer/NonBlittablePointerNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/Primitives/Pointer/NonBlittablePointerNative.cpp index b4b90757286747..a2b90f5bfcf910 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Primitives/Pointer/NonBlittablePointerNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Primitives/Pointer/NonBlittablePointerNative.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 diff --git a/src/coreclr/tests/src/Interop/PInvoke/Primitives/Pointer/Program.cs b/src/coreclr/tests/src/Interop/PInvoke/Primitives/Pointer/Program.cs index 55f0fa48c05bc4..1db60a0527fc5d 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Primitives/Pointer/Program.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Primitives/Pointer/Program.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/coreclr/tests/src/Interop/PInvoke/Primitives/RuntimeHandles/RuntimeHandlesNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/Primitives/RuntimeHandles/RuntimeHandlesNative.cpp index e9b77e30d8e4d2..34f5add6e941d7 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Primitives/RuntimeHandles/RuntimeHandlesNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Primitives/RuntimeHandles/RuntimeHandlesNative.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Primitives/RuntimeHandles/RuntimeHandlesTest.cs b/src/coreclr/tests/src/Interop/PInvoke/Primitives/RuntimeHandles/RuntimeHandlesTest.cs index 5452be0f693752..5dc0410882ff9a 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Primitives/RuntimeHandles/RuntimeHandlesTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Primitives/RuntimeHandles/RuntimeHandlesTest.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.InteropServices; using System; diff --git a/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/InvalidSafeHandleMarshallingTests.cs b/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/InvalidSafeHandleMarshallingTests.cs index e7bbbc0e040d57..a94d28a096d94a 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/InvalidSafeHandleMarshallingTests.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/InvalidSafeHandleMarshallingTests.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.IO; diff --git a/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/Program.cs b/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/Program.cs index 74604fdc619164..b3e3bf0a4c5882 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/Program.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/Program.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/coreclr/tests/src/Interop/PInvoke/SafeHandles/ReliableUnmarshalTest.cs b/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/ReliableUnmarshalTest.cs index 8cb351eba7cae8..a1cda16850a34c 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/ReliableUnmarshalTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/ReliableUnmarshalTest.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.IO; diff --git a/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/SafeHandleLifetimeTests.cs b/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/SafeHandleLifetimeTests.cs index 10a4ef813864de..03980e3e678917 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/SafeHandleLifetimeTests.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/SafeHandleLifetimeTests.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.IO; diff --git a/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/SafeHandleNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/SafeHandleNative.cpp index e2331466ae301f..61ddcfde8c0fea 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/SafeHandleNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/SafeHandleNative.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/SafeHandleNative.cs b/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/SafeHandleNative.cs index 50379b554936f8..d959bd8c2f2855 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/SafeHandleNative.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/SafeHandleNative.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/coreclr/tests/src/Interop/PInvoke/SafeHandles/SafeHandleTests.cs b/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/SafeHandleTests.cs index 194df4e6119367..b1179aa2d768d4 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/SafeHandleTests.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/SafeHandleTests.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.IO; diff --git a/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/SafeHandles.cs b/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/SafeHandles.cs index 226d56f2ab0e52..2cc9523d1893c1 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/SafeHandles.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/SafeHandles.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/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/Invalid/InvalidParamIndex.cs b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/Invalid/InvalidParamIndex.cs index 608853b9965f56..8bdc87c31486ca 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/Invalid/InvalidParamIndex.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/Invalid/InvalidParamIndex.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/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByOut/PInvokePassingByOutNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByOut/PInvokePassingByOutNative.cpp index 5b3e9b63a9fbcc..acc661a661438c 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByOut/PInvokePassingByOutNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByOut/PInvokePassingByOutNative.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. // PInvokePassingByOutNative.cpp : Defines the entry point for the DLL application. // diff --git a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByOut/PassingByOutTest.cs b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByOut/PassingByOutTest.cs index 555ed11cb55537..ecb94384759661 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByOut/PassingByOutTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByOut/PassingByOutTest.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/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByRef/PInvokePassingByRefNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByRef/PInvokePassingByRefNative.cpp index e0ac16ec7c4b10..5dcc136ef9cbb1 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByRef/PInvokePassingByRefNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByRef/PInvokePassingByRefNative.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. // PInvokePassingByRefNative.cpp : Defines the entry point for the DLL application. // diff --git a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByRef/PassingByRefTest.cs b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByRef/PassingByRefTest.cs index c562e133f07199..e86d21db3a1fc9 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByRef/PassingByRefTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByRef/PassingByRefTest.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/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/helper.cs b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/helper.cs index 7074c9e174cb15..696fb1413e5a6e 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/helper.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/helper.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; @@ -82,4 +81,4 @@ public static bool CheckAndChangeArray(ref T[] arrArg, ref T arrSize, int act #endregion -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/helper.h b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/helper.h index 5d82e63142408d..94fd491e63084b 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/helper.h +++ b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/helper.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. // helper.h : Defines helper functions #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByOut/PassingByOutTest.cs b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByOut/PassingByOutTest.cs index ab0f37a2b06308..ec8cd58971c461 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByOut/PassingByOutTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByOut/PassingByOutTest.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/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByOut/ReversePInvokePassingByOutNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByOut/ReversePInvokePassingByOutNative.cpp index f95d2a6d5be67c..ab88745a55b9cf 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByOut/ReversePInvokePassingByOutNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByOut/ReversePInvokePassingByOutNative.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. // ReversePInvokePassingByOutNative.cpp : Defines the entry point for the DLL application. // diff --git a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByRef/PassingByRefTest.cs b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByRef/PassingByRefTest.cs index 5b31b4ac1a30a7..c0b0e7804dda50 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByRef/PassingByRefTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByRef/PassingByRefTest.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/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByRef/ReversePInvokePassingByRefNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByRef/ReversePInvokePassingByRefNative.cpp index a51ecef80f5bea..dbd69192579513 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByRef/ReversePInvokePassingByRefNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByRef/ReversePInvokePassingByRefNative.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. // ReversePInvokePassingByRefNative.cpp : Defines the entry point for the DLL application. #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/helper.cs b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/helper.cs index a02e2190d3b2f4..51e56773c49e19 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/helper.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/helper.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; @@ -80,4 +79,4 @@ public static bool CheckAndChangeArray(ref T[] arrArg, ref T arrSize, int act } #endregion -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/helper.h b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/helper.h index 9b0a6b0e0b3ae5..755471bb7d4187 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/helper.h +++ b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/helper.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. // helper.h : Defines helper functions #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Varargs/VarargsNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/Varargs/VarargsNative.cpp index a4f6b4639c086a..138e7ec4573995 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Varargs/VarargsNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Varargs/VarargsNative.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 #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Varargs/VarargsTest.cs b/src/coreclr/tests/src/Interop/PInvoke/Varargs/VarargsTest.cs index cffecd978274ef..76649486c0a32e 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Varargs/VarargsTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Varargs/VarargsTest.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.Security; diff --git a/src/coreclr/tests/src/Interop/PInvoke/Variant/PInvokeDefs.cs b/src/coreclr/tests/src/Interop/PInvoke/Variant/PInvokeDefs.cs index 27e90ca2fffb34..1f1b027b49f838 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Variant/PInvokeDefs.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Variant/PInvokeDefs.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/coreclr/tests/src/Interop/PInvoke/Variant/VariantNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/Variant/VariantNative.cpp index aea8519f3de5ff..d55e7fae1cc54d 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Variant/VariantNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Variant/VariantNative.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 #include "platformdefines.h" diff --git a/src/coreclr/tests/src/Interop/PInvoke/Variant/VariantTest.cs b/src/coreclr/tests/src/Interop/PInvoke/Variant/VariantTest.cs index 5d7ecb56c9bcb8..f4214d4d0d89e9 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Variant/VariantTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Variant/VariantTest.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/coreclr/tests/src/Interop/PInvoke/Vector2_3_4/Vector2_3_4.cs b/src/coreclr/tests/src/Interop/PInvoke/Vector2_3_4/Vector2_3_4.cs index 5d390bbd5ddbbb..3afc831b4523e3 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Vector2_3_4/Vector2_3_4.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Vector2_3_4/Vector2_3_4.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.Numerics; diff --git a/src/coreclr/tests/src/Interop/PInvoke/Vector2_3_4/Vector2_3_4TestNative.cpp b/src/coreclr/tests/src/Interop/PInvoke/Vector2_3_4/Vector2_3_4TestNative.cpp index d16165fe60249e..f679464dc1064f 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Vector2_3_4/Vector2_3_4TestNative.cpp +++ b/src/coreclr/tests/src/Interop/PInvoke/Vector2_3_4/Vector2_3_4TestNative.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 "xplatform.h" #include diff --git a/src/coreclr/tests/src/Interop/PInvoke/Vector2_3_4/Vector2_3_4TestNative.cs b/src/coreclr/tests/src/Interop/PInvoke/Vector2_3_4/Vector2_3_4TestNative.cs index 2bf5267153019f..9a530f2ae1044f 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Vector2_3_4/Vector2_3_4TestNative.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/Vector2_3_4/Vector2_3_4TestNative.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.Numerics; using System.Runtime.InteropServices; diff --git a/src/coreclr/tests/src/Interop/PrimitiveMarshalling/Bool/BoolNative.cpp b/src/coreclr/tests/src/Interop/PrimitiveMarshalling/Bool/BoolNative.cpp index fbd1859813ff45..33b01d83708b73 100644 --- a/src/coreclr/tests/src/Interop/PrimitiveMarshalling/Bool/BoolNative.cpp +++ b/src/coreclr/tests/src/Interop/PrimitiveMarshalling/Bool/BoolNative.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 #include diff --git a/src/coreclr/tests/src/Interop/PrimitiveMarshalling/Bool/BoolTest.cs b/src/coreclr/tests/src/Interop/PrimitiveMarshalling/Bool/BoolTest.cs index 29db00a81c58cd..cff9bb1fbd891a 100644 --- a/src/coreclr/tests/src/Interop/PrimitiveMarshalling/Bool/BoolTest.cs +++ b/src/coreclr/tests/src/Interop/PrimitiveMarshalling/Bool/BoolTest.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.InteropServices; using System; diff --git a/src/coreclr/tests/src/Interop/PrimitiveMarshalling/Bool/NativeMethodDef.cs b/src/coreclr/tests/src/Interop/PrimitiveMarshalling/Bool/NativeMethodDef.cs index 5d038d9156367b..093aa04a50f828 100644 --- a/src/coreclr/tests/src/Interop/PrimitiveMarshalling/Bool/NativeMethodDef.cs +++ b/src/coreclr/tests/src/Interop/PrimitiveMarshalling/Bool/NativeMethodDef.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/coreclr/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/MarshalEnumNative.cpp b/src/coreclr/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/MarshalEnumNative.cpp index a62e27f0fe11d7..7d8510b0d8b34b 100644 --- a/src/coreclr/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/MarshalEnumNative.cpp +++ b/src/coreclr/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/MarshalEnumNative.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 #include diff --git a/src/coreclr/tests/src/Interop/PrimitiveMarshalling/UIntPtr/PInvokeUIntPtrTest.cs b/src/coreclr/tests/src/Interop/PrimitiveMarshalling/UIntPtr/PInvokeUIntPtrTest.cs index 184334b2e92702..06e18ade16b3a4 100644 --- a/src/coreclr/tests/src/Interop/PrimitiveMarshalling/UIntPtr/PInvokeUIntPtrTest.cs +++ b/src/coreclr/tests/src/Interop/PrimitiveMarshalling/UIntPtr/PInvokeUIntPtrTest.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.InteropServices; using System; @@ -60,4 +59,4 @@ public static int Main(string[] args) return 100; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Interop/PrimitiveMarshalling/UIntPtr/UIntPtrNative.cpp b/src/coreclr/tests/src/Interop/PrimitiveMarshalling/UIntPtr/UIntPtrNative.cpp index 35f8123e4416a7..a9f6983a0d0826 100644 --- a/src/coreclr/tests/src/Interop/PrimitiveMarshalling/UIntPtr/UIntPtrNative.cpp +++ b/src/coreclr/tests/src/Interop/PrimitiveMarshalling/UIntPtr/UIntPtrNative.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 #include diff --git a/src/coreclr/tests/src/Interop/RefCharArray/RefCharArrayNative.cpp b/src/coreclr/tests/src/Interop/RefCharArray/RefCharArrayNative.cpp index 9606e9c82fd910..45022f5c813790 100755 --- a/src/coreclr/tests/src/Interop/RefCharArray/RefCharArrayNative.cpp +++ b/src/coreclr/tests/src/Interop/RefCharArray/RefCharArrayNative.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 #include diff --git a/src/coreclr/tests/src/Interop/RefCharArray/RefCharArrayTest.cs b/src/coreclr/tests/src/Interop/RefCharArray/RefCharArrayTest.cs index 52eeb88067db28..ffc26fce7095bf 100644 --- a/src/coreclr/tests/src/Interop/RefCharArray/RefCharArrayTest.cs +++ b/src/coreclr/tests/src/Interop/RefCharArray/RefCharArrayTest.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.Text; @@ -280,4 +279,4 @@ static int Main() } return bresult ? 100 : 101; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Interop/RefInt/RefIntNative.cpp b/src/coreclr/tests/src/Interop/RefInt/RefIntNative.cpp index eff8d8abde5615..657adfaec69f55 100755 --- a/src/coreclr/tests/src/Interop/RefInt/RefIntNative.cpp +++ b/src/coreclr/tests/src/Interop/RefInt/RefIntNative.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 #include diff --git a/src/coreclr/tests/src/Interop/RefInt/RefIntTest.cs b/src/coreclr/tests/src/Interop/RefInt/RefIntTest.cs index ac648f754d78e4..28c01b37c5571d 100644 Binary files a/src/coreclr/tests/src/Interop/RefInt/RefIntTest.cs and b/src/coreclr/tests/src/Interop/RefInt/RefIntTest.cs differ diff --git a/src/coreclr/tests/src/Interop/SizeConst/SizeConstNative.cpp b/src/coreclr/tests/src/Interop/SizeConst/SizeConstNative.cpp index 6caf4ea6fdcbb0..c746d1bd0d3a11 100644 --- a/src/coreclr/tests/src/Interop/SizeConst/SizeConstNative.cpp +++ b/src/coreclr/tests/src/Interop/SizeConst/SizeConstNative.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 diff --git a/src/coreclr/tests/src/Interop/StringMarshalling/AnsiBSTR/AnsiBStrTest.cs b/src/coreclr/tests/src/Interop/StringMarshalling/AnsiBSTR/AnsiBStrTest.cs index 0d666e07b047de..bc3e8da4ad9d81 100644 --- a/src/coreclr/tests/src/Interop/StringMarshalling/AnsiBSTR/AnsiBStrTest.cs +++ b/src/coreclr/tests/src/Interop/StringMarshalling/AnsiBSTR/AnsiBStrTest.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.InteropServices; using System; diff --git a/src/coreclr/tests/src/Interop/StringMarshalling/AnsiBSTR/AnsiBStrTestNative.cpp b/src/coreclr/tests/src/Interop/StringMarshalling/AnsiBSTR/AnsiBStrTestNative.cpp index 237c1afaf43f6d..85e9173927965c 100644 --- a/src/coreclr/tests/src/Interop/StringMarshalling/AnsiBSTR/AnsiBStrTestNative.cpp +++ b/src/coreclr/tests/src/Interop/StringMarshalling/AnsiBSTR/AnsiBStrTestNative.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 "platformdefines.h" #include "../Native/StringMarshalingNative.h" diff --git a/src/coreclr/tests/src/Interop/StringMarshalling/BSTR/BSTRTest.cs b/src/coreclr/tests/src/Interop/StringMarshalling/BSTR/BSTRTest.cs index 838a953aa3fc3e..6d626345306313 100644 --- a/src/coreclr/tests/src/Interop/StringMarshalling/BSTR/BSTRTest.cs +++ b/src/coreclr/tests/src/Interop/StringMarshalling/BSTR/BSTRTest.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.InteropServices; using System; diff --git a/src/coreclr/tests/src/Interop/StringMarshalling/BSTR/BStrTestNative.cpp b/src/coreclr/tests/src/Interop/StringMarshalling/BSTR/BStrTestNative.cpp index 852da4aef21814..ee223d0a9df4df 100644 --- a/src/coreclr/tests/src/Interop/StringMarshalling/BSTR/BStrTestNative.cpp +++ b/src/coreclr/tests/src/Interop/StringMarshalling/BSTR/BStrTestNative.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 "platformdefines.h" #include "../Native/StringMarshalingNative.h" diff --git a/src/coreclr/tests/src/Interop/StringMarshalling/Common/CommonStringTests.cs b/src/coreclr/tests/src/Interop/StringMarshalling/Common/CommonStringTests.cs index 0a977997963db1..f44f353b0cf4da 100644 --- a/src/coreclr/tests/src/Interop/StringMarshalling/Common/CommonStringTests.cs +++ b/src/coreclr/tests/src/Interop/StringMarshalling/Common/CommonStringTests.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.InteropServices; using System; diff --git a/src/coreclr/tests/src/Interop/StringMarshalling/Common/Helpers.cs b/src/coreclr/tests/src/Interop/StringMarshalling/Common/Helpers.cs index 2a05d6cecbb1fd..516919b6856dc3 100644 --- a/src/coreclr/tests/src/Interop/StringMarshalling/Common/Helpers.cs +++ b/src/coreclr/tests/src/Interop/StringMarshalling/Common/Helpers.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/coreclr/tests/src/Interop/StringMarshalling/LPSTR/LPSTRTest.cs b/src/coreclr/tests/src/Interop/StringMarshalling/LPSTR/LPSTRTest.cs index 31cb78643bb687..c3e4678e636b98 100644 --- a/src/coreclr/tests/src/Interop/StringMarshalling/LPSTR/LPSTRTest.cs +++ b/src/coreclr/tests/src/Interop/StringMarshalling/LPSTR/LPSTRTest.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.InteropServices; using System; diff --git a/src/coreclr/tests/src/Interop/StringMarshalling/LPSTR/LPStrTestNative.cpp b/src/coreclr/tests/src/Interop/StringMarshalling/LPSTR/LPStrTestNative.cpp index e7197e9aa9917e..34242553e547c7 100644 --- a/src/coreclr/tests/src/Interop/StringMarshalling/LPSTR/LPStrTestNative.cpp +++ b/src/coreclr/tests/src/Interop/StringMarshalling/LPSTR/LPStrTestNative.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 "../Native/StringMarshalingNative.h" diff --git a/src/coreclr/tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTest.cs b/src/coreclr/tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTest.cs index 95e69eb7abe1f9..8c789d180c693b 100644 --- a/src/coreclr/tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTest.cs +++ b/src/coreclr/tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTest.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.InteropServices; using System; diff --git a/src/coreclr/tests/src/Interop/StringMarshalling/LPTSTR/LPTStrTestNative.cpp b/src/coreclr/tests/src/Interop/StringMarshalling/LPTSTR/LPTStrTestNative.cpp index a500e598399c9e..428ce488ddd1a0 100644 --- a/src/coreclr/tests/src/Interop/StringMarshalling/LPTSTR/LPTStrTestNative.cpp +++ b/src/coreclr/tests/src/Interop/StringMarshalling/LPTSTR/LPTStrTestNative.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 "../Native/StringMarshalingNative.h" diff --git a/src/coreclr/tests/src/Interop/StringMarshalling/LPTSTR/LPTStrTestNative.cs b/src/coreclr/tests/src/Interop/StringMarshalling/LPTSTR/LPTStrTestNative.cs index fb66ba94f6d814..022c3dc250eea8 100644 --- a/src/coreclr/tests/src/Interop/StringMarshalling/LPTSTR/LPTStrTestNative.cs +++ b/src/coreclr/tests/src/Interop/StringMarshalling/LPTSTR/LPTStrTestNative.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/coreclr/tests/src/Interop/StringMarshalling/Native/StringMarshalingNative.h b/src/coreclr/tests/src/Interop/StringMarshalling/Native/StringMarshalingNative.h index ddd0a78e08ec77..b75dafc15dae4b 100644 --- a/src/coreclr/tests/src/Interop/StringMarshalling/Native/StringMarshalingNative.h +++ b/src/coreclr/tests/src/Interop/StringMarshalling/Native/StringMarshalingNative.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. #include #include diff --git a/src/coreclr/tests/src/Interop/StringMarshalling/Native/StringMarshalingTestNative.cs b/src/coreclr/tests/src/Interop/StringMarshalling/Native/StringMarshalingTestNative.cs index add79f3ab23371..6790f121180b48 100644 --- a/src/coreclr/tests/src/Interop/StringMarshalling/Native/StringMarshalingTestNative.cs +++ b/src/coreclr/tests/src/Interop/StringMarshalling/Native/StringMarshalingTestNative.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/coreclr/tests/src/Interop/StringMarshalling/Native/StringTestEntrypoints.inl b/src/coreclr/tests/src/Interop/StringMarshalling/Native/StringTestEntrypoints.inl index b9255246af09b6..58d481dd139821 100644 --- a/src/coreclr/tests/src/Interop/StringMarshalling/Native/StringTestEntrypoints.inl +++ b/src/coreclr/tests/src/Interop/StringMarshalling/Native/StringTestEntrypoints.inl @@ -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. // This file is included by each of the various string testing projects. // The StringType and Tests type aliases and the FUNCTION_NAME macro diff --git a/src/coreclr/tests/src/Interop/StringMarshalling/VBByRefStr/PInvokeDef.cs b/src/coreclr/tests/src/Interop/StringMarshalling/VBByRefStr/PInvokeDef.cs index 71759c510b0fb7..e50f3d751694f6 100644 --- a/src/coreclr/tests/src/Interop/StringMarshalling/VBByRefStr/PInvokeDef.cs +++ b/src/coreclr/tests/src/Interop/StringMarshalling/VBByRefStr/PInvokeDef.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.Text; diff --git a/src/coreclr/tests/src/Interop/StringMarshalling/VBByRefStr/VBByRefStrNative.cpp b/src/coreclr/tests/src/Interop/StringMarshalling/VBByRefStr/VBByRefStrNative.cpp index 896996f401b29e..8b6148f3522976 100644 --- a/src/coreclr/tests/src/Interop/StringMarshalling/VBByRefStr/VBByRefStrNative.cpp +++ b/src/coreclr/tests/src/Interop/StringMarshalling/VBByRefStr/VBByRefStrNative.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 #include "platformdefines.h" diff --git a/src/coreclr/tests/src/Interop/StringMarshalling/VBByRefStr/VBByRefStrTest.cs b/src/coreclr/tests/src/Interop/StringMarshalling/VBByRefStr/VBByRefStrTest.cs index 8cd1cb13da38d8..1ae0b76b78b802 100644 --- a/src/coreclr/tests/src/Interop/StringMarshalling/VBByRefStr/VBByRefStrTest.cs +++ b/src/coreclr/tests/src/Interop/StringMarshalling/VBByRefStr/VBByRefStrTest.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.InteropServices; using System; diff --git a/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/Helper.cs b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/Helper.cs index 4f2f709d702fcd..007a1806f80d8c 100644 --- a/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/Helper.cs +++ b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/Helper.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/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/DelegatePInvoke/DelegatePInvokeTest.cs b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/DelegatePInvoke/DelegatePInvokeTest.cs index a76dd892fc7d48..f4e00e177e64ba 100644 Binary files a/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/DelegatePInvoke/DelegatePInvokeTest.cs and b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/DelegatePInvoke/DelegatePInvokeTest.cs differ diff --git a/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/ExpStructAsParamNative.cpp b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/ExpStructAsParamNative.cpp index ad1d0c83a57a01..fa296dd0b33ecb 100644 --- a/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/ExpStructAsParamNative.cpp +++ b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/ExpStructAsParamNative.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 "ExpStructAsParamNative.h" #include diff --git a/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/ExpStructAsParamNative.h b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/ExpStructAsParamNative.h index 026656771e3a09..ada67e4735b29d 100644 --- a/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/ExpStructAsParamNative.h +++ b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/ExpStructAsParamNative.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. #include #include diff --git a/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/ReversePInvokeManaged/ReversePInvokeTest.cs b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/ReversePInvokeManaged/ReversePInvokeTest.cs index 674bbb2f6f5b17..2f770f9cdba252 100644 --- a/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/ReversePInvokeManaged/ReversePInvokeTest.cs +++ b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/ReversePInvokeManaged/ReversePInvokeTest.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.Text; diff --git a/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/DelegatePInvoke/DelegatePInvokeTest.cs b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/DelegatePInvoke/DelegatePInvokeTest.cs index ad63deebdd2594..e8c2806a3b361e 100644 Binary files a/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/DelegatePInvoke/DelegatePInvokeTest.cs and b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/DelegatePInvoke/DelegatePInvokeTest.cs differ diff --git a/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/ReversePInvoke/ReversePInvokeTest_.cs b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/ReversePInvoke/ReversePInvokeTest_.cs index 2ee6ba354e9bf7..c4b1e480aadcc4 100644 --- a/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/ReversePInvoke/ReversePInvokeTest_.cs +++ b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/ReversePInvoke/ReversePInvokeTest_.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.Text; @@ -1855,4 +1854,4 @@ static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/SeqStructDelRevPInvokeNative.cpp b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/SeqStructDelRevPInvokeNative.cpp index c6898329fbd177..a2d9ba28f1d3e9 100644 --- a/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/SeqStructDelRevPInvokeNative.cpp +++ b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/SeqStructDelRevPInvokeNative.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 #include @@ -3359,4 +3358,4 @@ extern "C" DLL_EXPORT BOOL __stdcall DoCallBack_MarshalStructIntergerStructSeque if(argstr.i != 64) return false; return TRUE; -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/SeqStructDelRevPInvokeNative.h b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/SeqStructDelRevPInvokeNative.h index 50e8abd813ca74..e6cfe6e22b48dc 100644 --- a/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/SeqStructDelRevPInvokeNative.h +++ b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/SeqStructDelRevPInvokeNative.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. #include #include diff --git a/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/Struct.cs b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/Struct.cs index 207530c1273768..8605c7c7a267e3 100644 --- a/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/Struct.cs +++ b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/Struct.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/coreclr/tests/src/Interop/StructPacking/StructPacking.cs b/src/coreclr/tests/src/Interop/StructPacking/StructPacking.cs index 704552d85e1444..cae74be41b8a09 100644 --- a/src/coreclr/tests/src/Interop/StructPacking/StructPacking.cs +++ b/src/coreclr/tests/src/Interop/StructPacking/StructPacking.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/coreclr/tests/src/Interop/UnmanagedCallersOnly/UnmanagedCallersOnlyDll.cpp b/src/coreclr/tests/src/Interop/UnmanagedCallersOnly/UnmanagedCallersOnlyDll.cpp index 20b0074d5c7e57..e45cbebe2e7f84 100644 --- a/src/coreclr/tests/src/Interop/UnmanagedCallersOnly/UnmanagedCallersOnlyDll.cpp +++ b/src/coreclr/tests/src/Interop/UnmanagedCallersOnly/UnmanagedCallersOnlyDll.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 diff --git a/src/coreclr/tests/src/Interop/UnmanagedCallersOnly/UnmanagedCallersOnlyTest.cs b/src/coreclr/tests/src/Interop/UnmanagedCallersOnly/UnmanagedCallersOnlyTest.cs index 9ad1258479ffaa..68d700c9ccfa96 100644 --- a/src/coreclr/tests/src/Interop/UnmanagedCallersOnly/UnmanagedCallersOnlyTest.cs +++ b/src/coreclr/tests/src/Interop/UnmanagedCallersOnly/UnmanagedCallersOnlyTest.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; using System.Diagnostics; diff --git a/src/coreclr/tests/src/Interop/WinRT/Program.cs b/src/coreclr/tests/src/Interop/WinRT/Program.cs index c76afb5837ebe8..9e03629e24302e 100644 --- a/src/coreclr/tests/src/Interop/WinRT/Program.cs +++ b/src/coreclr/tests/src/Interop/WinRT/Program.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/coreclr/tests/src/Interop/WinRT/WindowsRuntimeImportAttribute.cs b/src/coreclr/tests/src/Interop/WinRT/WindowsRuntimeImportAttribute.cs index 4118488947c30a..64ec4467df14ae 100644 --- a/src/coreclr/tests/src/Interop/WinRT/WindowsRuntimeImportAttribute.cs +++ b/src/coreclr/tests/src/Interop/WinRT/WindowsRuntimeImportAttribute.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 System.Runtime.InteropServices.WindowsRuntime { diff --git a/src/coreclr/tests/src/Interop/common/ComHelpers.h b/src/coreclr/tests/src/Interop/common/ComHelpers.h index 673f19063647d3..93ae4a3a09fdce 100644 --- a/src/coreclr/tests/src/Interop/common/ComHelpers.h +++ b/src/coreclr/tests/src/Interop/common/ComHelpers.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/coreclr/tests/src/Interop/common/ExeLauncherProgram.cs b/src/coreclr/tests/src/Interop/common/ExeLauncherProgram.cs index 9d4ada32d2d0ce..d0f262a3b78535 100644 --- a/src/coreclr/tests/src/Interop/common/ExeLauncherProgram.cs +++ b/src/coreclr/tests/src/Interop/common/ExeLauncherProgram.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; @@ -74,4 +73,4 @@ static int Main(string[] noArgs) return p.ExitCode; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Interop/common/xplatform.h b/src/coreclr/tests/src/Interop/common/xplatform.h index 5e05e64974ce5d..35168b575bbecf 100644 --- a/src/coreclr/tests/src/Interop/common/xplatform.h +++ b/src/coreclr/tests/src/Interop/common/xplatform.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 __XPLAT_H__ #define __XPLAT_H__ diff --git a/src/coreclr/tests/src/JIT/BBT/Scenario4/Not-Int32.il b/src/coreclr/tests/src/JIT/BBT/Scenario4/Not-Int32.il index 3f64f24860c170..cbefd3927c3718 100644 --- a/src/coreclr/tests/src/JIT/BBT/Scenario4/Not-Int32.il +++ b/src/coreclr/tests/src/JIT/BBT/Scenario4/Not-Int32.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. // NOT Int32 Example in IL .assembly extern legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/CheckProjects/CheckProjects.cs b/src/coreclr/tests/src/JIT/CheckProjects/CheckProjects.cs index 5e72f865e29d60..702dced5a08349 100644 --- a/src/coreclr/tests/src/JIT/CheckProjects/CheckProjects.cs +++ b/src/coreclr/tests/src/JIT/CheckProjects/CheckProjects.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/coreclr/tests/src/JIT/CodeGenBringUpTests/Add1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Add1.cs index 1f06dfdfd92935..f0867f05bee21a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Add1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Add1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/And1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/And1.cs index 360ea90d7891aa..41ea01448886cf 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/And1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/And1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AndRef.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AndRef.cs index 8806a429d08cde..465dd0d446b66c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AndRef.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AndRef.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args4.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args4.cs index d2e7ca4b61bc98..e43533daa53d0a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args4.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args4.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args5.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args5.cs index 1a0016585035c2..67915c4fc949a0 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args5.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args5.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array1.cs index 02816151861bb5..d816b309078a79 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array1.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; @@ -25,4 +24,4 @@ static int Main() if (a[1] != 5) return Fail; return Pass; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array2.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array2.cs index e73b2712db1cc7..a8c9e38cb6c890 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array2.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array2.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; @@ -23,4 +22,4 @@ static int Main() if (Array2(a) != 2) return Fail; return Pass; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array3.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array3.cs index a6bab21d578882..37363e66101d19 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array3.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array3.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; @@ -24,4 +23,4 @@ static int Main() if (Array3() != 5) return Fail; return Pass; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array4.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array4.cs index 938ab97ae2fb7d..3187d3806e5fde 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array4.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array4.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; @@ -22,4 +21,4 @@ static int Main() if (Array4(1) != 2) return Fail; return Pass; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayExc.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayExc.cs index 7822467113987a..ba71e8b2af004e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayExc.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayExc.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; @@ -31,4 +30,4 @@ static int Main() } return Pass; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayJagged.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayJagged.cs index 1f0ec014aadca1..ab42c5bbe2f11f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayJagged.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayJagged.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; @@ -25,4 +24,4 @@ static int Main() if (ArrayJagged(1) != 3) return Fail; return Pass; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD1.cs index 642cd98ca69c68..e02346c1acf538 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD1.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; @@ -23,4 +22,4 @@ static int Main() if (ArrayMD1() != 2) return Fail; return Pass; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD2.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD2.cs index dba9dcc3d4fede..150d460629d8d1 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD2.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD2.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; @@ -24,4 +23,4 @@ static int Main() if (ArrayMD2(1, 1) != 42) return Fail; return Pass; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayObj.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayObj.cs index 75426b6fc6a514..d4c1013fd821bc 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayObj.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayObj.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; @@ -33,4 +32,4 @@ static int Main() if (ArrayObj(1) != 1) return Fail; return Pass; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAdd1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAdd1.cs index e6746e1c4150cd..811893f72b48a4 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAdd1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAdd1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAnd1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAnd1.cs index 41a480de2fe39e..953c527089d133 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAnd1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAnd1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgOr1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgOr1.cs index 04a9ceabc1fa3e..8665685aded68c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgOr1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgOr1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgSub1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgSub1.cs index 6325693e1f4b58..db4023b4e89219 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgSub1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgSub1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgXor1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgXor1.cs index 7c7bc10e8f2762..343806b52613f8 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgXor1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgXor1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/BinaryRMW.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/BinaryRMW.cs index 1eda8444d6666b..d0623b3ab75315 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/BinaryRMW.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/BinaryRMW.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Call1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Call1.cs index 789dc64d058325..8c56d89b4f7f20 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Call1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Call1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsBool.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsBool.cs index 4de1fdfcc2ed8f..d5bfec7a192c22 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsBool.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsBool.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsLng1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsLng1.cs index 0d9539a4b617d0..69b98049d16c26 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsLng1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsLng1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAdd.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAdd.cs index bf210a62b88cbc..bd1bbc0385c495 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAdd.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAdd.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAddConst.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAddConst.cs index c6bb4be6a4c93b..ca7957aeba611a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAddConst.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAddConst.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArea.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArea.cs index ccc8a989d71d00..a28e090e9dd58c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArea.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArea.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArray.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArray.cs index 1c133bfea9410c..01e3f9217aae88 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArray.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArray.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg2.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg2.cs index 060f49ee54eba5..2a59b054c165e1 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg2.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg2.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg6.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg6.cs index 8a18635bcd7ceb..de2534f687d857 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg6.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg6.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall1.cs index 85ed07f32e893c..507f113691a6dd 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall2.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall2.cs index bede8a02c9ebab..6251b4180f0e89 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall2.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall2.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDist.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDist.cs index 461c973cb3df09..77356fab920992 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDist.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDist.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDiv.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDiv.cs index d093d980bce01c..d7ea7cdba4ab63 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDiv.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDiv.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDivConst.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDivConst.cs index dfefed6c10ed70..3070ec206af228 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDivConst.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDivConst.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblFillArray.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblFillArray.cs index 3d49adafbb5252..4a55b98623e559 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblFillArray.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblFillArray.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMul.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMul.cs index 7a0bb412496c8e..39b93fac260a1a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMul.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMul.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMulConst.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMulConst.cs index 6489ae6c4f7474..4438547019daa9 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMulConst.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMulConst.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblNeg.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblNeg.cs index 816f1659214f9a..2ccff0ed7513e8 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblNeg.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblNeg.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRem.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRem.cs index 8ab79eac80d897..170143e2dae481 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRem.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRem.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRoots.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRoots.cs index e7861087b70912..17dfcc6502861f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRoots.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRoots.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSub.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSub.cs index 70620b41f15942..f6e5d0506e24c7 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSub.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSub.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSubConst.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSubConst.cs index f214685185c671..73db3393d132e2 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSubConst.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSubConst.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblVar.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblVar.cs index 50ec1239085dac..6af9be8b9876be 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblVar.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblVar.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DivConst.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DivConst.cs index a7418f75f79f84..3bb37f3e7fe51c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DivConst.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DivConst.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/coreclr/tests/src/JIT/CodeGenBringUpTests/Eq1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Eq1.cs index 79acad4f4b8233..07dbfd02757084 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Eq1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Eq1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAdd.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAdd.cs index bd171845267646..7cb544f088413c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAdd.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAdd.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAddConst.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAddConst.cs index 46dfa33f5cb9ed..cc934b4de7321c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAddConst.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAddConst.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArea.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArea.cs index ff3965b31a4dfe..e761783d466da6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArea.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArea.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArray.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArray.cs index 5691baae2b95b2..bac895ab76bb37 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArray.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArray.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg2.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg2.cs index 3a308f059f9fd1..d581a129d09482 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg2.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg2.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg6.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg6.cs index 62a5907d7ab07d..5648a62ce71893 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg6.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg6.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall1.cs index ccf18c228d8390..aa26eff68625d8 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall2.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall2.cs index c20d19d2fbc3fc..e85c31a29eaaae 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall2.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall2.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng.cs index e3ce216ac445e6..6e117d2e923be9 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2F.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2F.cs index 6e8f27fb4cfb91..0383cf017432c6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2F.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2F.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2I.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2I.cs index f3791d4531bac7..f9d79532c0c685 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2I.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2I.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng.cs index da15bdba10fcaa..f70441119c6121 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvI2F.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvI2F.cs index 76f4df3134a091..a45980e354d953 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvI2F.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvI2F.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDist.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDist.cs index dbeaa2cddd7038..b5e5f2e390d7b6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDist.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDist.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDiv.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDiv.cs index 265600bafcb702..5e2464774ee838 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDiv.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDiv.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDivConst.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDivConst.cs index fa648d3961aff2..f7176926670c2b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDivConst.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDivConst.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPError.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPError.cs index 7ebbc86795fdc1..c34818df995455 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPError.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPError.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPFillArray.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPFillArray.cs index d5764eee5fa182..f227e94f93b955 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPFillArray.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPFillArray.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMath.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMath.cs index 4522f02ac7cc78..8f235f19d52fcf 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMath.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMath.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMul.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMul.cs index 4365869b4952b2..ec6bfdb764f33b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMul.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMul.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMulConst.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMulConst.cs index 7b38384fbae126..94b6e8d0b6c2a2 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMulConst.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMulConst.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPNeg.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPNeg.cs index 284c86d735790e..bdd8b6726afe5c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPNeg.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPNeg.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRem.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRem.cs index ee93b958fb7a2c..29364f4995978f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRem.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRem.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRoots.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRoots.cs index 337f74d5809938..723deded05d38c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRoots.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRoots.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSmall.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSmall.cs index 93233c4f47f979..91d61ab039abec 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSmall.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSmall.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSub.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSub.cs index cae756c0b6dda4..50231d8e28698b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSub.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSub.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSubConst.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSubConst.cs index c9c32e4621ea34..ff98f827ae6311 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSubConst.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSubConst.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPVar.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPVar.cs index 6c9360ff0dbfa6..f98a5249067804 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPVar.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPVar.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FactorialRec.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FactorialRec.cs index 1ae23f377a0f8d..7dcff69807cadf 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FactorialRec.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FactorialRec.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FibLoop.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FibLoop.cs index 639aaf2d5ad157..7edde48700435c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FibLoop.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FibLoop.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FiboRec.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FiboRec.cs index 684bdfd913a388..109f0484d3530d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FiboRec.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FiboRec.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gcd.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gcd.cs index 7e4618f7fa2729..7f885a98e35bc5 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gcd.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gcd.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ge1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ge1.cs index 620cb8affa5f4b..dfafb100c3820a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ge1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ge1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gt1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gt1.cs index 938144dace3c61..c9aa77b0f77776 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gt1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gt1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ind1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ind1.cs index ffdf28e2ded910..35107e08e356c3 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ind1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ind1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InitObj.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InitObj.cs index f52774b4ff504f..6d897f22a7ce4d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InitObj.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InitObj.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InstanceCalls.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InstanceCalls.cs index cc57fd091c0857..9c46d1faf6f100 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InstanceCalls.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InstanceCalls.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntArraySum.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntArraySum.cs index a7b533b9eef7c5..44e2fcd6d44695 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntArraySum.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntArraySum.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntConv.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntConv.cs index 11cf17d0929bc2..f2d40873b98192 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntConv.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntConv.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrue1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrue1.cs index 67818d5efb1c60..efc582c9091103 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrue1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrue1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl.cs index a8626216236c76..1dbda0fe52d9b1 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP.cs index b23a60bc918426..fbfb3a3afb9494 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1.cs index 2c1531a08e80c9..ecd0696cc89c9d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl.cs index bc5777eab9a174..e35ab0df570b25 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP.cs index 0e1fbc0241bee6..4973c9868a89d4 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1.cs index a708d2d346bbea..81a88f9c90688a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl.cs index 3f99edb6b70446..7b1364c9fd5a64 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP.cs index fb760e04c87166..4296a9bb28449b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1.cs index bfa6b5f0bd1c31..98bea9bec15773 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl.cs index 2aa6f664d1a448..f2c90daa5fe098 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP.cs index b217a1327e316a..ce53fbca61ba5f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1.cs index bf8668839d7166..e628fb2c80b5ce 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl.cs index bfa6154271b921..c0b03e0f4b3788 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP.cs index 7e4ddbfbf7f2ed..4e1ab83b1425c8 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1.cs index ed8f805cdb1be5..aebef1ffaace87 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl.cs index 2704fabe1ed6cb..343af6764f9944 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP.cs index c2af9d26e4e44a..b88dc727246ae6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1.cs index a45aabcd6ee4ab..52d61b15d9fc23 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Jmp1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Jmp1.cs index 6992d84e70df1c..464da953459ef4 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Jmp1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Jmp1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Le1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Le1.cs index b79141534fc7c9..150bf9a6662dc4 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Le1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Le1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LeftShift.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LeftShift.cs index 55b81a6aca5f55..e4be05bd49b45e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LeftShift.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LeftShift.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LngConv.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LngConv.cs index b6f2c339afc61e..1ef2ed3abd64b9 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LngConv.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LngConv.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Localloc.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Localloc.cs index 957f80f00d5b5b..9df43f53a64003 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Localloc.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Localloc.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N.cs index 3d01df6aedb4cb..5093f4338df51e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_PSP.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_PSP.cs index 4dd836ec469010..34dbaca2b0429b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_PSP.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_PSP.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1.cs index 59a0db40755b1f..d0ba0a28d0a6d0 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117.cs index b399379f62b76f..c13a14a5a650c2 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_PSP.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_PSP.cs index 4518f0a725d428..f67aa49355aaa6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_PSP.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_PSP.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_PSP.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_PSP.cs index 834d1d80f142f9..c6aae059d321bf 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_PSP.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_PSP.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB32_Loop.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB32_Loop.cs index a3d5a74b4f9cbc..a9e47a323fd5c2 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB32_Loop.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB32_Loop.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5.cs index 81c34b4b57f05a..d247e84ae0bfb6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001.cs index 27557bd421411a..9f7cdee57762d8 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_PSP.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_PSP.cs index ce411de38ebe26..8cdc6a436e6ee5 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_PSP.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_PSP.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_PSP.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_PSP.cs index f19b4fc7af8378..3a786294b64ea0 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_PSP.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_PSP.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocLarge.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocLarge.cs index 6b49b177c19ff6..1d7e9780e98707 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocLarge.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocLarge.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/coreclr/tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn.cs index 108ccde603d3b1..76319c91a90cb4 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Lt1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Lt1.cs index 6cd4cb001a3610..23f2eb3641c280 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Lt1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Lt1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ModConst.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ModConst.cs index c2b525b615a262..49caca1575eb00 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ModConst.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ModConst.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/coreclr/tests/src/JIT/CodeGenBringUpTests/Ne1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ne1.cs index b6c976aa529bcc..511e3056cefb03 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ne1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ne1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NegRMW.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NegRMW.cs index 146ae53090daef..cb921572841497 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NegRMW.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NegRMW.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NestedCall.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NestedCall.cs index cfb55a177bd12e..eabd920ba2168a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NestedCall.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NestedCall.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotAndNeg.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotAndNeg.cs index 9e8fe0a5f97df7..67a6e4903db17a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotAndNeg.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotAndNeg.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotRMW.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotRMW.cs index 388380404b15f1..2754720241e5fa 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotRMW.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotRMW.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ObjAlloc.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ObjAlloc.cs index ff58548a838fb5..a783ee4af20fea 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ObjAlloc.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ObjAlloc.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal.cs index 88879050e3ac0a..28f5e87c842a50 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Or1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Or1.cs index 6930bffe96ba58..f939a1cd0ac63f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Or1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Or1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OrRef.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OrRef.cs index 28b58f273acf71..a34a5cad9baabb 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OrRef.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OrRef.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall.cs index a38b34d799cc2f..ea0ae9bb454933 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall.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/coreclr/tests/src/JIT/CodeGenBringUpTests/RightShiftRef.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RightShiftRef.cs index 18dc8d7ec6e36b..d7da68fb5ef47d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RightShiftRef.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RightShiftRef.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Rotate.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Rotate.cs index 9c5d9599a67dd1..c3c1f2ef1c208f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Rotate.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Rotate.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Shift.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Shift.cs index 085ad3f31f83b7..df3feab8ad3528 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Shift.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Shift.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticCalls.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticCalls.cs index 25512d5cd02761..c3b4373a75bef6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticCalls.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticCalls.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticValueField.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticValueField.cs index a1d8448c3602ca..6bf24db573aec5 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticValueField.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticValueField.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/coreclr/tests/src/JIT/CodeGenBringUpTests/StructFldAddr.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructFldAddr.cs index efaedb4ba5ec55..7ac2a34c57bfb5 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructFldAddr.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructFldAddr.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructInstMethod.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructInstMethod.cs index 6385f37f395b08..12fcc88cd43177 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructInstMethod.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructInstMethod.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructReturn.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructReturn.cs index 488c4b962a058a..768fcce150fc77 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructReturn.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructReturn.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Sub1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Sub1.cs index f776de4f5cc050..555580dc0560ba 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Sub1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Sub1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/SubRef.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/SubRef.cs index d9a5475048b026..6d6f031b9fe2e6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/SubRef.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/SubRef.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Swap.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Swap.cs index 7a8ee0b59c74f6..a7a973d1ee83f6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Swap.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Swap.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Switch.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Switch.cs index e98d47f3338028..d1d173b2b7294e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Switch.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Switch.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/coreclr/tests/src/JIT/CodeGenBringUpTests/UDivConst.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UDivConst.cs index 47489c14945868..13f14db01fe00f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UDivConst.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UDivConst.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/coreclr/tests/src/JIT/CodeGenBringUpTests/UModConst.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UModConst.cs index 70dbe91b3a49c1..1326fc6b13c63a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UModConst.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UModConst.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/coreclr/tests/src/JIT/CodeGenBringUpTests/Unbox.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Unbox.cs index 13ce904ff52c13..e594964d0e60cb 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Unbox.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Unbox.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Xor1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Xor1.cs index 558df23764675c..3187cb0bc482d7 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Xor1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Xor1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/XorRef.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/XorRef.cs index d2c84ecc646efe..f89fc5ca8b2604 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/XorRef.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/XorRef.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/addref.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/addref.cs index 09a2670326113a..34c4185618c086 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/addref.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/addref.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div1.cs index a97ae33bcdf246..7ebb10d1e035fa 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div2.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div2.cs index 277e08f03dee99..678e8c73d912e6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div2.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div2.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/divref.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/divref.cs index ae06166722de8a..dbbdc986c35301 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/divref.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/divref.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul1.cs index 35551b8e89d523..62c0a7051d5864 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul2.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul2.cs index 3ab7fb827c727a..35111c8d971432 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul2.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul2.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul3.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul3.cs index 8c90efad79818b..6888e33a64bd84 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul3.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul3.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul4.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul4.cs index 2958b6fec5b029..7ebd4ad81dcf2e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul4.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul4.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/rem1.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/rem1.cs index 30712c020108cf..90123a109ba02e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/rem1.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/rem1.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. // diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/struct16args.cs b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/struct16args.cs index c39a95e7053857..76724afc288b13 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/struct16args.cs +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/struct16args.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. // diff --git a/src/coreclr/tests/src/JIT/Directed/Arrays/complex1.cs b/src/coreclr/tests/src/JIT/Directed/Arrays/complex1.cs index bcf80e7751598f..c4f77200649c35 100644 --- a/src/coreclr/tests/src/JIT/Directed/Arrays/complex1.cs +++ b/src/coreclr/tests/src/JIT/Directed/Arrays/complex1.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/coreclr/tests/src/JIT/Directed/Arrays/complex2.cs b/src/coreclr/tests/src/JIT/Directed/Arrays/complex2.cs index 20f83bfae39d00..d4ce9641af1d0a 100644 --- a/src/coreclr/tests/src/JIT/Directed/Arrays/complex2.cs +++ b/src/coreclr/tests/src/JIT/Directed/Arrays/complex2.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/coreclr/tests/src/JIT/Directed/Arrays/simple1.cs b/src/coreclr/tests/src/JIT/Directed/Arrays/simple1.cs index 49e6414108f27d..d12ebf2b33fefa 100644 --- a/src/coreclr/tests/src/JIT/Directed/Arrays/simple1.cs +++ b/src/coreclr/tests/src/JIT/Directed/Arrays/simple1.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/coreclr/tests/src/JIT/Directed/Arrays/simple2.cs b/src/coreclr/tests/src/JIT/Directed/Arrays/simple2.cs index 2ab570f98d0b6a..34d6030e874695 100644 --- a/src/coreclr/tests/src/JIT/Directed/Arrays/simple2.cs +++ b/src/coreclr/tests/src/JIT/Directed/Arrays/simple2.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/coreclr/tests/src/JIT/Directed/BitTest/BitTest.cs b/src/coreclr/tests/src/JIT/Directed/BitTest/BitTest.cs index 7cb6a2568d7ed3..7032d58d21606a 100644 --- a/src/coreclr/tests/src/JIT/Directed/BitTest/BitTest.cs +++ b/src/coreclr/tests/src/JIT/Directed/BitTest/BitTest.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/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_1.cs b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_1.cs index 7fb99bf5341692..6c7dcad73d7f02 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_1.cs +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_1.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. // // diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_2.cs b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_2.cs index bdeb2ddd145c19..83ee8123e89265 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_2.cs +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_2.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. // // diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_3.cs b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_3.cs index 6d1dacecd1e214..75b364c010523c 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_3.cs +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_3.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. // // diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_4.cs b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_4.cs index 63eec67a2f555c..4090e7e80c84b0 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_4.cs +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_4.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. // // diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_6.cs b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_6.cs index 3ddf6ba7a508a9..89b5d0e5ec1f5a 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_6.cs +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_6.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. // // diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_1.cs b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_1.cs index 9e82010e35799f..beb90471ec6f16 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_1.cs +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_1.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. // // diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_2.cs b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_2.cs index 1dcbbbda3076ea..f23fe7ccb1695f 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_2.cs +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_2.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. // // diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_3.cs b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_3.cs index 2ce4731cca0325..4fe5996d4b5bfb 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_3.cs +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_3.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. // // diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_4.cs b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_4.cs index ba165df49cd9dd..dc53faac9f0546 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_4.cs +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_4.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. // // diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_6.cs b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_6.cs index 746d974c2c1ced..9f4cc5318734cc 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_6.cs +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_6.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. // // diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_1.cs b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_1.cs index 64e43619c8f60c..2a03d1e85763ee 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_1.cs +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_1.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. // // diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_2.cs b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_2.cs index 7cf358193d967e..aff5f4d37d3028 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_2.cs +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_2.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. // // diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_3.cs b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_3.cs index 1bf309e7751c98..db5a58b02fe6c2 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_3.cs +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_3.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. // // diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_4.cs b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_4.cs index ce0d1d1045adf3..47ef9104a26fc8 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_4.cs +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_4.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. // // diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_1.cs b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_1.cs index 851fe941cf8cf9..c8ad7a2c110ed1 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_1.cs +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_1.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. // // diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_2.cs b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_2.cs index 2632ffdb26c5b8..b439c477c0cf90 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_2.cs +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_2.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. // // diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_3.cs b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_3.cs index 6727fa8eef0829..c8147b555a1e44 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_3.cs +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_3.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. // // diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_4.cs b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_4.cs index 4669b800cdf2de..c2a9279a7df3d1 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_4.cs +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_4.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. // // diff --git a/src/coreclr/tests/src/JIT/Directed/Convert/implicitConv.il b/src/coreclr/tests/src/JIT/Directed/Convert/implicitConv.il index d52257ddb6cef5..c4e810e0cad6ef 100644 --- a/src/coreclr/tests/src/JIT/Directed/Convert/implicitConv.il +++ b/src/coreclr/tests/src/JIT/Directed/Convert/implicitConv.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/Convert/ldind_conv.il b/src/coreclr/tests/src/JIT/Directed/Convert/ldind_conv.il index 32c1ea8ca7dfb0..3c19bb3b7c0cdb 100644 --- a/src/coreclr/tests/src/JIT/Directed/Convert/ldind_conv.il +++ b/src/coreclr/tests/src/JIT/Directed/Convert/ldind_conv.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 mscorlib { auto } diff --git a/src/coreclr/tests/src/JIT/Directed/Convert/ldind_conv_gen.csx b/src/coreclr/tests/src/JIT/Directed/Convert/ldind_conv_gen.csx index 03621c06287a12..dbb222a60689b5 100644 --- a/src/coreclr/tests/src/JIT/Directed/Convert/ldind_conv_gen.csx +++ b/src/coreclr/tests/src/JIT/Directed/Convert/ldind_conv_gen.csx @@ -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. // This C# script can be executed using the csi // tool found in Tools\net46\roslyn\tools. diff --git a/src/coreclr/tests/src/JIT/Directed/Convert/minopts_convu1.il b/src/coreclr/tests/src/JIT/Directed/Convert/minopts_convu1.il index dfafc43694766a..324f3e351c269a 100644 --- a/src/coreclr/tests/src/JIT/Directed/Convert/minopts_convu1.il +++ b/src/coreclr/tests/src/JIT/Directed/Convert/minopts_convu1.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/excepobj/excepobj.il b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/excepobj/excepobj.il index 40cc66b11067c2..8e06872edb657e 100644 --- a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/excepobj/excepobj.il +++ b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/excepobj/excepobj.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/fault/fault.il b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/fault/fault.il index 4ce17675d1a820..e53ccef69f3311 100644 --- a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/fault/fault.il +++ b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/fault/fault.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed/mixed.il b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed/mixed.il index 3f69ae6166d2c5..c83b5b752a1fe8 100644 --- a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed/mixed.il +++ b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed/mixed.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed3/mixed3.il b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed3/mixed3.il index be27cfb19575f1..891fd2997f360f 100644 --- a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed3/mixed3.il +++ b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed3/mixed3.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.Console diff --git a/src/coreclr/tests/src/JIT/Directed/FaultHandlers/CallOrder/CallOrder.il b/src/coreclr/tests/src/JIT/Directed/FaultHandlers/CallOrder/CallOrder.il index caaed70eb1172e..e38fa0f5eb5423 100644 --- a/src/coreclr/tests/src/JIT/Directed/FaultHandlers/CallOrder/CallOrder.il +++ b/src/coreclr/tests/src/JIT/Directed/FaultHandlers/CallOrder/CallOrder.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Nesting/Nesting.il b/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Nesting/Nesting.il index c11c540f67d35a..be5735f954c9f0 100644 --- a/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Nesting/Nesting.il +++ b/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Nesting/Nesting.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Simple/simple.il b/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Simple/simple.il index ef89aa76648f9c..26368a9b602823 100644 --- a/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Simple/simple.il +++ b/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Simple/simple.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/PInvokeTail.il b/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/PInvokeTail.il index b9eb324067003f..4bae8769b81da0 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/PInvokeTail.il +++ b/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/PInvokeTail.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/tailwinapi.il b/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/tailwinapi.il index 07d6b423478b1d..603fc1a8e34d05 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/tailwinapi.il +++ b/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/tailwinapi.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/ExplicitTailCallNoSO.il b/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/ExplicitTailCallNoSO.il index 562bddd68098ac..203a08bfdfc202 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/ExplicitTailCallNoSO.il +++ b/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/ExplicitTailCallNoSO.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/coreclr/tests/src/JIT/Directed/IL/Tailcall/JitTailcall1.il b/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/JitTailcall1.il index d42f1d7caad435..b229bce6798c14 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/JitTailcall1.il +++ b/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/JitTailcall1.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/Jittailcall2.il b/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/Jittailcall2.il index 5a9b1c944eee4d..fd08a8eb35e5d8 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/Jittailcall2.il +++ b/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/Jittailcall2.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. diff --git a/src/coreclr/tests/src/JIT/Directed/IL/leave/leave2.il b/src/coreclr/tests/src/JIT/Directed/IL/leave/leave2.il index f8189bd3cdc010..4a0d81e672ebc9 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/leave/leave2.il +++ b/src/coreclr/tests/src/JIT/Directed/IL/leave/leave2.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. .module 'rethrow.exe' .assembly extern legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Directed/IL/mutualrecur-tailcall/MutualRecur-TailCall.il b/src/coreclr/tests/src/JIT/Directed/IL/mutualrecur-tailcall/MutualRecur-TailCall.il index a7c8b7ac034bb1..e16180a1c2cf6f 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/mutualrecur-tailcall/MutualRecur-TailCall.il +++ b/src/coreclr/tests/src/JIT/Directed/IL/mutualrecur-tailcall/MutualRecur-TailCall.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/IL/rethrow/rethrow1.il b/src/coreclr/tests/src/JIT/Directed/IL/rethrow/rethrow1.il index 12117db9ac33ad..4c428ac7884b83 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/rethrow/rethrow1.il +++ b/src/coreclr/tests/src/JIT/Directed/IL/rethrow/rethrow1.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/IL/rethrow/rethrow2.il b/src/coreclr/tests/src/JIT/Directed/IL/rethrow/rethrow2.il index fd7ed65fe710ff..39067167cff203 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/rethrow/rethrow2.il +++ b/src/coreclr/tests/src/JIT/Directed/IL/rethrow/rethrow2.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/Misc/Concat/ConcatTest.cs b/src/coreclr/tests/src/JIT/Directed/Misc/Concat/ConcatTest.cs index 14d754474a7001..28e3f9b0019b25 100644 --- a/src/coreclr/tests/src/JIT/Directed/Misc/Concat/ConcatTest.cs +++ b/src/coreclr/tests/src/JIT/Directed/Misc/Concat/ConcatTest.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/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/BadRegArgs.il b/src/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/BadRegArgs.il index 355685f409b92e..a30259860a94bc 100644 --- a/src/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/BadRegArgs.il +++ b/src/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/BadRegArgs.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/SideEffects.il b/src/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/SideEffects.il index 02ad880b19c13f..d0ffd384f713ef 100644 --- a/src/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/SideEffects.il +++ b/src/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/SideEffects.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/Misc/function_pointer/MutualThdRecur-fptr.il b/src/coreclr/tests/src/JIT/Directed/Misc/function_pointer/MutualThdRecur-fptr.il index f79d17bb3577b3..fa0447a72abca8 100644 --- a/src/coreclr/tests/src/JIT/Directed/Misc/function_pointer/MutualThdRecur-fptr.il +++ b/src/coreclr/tests/src/JIT/Directed/Misc/function_pointer/MutualThdRecur-fptr.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.Console { auto } diff --git a/src/coreclr/tests/src/JIT/Directed/Misc/function_pointer/funcptrtest.il b/src/coreclr/tests/src/JIT/Directed/Misc/function_pointer/funcptrtest.il index 9cca2b5b522bc5..4e690b43e50f15 100644 --- a/src/coreclr/tests/src/JIT/Directed/Misc/function_pointer/funcptrtest.il +++ b/src/coreclr/tests/src/JIT/Directed/Misc/function_pointer/funcptrtest.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/Misc/gettype/gettypetypeofmatrix.cs b/src/coreclr/tests/src/JIT/Directed/Misc/gettype/gettypetypeofmatrix.cs index f0e22d14bb8bf5..0c0f6fef27ba76 100644 --- a/src/coreclr/tests/src/JIT/Directed/Misc/gettype/gettypetypeofmatrix.cs +++ b/src/coreclr/tests/src/JIT/Directed/Misc/gettype/gettypetypeofmatrix.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/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1.cs b/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1.cs index 1350f10c45e16c..6e83f487091de6 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1.cs +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1.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; namespace PrimitiveVT diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2.cs b/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2.cs index 82f3e8af9dc7db..a350632b50f449 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2.cs +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2.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; namespace PrimitiveVT diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/helper.cs b/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/helper.cs index 1d171e368242ce..de66fbb5bb9db4 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/helper.cs +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/helper.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 PrimitiveVT { diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/Box_Unbox.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/Box_Unbox.il index 44aa92f614c3b1..84efe86af5e3dd 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/Box_Unbox.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/Box_Unbox.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/Desktop/add.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/Desktop/add.il index 53a30e5fae4773..adf595d17ac108 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/Desktop/add.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/Desktop/add.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/add.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/add.il index 53a30e5fae4773..adf595d17ac108 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/add.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/add.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/arglist.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/arglist.il index 9b993bfcd6e24c..7559a8c6cfc179 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/arglist.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/arglist.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. /* diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/arglist64.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/arglist64.il index 54822dd73d0329..4b328281e2863b 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/arglist64.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/arglist64.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. /* diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/arglistARM.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/arglistARM.il index 86c23ca4b9b560..3778c5d9f9aed9 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/arglistARM.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/arglistARM.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. /* diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/array_tests.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/array_tests.il index cb97ea6d6f4afc..87d03fe6a84f2f 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/array_tests.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/array_tests.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/cpblk.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/cpblk.il index af7e8b3d3963f1..71b3290da07c5f 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/cpblk.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/cpblk.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/cpobj.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/cpobj.il index ce8d56e6be62eb..47b11cbaf05e6f 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/cpobj.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/cpobj.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/field_tests.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/field_tests.il index a9d68e1ecc1ae6..02a8a62e77ec9b 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/field_tests.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/field_tests.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/fielda_tests.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/fielda_tests.il index fe219fd31771d4..902d2fbbdac3f8 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/fielda_tests.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/fielda_tests.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/initblk.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/initblk.il index b4aeec08ff44bd..f0728d8e9e1a40 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/initblk.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/initblk.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/initobj.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/initobj.il index c5d760b56cf2b1..3d4b21b555205b 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/initobj.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/initobj.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldind_stind.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldind_stind.il index 183032da497728..f8aed3eae64ffc 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldind_stind.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldind_stind.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldloca.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldloca.il index 422c799f746f70..dbcb22f0464637 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldloca.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldloca.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldobj.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldobj.il index 491918f722904c..298974dfa9a733 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldobj.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldobj.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/localloc.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/localloc.il index 9548b3e8a53845..b5923a7c226907 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/localloc.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/localloc.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.Console { @@ -127,4 +126,4 @@ End: ret .try TryStart to TryEnd filter Filter handler Handler to EndHandler } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/Box_Unbox.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/Box_Unbox.il index cb582585091fd9..2de4c274f91aec 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/Box_Unbox.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/Box_Unbox.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/add.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/add.il index b69f2812d11553..4786faf9fdb558 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/add.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/add.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. // (04/08/09) Updated the layout field values to match unaligned.0x2. Else the test fails on IA64 if explicit layouts are specified. diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/arglist.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/arglist.il index 23200f5ab4a4fa..18a653b9cdda16 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/arglist.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/arglist.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. /* diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/arglist64.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/arglist64.il index b5f89a873a83dc..ab5fafadacd21c 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/arglist64.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/arglist64.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. /* diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/arglistARM.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/arglistARM.il index 70f5a65c8b0802..06d1017e036a6f 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/arglistARM.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/arglistARM.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. /* diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/array_tests.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/array_tests.il index 6b9ec1c4d3b6a8..1fac5f3a64f8de 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/array_tests.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/array_tests.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/cpblk.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/cpblk.il index 2b82686459e17e..6de108da5a2a34 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/cpblk.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/cpblk.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/cpobj.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/cpobj.il index 0023dd6f605a4f..11843a00d643c7 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/cpobj.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/cpobj.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/field_tests.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/field_tests.il index 3ea233e2c20151..5d95911204a6c6 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/field_tests.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/field_tests.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/fielda_tests.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/fielda_tests.il index 9b352c8ea645ad..2c9d86fcb87ee2 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/fielda_tests.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/fielda_tests.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/initblk.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/initblk.il index c1612247c4d3a4..d7d123e144216a 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/initblk.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/initblk.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/initobj.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/initobj.il index f81bff1ae8de6f..26d402b5bb42d5 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/initobj.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/initobj.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldind_stind.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldind_stind.il index a6b7318805b021..44976df3d5c852 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldind_stind.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldind_stind.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldloca.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldloca.il index 67733bb246eacf..d224f8124292f5 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldloca.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldloca.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 legacy library mscorlib {} .assembly extern System.Console @@ -54,4 +53,4 @@ FAIL: ldc.i4 0x0 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldobj.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldobj.il index ee322bef35c07f..347d49175190ae 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldobj.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldobj.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/localloc.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/localloc.il index 2d2a9db16abd3a..850fd6351e448d 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/localloc.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/localloc.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/Box_Unbox.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/Box_Unbox.il index ddd113cb8ebc3c..b9d36ae10e83c6 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/Box_Unbox.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/Box_Unbox.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/Desktop/add.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/Desktop/add.il index 6f5f1ab7ddec72..2d7a18dc0c7c2d 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/Desktop/add.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/Desktop/add.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 legacy library mscorlib {} @@ -103,4 +102,4 @@ FAIL: ldc.i4 0x0 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/add.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/add.il index aca837aad24517..a35deeab99af5a 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/add.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/add.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 legacy library mscorlib {} @@ -103,4 +102,4 @@ FAIL: ldc.i4 0x0 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/arglist.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/arglist.il index ab01dae28d44e4..cea7f3686214b2 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/arglist.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/arglist.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. /* diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/arglist64.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/arglist64.il index 551203c6a6e8a9..8d947cf8dc3679 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/arglist64.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/arglist64.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. /* diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/arglistARM.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/arglistARM.il index cbceb06ba56b94..1dbd16ca018703 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/arglistARM.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/arglistARM.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. /* diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/array_tests.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/array_tests.il index daaaea598617f2..5699e615eefebe 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/array_tests.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/array_tests.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 legacy library mscorlib {} .assembly extern System.Console @@ -328,4 +327,4 @@ FAIL: ldc.i4 0x0 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/cpblk.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/cpblk.il index c1e9bfd62eae0f..1b0e8efeaf064f 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/cpblk.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/cpblk.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 legacy library mscorlib {} .assembly extern System.Console @@ -108,4 +107,4 @@ FAIL: ldc.i4 0x0 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/cpobj.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/cpobj.il index e837cc0f93ad4f..411dd5a7b5b436 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/cpobj.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/cpobj.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/field_tests.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/field_tests.il index 170a01999ae5eb..6ba9e93a8fc882 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/field_tests.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/field_tests.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/fielda_tests.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/fielda_tests.il index 04c319abe3c064..161815f5763b69 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/fielda_tests.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/fielda_tests.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/initblk.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/initblk.il index 183692eb7bccc6..00ee567afa142c 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/initblk.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/initblk.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 legacy library mscorlib {} .assembly extern System.Console @@ -50,4 +49,4 @@ FAIL: ldc.i4 0x0 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/initobj.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/initobj.il index ae86d06c33bf0f..dc05f3873a801a 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/initobj.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/initobj.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 legacy library mscorlib {} .assembly extern System.Console @@ -134,4 +133,4 @@ ldc.i4 0x0 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldind_stind.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldind_stind.il index bf54a8046ea733..f3952f94b53042 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldind_stind.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldind_stind.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 legacy library mscorlib {} .assembly extern System.Console @@ -149,4 +148,4 @@ FAIL: ldc.i4 0x0 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldloca.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldloca.il index 34f92244746636..600d12f651e067 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldloca.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldloca.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 legacy library mscorlib {} .assembly extern System.Console @@ -54,4 +53,4 @@ FAIL: ldc.i4 0x0 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldobj.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldobj.il index 3653d440deafa1..bb660619e0d738 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldobj.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldobj.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/localloc.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/localloc.il index 1a8eefc1b6cf26..9a9b06b288a055 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/localloc.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/localloc.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.Console { @@ -127,4 +126,4 @@ End: ret .try TryStart to TryEnd filter Filter handler Handler to EndHandler } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/Box_Unbox.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/Box_Unbox.il index 0e8e484350eb29..ddf71294b0199a 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/Box_Unbox.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/Box_Unbox.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/Desktop/add.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/Desktop/add.il index 58f632492bb215..dd3019b32510e4 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/Desktop/add.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/Desktop/add.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 legacy library mscorlib {} @@ -116,4 +115,4 @@ FAIL: ldc.i4 0x0 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/add.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/add.il index 718fb6dbabd335..dd3019b32510e4 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/add.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/add.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/arglist.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/arglist.il index 626e951499328f..bd712a96b40d3c 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/arglist.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/arglist.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. /* diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/arglist64.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/arglist64.il index 5f27fa6e8fd7f8..263d6b16ca77dc 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/arglist64.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/arglist64.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. /* diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/arglistARM.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/arglistARM.il index ebaa1155f4179e..2588f24b5f98e9 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/arglistARM.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/arglistARM.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. /* diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/array_tests.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/array_tests.il index 0132359f6d430b..abf89069e04cc7 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/array_tests.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/array_tests.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/cpblk.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/cpblk.il index 23b2e75dbbf11e..d2c69f9d18c878 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/cpblk.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/cpblk.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/cpobj.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/cpobj.il index 513ecea6748b33..3a6b1de45de927 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/cpobj.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/cpobj.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/field_tests.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/field_tests.il index deea09fae88068..e1f2338f032c71 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/field_tests.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/field_tests.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/fielda_tests.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/fielda_tests.il index b16b664723ee19..a850e2a500a395 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/fielda_tests.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/fielda_tests.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/initblk.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/initblk.il index 37ced20491e0c5..c77e74c2ebb098 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/initblk.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/initblk.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/initobj.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/initobj.il index 98864c4ebf4902..35ad51df1646a5 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/initobj.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/initobj.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldind_stind.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldind_stind.il index e84b51ec1f167d..65389c0f53dce5 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldind_stind.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldind_stind.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 legacy library mscorlib {} .assembly extern System.Console @@ -148,4 +147,4 @@ FAIL: ldc.i4 0x0 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldloca.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldloca.il index b38cf7507c63ff..8296334671cf27 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldloca.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldloca.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 legacy library mscorlib {} .assembly extern System.Console @@ -54,4 +53,4 @@ FAIL: ldc.i4 0x0 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldobj.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldobj.il index 7cb694fa9075b5..7b80b49ec9a33c 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldobj.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldobj.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/localloc.il b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/localloc.il index 393f4f0b0285e2..33b545b41ebfc4 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/localloc.il +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/localloc.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.Console { @@ -127,4 +126,4 @@ End: ret .try TryStart to TryEnd filter Filter handler Handler to EndHandler } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/extended.il b/src/coreclr/tests/src/JIT/Directed/RVAInit/extended.il index a562fa965176a0..cb28ba87da6fc7 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/extended.il +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/extended.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. diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref1.il b/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref1.il index f6ba3b1bf46547..9b9987c97fc09f 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref1.il +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref1.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. diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref2.il b/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref2.il index 2f4b477955629b..5a6772d31be388 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref2.il +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref2.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. diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/nested.il b/src/coreclr/tests/src/JIT/Directed/RVAInit/nested.il index 9b527213922219..60e8740bb3a67a 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/nested.il +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/nested.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. diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/oddsize.il b/src/coreclr/tests/src/JIT/Directed/RVAInit/oddsize.il index 9d962f13dcdeb8..843517bfae4d03 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/oddsize.il +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/oddsize.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/overlap.il b/src/coreclr/tests/src/JIT/Directed/RVAInit/overlap.il index 3b3fd03b3b470b..403f8993a909cd 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/overlap.il +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/overlap.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. diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/simple.il b/src/coreclr/tests/src/JIT/Directed/RVAInit/simple.il index f35856fa6b54fe..5f3ab50002f8fb 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/simple.il +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/simple.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess1.cs b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess1.cs index ca9e3ee700d2c8..5a582291ddc47c 100644 --- a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess1.cs +++ b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess1.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/coreclr/tests/src/JIT/Directed/StrAccess/straccess2.cs b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess2.cs index d7a6a73cbcce96..bac666f381f4d4 100644 --- a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess2.cs +++ b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess2.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. // //Similar to StrAccess1, but instead of using constants, different expression is used as the index to access the string diff --git a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess3.cs b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess3.cs index ca3ee1980b1307..c9d6cecfefc403 100644 --- a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess3.cs +++ b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess3.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. // //random length and random content string diff --git a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess4.cs b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess4.cs index 9c6be29999c99c..20d943767890ad 100644 --- a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess4.cs +++ b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess4.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. // //random length and random content string diff --git a/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.OSX.cs b/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.OSX.cs index f0789d74df7872..b4685ea1e17895 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.OSX.cs +++ b/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.OSX.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. public static partial class StructABI { diff --git a/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.Unix.cs b/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.Unix.cs index f5aab66adf4ef1..2dae80733b9528 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.Unix.cs +++ b/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.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. public static partial class StructABI { diff --git a/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.Windows.cs b/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.Windows.cs index a886f40aed9388..618fd761af7715 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.Windows.cs +++ b/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.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. public static partial class StructABI { diff --git a/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.cs b/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.cs index d577c58ffeefd8..cba7bae7377f9e 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.cs +++ b/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.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/coreclr/tests/src/JIT/Directed/StructABI/StructWithOverlappingFields.cs b/src/coreclr/tests/src/JIT/Directed/StructABI/StructWithOverlappingFields.cs index d6d9d34ed477a7..e18967d081f302 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructABI/StructWithOverlappingFields.cs +++ b/src/coreclr/tests/src/JIT/Directed/StructABI/StructWithOverlappingFields.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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 test originally showed incorrect VN for different fields with the same offset. diff --git a/src/coreclr/tests/src/JIT/Directed/StructABI/structfieldparam.cs b/src/coreclr/tests/src/JIT/Directed/StructABI/structfieldparam.cs index e2b651547583d1..b22100b7a0e29f 100755 --- a/src/coreclr/tests/src/JIT/Directed/StructABI/structfieldparam.cs +++ b/src/coreclr/tests/src/JIT/Directed/StructABI/structfieldparam.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. // This is a repro for Issue6585. The problem was that the source of // a GT_OBJ (struct argument) node was a lclFldAddr, and codegen was diff --git a/src/coreclr/tests/src/JIT/Directed/StructABI/structreturn.cs b/src/coreclr/tests/src/JIT/Directed/StructABI/structreturn.cs index da4738a021a234..efc3f009a756a2 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructABI/structreturn.cs +++ b/src/coreclr/tests/src/JIT/Directed/StructABI/structreturn.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. // Test register struct returns and local vars retyping cases. diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1.cs b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1.cs index 7735d00c69efa9..5199ce3ed5bcde 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1.cs +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1.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/coreclr/tests/src/JIT/Directed/StructPromote/SP1a.cs b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1a.cs index 75ca6baa9de388..588959c24893e9 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1a.cs +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1a.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/coreclr/tests/src/JIT/Directed/StructPromote/SP1a2.cs b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1a2.cs index 8357df2a998599..f32463b374267f 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1a2.cs +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1a2.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/coreclr/tests/src/JIT/Directed/StructPromote/SP1b.cs b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1b.cs index 8fb4efa3800cc1..8d37349d5fb6ca 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1b.cs +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1b.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/coreclr/tests/src/JIT/Directed/StructPromote/SP1c.cs b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1c.cs index 367481c2ab3487..354c05dd11a6d7 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1c.cs +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1c.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/coreclr/tests/src/JIT/Directed/StructPromote/SP1d.cs b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1d.cs index c78a95dc7cef13..42303ea39d0ff1 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1d.cs +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1d.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/coreclr/tests/src/JIT/Directed/StructPromote/SP2.cs b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2.cs index ce1b9b3b22fc5b..0fe751c73fc35c 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2.cs +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2.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. // #define USE_STRUCT diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2a.cs b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2a.cs index 9c69699d59ebc8..bcbb6a1727f5c6 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2a.cs +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2a.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/coreclr/tests/src/JIT/Directed/StructPromote/SP2b.cs b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2b.cs index ec23d0e0442d90..f9b5a6a6164d51 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2b.cs +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2b.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/coreclr/tests/src/JIT/Directed/StructPromote/SP2c.cs b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2c.cs index 66b162df6bdccd..448bbac127aabd 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2c.cs +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2c.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/coreclr/tests/src/JIT/Directed/StructPromote/SpAddr.cs b/src/coreclr/tests/src/JIT/Directed/StructPromote/SpAddr.cs index f8ceb0469e3b03..5f09cfdf8f8b65 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SpAddr.cs +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SpAddr.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/coreclr/tests/src/JIT/Directed/StructPromote/SpAddrAT.cs b/src/coreclr/tests/src/JIT/Directed/StructPromote/SpAddrAT.cs index ac97b5adfc6f76..1274314668fe54 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SpAddrAT.cs +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SpAddrAT.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/coreclr/tests/src/JIT/Directed/StructPromote/Unsafe/AccessInvalidFieldOffset.cs b/src/coreclr/tests/src/JIT/Directed/StructPromote/Unsafe/AccessInvalidFieldOffset.cs index 7fe3f009484705..fdb265e665bdc9 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/Unsafe/AccessInvalidFieldOffset.cs +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/Unsafe/AccessInvalidFieldOffset.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. // The test came from https://github.com/dotnet/corefx/issues/20085. // It tries to access field from a promoted struct with an offset that diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/Unsafe/ReadDoubleFromIntOffset.cs b/src/coreclr/tests/src/JIT/Directed/StructPromote/Unsafe/ReadDoubleFromIntOffset.cs index 761c8fc1701b7b..4ecf1afa2f6061 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/Unsafe/ReadDoubleFromIntOffset.cs +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/Unsafe/ReadDoubleFromIntOffset.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. // The test came from https://github.com/dotnet/corefx/issues/20085. // It tests that we do access overlapping fields with the correct types. diff --git a/src/coreclr/tests/src/JIT/Directed/TypedReference/TypedReference.cs b/src/coreclr/tests/src/JIT/Directed/TypedReference/TypedReference.cs index 80749ac19b66fb..da2cc13d6b1eef 100644 --- a/src/coreclr/tests/src/JIT/Directed/TypedReference/TypedReference.cs +++ b/src/coreclr/tests/src/JIT/Directed/TypedReference/TypedReference.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/coreclr/tests/src/JIT/Directed/UnrollLoop/Dev10_846218.cs b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/Dev10_846218.cs index 5dcd85671201d5..62110a91530f63 100644 --- a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/Dev10_846218.cs +++ b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/Dev10_846218.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/coreclr/tests/src/JIT/Directed/UnrollLoop/loop1.cs b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop1.cs index 616caf0f5daa74..b27ccc70767233 100644 --- a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop1.cs +++ b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop1.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/coreclr/tests/src/JIT/Directed/UnrollLoop/loop2.cs b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop2.cs index ab95aa88d1b686..ede44374398ced 100644 --- a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop2.cs +++ b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop2.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; internal class A diff --git a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop3.il b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop3.il index 5c607276cdb43d..28ebd94cfdccb9 100644 --- a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop3.il +++ b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop3.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. //different ways to invoke method inside a loop (no tail. call or jmp/jmpi since they require empty stack) .assembly extern legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop4.cs b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop4.cs index 4d830fa1bb2bc2..8010ca348d27be 100644 --- a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop4.cs +++ b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop4.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. // //Testing small for loops (less than 5) diff --git a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop6.cs b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop6.cs index 7e3a125cdee734..4380e0934dcf4c 100644 --- a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop6.cs +++ b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop6.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; internal struct VT diff --git a/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgd.cs b/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgd.cs index be4d5e62b8bd92..3d6fd997e4bf51 100644 --- a/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgd.cs +++ b/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgd.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.Intrinsics; diff --git a/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgdArray.cs b/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgdArray.cs index f15a2f4d2655e5..c2414a68016c76 100644 --- a/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgdArray.cs +++ b/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgdArray.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.Intrinsics; diff --git a/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgdStatic.cs b/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgdStatic.cs index 1beeed585ea0e8..2eb7e8a57b7854 100644 --- a/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgdStatic.cs +++ b/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgdStatic.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.Intrinsics; diff --git a/src/coreclr/tests/src/JIT/Directed/arglist/vararg.cs b/src/coreclr/tests/src/JIT/Directed/arglist/vararg.cs index 8770c6ed769ef7..95018c0f020727 100644 --- a/src/coreclr/tests/src/JIT/Directed/arglist/vararg.cs +++ b/src/coreclr/tests/src/JIT/Directed/arglist/vararg.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/coreclr/tests/src/JIT/Directed/arglist/varargmanaged.cs b/src/coreclr/tests/src/JIT/Directed/arglist/varargmanaged.cs index c586d4ef81261b..3ec476c54e393f 100644 --- a/src/coreclr/tests/src/JIT/Directed/arglist/varargmanaged.cs +++ b/src/coreclr/tests/src/JIT/Directed/arglist/varargmanaged.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/coreclr/tests/src/JIT/Directed/arglist/varargnative.c b/src/coreclr/tests/src/JIT/Directed/arglist/varargnative.c index 21ecf866f3af84..0a108d5a65efcd 100644 --- a/src/coreclr/tests/src/JIT/Directed/arglist/varargnative.c +++ b/src/coreclr/tests/src/JIT/Directed/arglist/varargnative.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 #include diff --git a/src/coreclr/tests/src/JIT/Directed/arglist/varargtypes.cs b/src/coreclr/tests/src/JIT/Directed/arglist/varargtypes.cs index 4c055d3f7b1284..4ea8a0e8dc919d 100644 --- a/src/coreclr/tests/src/JIT/Directed/arglist/varargtypes.cs +++ b/src/coreclr/tests/src/JIT/Directed/arglist/varargtypes.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 NativeVarargTest { @@ -118,4 +117,4 @@ public struct FourDoubleStruct public double c; public double d; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Directed/array-il/complex3.il b/src/coreclr/tests/src/JIT/Directed/array-il/complex3.il index e66ba5201057f2..91e0dcb18c8877 100644 --- a/src/coreclr/tests/src/JIT/Directed/array-il/complex3.il +++ b/src/coreclr/tests/src/JIT/Directed/array-il/complex3.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/array-il/simple3.il b/src/coreclr/tests/src/JIT/Directed/array-il/simple3.il index d38c4971000266..5824f97f7c94e7 100644 --- a/src/coreclr/tests/src/JIT/Directed/array-il/simple3.il +++ b/src/coreclr/tests/src/JIT/Directed/array-il/simple3.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_And_Op.cs b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_And_Op.cs index a15fc52aef0f06..9cb09a09127d94 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_And_Op.cs +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_And_Op.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 diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_No_Op.cs b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_No_Op.cs index a84bc119caaa83..13ec2dfb7e5107 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_No_Op.cs +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_No_Op.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 diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Or_Op.cs b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Or_Op.cs index c6e5981d4d8f01..66822717a5c2eb 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Or_Op.cs +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Or_Op.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 diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Xor_Op.cs b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Xor_Op.cs index d3e0b8f0c93796..c9a1c5f9a870ca 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Xor_Op.cs +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Xor_Op.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 diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Double_And_Op.cs b/src/coreclr/tests/src/JIT/Directed/cmov/Double_And_Op.cs index 23bffa2247e7d0..f9f2c48c44fb00 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Double_And_Op.cs +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Double_And_Op.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 diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Double_No_Op.cs b/src/coreclr/tests/src/JIT/Directed/cmov/Double_No_Op.cs index e391197b5ce5fd..7b36c8265a3304 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Double_No_Op.cs +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Double_No_Op.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 diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Double_Or_Op.cs b/src/coreclr/tests/src/JIT/Directed/cmov/Double_Or_Op.cs index 6fb7f3445f9dba..a70731d6432287 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Double_Or_Op.cs +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Double_Or_Op.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 diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Double_Xor_Op.cs b/src/coreclr/tests/src/JIT/Directed/cmov/Double_Xor_Op.cs index c0054690fddb57..3d904e8bf321c8 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Double_Xor_Op.cs +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Double_Xor_Op.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 diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Float_And_Op.cs b/src/coreclr/tests/src/JIT/Directed/cmov/Float_And_Op.cs index ff900b44737210..b98a9eca555563 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Float_And_Op.cs +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Float_And_Op.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 diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Float_No_Op.cs b/src/coreclr/tests/src/JIT/Directed/cmov/Float_No_Op.cs index a0be4b34d17c76..5c720ea5563d5e 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Float_No_Op.cs +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Float_No_Op.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 diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Float_Or_Op.cs b/src/coreclr/tests/src/JIT/Directed/cmov/Float_Or_Op.cs index 878be3a9f39fe5..19400d77f73315 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Float_Or_Op.cs +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Float_Or_Op.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 diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Float_Xor_Op.cs b/src/coreclr/tests/src/JIT/Directed/cmov/Float_Xor_Op.cs index 8a60beb228c029..b375ee9b6dc5f7 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Float_Xor_Op.cs +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Float_Xor_Op.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 diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Int_And_Op.cs b/src/coreclr/tests/src/JIT/Directed/cmov/Int_And_Op.cs index d29edd0e3284b2..736730378bbd98 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Int_And_Op.cs +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Int_And_Op.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 diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Int_No_Op.cs b/src/coreclr/tests/src/JIT/Directed/cmov/Int_No_Op.cs index 423bef02eb36cc..b0b15823f51273 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Int_No_Op.cs +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Int_No_Op.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 diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Int_Or_Op.cs b/src/coreclr/tests/src/JIT/Directed/cmov/Int_Or_Op.cs index 81b5d03b638f08..2f1e9fcd025b9d 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Int_Or_Op.cs +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Int_Or_Op.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 diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Int_Xor_Op.cs b/src/coreclr/tests/src/JIT/Directed/cmov/Int_Xor_Op.cs index 11d24d313931f3..f8444ec26bc67a 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Int_Xor_Op.cs +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Int_Xor_Op.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 diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/compiler/FilterToHandler.il b/src/coreclr/tests/src/JIT/Directed/coverage/compiler/FilterToHandler.il index e43debc2107fc3..9034e93113b5de 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/compiler/FilterToHandler.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/compiler/FilterToHandler.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. diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/flowgraph/xaddmuly.cs b/src/coreclr/tests/src/JIT/Directed/coverage/flowgraph/xaddmuly.cs index adbc26ac809d21..e1454354093fa0 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/flowgraph/xaddmuly.cs +++ b/src/coreclr/tests/src/JIT/Directed/coverage/flowgraph/xaddmuly.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/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badldsfld.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badldsfld.il index 5cb41cc0ecd7b2..e6f8b54235904f 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badldsfld.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badldsfld.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 mscorlib {} .assembly badldslfd { } diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/bleref.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/bleref.il index 75cf1685417ab1..981fb262925259 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/bleref.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/bleref.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/byrefsubbyref1.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/byrefsubbyref1.il index 77655de1ba5eb0..cdf966ccb2bbb3 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/byrefsubbyref1.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/byrefsubbyref1.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. diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ceeillegal.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ceeillegal.il index 9b2209fdd8a3af..f814c3cf4f5f72 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ceeillegal.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ceeillegal.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.Console diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr1.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr1.il index 2da9c977e7ed4f..cd6d1045fd15c7 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr1.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr1.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. diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr2.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr2.il index 0e5cbe9e06090f..148521201b2aa9 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr2.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr2.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. diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldr4.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldr4.il index 307203d6343bee..f4df66a5351bbe 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldr4.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldr4.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldstatic1.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldstatic1.il index ad24c094959ea1..ce5aabc9e847a4 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldstatic1.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldstatic1.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.Console @@ -53,4 +52,4 @@ IL_0006: ret } // end of method ldfldstatic1::.ctor -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldunboxedvt.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldunboxedvt.il index 407e6781f5e945..6ecb74a3eb8333 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldunboxedvt.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldunboxedvt.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nonrefsdarr.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nonrefsdarr.il index 755219941be1dd..be9ffed1e48304 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nonrefsdarr.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nonrefsdarr.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.Console diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nullsdarr.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nullsdarr.il index a1bd12a7a8d476..a2b2379554a5d5 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nullsdarr.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nullsdarr.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.Console diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/refanytype1.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/refanytype1.il index b6666f47496476..cda1c39e1d5a7b 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/refanytype1.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/refanytype1.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 legacy library mscorlib {} .assembly refanytype1 { } diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/stfldstatic1.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/stfldstatic1.il index 3bc88888c0dca9..c017191ce009a9 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/stfldstatic1.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/stfldstatic1.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. @@ -54,4 +53,4 @@ IL_0006: ret } // end of method stfldstatic1::.ctor -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/subovfun1.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/subovfun1.il index 6226144646f712..4ba3980e4d8e52 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/subovfun1.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/subovfun1.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 legacy library mscorlib {} @@ -19,4 +18,4 @@ ldc.i4 101 call uint32 f(uint32) conv.i4 ret -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/badendfinally.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/badendfinally.il index 1116f3ff18a3cb..860462950674db 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/badendfinally.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/badendfinally.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 badendfinally {} .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/badtailcall.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/badtailcall.il index c29bf294d502c2..defc291a97581e 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/badtailcall.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/badtailcall.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 badtailcall {} .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/byrefsubbyref1.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/byrefsubbyref1.il index c68031ef3aaf7e..1023f8e4d26275 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/byrefsubbyref1.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/byrefsubbyref1.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/calli2.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/calli2.il index ed0d61980e1857..7852f873d82e61 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/calli2.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/calli2.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/ceeillegal.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/ceeillegal.il index 1859b5405f3285..9c8497d2a8d023 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/ceeillegal.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/ceeillegal.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldelemnullarr2.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldelemnullarr2.il index d4af5e59836557..5ceffa99047450 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldelemnullarr2.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldelemnullarr2.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldfldstatic1.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldfldstatic1.il index 157d5f5f6d963b..aeb4edc559d53d 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldfldstatic1.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldfldstatic1.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldfldunboxedvt.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldfldunboxedvt.il index 041673975b531e..f62d78dfad4d13 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldfldunboxedvt.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldfldunboxedvt.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldvirtftnsideeffect.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldvirtftnsideeffect.il index 2d11dd03492ead..be8367786575b6 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldvirtftnsideeffect.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldvirtftnsideeffect.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 ldvirtftnsideeffect {} .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/nullsdarr.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/nullsdarr.il index d354d372372b9f..d8534c7dcaa796 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/nullsdarr.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/nullsdarr.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/refanytype1.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/refanytype1.il index b8a5a8392a5272..147ca65818d0ce 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/refanytype1.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/refanytype1.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/stfldstatic1.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/stfldstatic1.il index e78651bee1082e..988ec1da676f56 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/stfldstatic1.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/stfldstatic1.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/subovfun1.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/subovfun1.il index 1710a2b160b9b4..94a3d0023d18d7 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/subovfun1.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/subovfun1.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/volatilldind.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/volatilldind.il index de4c96a338e271..fc30c0e380ed85 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/volatilldind.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/volatilldind.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 volatilldind {} .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/volatilstind.il b/src/coreclr/tests/src/JIT/Directed/coverage/importer/volatilstind.il index 4d566ee3ac666a..5b83457785a9ea 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/volatilstind.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/volatilstind.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 volatilstind {} .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/33objref.cs b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/33objref.cs index c8fb6360bd42ae..732b14d5a6260d 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/33objref.cs +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/33objref.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. //testing more than 32 (>33) objref's on the stack and as function arguments diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/Desktop/callipinvoke.il b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/Desktop/callipinvoke.il index a6d43f538ce0b0..e8638c4cebbd55 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/Desktop/callipinvoke.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/Desktop/callipinvoke.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. //Testing calli with pinvoke methods .assembly extern legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/arrgetlen.il b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/arrgetlen.il index 69ccc0f04c7bea..180b338653bf23 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/arrgetlen.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/arrgetlen.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/callipinvoke.il b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/callipinvoke.il index cb70de7728e0e9..405cb8522b451b 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/callipinvoke.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/callipinvoke.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. //Testing calli with pinvoke methods .assembly extern legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse1.cs b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse1.cs index 3df4e8eddb2e38..378040a5829526 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse1.cs +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse1.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. //testing common sub-expression elimination diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse2.cs b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse2.cs index f1c06ff91ec02c..dc9f6b67010af7 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse2.cs +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse2.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. //Testing common sub-expression elimination in random code diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldadd.cs b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldadd.cs index e1ab1310d9da41..e96cd7a421bb71 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldadd.cs +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldadd.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. //Testing simple math on local vars and fields - add diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclflddiv.cs b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclflddiv.cs index 798e25d6493b09..fde10f03831e10 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclflddiv.cs +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclflddiv.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. //Testing simple math on local vars and fields - div diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldmul.cs b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldmul.cs index 039dc6a07c7cb7..05897322bf756e 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldmul.cs +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldmul.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. //Testing simple math on local vars and fields - mul diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldrem.cs b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldrem.cs index 4b5bf03ea9ae45..e238abdf09e274 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldrem.cs +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldrem.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. //Testing simple math on local vars and fields - rem diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldsub.cs b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldsub.cs index 167b0d986408ca..967516589493c2 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldsub.cs +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldsub.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. //Testing simple math on local vars and fields - sub diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lcliimpl.il b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lcliimpl.il index 3b95549564c75c..a33047565415ec 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lcliimpl.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lcliimpl.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldfldstatic.il b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldfldstatic.il index 8b64f575cb5c4a..8431fd71055e4f 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldfldstatic.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldfldstatic.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldsshrstsfld.il b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldsshrstsfld.il index 1bc9a141ea5013..2a6fac45b4324d 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldsshrstsfld.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldsshrstsfld.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldvirtftncalli.il b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldvirtftncalli.il index 6103eb473321a1..f0fb1d1ef27674 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldvirtftncalli.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldvirtftncalli.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. //Testing inliner on a small func that contains ldvirtftn and calli .assembly extern legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv1.il b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv1.il index ec80efa2228a92..78b0f88b29e113 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv1.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv1.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv2.il b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv2.il index 8ef5ab749231e2..4190be400753e9 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv2.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv2.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 mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem1.il b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem1.il index ce0c5d5ef70013..97dcd589fcfb1a 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem1.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem1.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem2.il b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem2.il index 8a7a780cb721ce..d6f48536b31d93 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem2.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem2.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 mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic1.il b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic1.il index 7d9a0ce8d8f088..59c4332c2a78f6 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic1.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic1.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. // stfld on static .assembly extern legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic2.il b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic2.il index 073f33188fd6d3..3943591e2f7f8c 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic2.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic2.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. // volatile. stfld on static field .assembly extern legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/subbyref.il b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/subbyref.il index 0bfcf296586886..9bdefd05c8fe9f 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/subbyref.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/subbyref.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. // Arithemetic operations are generally only allowed with // primitive types, but certain operations are allowed @@ -74,4 +73,4 @@ ldc.i4 100 IL_0006: ret } // end of method ctest::.ctor -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly1.il b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly1.il index 61fb946aaeea7b..1cf874edb2b54e 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly1.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly1.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly2.il b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly2.il index dbca4e707729c5..df2042d654f1fa 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly2.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly2.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly3.il b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly3.il index de423776549921..67bb6dc5a199e4 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly3.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly3.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tls1.il b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tls1.il index af8573b4cc34af..6bdb9a677dd0e4 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tls1.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tls1.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 legacy library mscorlib {} .assembly tls1 {} diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tls2.il b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tls2.il index fcd51bc39af4d5..aa0689fa922ca6 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tls2.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tls2.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 legacy library mscorlib {} .assembly tls2 {} @@ -26,4 +25,4 @@ } //.data tls T_00006000 = bytearray ( -// 02) \ No newline at end of file +// 02) diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tlstest.il b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tlstest.il index a72f955230e509..7cabc7a33bdab6 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tlstest.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tlstest.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.Console diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/trashreg.il b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/trashreg.il index 8030ae72cc2f64..1843074084e1c3 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/trashreg.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/trashreg.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 mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/volatilecpobj.il b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/volatilecpobj.il index 7b720073c73cc8..7ab2007b4d18ab 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/volatilecpobj.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/volatilecpobj.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. // volatilecpobj.il .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/zeroinit.il b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/zeroinit.il index ffe0d778baf56f..7be45e74b88426 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/zeroinit.il +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/zeroinit.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. //testing .zeroinit .assembly extern legacy library mscorlib {} @@ -281,4 +280,4 @@ IL_0278: ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Directed/forceinlining/AttributeConflict.il b/src/coreclr/tests/src/JIT/Directed/forceinlining/AttributeConflict.il index a11140187288e5..5f9ec7098740c5 100644 --- a/src/coreclr/tests/src/JIT/Directed/forceinlining/AttributeConflict.il +++ b/src/coreclr/tests/src/JIT/Directed/forceinlining/AttributeConflict.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 mscorlib { diff --git a/src/coreclr/tests/src/JIT/Directed/forceinlining/LargeNumberOfArgs.cs b/src/coreclr/tests/src/JIT/Directed/forceinlining/LargeNumberOfArgs.cs index 460800ab70f0a2..af91f7a1d23362 100644 --- a/src/coreclr/tests/src/JIT/Directed/forceinlining/LargeNumberOfArgs.cs +++ b/src/coreclr/tests/src/JIT/Directed/forceinlining/LargeNumberOfArgs.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/coreclr/tests/src/JIT/Directed/forceinlining/NegativeCases.il b/src/coreclr/tests/src/JIT/Directed/forceinlining/NegativeCases.il index c91cee4ad9c20a..707cd0783d106f 100644 --- a/src/coreclr/tests/src/JIT/Directed/forceinlining/NegativeCases.il +++ b/src/coreclr/tests/src/JIT/Directed/forceinlining/NegativeCases.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 mscorlib { diff --git a/src/coreclr/tests/src/JIT/Directed/forceinlining/NoMetaData.cs b/src/coreclr/tests/src/JIT/Directed/forceinlining/NoMetaData.cs index 7addf903b7bc0b..0da36ddeb4ba21 100644 --- a/src/coreclr/tests/src/JIT/Directed/forceinlining/NoMetaData.cs +++ b/src/coreclr/tests/src/JIT/Directed/forceinlining/NoMetaData.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/coreclr/tests/src/JIT/Directed/forceinlining/PositiveCases.il b/src/coreclr/tests/src/JIT/Directed/forceinlining/PositiveCases.il index d067c280aba58c..7d74bb1bc13973 100644 --- a/src/coreclr/tests/src/JIT/Directed/forceinlining/PositiveCases.il +++ b/src/coreclr/tests/src/JIT/Directed/forceinlining/PositiveCases.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 mscorlib { diff --git a/src/coreclr/tests/src/JIT/Directed/forceinlining/Recursion.cs b/src/coreclr/tests/src/JIT/Directed/forceinlining/Recursion.cs index bdc34360275a3e..b3a7899956ecd3 100644 --- a/src/coreclr/tests/src/JIT/Directed/forceinlining/Recursion.cs +++ b/src/coreclr/tests/src/JIT/Directed/forceinlining/Recursion.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/coreclr/tests/src/JIT/Directed/gettypetypeof/gettypetypeofmatrix.cs b/src/coreclr/tests/src/JIT/Directed/gettypetypeof/gettypetypeofmatrix.cs index 2661ece2064514..8778e567b3d05e 100644 --- a/src/coreclr/tests/src/JIT/Directed/gettypetypeof/gettypetypeofmatrix.cs +++ b/src/coreclr/tests/src/JIT/Directed/gettypetypeof/gettypetypeofmatrix.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/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/IntrinsicTest_Overflow.cs b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/IntrinsicTest_Overflow.cs index 1a7df2d4a8290f..e59d59a2496215 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/IntrinsicTest_Overflow.cs +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/IntrinsicTest_Overflow.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. // // Checks that there are no overflows for the interlocked intrinsics generated. diff --git a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/cmpxchg.cs b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/cmpxchg.cs index e72b9016c8c76f..f54ab969a47613 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/cmpxchg.cs +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/cmpxchg.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/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/cse_cmpxchg.cs b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/cse_cmpxchg.cs index 4e20ca49ea4db1..0e4086ef5e4323 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/cse_cmpxchg.cs +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/cse_cmpxchg.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/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/nullchecksuppress.cs b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/nullchecksuppress.cs index 426db4260f85c5..8dc1069b4b3a1e 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/nullchecksuppress.cs +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/nullchecksuppress.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/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/regalloc1.cs b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/regalloc1.cs index 9e12acafff37f1..d6008e6fb820f2 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/regalloc1.cs +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/regalloc1.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/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/regalloc2.cs b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/regalloc2.cs index 90e65ea225a434..15c1705bcfff5b 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/regalloc2.cs +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/regalloc2.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/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow0.cs b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow0.cs index 16974ae98e3d4f..7b34cbe205d47a 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow0.cs +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow0.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. // //simple and recursive call diff --git a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow1.cs b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow1.cs index 7f2e65d09ab909..cfbfeac81b78bf 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow1.cs +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow1.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. // //Testing the special values diff --git a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow2.cs b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow2.cs index 978051e33bdbb2..feab0d7256c6f8 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow2.cs +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow2.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. // //testing plain double, array member, struct member or class member diff --git a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow3.cs b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow3.cs index f8fce9e3d453ef..e319c9d57c2242 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow3.cs +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow3.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. // //different data types, Int16, Int32, Int64, etc diff --git a/src/coreclr/tests/src/JIT/Directed/leave/catch1.il b/src/coreclr/tests/src/JIT/Directed/leave/catch1.il index 9f830ec0e97b0e..f8e365e3ac0180 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/catch1.il +++ b/src/coreclr/tests/src/JIT/Directed/leave/catch1.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/leave/catch2.il b/src/coreclr/tests/src/JIT/Directed/leave/catch2.il index bd3fc67433e226..7eb14bcddb0501 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/catch2.il +++ b/src/coreclr/tests/src/JIT/Directed/leave/catch2.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/leave/catch3.il b/src/coreclr/tests/src/JIT/Directed/leave/catch3.il index ce1be90ef8b682..c74ecd9559f670 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/catch3.il +++ b/src/coreclr/tests/src/JIT/Directed/leave/catch3.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/leave/filter1.il b/src/coreclr/tests/src/JIT/Directed/leave/filter1.il index d1b748a99be47a..b49f883cfa5450 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/filter1.il +++ b/src/coreclr/tests/src/JIT/Directed/leave/filter1.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/leave/filter2.il b/src/coreclr/tests/src/JIT/Directed/leave/filter2.il index 326836d781d31d..10420a0cee4425 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/filter2.il +++ b/src/coreclr/tests/src/JIT/Directed/leave/filter2.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/leave/filter3.il b/src/coreclr/tests/src/JIT/Directed/leave/filter3.il index d9f2451f6e9576..d87a659510cbfa 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/filter3.il +++ b/src/coreclr/tests/src/JIT/Directed/leave/filter3.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/leave/try1.il b/src/coreclr/tests/src/JIT/Directed/leave/try1.il index 19e5b1af79d38d..2c5867ca014f72 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/try1.il +++ b/src/coreclr/tests/src/JIT/Directed/leave/try1.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. //different datatype in try block // diff --git a/src/coreclr/tests/src/JIT/Directed/leave/try2.il b/src/coreclr/tests/src/JIT/Directed/leave/try2.il index f176a78e04b78e..4419a23b31a02d 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/try2.il +++ b/src/coreclr/tests/src/JIT/Directed/leave/try2.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/leave/try3.il b/src/coreclr/tests/src/JIT/Directed/leave/try3.il index 364fa6a8ce04e8..121947d1b29fac 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/try3.il +++ b/src/coreclr/tests/src/JIT/Directed/leave/try3.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/lifetime/lifetime1.cs b/src/coreclr/tests/src/JIT/Directed/lifetime/lifetime1.cs index 24fd6c172e4d6f..02834ffc99a2d4 100644 --- a/src/coreclr/tests/src/JIT/Directed/lifetime/lifetime1.cs +++ b/src/coreclr/tests/src/JIT/Directed/lifetime/lifetime1.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. // // testing the JIT handling and GC reporting of "liveness" of GC variable diff --git a/src/coreclr/tests/src/JIT/Directed/lifetime/lifetime2.cs b/src/coreclr/tests/src/JIT/Directed/lifetime/lifetime2.cs index afbedc18efbf26..e2d95eb0cefece 100644 --- a/src/coreclr/tests/src/JIT/Directed/lifetime/lifetime2.cs +++ b/src/coreclr/tests/src/JIT/Directed/lifetime/lifetime2.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. // // Testing JIT handling and GC reporting of liveness of GC variable diff --git a/src/coreclr/tests/src/JIT/Directed/localloc/localloc3.cs b/src/coreclr/tests/src/JIT/Directed/localloc/localloc3.cs index abace474cac36e..b20cddd71d8269 100644 --- a/src/coreclr/tests/src/JIT/Directed/localloc/localloc3.cs +++ b/src/coreclr/tests/src/JIT/Directed/localloc/localloc3.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/coreclr/tests/src/JIT/Directed/newarr/newarr.cs b/src/coreclr/tests/src/JIT/Directed/newarr/newarr.cs index b37a038f37d6a8..e7ec5d314d0bce 100644 --- a/src/coreclr/tests/src/JIT/Directed/newarr/newarr.cs +++ b/src/coreclr/tests/src/JIT/Directed/newarr/newarr.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/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/StructDefinitions.cs b/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/StructDefinitions.cs index 9c79297e3a6f77..f71c7dcec30cc0 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/StructDefinitions.cs +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/StructDefinitions.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.ComponentModel; diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/boxunboxvaluetype.cs b/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/boxunboxvaluetype.cs index 2a963a0d6d91e9..bb03b8d5f3a225 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/boxunboxvaluetype.cs +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/boxunboxvaluetype.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. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Runtime.InteropServices; diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/nullcomparaison.cs b/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/nullcomparaison.cs index 7d8e353c5abb9f..29281e0883af9f 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/nullcomparaison.cs +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/nullcomparaison.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.InteropServices; using System; diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum.cs b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum.cs index d8779b7bb47c10..d307e0848bdb44 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum.cs +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum.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.InteropServices; using System; diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface.cs b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface.cs index ef2a0868cd4db9..c2adefccb9e591 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface.cs +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface.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.InteropServices; using System; diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum.cs b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum.cs index 4d3ad2818321c6..835dbb8155074d 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum.cs +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum.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.InteropServices; using System; diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface.cs b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface.cs index 8b9287c5835317..c12c369fa65495 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface.cs +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface.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.InteropServices; using System; diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype.cs b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype.cs index 8a52ca7554d9f4..a68d0dfad9a5ac 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype.cs +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype.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.InteropServices; using System; diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor.cs b/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor.cs index d273e7c078b88d..925286ea11d31a 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor.cs +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor.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. //Nullable types have a default single-parameter constructor // // A nullable type can be created with a single argument constructor @@ -52,4 +51,4 @@ public static void Run() { NullableTest1.Run(); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode.cs b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode.cs index c7ed2ad21208bd..947734b2c4e5af 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode.cs +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode.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. //Nullable types lift the GetHashCode() method from the underlying struct // // A nullable type with a value returns the GetHashCode() from the underlying struct @@ -65,4 +64,4 @@ public static void Run() NullableTest1.Run(); NullableTest2.Run(); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue.cs b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue.cs index c36d5a4117145b..09a9920362af3a 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue.cs +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue.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. //Nullable types have the HasValue property // // If the nullable type has a null value, HasValue is false @@ -74,4 +73,4 @@ public static void Run() NullableTest1.Run(); NullableTest2.Run(); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation.cs b/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation.cs index 5487cacaba02cb..f42de11c3bf44a 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation.cs +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation.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. //Nullable types lift the GetHashCode() method from the underlying struct // // A nullable type with a value returns the GetHashCode() from the underlying struct diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/invokecommon.cs b/src/coreclr/tests/src/JIT/Directed/nullabletypes/invokecommon.cs index 27bc45df9aa75b..f474afdbd2e6fb 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/invokecommon.cs +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/invokecommon.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/coreclr/tests/src/JIT/Directed/nullabletypes/isinst.cs b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst.cs index b747f484c276f6..4cfaa2330ce33f 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst.cs +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst.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 0183 #pragma warning disable 0184 diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2.cs b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2.cs index 83b8b00fb5f2c1..354084622312b6 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2.cs +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2.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 0183 #pragma warning disable 0184 diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed.cs b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed.cs index 30a57cdad63a51..5f0605b92d45fc 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed.cs +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed.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 0184 diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum.cs b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum.cs index 64e4590938ba53..cefc6eea065c1e 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum.cs +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum.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 0184 diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics.cs b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics.cs index 53056bffb559ce..c307351fdf5e00 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics.cs +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics.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 0183 #pragma warning disable 0184 diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface.cs b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface.cs index 192c17c09f87a2..8442d369b7930d 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface.cs +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface.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 0184 diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype.cs b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype.cs index 871909c319c942..ece9f62cc481d8 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype.cs +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype.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 0184 diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring.cs b/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring.cs index 9b49d4db14a8e3..810ea57d833625 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring.cs +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring.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. //Nullable types lift the ToString() method from the underlying struct // // A nullable type with a value returns the ToString() from the underlying struct @@ -66,4 +65,4 @@ public static void Run() NullableTest1.Run(); NullableTest2.Run(); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable.cs b/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable.cs index 357479c5188094..a280e1753ae90a 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable.cs +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable.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/coreclr/tests/src/JIT/Directed/nullabletypes/value.cs b/src/coreclr/tests/src/JIT/Directed/nullabletypes/value.cs index e132b28cb6f494..9f4726a670778e 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/value.cs +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/value.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. // If the nullable type has a null value, Value throws a System.InvalidOperationException diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/CCSE.cs b/src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/CCSE.cs index 23c05eef859871..43f74abd94cd34 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/CCSE.cs +++ b/src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/CCSE.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; internal class CCSE diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1.cs b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1.cs index b9b417431c8229..5230b8338f8fd5 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1.cs +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1.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/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2.cs b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2.cs index ad1a4ae8e4cc43..e2a244b3e66fdf 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2.cs +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2.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/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv3.il b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv3.il index a7e29a4d54865e..d8bc624acefaaf 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv3.il +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv3.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/identity3.il b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/identity3.il index a0cda9c6abb70a..e3b9f024f79a3b 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/identity3.il +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/identity3.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1.cs b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1.cs index af37aa9a961e1e..bc5f2823ac821c 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1.cs +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1.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; unsafe class testout1 { diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2.cs b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2.cs index 2c83dc9fc455b4..d0ad4e19915349 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2.cs +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2.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; internal unsafe class testout1 diff --git a/src/coreclr/tests/src/JIT/Directed/pinvoke/calli_excep.il b/src/coreclr/tests/src/JIT/Directed/pinvoke/calli_excep.il index 87683448a66cc9..c6975762c2c1c8 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/calli_excep.il +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/calli_excep.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/pinvoke/jump.il b/src/coreclr/tests/src/JIT/Directed/pinvoke/jump.il index 609bd8036a8bcc..07e505d5cbb6b5 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/jump.il +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/jump.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/pinvoke/pinvoke-bug.cs b/src/coreclr/tests/src/JIT/Directed/pinvoke/pinvoke-bug.cs index 35f75ab3bcaf03..fd42d45517dd6f 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/pinvoke-bug.cs +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/pinvoke-bug.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/coreclr/tests/src/JIT/Directed/pinvoke/pinvoke-examples.cs b/src/coreclr/tests/src/JIT/Directed/pinvoke/pinvoke-examples.cs index d043260b696e83..6cb15030b9e715 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/pinvoke-examples.cs +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/pinvoke-examples.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. // Test cases showing interaction of inlining and inline pinvoke, // along with the impact of EH. diff --git a/src/coreclr/tests/src/JIT/Directed/pinvoke/pinvokeexamplenative.cpp b/src/coreclr/tests/src/JIT/Directed/pinvoke/pinvokeexamplenative.cpp index c8e16eab97ba46..0fbc331a346454 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/pinvokeexamplenative.cpp +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/pinvokeexamplenative.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. // This file fakes a few Windows APIs to enable the tail.il test on all platforms. diff --git a/src/coreclr/tests/src/JIT/Directed/pinvoke/preemptive_cooperative.il b/src/coreclr/tests/src/JIT/Directed/pinvoke/preemptive_cooperative.il index 16234ddbbd6bc5..7a23573734afdf 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/preemptive_cooperative.il +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/preemptive_cooperative.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. .module extern kernel32.dll diff --git a/src/coreclr/tests/src/JIT/Directed/pinvoke/sin.cs b/src/coreclr/tests/src/JIT/Directed/pinvoke/sin.cs index 2ad75e41051650..c2a2ed045478d6 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/sin.cs +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/sin.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 JitTest { diff --git a/src/coreclr/tests/src/JIT/Directed/pinvoke/sysinfo.cs b/src/coreclr/tests/src/JIT/Directed/pinvoke/sysinfo.cs index b113956c1475ab..d64818ad15ff36 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/sysinfo.cs +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/sysinfo.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 JitTest { diff --git a/src/coreclr/tests/src/JIT/Directed/pinvoke/sysinfo.il b/src/coreclr/tests/src/JIT/Directed/pinvoke/sysinfo.il index 6ce231c884b5d3..10e245863cc6e7 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/sysinfo.il +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/sysinfo.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. .module extern kernel32 .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Directed/pinvoke/tail.il b/src/coreclr/tests/src/JIT/Directed/pinvoke/tail.il index 6237a6aba58ec6..b3e082a802231d 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/tail.il +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/tail.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/refbyref/byref2iu.il b/src/coreclr/tests/src/JIT/Directed/refbyref/byref2iu.il index 5310485a722622..0cf9a01b2463b7 100644 --- a/src/coreclr/tests/src/JIT/Directed/refbyref/byref2iu.il +++ b/src/coreclr/tests/src/JIT/Directed/refbyref/byref2iu.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/refbyref/byrefconvert.il b/src/coreclr/tests/src/JIT/Directed/refbyref/byrefconvert.il index 3fdfa075c4edf1..4c741b635cddfd 100644 --- a/src/coreclr/tests/src/JIT/Directed/refbyref/byrefconvert.il +++ b/src/coreclr/tests/src/JIT/Directed/refbyref/byrefconvert.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/refbyref/ref2byref.il b/src/coreclr/tests/src/JIT/Directed/refbyref/ref2byref.il index 8b1ed2bda8af6b..b2a5b3dd37b14c 100644 --- a/src/coreclr/tests/src/JIT/Directed/refbyref/ref2byref.il +++ b/src/coreclr/tests/src/JIT/Directed/refbyref/ref2byref.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/refbyref/ref2iu.il b/src/coreclr/tests/src/JIT/Directed/refbyref/ref2iu.il index 9d0b3244422f56..a7669a019b8084 100644 --- a/src/coreclr/tests/src/JIT/Directed/refbyref/ref2iu.il +++ b/src/coreclr/tests/src/JIT/Directed/refbyref/ref2iu.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/refbyref/refpinned2iu.il b/src/coreclr/tests/src/JIT/Directed/refbyref/refpinned2iu.il index e697cf86764994..16a2312f9c8a53 100644 --- a/src/coreclr/tests/src/JIT/Directed/refbyref/refpinned2iu.il +++ b/src/coreclr/tests/src/JIT/Directed/refbyref/refpinned2iu.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/rvastatics/RVAOrderingTest.il b/src/coreclr/tests/src/JIT/Directed/rvastatics/RVAOrderingTest.il index 9916451003f004..1971e7969af66a 100644 --- a/src/coreclr/tests/src/JIT/Directed/rvastatics/RVAOrderingTest.il +++ b/src/coreclr/tests/src/JIT/Directed/rvastatics/RVAOrderingTest.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 { } .assembly extern System.Runtime.Extensions { } diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int16.cs b/src/coreclr/tests/src/JIT/Directed/shift/int16.cs index f8a38ee36f18fe..6351cc431d8d07 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int16.cs +++ b/src/coreclr/tests/src/JIT/Directed/shift/int16.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/coreclr/tests/src/JIT/Directed/shift/int32.cs b/src/coreclr/tests/src/JIT/Directed/shift/int32.cs index 3e1d9c6ac9d536..544fec89a2b38e 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int32.cs +++ b/src/coreclr/tests/src/JIT/Directed/shift/int32.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/coreclr/tests/src/JIT/Directed/shift/int64.cs b/src/coreclr/tests/src/JIT/Directed/shift/int64.cs index 37d9379860d924..1a26abe911a1bc 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int64.cs +++ b/src/coreclr/tests/src/JIT/Directed/shift/int64.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/coreclr/tests/src/JIT/Directed/shift/int8.il b/src/coreclr/tests/src/JIT/Directed/shift/int8.il index 5e2895c0dfe031..7a5db06b02ab0a 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int8.il +++ b/src/coreclr/tests/src/JIT/Directed/shift/int8.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/shift/nativeint.il b/src/coreclr/tests/src/JIT/Directed/shift/nativeint.il index b427dbc66dd955..389637e2a3cd29 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/nativeint.il +++ b/src/coreclr/tests/src/JIT/Directed/shift/nativeint.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/shift/nativeuint.il b/src/coreclr/tests/src/JIT/Directed/shift/nativeuint.il index 9e782614112f88..b98274053bb788 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/nativeuint.il +++ b/src/coreclr/tests/src/JIT/Directed/shift/nativeuint.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.Console { diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint16.cs b/src/coreclr/tests/src/JIT/Directed/shift/uint16.cs index 2e3c85eaa93f76..ac11a038380fc1 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint16.cs +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint16.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/coreclr/tests/src/JIT/Directed/shift/uint32.cs b/src/coreclr/tests/src/JIT/Directed/shift/uint32.cs index 332995d16a9dd6..f38cf64a2cc338 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint32.cs +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint32.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/coreclr/tests/src/JIT/Directed/shift/uint64.cs b/src/coreclr/tests/src/JIT/Directed/shift/uint64.cs index 53393cd4b134cc..9a1021eff96ea1 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint64.cs +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint64.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/coreclr/tests/src/JIT/Directed/shift/uint64Opt.cs b/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt.cs index 1c8a984e7ffeaf..93fc49ceb08d14 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt.cs +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt.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/coreclr/tests/src/JIT/Directed/shift/uint8.cs b/src/coreclr/tests/src/JIT/Directed/shift/uint8.cs index c3360308a38270..387377fc941a65 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint8.cs +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint8.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/coreclr/tests/src/JIT/Directed/tailcall/more_tailcalls.cs b/src/coreclr/tests/src/JIT/Directed/tailcall/more_tailcalls.cs index 28da70839e7cc9..2a778241bffebe 100644 --- a/src/coreclr/tests/src/JIT/Directed/tailcall/more_tailcalls.cs +++ b/src/coreclr/tests/src/JIT/Directed/tailcall/more_tailcalls.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. // Note: This test file is the source of the more_tailcalls.il file. It requires // InlineIL.Fody to compile. It is not used as anything but a reference of that diff --git a/src/coreclr/tests/src/JIT/Directed/tailcall/more_tailcalls.il b/src/coreclr/tests/src/JIT/Directed/tailcall/more_tailcalls.il index 49c34a022deb63..6b88e673dffb9d 100644 --- a/src/coreclr/tests/src/JIT/Directed/tailcall/more_tailcalls.il +++ b/src/coreclr/tests/src/JIT/Directed/tailcall/more_tailcalls.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. // See more_tailcalls.cs for the source of this IL. diff --git a/src/coreclr/tests/src/JIT/Directed/tailcall/tailcall.il b/src/coreclr/tests/src/JIT/Directed/tailcall/tailcall.il index 171d986b74bb34..f94c43ebae1c04 100644 --- a/src/coreclr/tests/src/JIT/Directed/tailcall/tailcall.il +++ b/src/coreclr/tests/src/JIT/Directed/tailcall/tailcall.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.Console { auto } diff --git a/src/coreclr/tests/src/JIT/Directed/throwbox/fault.il b/src/coreclr/tests/src/JIT/Directed/throwbox/fault.il index 3f29ede78bc594..81f398dad72202 100644 --- a/src/coreclr/tests/src/JIT/Directed/throwbox/fault.il +++ b/src/coreclr/tests/src/JIT/Directed/throwbox/fault.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/throwbox/filter.il b/src/coreclr/tests/src/JIT/Directed/throwbox/filter.il index 727df80c54c6bd..e277706ffb3afc 100644 --- a/src/coreclr/tests/src/JIT/Directed/throwbox/filter.il +++ b/src/coreclr/tests/src/JIT/Directed/throwbox/filter.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/throwbox/finally.il b/src/coreclr/tests/src/JIT/Directed/throwbox/finally.il index 37e9d1923a98a7..6822a205c2edd9 100644 --- a/src/coreclr/tests/src/JIT/Directed/throwbox/finally.il +++ b/src/coreclr/tests/src/JIT/Directed/throwbox/finally.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/throwbox/rethrow.il b/src/coreclr/tests/src/JIT/Directed/throwbox/rethrow.il index 008c8d5f25f3ea..f45ba04b4da915 100644 --- a/src/coreclr/tests/src/JIT/Directed/throwbox/rethrow.il +++ b/src/coreclr/tests/src/JIT/Directed/throwbox/rethrow.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/tls/MutualRecurThd-TLS.il b/src/coreclr/tests/src/JIT/Directed/tls/MutualRecurThd-TLS.il index 8f162a2c435bf6..5d2fcc62681ec1 100644 --- a/src/coreclr/tests/src/JIT/Directed/tls/MutualRecurThd-TLS.il +++ b/src/coreclr/tests/src/JIT/Directed/tls/MutualRecurThd-TLS.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.Console { auto } diff --git a/src/coreclr/tests/src/JIT/Directed/zeroinit/Dev10_863995.il b/src/coreclr/tests/src/JIT/Directed/zeroinit/Dev10_863995.il index b629aaca334e4d..bb169c8e0dc835 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/Dev10_863995.il +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/Dev10_863995.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. diff --git a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_byte.il b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_byte.il index 5b5ed8ba677671..15eb05726cde40 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_byte.il +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_byte.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int32.il b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int32.il index 3aea281a8b1030..0812f99f40f72b 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int32.il +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int32.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int64.il b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int64.il index d45ad2f388bb9b..d5647df4fd9146 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int64.il +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int64.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_struct.il b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_struct.il index 4ec4eb7d334aee..5795a40382e8f6 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_struct.il +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_struct.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint32.il b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint32.il index e0f136042d6e34..8500ac87966eb7 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint32.il +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint32.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint64.il b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint64.il index 1ceebb38cf9a29..33c57436ec55e4 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint64.il +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint64.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Directed/zeroinit/tail.il b/src/coreclr/tests/src/JIT/Directed/zeroinit/tail.il index db7be485ed6bc7..6c430155ea47c7 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/tail.il +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/tail.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/Struct01.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/Struct01.cs index 7756598c44db69..a37f9cc99b503b 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/Struct01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/Struct01.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/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/Struct01_instance.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/Struct01_instance.cs index 9bb243db072f2a..81e63820e1ec0f 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/Struct01_instance.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/Struct01_instance.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/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01.cs index 5721a1d7f2b092..b8c4783ee193c1 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01.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/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01_instance.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01_instance.cs index 5508e875f6fc03..c8225bebdf33fb 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01_instance.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01_instance.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/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01_static.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01_static.cs index d0b0930ae7c1bc..3e7cae4587d76e 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01_static.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01_static.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/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class02.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class02.cs index 2217091d95b8bd..88b78b785b56bd 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class02.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class02.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/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class03.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class03.cs index b1f6b34f1b2b38..7b6f21b5c96eda 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class03.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class03.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/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class04.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class04.cs index 9bee337ba75562..f6d6bbf8dd66f1 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class04.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class04.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/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class05.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class05.cs index ff920fd8c954c0..b88e5aec2d04a5 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class05.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class05.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/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class06.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class06.cs index dde7d2248750f2..6667269eafb748 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class06.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class06.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/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class07.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class07.cs index b202bbbe41d6e3..a730b56f76ec1a 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class07.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class07.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/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struc01.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struc01.cs index 7756598c44db69..a37f9cc99b503b 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struc01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struc01.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/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct01_static.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct01_static.cs index 40108b9648df1e..0bba3b01ce461a 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct01_static.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct01_static.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/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct02.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct02.cs index bf08d45311e6a7..61fb7f5e095066 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct02.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct02.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/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct03.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct03.cs index 411d7f099d5877..96bca841ffc780 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct03.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct03.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/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct04.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct04.cs index 59ec5d686f35fc..502eb7e292ee54 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct04.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct04.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/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct05.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct05.cs index 6abfc5a4a6ecbc..06e186e571fdd6 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct05.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct05.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/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct06.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct06.cs index ae137bbb53ab4e..09d347074ea6b2 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct06.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct06.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/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct07.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct07.cs index e874d2154e4e75..9ed00f4a21ff00 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct07.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct07.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/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01.cs index a8706273b7f806..fa56cbe7cdd1e9 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01.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/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01_Instance.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01_Instance.cs index b9dd2fa9218251..7965b61a0c0d09 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01_Instance.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01_Instance.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/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01_static.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01_static.cs index 853f4f33ed1301..d255c9133460bc 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01_static.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01_static.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/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01.cs index 624b19a18018e5..b0edff1750a44b 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01.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/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01_Instance.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01_Instance.cs index 7c1a6546ea34fe..8be685dd0194dc 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01_Instance.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01_Instance.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/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01_static.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01_static.cs index ba22cb311e822d..776b447249f21f 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01_static.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01_static.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/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/Jagged/class01.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/Jagged/class01.cs index 9e8ebb66a6a033..13999e8349b638 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/Jagged/class01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/Jagged/class01.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/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/Jagged/struct01.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/Jagged/struct01.cs index 4998b55c205cdc..2dea502540256e 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/Jagged/struct01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/Jagged/struct01.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/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/MultiDim/class01.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/MultiDim/class01.cs index 9f42f64b2dbb86..d504a14af850c4 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/MultiDim/class01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/MultiDim/class01.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/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/MultiDim/struct01.cs b/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/MultiDim/struct01.cs index 551ebdb839f08a..c82bd769911da7 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/MultiDim/struct01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/MultiDim/struct01.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/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1.cs b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1.cs index 28ec4b8056444c..5ff51628d0ab6d 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1.cs +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1.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/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1.il b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1.il index 82e6892aad17d7..044b77c628cba5 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1.il +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1.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.Console diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2.cs b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2.cs index 022350af9a4506..de8c8ad8b177d7 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2.cs +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2.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/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2.il b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2.il index c730448bb5f17f..e16cec3d8b41a5 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2.il +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2.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.Console diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1.cs b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1.cs index 956a9f2e6e7ede..e7e76f6b353b04 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1.cs +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1.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/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1.il b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1.il index c91f0406f0bae2..9a6060de979593 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1.il +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1.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. // valuetype - implemented methods // ldflda, ldelema, ldarga diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2.cs b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2.cs index bbcc7d0e3457e6..0636f5a479e6d7 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2.cs +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2.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/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2.il b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2.il index 888df5ef2293b9..5c6d293d8bb018 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2.il +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2.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. // valuetype -Inherited method // ldflda, ldelema, ldarga diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3.cs b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3.cs index 38f231a59b3755..42294e826e6ba5 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3.cs +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3.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/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3.il b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3.il index 7c03321a9a4cb6..61eaec9638209b 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3.il +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3.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. // valuetype -Implemented method // ldflda, ldelema, ldarga diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4.cs b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4.cs index ee8670bad481cc..62b1674f7e7ea0 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4.cs +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4.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/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4.il b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4.il index bd64f5cdc3bfbd..d78179c8cd08fb 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4.il +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4.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.Console { diff --git a/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01.cs b/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01.cs index 08db996181f1e4..e4139df0d39fcb 100644 --- a/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01.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/coreclr/tests/src/JIT/Generics/Constraints/Call_static01.cs b/src/coreclr/tests/src/JIT/Generics/Constraints/Call_static01.cs index cee7ddb82f22d6..ef5af9676b50e8 100644 --- a/src/coreclr/tests/src/JIT/Generics/Constraints/Call_static01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Constraints/Call_static01.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/coreclr/tests/src/JIT/Generics/Constraints/Convert_instance01.cs b/src/coreclr/tests/src/JIT/Generics/Constraints/Convert_instance01.cs index 0a7ca4f29701c7..5ae87a58f67880 100644 --- a/src/coreclr/tests/src/JIT/Generics/Constraints/Convert_instance01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Constraints/Convert_instance01.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/coreclr/tests/src/JIT/Generics/Constraints/Convert_static01.cs b/src/coreclr/tests/src/JIT/Generics/Constraints/Convert_static01.cs index 025fe808415720..919e6d529c874b 100644 --- a/src/coreclr/tests/src/JIT/Generics/Constraints/Convert_static01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Constraints/Convert_static01.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/coreclr/tests/src/JIT/Generics/Constraints/Transitive_instance01.cs b/src/coreclr/tests/src/JIT/Generics/Constraints/Transitive_instance01.cs index 96f67b9f21be5f..69a5626a10d656 100644 --- a/src/coreclr/tests/src/JIT/Generics/Constraints/Transitive_instance01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Constraints/Transitive_instance01.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/coreclr/tests/src/JIT/Generics/Constraints/Transitive_static01.cs b/src/coreclr/tests/src/JIT/Generics/Constraints/Transitive_static01.cs index b150dbc92c588e..988926e4a829d2 100644 --- a/src/coreclr/tests/src/JIT/Generics/Constraints/Transitive_static01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Constraints/Transitive_static01.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/coreclr/tests/src/JIT/Generics/Conversions/Boxing/box_isinst_unbox.cs b/src/coreclr/tests/src/JIT/Generics/Conversions/Boxing/box_isinst_unbox.cs index 49bb899f9d4a59..c1afad402d2e81 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Boxing/box_isinst_unbox.cs +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Boxing/box_isinst_unbox.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/coreclr/tests/src/JIT/Generics/Conversions/Boxing/box_unbox01.cs b/src/coreclr/tests/src/JIT/Generics/Conversions/Boxing/box_unbox01.cs index a283e9c1581d74..c1f9a7d6d8bca8 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Boxing/box_unbox01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Boxing/box_unbox01.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/coreclr/tests/src/JIT/Generics/Conversions/Reference/GenToGen01.cs b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/GenToGen01.cs index 8617325590d31e..adeec89dbc6656 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/GenToGen01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/GenToGen01.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/coreclr/tests/src/JIT/Generics/Conversions/Reference/GenToGen02.cs b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/GenToGen02.cs index deb575fef67716..6e2472fd49e56d 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/GenToGen02.cs +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/GenToGen02.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/coreclr/tests/src/JIT/Generics/Conversions/Reference/GenToGen03.cs b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/GenToGen03.cs index 30f92d296a8607..7d687a6382759a 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/GenToGen03.cs +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/GenToGen03.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/coreclr/tests/src/JIT/Generics/Conversions/Reference/GenToNonGen01.cs b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/GenToNonGen01.cs index e74c92b086d082..568a63c0df9cfb 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/GenToNonGen01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/GenToNonGen01.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/coreclr/tests/src/JIT/Generics/Conversions/Reference/GenToNonGen02.cs b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/GenToNonGen02.cs index 00504a87c804e6..6ec96f8801d671 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/GenToNonGen02.cs +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/GenToNonGen02.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/coreclr/tests/src/JIT/Generics/Conversions/Reference/GenToNonGen03.cs b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/GenToNonGen03.cs index 5b74f3ac84e989..f21b293a963dfb 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/GenToNonGen03.cs +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/GenToNonGen03.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/coreclr/tests/src/JIT/Generics/Conversions/Reference/NonGenToGen01.cs b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/NonGenToGen01.cs index b8692a265de378..332f4399b2a3d2 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/NonGenToGen01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/NonGenToGen01.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/coreclr/tests/src/JIT/Generics/Conversions/Reference/NonGenToGen02.cs b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/NonGenToGen02.cs index f4f6177fd5dc05..0adac2248165aa 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/NonGenToGen02.cs +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/NonGenToGen02.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/coreclr/tests/src/JIT/Generics/Conversions/Reference/NonGenToGen03.cs b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/NonGenToGen03.cs index 4c68d9c2f56922..fe4fca6ba79e27 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/NonGenToGen03.cs +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/NonGenToGen03.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/coreclr/tests/src/JIT/Generics/Coverage/chaos55915408cs.cs b/src/coreclr/tests/src/JIT/Generics/Coverage/chaos55915408cs.cs index 0289a66c25ea9a..6c96589530f059 100644 --- a/src/coreclr/tests/src/JIT/Generics/Coverage/chaos55915408cs.cs +++ b/src/coreclr/tests/src/JIT/Generics/Coverage/chaos55915408cs.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. // /// Generic chaos types diff --git a/src/coreclr/tests/src/JIT/Generics/Coverage/chaos56200037cs.cs b/src/coreclr/tests/src/JIT/Generics/Coverage/chaos56200037cs.cs index a78a908ef50429..3da45909b1a6f9 100644 --- a/src/coreclr/tests/src/JIT/Generics/Coverage/chaos56200037cs.cs +++ b/src/coreclr/tests/src/JIT/Generics/Coverage/chaos56200037cs.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. // /// Generic chaos types diff --git a/src/coreclr/tests/src/JIT/Generics/Coverage/chaos65204782cs.cs b/src/coreclr/tests/src/JIT/Generics/Coverage/chaos65204782cs.cs index 74fc3da9fcf9f8..cce580ff1ec929 100644 --- a/src/coreclr/tests/src/JIT/Generics/Coverage/chaos65204782cs.cs +++ b/src/coreclr/tests/src/JIT/Generics/Coverage/chaos65204782cs.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. // /// Generic chaos types diff --git a/src/coreclr/tests/src/JIT/Generics/Exceptions/general_class_instance01.cs b/src/coreclr/tests/src/JIT/Generics/Exceptions/general_class_instance01.cs index c06915ec3a455f..91868f4b6c563f 100644 --- a/src/coreclr/tests/src/JIT/Generics/Exceptions/general_class_instance01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Exceptions/general_class_instance01.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/coreclr/tests/src/JIT/Generics/Exceptions/general_class_static01.cs b/src/coreclr/tests/src/JIT/Generics/Exceptions/general_class_static01.cs index e46c1b571c3683..3ae64f6eb52f89 100644 --- a/src/coreclr/tests/src/JIT/Generics/Exceptions/general_class_static01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Exceptions/general_class_static01.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/coreclr/tests/src/JIT/Generics/Exceptions/general_struct_instance01.cs b/src/coreclr/tests/src/JIT/Generics/Exceptions/general_struct_instance01.cs index 83b162854d2546..32f55a07494a42 100644 --- a/src/coreclr/tests/src/JIT/Generics/Exceptions/general_struct_instance01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Exceptions/general_struct_instance01.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/coreclr/tests/src/JIT/Generics/Exceptions/general_struct_static01.cs b/src/coreclr/tests/src/JIT/Generics/Exceptions/general_struct_static01.cs index c0c869d3f5ec63..67401b579e4dd1 100644 --- a/src/coreclr/tests/src/JIT/Generics/Exceptions/general_struct_static01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Exceptions/general_struct_static01.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/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_instance01.cs b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_instance01.cs index aedaa4ee5e1392..a1f7a88094ee4e 100644 --- a/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_instance01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_instance01.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/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_instance02.cs b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_instance02.cs index ee4b1dce26bdd6..d2f4da130a4673 100644 --- a/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_instance02.cs +++ b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_instance02.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/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_static01.cs b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_static01.cs index fdc862d66c4d98..6e0e0d0b8edf22 100644 --- a/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_static01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_static01.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/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_static02.cs b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_static02.cs index a96782e92d52a8..309aa6d22d636c 100644 --- a/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_static02.cs +++ b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_static02.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/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_instance01.cs b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_instance01.cs index 71f39534f747b1..b5cbb31d99309a 100644 --- a/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_instance01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_instance01.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/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_instance02.cs b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_instance02.cs index 36bbfaf288f14d..b47f6ec44e6480 100644 --- a/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_instance02.cs +++ b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_instance02.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/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_static01.cs b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_static01.cs index 2e33bab1decbb3..48dddb611af031 100644 --- a/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_static01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_static01.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/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_static02.cs b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_static02.cs index 40dfa5961cf0fc..c3dd51f10e6430 100644 --- a/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_static02.cs +++ b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_static02.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/coreclr/tests/src/JIT/Generics/Fields/getclassfrommethodparam.cs b/src/coreclr/tests/src/JIT/Generics/Fields/getclassfrommethodparam.cs index 8f682b77c6ca1a..4e03cc1bf75e72 100644 --- a/src/coreclr/tests/src/JIT/Generics/Fields/getclassfrommethodparam.cs +++ b/src/coreclr/tests/src/JIT/Generics/Fields/getclassfrommethodparam.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/coreclr/tests/src/JIT/Generics/Fields/instance_assignment_class01.cs b/src/coreclr/tests/src/JIT/Generics/Fields/instance_assignment_class01.cs index 48cc37fa64fdb0..a58ef062db49c2 100644 --- a/src/coreclr/tests/src/JIT/Generics/Fields/instance_assignment_class01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Fields/instance_assignment_class01.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/coreclr/tests/src/JIT/Generics/Fields/instance_assignment_struct01.cs b/src/coreclr/tests/src/JIT/Generics/Fields/instance_assignment_struct01.cs index f4c553f7b20690..f75eb9635b63e8 100644 --- a/src/coreclr/tests/src/JIT/Generics/Fields/instance_assignment_struct01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Fields/instance_assignment_struct01.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/coreclr/tests/src/JIT/Generics/Fields/instance_equalnull_class01.cs b/src/coreclr/tests/src/JIT/Generics/Fields/instance_equalnull_class01.cs index a00f241e010958..35c66623aec580 100644 --- a/src/coreclr/tests/src/JIT/Generics/Fields/instance_equalnull_class01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Fields/instance_equalnull_class01.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/coreclr/tests/src/JIT/Generics/Fields/instance_equalnull_struct01.cs b/src/coreclr/tests/src/JIT/Generics/Fields/instance_equalnull_struct01.cs index a9e0ef2fb4c97a..859488aeb7d27e 100644 --- a/src/coreclr/tests/src/JIT/Generics/Fields/instance_equalnull_struct01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Fields/instance_equalnull_struct01.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/coreclr/tests/src/JIT/Generics/Fields/instance_passing_class01.cs b/src/coreclr/tests/src/JIT/Generics/Fields/instance_passing_class01.cs index c8ca582d94a207..88699bee269d9b 100644 --- a/src/coreclr/tests/src/JIT/Generics/Fields/instance_passing_class01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Fields/instance_passing_class01.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/coreclr/tests/src/JIT/Generics/Fields/instance_passing_struct01.cs b/src/coreclr/tests/src/JIT/Generics/Fields/instance_passing_struct01.cs index 79019004552448..5b7051b4b63a2b 100644 --- a/src/coreclr/tests/src/JIT/Generics/Fields/instance_passing_struct01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Fields/instance_passing_struct01.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/coreclr/tests/src/JIT/Generics/Fields/static_assignment_class01.cs b/src/coreclr/tests/src/JIT/Generics/Fields/static_assignment_class01.cs index 31fbcb2e5d2771..9d3e50e90b9755 100644 --- a/src/coreclr/tests/src/JIT/Generics/Fields/static_assignment_class01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Fields/static_assignment_class01.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/coreclr/tests/src/JIT/Generics/Fields/static_assignment_struct01.cs b/src/coreclr/tests/src/JIT/Generics/Fields/static_assignment_struct01.cs index 9e9ad24050c68a..131ca6305a969e 100644 --- a/src/coreclr/tests/src/JIT/Generics/Fields/static_assignment_struct01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Fields/static_assignment_struct01.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/coreclr/tests/src/JIT/Generics/Fields/static_equalnull_class01.cs b/src/coreclr/tests/src/JIT/Generics/Fields/static_equalnull_class01.cs index 546df3dcd60669..a22031e62020f8 100644 --- a/src/coreclr/tests/src/JIT/Generics/Fields/static_equalnull_class01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Fields/static_equalnull_class01.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/coreclr/tests/src/JIT/Generics/Fields/static_equalnull_struct01.cs b/src/coreclr/tests/src/JIT/Generics/Fields/static_equalnull_struct01.cs index e31f8c5e2f970a..59e57d736bcdda 100644 --- a/src/coreclr/tests/src/JIT/Generics/Fields/static_equalnull_struct01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Fields/static_equalnull_struct01.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/coreclr/tests/src/JIT/Generics/Fields/static_passing_class01.cs b/src/coreclr/tests/src/JIT/Generics/Fields/static_passing_class01.cs index d5938e3b0d23be..1d5fbea8bbdd12 100644 --- a/src/coreclr/tests/src/JIT/Generics/Fields/static_passing_class01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Fields/static_passing_class01.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/coreclr/tests/src/JIT/Generics/Fields/static_passing_struct01.cs b/src/coreclr/tests/src/JIT/Generics/Fields/static_passing_struct01.cs index 96d019f5a041d0..1a35f0febf2c88 100644 --- a/src/coreclr/tests/src/JIT/Generics/Fields/static_passing_struct01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Fields/static_passing_struct01.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/coreclr/tests/src/JIT/Generics/Instantiation/Classes/BaseClass01.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/BaseClass01.cs index 9f028726581492..11a6e0b9167a3d 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/BaseClass01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/BaseClass01.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/coreclr/tests/src/JIT/Generics/Instantiation/Classes/BaseClass02.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/BaseClass02.cs index bf433ba141b4e4..500d69dcd70ef1 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/BaseClass02.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/BaseClass02.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/coreclr/tests/src/JIT/Generics/Instantiation/Classes/BaseClass03.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/BaseClass03.cs index 92578f363b36af..f0e4119c77df0f 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/BaseClass03.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/BaseClass03.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/coreclr/tests/src/JIT/Generics/Instantiation/Classes/Baseclass04.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/Baseclass04.cs index ebffbda1ca383f..d97afd0511364e 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/Baseclass04.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/Baseclass04.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/coreclr/tests/src/JIT/Generics/Instantiation/Classes/Baseclass05.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/Baseclass05.cs index b864c77502f4ad..65d0ea21c298f4 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/Baseclass05.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/Baseclass05.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/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class01.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class01.cs index ede9fb39a3eb3b..3d3399ba3e147e 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class01.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/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class02.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class02.cs index c13925cd8df386..0c6c22c8e99856 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class02.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class02.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/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class03.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class03.cs index 46c41a1176e23b..c313b46a2e7400 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class03.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class03.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/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Class01.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Class01.cs index a0cd8b12c022e6..eb6ebc3a3e1856 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Class01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Class01.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/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Class02.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Class02.cs index 78370dcf785427..a61bdebbb55735 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Class02.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Class02.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/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Class03.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Class03.cs index f08d88664d1074..2e4134aa59684a 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Class03.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Class03.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/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Class04.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Class04.cs index 452b1e81526f30..7f23edba8b1481 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Class04.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Class04.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/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Class05.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Class05.cs index 40011d8ba41dcd..9f93f72d5d11ae 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Class05.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Class05.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/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Struct01.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Struct01.cs index 93ae2c8fcd6c7d..ba853806c569c4 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Struct01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Struct01.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/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Struct02.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Struct02.cs index 62feaf6afcf04f..03fa4922978756 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Struct02.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Struct02.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/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Struct03.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Struct03.cs index 8e6ba60eb2fb32..db2f1a6250785e 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Struct03.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Struct03.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/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Struct04.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Struct04.cs index 833b2d941f4f01..4474adb048bdeb 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Struct04.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Struct04.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/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Struct05.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Struct05.cs index 986fa95210a732..afae33eee610f9 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Struct05.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/Struct05.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/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct01.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct01.cs index 050131fc7e99cc..0ebf9012cd1447 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct01.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/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct02.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct02.cs index 1e4204ddaad640..af22a794ed8fbd 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct02.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct02.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/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct03.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct03.cs index b1129c5acdcc41..e8c07fd87223f6 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct03.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct03.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/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate001.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate001.cs index 651a353321e002..cf6bf7ead79773 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate001.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate001.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate002.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate002.cs index 8a9b26058879db..ddf9ecec8d7384 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate002.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate002.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate003.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate003.cs index 700cbfd56abaf3..a68f8ce12c34ab 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate003.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate003.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate004.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate004.cs index d2ed60afd3e3a8..1566b1c4c9b09c 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate004.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate004.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate005.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate005.cs index 3281c35cbdec89..910421f9cba92f 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate005.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate005.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate006.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate006.cs index a0918f8c746624..5e5ca9762ec762 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate006.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate006.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate007.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate007.cs index a4224957cbfdbc..cd7216f836356e 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate007.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate007.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate008.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate008.cs index 2420e9ca83c5d9..ab074141e831c3 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate008.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate008.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate009.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate009.cs index f2835bf8109290..142feeb2ed1295 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate009.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate009.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate010.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate010.cs index 7597adb81fe71c..b433f1a1f14ada 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate010.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate010.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate011.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate011.cs index 0f8978b1a7fcbb..2ed84f2a6166e6 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate011.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate011.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate012.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate012.cs index b651a78172127e..fbe6ba7951bf4f 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate012.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate012.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate013.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate013.cs index d81168125be5fc..a0379badc1a62e 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate013.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate013.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate014.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate014.cs index 019b2e4bece436..065f16a322f96b 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate014.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate014.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate015.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate015.cs index e1f52100db4ee1..57ca79ee66b372 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate015.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate015.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate016.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate016.cs index 403aaf14adef87..149d06ee2461ef 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate016.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate016.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate017.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate017.cs index 833cf9979c236f..b2fbdbe1d4961a 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate017.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate017.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate018.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate018.cs index 6f92cfd0dd55c8..6d66535e4e8f4d 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate018.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate018.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate019.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate019.cs index 06467512c21a53..e5c19fe64d0e8e 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate019.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate019.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate020.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate020.cs index 07782a5ae3c303..26f64b8ebc089b 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate020.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate020.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate021.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate021.cs index 5532b476908994..8b55ecdf84afa4 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate021.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate021.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate022.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate022.cs index 0712676f720568..53a405f661777b 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate022.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate022.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate023.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate023.cs index f6b5069c62b322..bf7a54b93c5538 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate023.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate023.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate024.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate024.cs index acb08fd69f9196..dd96d74f51bfe7 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate024.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate024.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate025.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate025.cs index e4ae6631d820f2..4e6589c25839e8 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate025.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate025.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate026.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate026.cs index 2f01b95c8669ba..462c043d93c9cd 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate026.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate026.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate027.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate027.cs index 0db2c4c6b490ed..d3b0e1d76275cd 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate027.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate027.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate028.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate028.cs index eecd664e30d123..0dc8ca103ce847 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate028.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate028.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate029.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate029.cs index f359695b5aacb0..eef8447b082b34 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate029.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate029.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate030.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate030.cs index 53d6f451c0745e..2bdc6d19dbe65d 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate030.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate030.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate031.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate031.cs index 2257c3e4085264..4a6cecf878ed8d 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate031.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate031.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate032.cs b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate032.cs index 833c2774f8d45f..2a0297c80991ad 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate032.cs +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate032.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Generics/Locals/instance_assignment_class01.cs b/src/coreclr/tests/src/JIT/Generics/Locals/instance_assignment_class01.cs index 2928e7f5f20039..225d5a9c13e34e 100644 --- a/src/coreclr/tests/src/JIT/Generics/Locals/instance_assignment_class01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Locals/instance_assignment_class01.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/coreclr/tests/src/JIT/Generics/Locals/instance_assignment_struct01.cs b/src/coreclr/tests/src/JIT/Generics/Locals/instance_assignment_struct01.cs index 1991fe0b0057c4..a96943fd0eefe2 100644 --- a/src/coreclr/tests/src/JIT/Generics/Locals/instance_assignment_struct01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Locals/instance_assignment_struct01.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/coreclr/tests/src/JIT/Generics/Locals/instance_equalnull_class01.cs b/src/coreclr/tests/src/JIT/Generics/Locals/instance_equalnull_class01.cs index 4cdc252a2792b8..6892deb53ccd24 100644 --- a/src/coreclr/tests/src/JIT/Generics/Locals/instance_equalnull_class01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Locals/instance_equalnull_class01.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/coreclr/tests/src/JIT/Generics/Locals/instance_equalnull_struct01.cs b/src/coreclr/tests/src/JIT/Generics/Locals/instance_equalnull_struct01.cs index 46b0d3058ebc92..279918961338a1 100644 --- a/src/coreclr/tests/src/JIT/Generics/Locals/instance_equalnull_struct01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Locals/instance_equalnull_struct01.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/coreclr/tests/src/JIT/Generics/Locals/instance_passing_class01.cs b/src/coreclr/tests/src/JIT/Generics/Locals/instance_passing_class01.cs index d2e3772d049893..e55b30845e497f 100644 --- a/src/coreclr/tests/src/JIT/Generics/Locals/instance_passing_class01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Locals/instance_passing_class01.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/coreclr/tests/src/JIT/Generics/Locals/instance_passing_struct01.cs b/src/coreclr/tests/src/JIT/Generics/Locals/instance_passing_struct01.cs index b582ae4cee762c..d337e30b4a6090 100644 --- a/src/coreclr/tests/src/JIT/Generics/Locals/instance_passing_struct01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Locals/instance_passing_struct01.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/coreclr/tests/src/JIT/Generics/Locals/static_assignment_class01.cs b/src/coreclr/tests/src/JIT/Generics/Locals/static_assignment_class01.cs index 13add02fb5c763..6f47198f29603e 100644 --- a/src/coreclr/tests/src/JIT/Generics/Locals/static_assignment_class01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Locals/static_assignment_class01.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/coreclr/tests/src/JIT/Generics/Locals/static_assignment_struct01.cs b/src/coreclr/tests/src/JIT/Generics/Locals/static_assignment_struct01.cs index b4e7d0d27d1d5a..db8ca0625c897a 100644 --- a/src/coreclr/tests/src/JIT/Generics/Locals/static_assignment_struct01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Locals/static_assignment_struct01.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/coreclr/tests/src/JIT/Generics/Locals/static_equalnull_class01.cs b/src/coreclr/tests/src/JIT/Generics/Locals/static_equalnull_class01.cs index f425993d492739..1ba0149c913e9e 100644 --- a/src/coreclr/tests/src/JIT/Generics/Locals/static_equalnull_class01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Locals/static_equalnull_class01.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/coreclr/tests/src/JIT/Generics/Locals/static_equalnull_struct01.cs b/src/coreclr/tests/src/JIT/Generics/Locals/static_equalnull_struct01.cs index 8505f763fd2db4..be5e7a2ee76495 100644 --- a/src/coreclr/tests/src/JIT/Generics/Locals/static_equalnull_struct01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Locals/static_equalnull_struct01.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/coreclr/tests/src/JIT/Generics/Locals/static_passing_class01.cs b/src/coreclr/tests/src/JIT/Generics/Locals/static_passing_class01.cs index e8779cd9728b37..34fa29ebbcdfd5 100644 --- a/src/coreclr/tests/src/JIT/Generics/Locals/static_passing_class01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Locals/static_passing_class01.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/coreclr/tests/src/JIT/Generics/Locals/static_passing_struct01.cs b/src/coreclr/tests/src/JIT/Generics/Locals/static_passing_struct01.cs index 4dc1f7ed74b9c2..2209ba51c322af 100644 --- a/src/coreclr/tests/src/JIT/Generics/Locals/static_passing_struct01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Locals/static_passing_struct01.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/coreclr/tests/src/JIT/Generics/MemberAccess/class_instance01.cs b/src/coreclr/tests/src/JIT/Generics/MemberAccess/class_instance01.cs index 613a9cc0898089..fc157e16297fce 100644 --- a/src/coreclr/tests/src/JIT/Generics/MemberAccess/class_instance01.cs +++ b/src/coreclr/tests/src/JIT/Generics/MemberAccess/class_instance01.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/coreclr/tests/src/JIT/Generics/MemberAccess/class_static01.cs b/src/coreclr/tests/src/JIT/Generics/MemberAccess/class_static01.cs index e668c3e1e5e50a..4413d7bef43b37 100644 --- a/src/coreclr/tests/src/JIT/Generics/MemberAccess/class_static01.cs +++ b/src/coreclr/tests/src/JIT/Generics/MemberAccess/class_static01.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/coreclr/tests/src/JIT/Generics/MemberAccess/interface_class01.cs b/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_class01.cs index 87662265c38448..e13b6d5a052c22 100644 --- a/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_class01.cs +++ b/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_class01.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/coreclr/tests/src/JIT/Generics/MemberAccess/interface_class02.cs b/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_class02.cs index ae7a918a0b60f9..f727661d7d5d42 100644 --- a/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_class02.cs +++ b/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_class02.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/coreclr/tests/src/JIT/Generics/MemberAccess/interface_struct01.cs b/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_struct01.cs index 76b6bf9dde7ea2..8824659a8e024d 100644 --- a/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_struct01.cs +++ b/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_struct01.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/coreclr/tests/src/JIT/Generics/MemberAccess/interface_struct02.cs b/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_struct02.cs index 0916de66f066cb..d942a51209fb62 100644 --- a/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_struct02.cs +++ b/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_struct02.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/coreclr/tests/src/JIT/Generics/MemberAccess/struct_instance01.cs b/src/coreclr/tests/src/JIT/Generics/MemberAccess/struct_instance01.cs index ab1a77a0da80b3..27dfe202bceae8 100644 --- a/src/coreclr/tests/src/JIT/Generics/MemberAccess/struct_instance01.cs +++ b/src/coreclr/tests/src/JIT/Generics/MemberAccess/struct_instance01.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/coreclr/tests/src/JIT/Generics/MemberAccess/struct_static01.cs b/src/coreclr/tests/src/JIT/Generics/MemberAccess/struct_static01.cs index 7a8364c8734648..4c417ce91ca378 100644 --- a/src/coreclr/tests/src/JIT/Generics/MemberAccess/struct_static01.cs +++ b/src/coreclr/tests/src/JIT/Generics/MemberAccess/struct_static01.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/coreclr/tests/src/JIT/Generics/Parameters/instance_assignment_class01.cs b/src/coreclr/tests/src/JIT/Generics/Parameters/instance_assignment_class01.cs index ff84fa18f57605..ecfcff4afd4600 100644 --- a/src/coreclr/tests/src/JIT/Generics/Parameters/instance_assignment_class01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Parameters/instance_assignment_class01.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/coreclr/tests/src/JIT/Generics/Parameters/instance_assignment_struct01.cs b/src/coreclr/tests/src/JIT/Generics/Parameters/instance_assignment_struct01.cs index b3ed088d02518c..ac249b71a1e114 100644 --- a/src/coreclr/tests/src/JIT/Generics/Parameters/instance_assignment_struct01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Parameters/instance_assignment_struct01.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/coreclr/tests/src/JIT/Generics/Parameters/instance_equalnull_class01.cs b/src/coreclr/tests/src/JIT/Generics/Parameters/instance_equalnull_class01.cs index 71fc86b7d7adb0..25f19cc741787e 100644 --- a/src/coreclr/tests/src/JIT/Generics/Parameters/instance_equalnull_class01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Parameters/instance_equalnull_class01.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/coreclr/tests/src/JIT/Generics/Parameters/instance_equalnull_struct01.cs b/src/coreclr/tests/src/JIT/Generics/Parameters/instance_equalnull_struct01.cs index 486406b9269a21..c87d3e8fae40f2 100644 --- a/src/coreclr/tests/src/JIT/Generics/Parameters/instance_equalnull_struct01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Parameters/instance_equalnull_struct01.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/coreclr/tests/src/JIT/Generics/Parameters/instance_passing_class01.cs b/src/coreclr/tests/src/JIT/Generics/Parameters/instance_passing_class01.cs index 7f59403d8d835f..879d942908878d 100644 --- a/src/coreclr/tests/src/JIT/Generics/Parameters/instance_passing_class01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Parameters/instance_passing_class01.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/coreclr/tests/src/JIT/Generics/Parameters/instance_passing_struct01.cs b/src/coreclr/tests/src/JIT/Generics/Parameters/instance_passing_struct01.cs index 4c9ec69cf61df2..108cda2180395d 100644 --- a/src/coreclr/tests/src/JIT/Generics/Parameters/instance_passing_struct01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Parameters/instance_passing_struct01.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/coreclr/tests/src/JIT/Generics/Parameters/static_assignment_class01.cs b/src/coreclr/tests/src/JIT/Generics/Parameters/static_assignment_class01.cs index d58eb178bcaf46..a81e28f2cb4520 100644 --- a/src/coreclr/tests/src/JIT/Generics/Parameters/static_assignment_class01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Parameters/static_assignment_class01.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/coreclr/tests/src/JIT/Generics/Parameters/static_assignment_struct01.cs b/src/coreclr/tests/src/JIT/Generics/Parameters/static_assignment_struct01.cs index c420fb5c399b67..2fb7a421ae74d2 100644 --- a/src/coreclr/tests/src/JIT/Generics/Parameters/static_assignment_struct01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Parameters/static_assignment_struct01.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/coreclr/tests/src/JIT/Generics/Parameters/static_equalnull_class01.cs b/src/coreclr/tests/src/JIT/Generics/Parameters/static_equalnull_class01.cs index fe6ed72ab224b3..b0c9232a49ed3a 100644 --- a/src/coreclr/tests/src/JIT/Generics/Parameters/static_equalnull_class01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Parameters/static_equalnull_class01.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/coreclr/tests/src/JIT/Generics/Parameters/static_equalnull_struct01.cs b/src/coreclr/tests/src/JIT/Generics/Parameters/static_equalnull_struct01.cs index e167bbb453bfca..2b9d2797bf372f 100644 --- a/src/coreclr/tests/src/JIT/Generics/Parameters/static_equalnull_struct01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Parameters/static_equalnull_struct01.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/coreclr/tests/src/JIT/Generics/Parameters/static_passing_class01.cs b/src/coreclr/tests/src/JIT/Generics/Parameters/static_passing_class01.cs index 06b4077de6fb04..1ea418d3062c5b 100644 --- a/src/coreclr/tests/src/JIT/Generics/Parameters/static_passing_class01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Parameters/static_passing_class01.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/coreclr/tests/src/JIT/Generics/Parameters/static_passing_struct01.cs b/src/coreclr/tests/src/JIT/Generics/Parameters/static_passing_struct01.cs index 1c63890315c4f3..d439167093bc59 100644 --- a/src/coreclr/tests/src/JIT/Generics/Parameters/static_passing_struct01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Parameters/static_passing_struct01.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/coreclr/tests/src/JIT/Generics/TypeParameters/default_class01.cs b/src/coreclr/tests/src/JIT/Generics/TypeParameters/default_class01.cs index fab4d73a5f8dad..719af2bd316e6d 100644 --- a/src/coreclr/tests/src/JIT/Generics/TypeParameters/default_class01.cs +++ b/src/coreclr/tests/src/JIT/Generics/TypeParameters/default_class01.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/coreclr/tests/src/JIT/Generics/TypeParameters/default_struct01.cs b/src/coreclr/tests/src/JIT/Generics/TypeParameters/default_struct01.cs index 97014209e3f057..5ae51139b5b889 100644 --- a/src/coreclr/tests/src/JIT/Generics/TypeParameters/default_struct01.cs +++ b/src/coreclr/tests/src/JIT/Generics/TypeParameters/default_struct01.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/coreclr/tests/src/JIT/Generics/Typeof/Struct02.cs b/src/coreclr/tests/src/JIT/Generics/Typeof/Struct02.cs index ecf2d950fb1e1c..74a83570c14bf3 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/Struct02.cs +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/Struct02.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/coreclr/tests/src/JIT/Generics/Typeof/class01.cs b/src/coreclr/tests/src/JIT/Generics/Typeof/class01.cs index eb29dc64470ada..75829cf32afec8 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/class01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/class01.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/coreclr/tests/src/JIT/Generics/Typeof/class02.cs b/src/coreclr/tests/src/JIT/Generics/Typeof/class02.cs index 50419efa2bd56c..89246afff27e6f 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/class02.cs +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/class02.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/coreclr/tests/src/JIT/Generics/Typeof/class03.cs b/src/coreclr/tests/src/JIT/Generics/Typeof/class03.cs index e177fce8d526f2..830312849e1e81 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/class03.cs +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/class03.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/coreclr/tests/src/JIT/Generics/Typeof/dynamicTypes.cs b/src/coreclr/tests/src/JIT/Generics/Typeof/dynamicTypes.cs index 2d9a8383633987..bb86ef237fd201 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/dynamicTypes.cs +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/dynamicTypes.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. // /* The following are the checks being made, where x is a user defined type as described below. The test does all of this pretty much as a grid cross section, so there are redundant cast cases also covered here. diff --git a/src/coreclr/tests/src/JIT/Generics/Typeof/objectBoxing.cs b/src/coreclr/tests/src/JIT/Generics/Typeof/objectBoxing.cs index 7275e084d07c78..5ad61293165f7c 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/objectBoxing.cs +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/objectBoxing.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. // /* unboxing where a parameter is types as object and then is unboxed to its scalar type diff --git a/src/coreclr/tests/src/JIT/Generics/Typeof/refTypesdynamic.cs b/src/coreclr/tests/src/JIT/Generics/Typeof/refTypesdynamic.cs index adac1886a364ed..f8b8fe2d54e116 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/refTypesdynamic.cs +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/refTypesdynamic.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. // /* Cases for some shared generics (generics instantiated over reference types, both sealed and unsealed). diff --git a/src/coreclr/tests/src/JIT/Generics/Typeof/struct01.cs b/src/coreclr/tests/src/JIT/Generics/Typeof/struct01.cs index ec5486633f4a6c..2e4fd831bd9019 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/struct01.cs +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/struct01.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/coreclr/tests/src/JIT/Generics/Typeof/struct03.cs b/src/coreclr/tests/src/JIT/Generics/Typeof/struct03.cs index 1f3189df8ee2eb..bc64c23ba64061 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/struct03.cs +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/struct03.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/coreclr/tests/src/JIT/Generics/Typeof/valueTypeBoxing.cs b/src/coreclr/tests/src/JIT/Generics/Typeof/valueTypeBoxing.cs index bf36f6267325e8..ed472be207d4a3 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/valueTypeBoxing.cs +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/valueTypeBoxing.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. // /* Unboxing where a parameter is types as System.ValueType, or System.Enum, and then is unboxed to its scalar type diff --git a/src/coreclr/tests/src/JIT/Generics/pinvoke/instance01.cs b/src/coreclr/tests/src/JIT/Generics/pinvoke/instance01.cs index d3b2f6c3743fc6..88491911b30581 100644 --- a/src/coreclr/tests/src/JIT/Generics/pinvoke/instance01.cs +++ b/src/coreclr/tests/src/JIT/Generics/pinvoke/instance01.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/coreclr/tests/src/JIT/Generics/pinvoke/instance02.cs b/src/coreclr/tests/src/JIT/Generics/pinvoke/instance02.cs index fa1d22d6f8516f..0d5fb64569d340 100644 --- a/src/coreclr/tests/src/JIT/Generics/pinvoke/instance02.cs +++ b/src/coreclr/tests/src/JIT/Generics/pinvoke/instance02.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/coreclr/tests/src/JIT/Generics/pinvoke/instance03.cs b/src/coreclr/tests/src/JIT/Generics/pinvoke/instance03.cs index f0d52296ccb21b..8b9b05de440fbe 100644 --- a/src/coreclr/tests/src/JIT/Generics/pinvoke/instance03.cs +++ b/src/coreclr/tests/src/JIT/Generics/pinvoke/instance03.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/coreclr/tests/src/JIT/Generics/pinvoke/static01.cs b/src/coreclr/tests/src/JIT/Generics/pinvoke/static01.cs index a742ec5603f593..a77d2486059cc2 100644 --- a/src/coreclr/tests/src/JIT/Generics/pinvoke/static01.cs +++ b/src/coreclr/tests/src/JIT/Generics/pinvoke/static01.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/coreclr/tests/src/JIT/Generics/pinvoke/static02.cs b/src/coreclr/tests/src/JIT/Generics/pinvoke/static02.cs index 84e920a86d2807..00c3acdafeb694 100644 --- a/src/coreclr/tests/src/JIT/Generics/pinvoke/static02.cs +++ b/src/coreclr/tests/src/JIT/Generics/pinvoke/static02.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/coreclr/tests/src/JIT/Generics/regression/DDB148379/ddb148379.il b/src/coreclr/tests/src/JIT/Generics/regression/DDB148379/ddb148379.il index a377fc949bda56..1258de5130d59d 100644 --- a/src/coreclr/tests/src/JIT/Generics/regression/DDB148379/ddb148379.il +++ b/src/coreclr/tests/src/JIT/Generics/regression/DDB148379/ddb148379.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.Console { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Abs.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Abs.Vector128.Double.cs index a11b1e877dcc62..8176f47a587ad5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Abs.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Abs.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Abs.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Abs.Vector128.Int64.cs index 50ad1ce9a542e5..932ffe719b8668 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Abs.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Abs.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsSaturate.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsSaturate.Vector128.Int64.cs index a029602c1781da..573f697bdf90cd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsSaturate.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsSaturate.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsSaturateScalar.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsSaturateScalar.Vector64.Int16.cs index a4ee501ecf0095..ccc4d9d403a10d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsSaturateScalar.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsSaturateScalar.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsSaturateScalar.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsSaturateScalar.Vector64.Int32.cs index b8a1c3b9106c30..42eb5a9135b839 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsSaturateScalar.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsSaturateScalar.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsSaturateScalar.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsSaturateScalar.Vector64.Int64.cs index 36ffae8e804168..2cb8e78532dcb3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsSaturateScalar.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsSaturateScalar.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsSaturateScalar.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsSaturateScalar.Vector64.SByte.cs index 72fa175a425c02..38c70393c89cf9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsSaturateScalar.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsSaturateScalar.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsScalar.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsScalar.Vector64.Int64.cs index 2194133923f60c..ed7416cf2cc9b9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsScalar.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsScalar.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareGreaterThan.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareGreaterThan.Vector128.Double.cs index 629b427b35cb81..e40e64ffa67acc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareGreaterThan.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareGreaterThan.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareGreaterThanOrEqual.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareGreaterThanOrEqual.Vector128.Double.cs index eb409361c59397..fb4b8dde812708 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareGreaterThanOrEqual.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareGreaterThanOrEqual.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareGreaterThanOrEqualScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareGreaterThanOrEqualScalar.Vector64.Double.cs index 94f4b1dfca6326..cd1cb5805926b7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareGreaterThanOrEqualScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareGreaterThanOrEqualScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareGreaterThanOrEqualScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareGreaterThanOrEqualScalar.Vector64.Single.cs index 88d40283ef252f..525ded5ea52604 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareGreaterThanOrEqualScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareGreaterThanOrEqualScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareGreaterThanScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareGreaterThanScalar.Vector64.Double.cs index c97a1a131041ca..a0539cd614d419 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareGreaterThanScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareGreaterThanScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareGreaterThanScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareGreaterThanScalar.Vector64.Single.cs index 5674ed9f99d4b4..6d460068668aa4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareGreaterThanScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareGreaterThanScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareLessThan.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareLessThan.Vector128.Double.cs index bf0a96e7fc4a84..05f711ccc58563 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareLessThan.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareLessThan.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareLessThanOrEqual.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareLessThanOrEqual.Vector128.Double.cs index 3c0d9c226d46c5..8f7ae5913191ff 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareLessThanOrEqual.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareLessThanOrEqual.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareLessThanOrEqualScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareLessThanOrEqualScalar.Vector64.Double.cs index e12331c65b3f9f..fe480bb18a097b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareLessThanOrEqualScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareLessThanOrEqualScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareLessThanOrEqualScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareLessThanOrEqualScalar.Vector64.Single.cs index f070eaa633ae39..aea11338887d88 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareLessThanOrEqualScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareLessThanOrEqualScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareLessThanScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareLessThanScalar.Vector64.Double.cs index cc541bad7c88c6..ed8c3f82c793d7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareLessThanScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareLessThanScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareLessThanScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareLessThanScalar.Vector64.Single.cs index 31bbb44f2051dc..825ce25bfaa48c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareLessThanScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteCompareLessThanScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteDifference.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteDifference.Vector128.Double.cs index 8c7ddf5bf1ec36..44a0d59873ecf7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteDifference.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteDifference.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteDifferenceScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteDifferenceScalar.Vector64.Double.cs index a9520ffc8ba723..6544008b8357c2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteDifferenceScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteDifferenceScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteDifferenceScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteDifferenceScalar.Vector64.Single.cs index 2375342b63d0bf..52da629da21558 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteDifferenceScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AbsoluteDifferenceScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Add.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Add.Vector128.Double.cs index f215d2f932b782..9cf60b92ee3b16 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Add.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Add.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector128.Byte.cs index 9a0e2733deeccc..15199fff1358ee 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector128.Int16.cs index 203e58c69e849c..c7ad693925fef4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector128.Int32.cs index 633237a086a372..d977027e5d2eef 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector128.SByte.cs index 182a3804ec302e..cb92e1602629da 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector128.UInt16.cs index 611f45b58e3bd4..2f2c3b118dc14a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector128.UInt32.cs index fb46364cca919f..2a85bd33da574d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector64.Byte.cs index 8190d74e8419f6..d5beb00ce30def 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector64.Int16.cs index d9dffa2d72c9e2..90e9aa0c0c3aa2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector64.SByte.cs index c9c82033ce811b..00b11430c42608 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector64.UInt16.cs index 2825d564edcb0b..08f5c8a34491b1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcross.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector128.Byte.cs index 90afcc0821f089..3985e5a93f68bb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector128.Int16.cs index 3ec6b69fa6f947..0c7bc3a05c8d96 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector128.Int32.cs index 01a4bc48fce7a5..0ce16f129d0c08 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector128.SByte.cs index ba31090e2ba43b..19bb80d67b0700 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector128.UInt16.cs index 132941dba8a366..045866a8c87efc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector128.UInt32.cs index 6d5b4b354dadbe..8e501306e84d89 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector64.Byte.cs index 9d4518fa1e89e3..5c4de9de8c45c6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector64.Int16.cs index 5f4a04764f0f44..319d81875e83f3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector64.SByte.cs index 6193eedfa0375e..f92b36c6448e59 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector64.UInt16.cs index 5964b0f60f0cea..3b9c5c9c556bc6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddAcrossWidening.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.Byte.cs index fb2cc89a22607b..ac8b432999ad14 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.Double.cs index f18c2c55eaa2f5..f32674cc85f52e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.Int16.cs index 68bff1d2bcd182..1a43d49d6ec1ee 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.Int32.cs index f916e994b6cb7e..1eb03515e84ef8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.Int64.cs index f5d21de1cba15c..ce2670d00ce86f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.SByte.cs index 1ef071f0b1c9a5..c29034283d7ef1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.Single.cs index e342ae5a3c41cb..e22375d2a12b6b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.UInt16.cs index 6b8b982bdc9fd4..442e5d5efed38a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.UInt32.cs index bfdf23895dfd07..79fe6866ecd91a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.UInt64.cs index eb4e25a062ad1d..a59ec0b957f977 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwise.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwiseScalar.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwiseScalar.Vector128.Double.cs index 532a3d95dca09f..8945dcc63eae6a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwiseScalar.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwiseScalar.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwiseScalar.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwiseScalar.Vector128.Int64.cs index 10b22c62709a22..1df9b050b1cfbf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwiseScalar.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwiseScalar.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwiseScalar.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwiseScalar.Vector128.UInt64.cs index 702cc3d0632802..12b278f2a9481c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwiseScalar.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwiseScalar.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwiseScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwiseScalar.Vector64.Single.cs index 505cbdc1416f55..edd7e2cb7c32e8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwiseScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddPairwiseScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.Byte.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.Byte.Vector128.SByte.cs index 6a277b71113d73..e917493d8eba34 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.Byte.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.Byte.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.Int16.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.Int16.Vector128.UInt16.cs index 0aedb3c04462e4..d671c219538fc9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.Int16.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.Int16.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.Int32.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.Int32.Vector128.UInt32.cs index 21d2f08edbc51f..4ae5c898064e02 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.Int32.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.Int32.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.Int64.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.Int64.Vector128.UInt64.cs index eb125f06c1d881..2e5838df7b64fb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.Int64.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.Int64.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.SByte.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.SByte.Vector128.Byte.cs index 693dee6cd7c0a6..8e6a9e1ce489f4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.SByte.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.SByte.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.UInt16.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.UInt16.Vector128.Int16.cs index 1e535ddac4695a..562d5131bad021 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.UInt16.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.UInt16.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.UInt32.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.UInt32.Vector128.Int32.cs index e9f01dd6ebfc9a..723594b2b76b05 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.UInt32.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.UInt32.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.UInt64.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.UInt64.Vector128.Int64.cs index 64871b2ce7db26..583994523f4608 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.UInt64.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector128.UInt64.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector64.Byte.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector64.Byte.Vector64.SByte.cs index 2416f7ccbad90b..7c9c3dabc0dee8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector64.Byte.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector64.Byte.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector64.Int16.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector64.Int16.Vector64.UInt16.cs index e7294883a8784d..1980c41ad98479 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector64.Int16.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector64.Int16.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector64.Int32.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector64.Int32.Vector64.UInt32.cs index 7d6115ee4869a6..35be06f16a8e96 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector64.Int32.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector64.Int32.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector64.SByte.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector64.SByte.Vector64.Byte.cs index c1bd6888912983..4f8a6b1cba8bd6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector64.SByte.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector64.SByte.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector64.UInt16.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector64.UInt16.Vector64.Int16.cs index 99d22fd5df1862..731cc3e0135b4d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector64.UInt16.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector64.UInt16.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector64.UInt32.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector64.UInt32.Vector64.Int32.cs index 2334aab797702d..341caf26f5b320 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector64.UInt32.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturate.Vector64.UInt32.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Byte.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Byte.Vector64.Byte.cs index 0db0253ec02c04..471267102f1cf7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Byte.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Byte.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Byte.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Byte.Vector64.SByte.cs index be4826f67e248c..4195e61cbd247e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Byte.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Byte.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Int16.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Int16.Vector64.Int16.cs index 7b678dd80c9812..f99898c32beb2b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Int16.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Int16.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Int16.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Int16.Vector64.UInt16.cs index a629098482a59b..518c2743bb537c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Int16.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Int16.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Int32.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Int32.Vector64.Int32.cs index b2a3a5b7382971..afbabfa20c7ec7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Int32.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Int32.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Int32.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Int32.Vector64.UInt32.cs index 24636a120c4837..5f3d294a98205a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Int32.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Int32.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Int64.Vector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Int64.Vector64.UInt64.cs index f7d56fb58a44bb..2d33ad4ba26614 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Int64.Vector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.Int64.Vector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.SByte.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.SByte.Vector64.Byte.cs index 703b0ede1c07f2..11ae1d61b2b8be 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.SByte.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.SByte.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.SByte.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.SByte.Vector64.SByte.cs index c1802f2d8ded58..be1ec96740d682 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.SByte.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.SByte.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.UInt16.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.UInt16.Vector64.Int16.cs index 0b5b3f57088ed7..798891d38b7352 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.UInt16.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.UInt16.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.UInt16.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.UInt16.Vector64.UInt16.cs index 139d2e6735f10d..288fbf034c6f21 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.UInt16.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.UInt16.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.UInt32.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.UInt32.Vector64.Int32.cs index 30435f2cc855ba..deb58d8b0a2f67 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.UInt32.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.UInt32.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.UInt32.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.UInt32.Vector64.UInt32.cs index 2ae3e4f092e283..782200a5342f22 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.UInt32.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.UInt32.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.UInt64.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.UInt64.Vector64.Int64.cs index 86aeba39ac31a7..a68d18336144b3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.UInt64.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AddSaturateScalar.Vector64.UInt64.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Ceiling.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Ceiling.Vector128.Double.cs index 3b3e446a7847e8..a16d840ed0d9b3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Ceiling.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Ceiling.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqual.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqual.Vector128.Double.cs index e69463d08610c5..1095229967a5c0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqual.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqual.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqual.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqual.Vector128.Int64.cs index a954b816483457..a49c5da4eeaf56 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqual.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqual.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqual.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqual.Vector128.UInt64.cs index da8bc8ded86c7c..aa7866f514b0bd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqual.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqual.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqualScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqualScalar.Vector64.Double.cs index 35d50d2f188d02..3c2758e627b737 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqualScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqualScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqualScalar.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqualScalar.Vector64.Int64.cs index 539182add72a13..ae0682eb5278c8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqualScalar.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqualScalar.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqualScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqualScalar.Vector64.Single.cs index abc0bb6c71d786..70daa5ff123c06 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqualScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqualScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqualScalar.Vector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqualScalar.Vector64.UInt64.cs index fc2e29b883ada6..df8e540e5309d1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqualScalar.Vector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqualScalar.Vector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThan.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThan.Vector128.Double.cs index a7415d8a15cf09..8ce0f4fb7bbaa0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThan.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThan.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThan.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThan.Vector128.Int64.cs index 0d4ca8de5cf0bc..6b3c5a1bff58a4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThan.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThan.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThan.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThan.Vector128.UInt64.cs index f94edb303c9430..8435f4409b1f90 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThan.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThan.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqual.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqual.Vector128.Double.cs index 32355e692f5014..64be57d5946819 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqual.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqual.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqual.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqual.Vector128.Int64.cs index 7ae8126fae8344..ec1453a9cfbaf8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqual.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqual.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqual.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqual.Vector128.UInt64.cs index 4e4b506e5d849b..e7202fd788543e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqual.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqual.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqualScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqualScalar.Vector64.Double.cs index f515f1b4706bbe..53627e6a397785 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqualScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqualScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqualScalar.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqualScalar.Vector64.Int64.cs index 7235c29a24f858..84b841520c3ccc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqualScalar.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqualScalar.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqualScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqualScalar.Vector64.Single.cs index 2cc3f4c80b754b..ef6c3ac538a744 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqualScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqualScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqualScalar.Vector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqualScalar.Vector64.UInt64.cs index 42d930403a124b..16132497d36dba 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqualScalar.Vector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqualScalar.Vector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanScalar.Vector64.Double.cs index b29eae1099e391..0c243349e0ce45 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanScalar.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanScalar.Vector64.Int64.cs index ddfdc4b27e09ae..81fa472a607f43 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanScalar.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanScalar.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanScalar.Vector64.Single.cs index b77eadd7f0d622..10de431cf64464 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanScalar.Vector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanScalar.Vector64.UInt64.cs index 3f28356c64c378..89d5153cb5d8d3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanScalar.Vector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanScalar.Vector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThan.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThan.Vector128.Double.cs index 7602e620321bef..ad43af62330254 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThan.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThan.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThan.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThan.Vector128.Int64.cs index 1f3a58c604341e..e3ebe51b85ab60 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThan.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThan.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThan.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThan.Vector128.UInt64.cs index b97eb694f6b8c4..93725ff8493046 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThan.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThan.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqual.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqual.Vector128.Double.cs index a49e00ce683765..078dd25af70c14 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqual.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqual.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqual.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqual.Vector128.Int64.cs index 0ce7abb3977800..4a70b8ff6fa475 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqual.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqual.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqual.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqual.Vector128.UInt64.cs index 5d7dc82c01be38..ccac1c7147eb00 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqual.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqual.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqualScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqualScalar.Vector64.Double.cs index 428b6a45d4fe3c..f0af2cc5f4b447 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqualScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqualScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqualScalar.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqualScalar.Vector64.Int64.cs index 043d6a323298e8..2e3663fc7d3283 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqualScalar.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqualScalar.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqualScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqualScalar.Vector64.Single.cs index 3923745166c6da..88b3a14533e0ec 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqualScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqualScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqualScalar.Vector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqualScalar.Vector64.UInt64.cs index 03ecbc6c8faa39..ea60e87f165ad5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqualScalar.Vector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanOrEqualScalar.Vector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanScalar.Vector64.Double.cs index d85c7818a2bd61..b4c808082460d9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanScalar.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanScalar.Vector64.Int64.cs index 5c574bc7ee3034..d1e36ed6d247f6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanScalar.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanScalar.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanScalar.Vector64.Single.cs index c4a40ae9d5a519..fa7692ad623a9d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanScalar.Vector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanScalar.Vector64.UInt64.cs index 3f5aa22923693a..8c453b80eb00c8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanScalar.Vector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareLessThanScalar.Vector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareTest.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareTest.Vector128.Double.cs index c642a43dea2c2b..b7fa1dbf2be518 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareTest.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareTest.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareTest.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareTest.Vector128.Int64.cs index d856be137f6dcb..cfbbe085a411c4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareTest.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareTest.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareTest.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareTest.Vector128.UInt64.cs index 898d288c830f6f..403da8f29f502c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareTest.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareTest.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareTestScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareTestScalar.Vector64.Double.cs index b4bac244c6d592..4bf5717642aac8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareTestScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareTestScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareTestScalar.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareTestScalar.Vector64.Int64.cs index df8690fdb9ef6d..8bc46f7b355504 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareTestScalar.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareTestScalar.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareTestScalar.Vector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareTestScalar.Vector64.UInt64.cs index cd50201fba4024..2288e28d805f03 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareTestScalar.Vector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareTestScalar.Vector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToDouble.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToDouble.Vector128.Int64.cs index 2c0ffbcf7a5896..1e634fac850d1b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToDouble.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToDouble.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToDouble.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToDouble.Vector128.UInt64.cs index 87b6247e03967e..883fdd5b9e2686 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToDouble.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToDouble.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToDouble.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToDouble.Vector64.Single.cs index 00247d332a8b36..08fd9e4c868fcc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToDouble.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToDouble.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToDoubleScalar.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToDoubleScalar.Vector64.Int64.cs index aaaddf376cf427..8dafcb048cd970 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToDoubleScalar.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToDoubleScalar.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToDoubleScalar.Vector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToDoubleScalar.Vector64.UInt64.cs index 2e4d640f413c31..f82a18c42b8c2f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToDoubleScalar.Vector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToDoubleScalar.Vector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToDoubleUpper.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToDoubleUpper.Vector128.Single.cs index baab1ebc58d57f..07d078ce36e351 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToDoubleUpper.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToDoubleUpper.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundAwayFromZero.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundAwayFromZero.Vector128.Double.cs index 06513c2907a891..0631a94a3a526e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundAwayFromZero.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundAwayFromZero.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundAwayFromZeroScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundAwayFromZeroScalar.Vector64.Double.cs index c233fa88ac235f..075be55f13643e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundAwayFromZeroScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundAwayFromZeroScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToEven.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToEven.Vector128.Double.cs index 7ef10b7a7adc88..cb6a4b897408c6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToEven.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToEven.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToEvenScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToEvenScalar.Vector64.Double.cs index 5c77ac044663e2..95918f50551992 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToEvenScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToEvenScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToNegativeInfinity.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToNegativeInfinity.Vector128.Double.cs index d36acedf0804d2..770f986016e6ff 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToNegativeInfinity.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToNegativeInfinity.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToNegativeInfinityScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToNegativeInfinityScalar.Vector64.Double.cs index ff7be2922ed1ae..dfabf97a1bb335 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToNegativeInfinityScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToNegativeInfinityScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToPositiveInfinity.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToPositiveInfinity.Vector128.Double.cs index 512153de31607d..c15b4bb2a02386 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToPositiveInfinity.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToPositiveInfinity.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToPositiveInfinityScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToPositiveInfinityScalar.Vector64.Double.cs index 1d6e0788158679..fff8876685c2a3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToPositiveInfinityScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToPositiveInfinityScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToZero.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToZero.Vector128.Double.cs index dc4ea500c3204b..157214cf22bba4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToZero.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToZero.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToZeroScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToZeroScalar.Vector64.Double.cs index 65c6527dcc7766..4d439b41c1033b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToZeroScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToInt64RoundToZeroScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToSingleLower.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToSingleLower.Vector64.Single.cs index 1eab9a8326345c..17008a70e93dd7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToSingleLower.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToSingleLower.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToSingleRoundToOddLower.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToSingleRoundToOddLower.Vector64.Single.cs index 11b244cfded24e..65fd354b8ce345 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToSingleRoundToOddLower.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToSingleRoundToOddLower.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToSingleRoundToOddUpper.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToSingleRoundToOddUpper.Vector128.Single.cs index 023e6446c060b0..5d882087f08a53 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToSingleRoundToOddUpper.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToSingleRoundToOddUpper.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToSingleUpper.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToSingleUpper.Vector128.Single.cs index ced24726ea09ec..1d35e42543d5e2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToSingleUpper.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToSingleUpper.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundAwayFromZero.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundAwayFromZero.Vector128.Double.cs index 17feb4ce3bc703..6d9101d02b4d38 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundAwayFromZero.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundAwayFromZero.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundAwayFromZeroScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundAwayFromZeroScalar.Vector64.Double.cs index 96f4d7ced5bd90..0f413257b158ab 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundAwayFromZeroScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundAwayFromZeroScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToEven.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToEven.Vector128.Double.cs index ff5a028655ffab..d143320a01c644 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToEven.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToEven.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToEvenScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToEvenScalar.Vector64.Double.cs index f956051d679a89..5915067c25038f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToEvenScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToEvenScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToNegativeInfinity.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToNegativeInfinity.Vector128.Double.cs index 7a0f49d717c15d..fea27c1db52f7f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToNegativeInfinity.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToNegativeInfinity.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToNegativeInfinityScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToNegativeInfinityScalar.Vector64.Double.cs index cb21a9453d62a2..c1d992c9f8da9c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToNegativeInfinityScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToNegativeInfinityScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToPositiveInfinity.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToPositiveInfinity.Vector128.Double.cs index 88b261e360586c..70bf7c9d8eade4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToPositiveInfinity.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToPositiveInfinity.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToPositiveInfinityScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToPositiveInfinityScalar.Vector64.Double.cs index 6bcec1b29bd23a..1c8a7b41e60452 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToPositiveInfinityScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToPositiveInfinityScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToZero.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToZero.Vector128.Double.cs index 3918ef8bebddbd..a9274b2fb0563c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToZero.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToZero.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToZeroScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToZeroScalar.Vector64.Double.cs index b1b62dc0c54651..4fc6bc84243857 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToZeroScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ConvertToUInt64RoundToZeroScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Divide.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Divide.Vector128.Double.cs index f3d0b3c6619a88..8a5ece8fae657a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Divide.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Divide.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Divide.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Divide.Vector128.Single.cs index e0b7c83a7e876e..6a1a9dd8016d63 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Divide.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Divide.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Divide.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Divide.Vector64.Single.cs index 7a06b294299a0b..b9988a1f29320d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Divide.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Divide.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateSelectedScalarToVector128.V128.Double.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateSelectedScalarToVector128.V128.Double.1.cs index b169f5ce0e6b13..b1e7a61d7b2948 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateSelectedScalarToVector128.V128.Double.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateSelectedScalarToVector128.V128.Double.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateSelectedScalarToVector128.V128.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateSelectedScalarToVector128.V128.Int64.1.cs index aa7692084ecd1f..c0312c5b06a151 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateSelectedScalarToVector128.V128.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateSelectedScalarToVector128.V128.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateSelectedScalarToVector128.V128.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateSelectedScalarToVector128.V128.UInt64.1.cs index c958bf8e36de1b..88faf05c58ce31 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateSelectedScalarToVector128.V128.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateSelectedScalarToVector128.V128.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateToVector128.Double.31.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateToVector128.Double.31.cs index 25a9c6fb883a31..affc5a037a4d83 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateToVector128.Double.31.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateToVector128.Double.31.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateToVector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateToVector128.Double.cs index f500029f5dafec..a480e5ed0b4095 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateToVector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateToVector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateToVector128.Int64.31.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateToVector128.Int64.31.cs index cc3b5e8168d0ce..0919bc6ecb853d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateToVector128.Int64.31.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateToVector128.Int64.31.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateToVector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateToVector128.Int64.cs index 11dd759214131c..3cdafbda703ab5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateToVector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateToVector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateToVector128.UInt64.31.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateToVector128.UInt64.31.cs index d1ebd0dd1ae65d..0af0728afc16a7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateToVector128.UInt64.31.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateToVector128.UInt64.31.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateToVector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateToVector128.UInt64.cs index 58788479dbfd7b..c1a8b6315010b1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateToVector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/DuplicateToVector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateScalar.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateScalar.Vector64.Byte.cs index 69a4f187f8584a..13381efa037e07 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateScalar.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateScalar.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateScalar.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateScalar.Vector64.Int16.cs index acccb77e589384..cc43424bd62daf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateScalar.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateScalar.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateScalar.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateScalar.Vector64.Int32.cs index ce7529e2af1674..3e5b074c5d3c7b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateScalar.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateScalar.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateScalar.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateScalar.Vector64.SByte.cs index ddaff6f3143475..dc51fcfbe658a6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateScalar.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateScalar.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateScalar.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateScalar.Vector64.UInt16.cs index 767d06c11ad84a..55984b7c39ca8e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateScalar.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateScalar.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateScalar.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateScalar.Vector64.UInt32.cs index 02ab0b4b07890b..5805337682ec8d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateScalar.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateScalar.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateUnsignedScalar.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateUnsignedScalar.Vector64.Byte.cs index 58c93b7096aa34..76ee2f1103869a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateUnsignedScalar.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateUnsignedScalar.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateUnsignedScalar.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateUnsignedScalar.Vector64.UInt16.cs index ee3e9abf8c86e8..a88f76d233977c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateUnsignedScalar.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateUnsignedScalar.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateUnsignedScalar.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateUnsignedScalar.Vector64.UInt32.cs index 07b1b1c7d49f22..bed7a5ada7d58a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateUnsignedScalar.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ExtractNarrowingSaturateUnsignedScalar.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Floor.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Floor.Vector128.Double.cs index 541646fb07187e..586bdcde6ba060 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Floor.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Floor.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAdd.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAdd.Vector128.Double.cs index e629b75beffb4e..e34dbe1eacd3ce 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAdd.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAdd.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddByScalar.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddByScalar.Vector128.Double.cs index 3c0c878ef92531..25816aad4b446a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddByScalar.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddByScalar.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddByScalar.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddByScalar.Vector128.Single.cs index cbbcc04073b2d4..e8b55aeaa82ea4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddByScalar.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddByScalar.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddByScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddByScalar.Vector64.Single.cs index 94fc795a211b35..9713ae719047f8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddByScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddByScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddBySelectedScalar.Vector128.Double.Vector128.Double.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddBySelectedScalar.Vector128.Double.Vector128.Double.1.cs index 6eaef0c21e03fd..f4da321efe5226 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddBySelectedScalar.Vector128.Double.Vector128.Double.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddBySelectedScalar.Vector128.Double.Vector128.Double.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddBySelectedScalar.Vector128.Single.Vector128.Single.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddBySelectedScalar.Vector128.Single.Vector128.Single.3.cs index d3b48adaec68f6..275f2db2dd1942 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddBySelectedScalar.Vector128.Single.Vector128.Single.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddBySelectedScalar.Vector128.Single.Vector128.Single.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddBySelectedScalar.Vector128.Single.Vector64.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddBySelectedScalar.Vector128.Single.Vector64.Single.1.cs index fdfeb2bd386544..99d7f9a98ac092 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddBySelectedScalar.Vector128.Single.Vector64.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddBySelectedScalar.Vector128.Single.Vector64.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddBySelectedScalar.Vector64.Single.Vector128.Single.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddBySelectedScalar.Vector64.Single.Vector128.Single.3.cs index d482025bd653e9..aecfc491f9c829 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddBySelectedScalar.Vector64.Single.Vector128.Single.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddBySelectedScalar.Vector64.Single.Vector128.Single.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddBySelectedScalar.Vector64.Single.Vector64.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddBySelectedScalar.Vector64.Single.Vector64.Single.1.cs index b56821b240984b..cd46509ea838f3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddBySelectedScalar.Vector64.Single.Vector64.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddBySelectedScalar.Vector64.Single.Vector64.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddScalarBySelectedScalar.Vector64.Double.Vector128.Double.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddScalarBySelectedScalar.Vector64.Double.Vector128.Double.1.cs index e4f57d4ff0591d..333887ed394673 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddScalarBySelectedScalar.Vector64.Double.Vector128.Double.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddScalarBySelectedScalar.Vector64.Double.Vector128.Double.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddScalarBySelectedScalar.Vector64.Single.Vector128.Single.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddScalarBySelectedScalar.Vector64.Single.Vector128.Single.3.cs index 58e69fe90710f0..c342db532b5b35 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddScalarBySelectedScalar.Vector64.Single.Vector128.Single.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddScalarBySelectedScalar.Vector64.Single.Vector128.Single.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddScalarBySelectedScalar.Vector64.Single.Vector64.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddScalarBySelectedScalar.Vector64.Single.Vector64.Single.1.cs index b9ed4fd61121f3..5edadaf47d1b4f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddScalarBySelectedScalar.Vector64.Single.Vector64.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplyAddScalarBySelectedScalar.Vector64.Single.Vector64.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtract.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtract.Vector128.Double.cs index 76f2bea7a83394..e1fe6f77465e50 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtract.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtract.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractByScalar.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractByScalar.Vector128.Double.cs index aa0cde403a5f74..858e4c0522c9e5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractByScalar.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractByScalar.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractByScalar.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractByScalar.Vector128.Single.cs index 33d92eea4ddead..5fd989125cb024 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractByScalar.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractByScalar.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractByScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractByScalar.Vector64.Single.cs index 36c365b3527cb4..0f9bff14912de5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractByScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractByScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractBySelectedScalar.Vector128.Double.Vector128.Double.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractBySelectedScalar.Vector128.Double.Vector128.Double.1.cs index eebec497b57b94..a7603faee24726 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractBySelectedScalar.Vector128.Double.Vector128.Double.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractBySelectedScalar.Vector128.Double.Vector128.Double.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractBySelectedScalar.Vector128.Single.Vector128.Single.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractBySelectedScalar.Vector128.Single.Vector128.Single.3.cs index 97ec1bb8bbb7f8..6c4c0c097ca3aa 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractBySelectedScalar.Vector128.Single.Vector128.Single.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractBySelectedScalar.Vector128.Single.Vector128.Single.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractBySelectedScalar.Vector128.Single.Vector64.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractBySelectedScalar.Vector128.Single.Vector64.Single.1.cs index 93418f6417cdf8..13f77e16ce74d3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractBySelectedScalar.Vector128.Single.Vector64.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractBySelectedScalar.Vector128.Single.Vector64.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractBySelectedScalar.Vector64.Single.Vector128.Single.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractBySelectedScalar.Vector64.Single.Vector128.Single.3.cs index eaf37bb76a6cbe..6d0e5d0113c65f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractBySelectedScalar.Vector64.Single.Vector128.Single.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractBySelectedScalar.Vector64.Single.Vector128.Single.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractBySelectedScalar.Vector64.Single.Vector64.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractBySelectedScalar.Vector64.Single.Vector64.Single.1.cs index 07ab79dfa41795..96bc886cb53315 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractBySelectedScalar.Vector64.Single.Vector64.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractBySelectedScalar.Vector64.Single.Vector64.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractScalarBySelectedScalar.Vector64.Double.Vector128.Double.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractScalarBySelectedScalar.Vector64.Double.Vector128.Double.1.cs index 6d47a635ee20dc..76f81768e4c460 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractScalarBySelectedScalar.Vector64.Double.Vector128.Double.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractScalarBySelectedScalar.Vector64.Double.Vector128.Double.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractScalarBySelectedScalar.Vector64.Single.Vector128.Single.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractScalarBySelectedScalar.Vector64.Single.Vector128.Single.3.cs index a6b96cf703a512..aba1f9cde33775 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractScalarBySelectedScalar.Vector64.Single.Vector128.Single.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractScalarBySelectedScalar.Vector64.Single.Vector128.Single.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractScalarBySelectedScalar.Vector64.Single.Vector64.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractScalarBySelectedScalar.Vector64.Single.Vector64.Single.1.cs index 2469abf6acd520..b6698b05e4bca9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractScalarBySelectedScalar.Vector64.Single.Vector64.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/FusedMultiplySubtractScalarBySelectedScalar.Vector64.Single.Vector64.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Byte.15.Vector128.Byte.15.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Byte.15.Vector128.Byte.15.cs index 209ada213a175a..10ca96f180ccb1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Byte.15.Vector128.Byte.15.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Byte.15.Vector128.Byte.15.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Byte.15.Vector64.Byte.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Byte.15.Vector64.Byte.7.cs index 1aabaae3f9012c..5e68a63dc33c8e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Byte.15.Vector64.Byte.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Byte.15.Vector64.Byte.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Double.1.Vector128.Double.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Double.1.Vector128.Double.1.cs index fb55d64914d9f6..243f8c1076ae93 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Double.1.Vector128.Double.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Double.1.Vector128.Double.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Int16.7.Vector128.Int16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Int16.7.Vector128.Int16.7.cs index c5bea8d2c4979f..77e05f62014ffc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Int16.7.Vector128.Int16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Int16.7.Vector128.Int16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Int16.7.Vector64.Int16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Int16.7.Vector64.Int16.3.cs index 2b9c09065316fe..0cfd5922747d4b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Int16.7.Vector64.Int16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Int16.7.Vector64.Int16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Int32.3.Vector128.Int32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Int32.3.Vector128.Int32.3.cs index 5726127add6a33..e39f75c61a3bf9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Int32.3.Vector128.Int32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Int32.3.Vector128.Int32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Int32.3.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Int32.3.Vector64.Int32.1.cs index 0fd4644e29f4ad..99427cd79c73b0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Int32.3.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Int32.3.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Int64.1.Vector128.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Int64.1.Vector128.Int64.1.cs index 4e0b639e200970..b2da3041aa9095 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Int64.1.Vector128.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Int64.1.Vector128.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.SByte.15.Vector128.SByte.15.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.SByte.15.Vector128.SByte.15.cs index 141f8fc38c9055..1f9714e0ea7a9d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.SByte.15.Vector128.SByte.15.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.SByte.15.Vector128.SByte.15.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.SByte.15.Vector64.SByte.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.SByte.15.Vector64.SByte.7.cs index bd6f3b6573f1fd..f8b98ec6967d7b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.SByte.15.Vector64.SByte.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.SByte.15.Vector64.SByte.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Single.3.Vector128.Single.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Single.3.Vector128.Single.3.cs index e0a8401a3da961..3dd1ac483033f8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Single.3.Vector128.Single.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Single.3.Vector128.Single.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Single.3.Vector64.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Single.3.Vector64.Single.1.cs index b0d6d5d3581812..b0bbe81ef082db 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Single.3.Vector64.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.Single.3.Vector64.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.UInt16.7.Vector128.UInt16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.UInt16.7.Vector128.UInt16.7.cs index b707ecc2005994..262dd48d70fec2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.UInt16.7.Vector128.UInt16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.UInt16.7.Vector128.UInt16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.UInt16.7.Vector64.UInt16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.UInt16.7.Vector64.UInt16.3.cs index eb36b93b77cca7..a4ca491d43f3f3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.UInt16.7.Vector64.UInt16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.UInt16.7.Vector64.UInt16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.UInt32.3.Vector128.UInt32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.UInt32.3.Vector128.UInt32.3.cs index c725475da1436a..3c6c3050951b5b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.UInt32.3.Vector128.UInt32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.UInt32.3.Vector128.UInt32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.UInt32.3.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.UInt32.3.Vector64.UInt32.1.cs index a98a34228efde4..be1d892d93ba2b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.UInt32.3.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.UInt32.3.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.UInt64.1.Vector128.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.UInt64.1.Vector128.UInt64.1.cs index 34c523e57e90b1..82a537d2d89af6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.UInt64.1.Vector128.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector128.UInt64.1.Vector128.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Byte.7.Vector128.Byte.15.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Byte.7.Vector128.Byte.15.cs index 105daa7145d2c0..6f45d36b77173b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Byte.7.Vector128.Byte.15.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Byte.7.Vector128.Byte.15.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Byte.7.Vector64.Byte.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Byte.7.Vector64.Byte.7.cs index 2467e0fa5289bb..c77cbd5f5ea8af 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Byte.7.Vector64.Byte.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Byte.7.Vector64.Byte.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Int16.3.Vector128.Int16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Int16.3.Vector128.Int16.7.cs index 9f6725400477bc..7d10c3be1060cf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Int16.3.Vector128.Int16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Int16.3.Vector128.Int16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Int16.3.Vector64.Int16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Int16.3.Vector64.Int16.3.cs index 9d782b799700d0..af2c947bb83196 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Int16.3.Vector64.Int16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Int16.3.Vector64.Int16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Int32.1.Vector128.Int32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Int32.1.Vector128.Int32.3.cs index ee01db9849f635..8d229dffd2f526 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Int32.1.Vector128.Int32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Int32.1.Vector128.Int32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Int32.1.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Int32.1.Vector64.Int32.1.cs index 595824b851353a..a98149741bc75b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Int32.1.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Int32.1.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.SByte.7.Vector128.SByte.15.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.SByte.7.Vector128.SByte.15.cs index b518e0aefd0c04..0e79c5c2ae39ec 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.SByte.7.Vector128.SByte.15.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.SByte.7.Vector128.SByte.15.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.SByte.7.Vector64.SByte.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.SByte.7.Vector64.SByte.7.cs index 35a995c6a732c6..d4739d6861fcbb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.SByte.7.Vector64.SByte.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.SByte.7.Vector64.SByte.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Single.1.Vector128.Single.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Single.1.Vector128.Single.3.cs index 0867f53ffd923d..95c26c141312bb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Single.1.Vector128.Single.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Single.1.Vector128.Single.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Single.1.Vector64.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Single.1.Vector64.Single.1.cs index 469258e54f8ec1..e4bf6b00f0ebc6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Single.1.Vector64.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.Single.1.Vector64.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.UInt16.3.Vector128.UInt16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.UInt16.3.Vector128.UInt16.7.cs index 5f1ab54e408af1..778eca5bb4f357 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.UInt16.3.Vector128.UInt16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.UInt16.3.Vector128.UInt16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.UInt16.3.Vector64.UInt16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.UInt16.3.Vector64.UInt16.3.cs index 51ff840bda5c06..533236b6871cf0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.UInt16.3.Vector64.UInt16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.UInt16.3.Vector64.UInt16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.UInt32.1.Vector128.UInt32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.UInt32.1.Vector128.UInt32.3.cs index 21f900863cf8de..614c7093ce71a6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.UInt32.1.Vector128.UInt32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.UInt32.1.Vector128.UInt32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.UInt32.1.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.UInt32.1.Vector64.UInt32.1.cs index 98e848368a9edd..cdd5ad7f9755e8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.UInt32.1.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/InsertSelectedScalar.Vector64.UInt32.1.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/LoadAndReplicateToVector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/LoadAndReplicateToVector128.Double.cs index 492849f78b920e..53fd627a9e97dd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/LoadAndReplicateToVector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/LoadAndReplicateToVector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/LoadAndReplicateToVector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/LoadAndReplicateToVector128.Int64.cs index b99bffc842e363..625359a916e2b2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/LoadAndReplicateToVector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/LoadAndReplicateToVector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/LoadAndReplicateToVector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/LoadAndReplicateToVector128.UInt64.cs index f449babe715cc5..92cfd83c8b50e0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/LoadAndReplicateToVector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/LoadAndReplicateToVector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Max.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Max.Vector128.Double.cs index 37a8502448b69a..9ad67c5ad801ef 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Max.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Max.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.Byte.cs index a01e60bc158320..1ffb400d331f38 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.Int16.cs index 17b227ae130d4e..b44a456c87305b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.Int32.cs index b573caba1b075e..8ec76474752ef6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.SByte.cs index 1226bc751e1ea0..bc6fd7ee71beee 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.Single.cs index 40cdf8a4084012..824af36db82f2f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.UInt16.cs index 76abc348ff1d4b..dc6eac26e7b387 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.UInt32.cs index c181c88451bc94..cfe562895857bf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector64.Byte.cs index 7c071f480e2842..43b32b734b843d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector64.Int16.cs index 1095b859bbc356..3414fba5014204 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector64.SByte.cs index 4b646ce3bec719..c32a6a07270891 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector64.UInt16.cs index ed716b6c6de3d2..cdb3def7a3d5e2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxAcross.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumber.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumber.Vector128.Double.cs index 958a00e35065ce..39676a142d98cb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumber.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumber.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumberAcross.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumberAcross.Vector128.Single.cs index 80a238a57e1a25..55f4b48c6f646e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumberAcross.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumberAcross.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumberPairwise.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumberPairwise.Vector128.Double.cs index b44743ad918bfe..a27f84265659f5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumberPairwise.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumberPairwise.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumberPairwise.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumberPairwise.Vector128.Single.cs index 4cb653fbc7a21e..8afd79da0766fc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumberPairwise.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumberPairwise.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumberPairwise.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumberPairwise.Vector64.Single.cs index cb2f6ffb60e6f9..6f2bcf9cdad07e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumberPairwise.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumberPairwise.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumberPairwiseScalar.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumberPairwiseScalar.Vector128.Double.cs index 4d72f000b0d7f1..9bd2fd63c9ea53 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumberPairwiseScalar.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumberPairwiseScalar.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumberPairwiseScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumberPairwiseScalar.Vector64.Single.cs index c00232d2751e1b..b0597289b63984 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumberPairwiseScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxNumberPairwiseScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.Byte.cs index 7cce130cf6cff4..96b62940a45cf8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.Double.cs index 4df0b009ee5a02..26b984c49230a7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.Int16.cs index a4b7df9d88bbee..a2f46c86ad905c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.Int32.cs index 6bff9df69fe6bf..506c15c3bb511c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.SByte.cs index 1b7c7d659c1717..b9dfa341f6a203 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.Single.cs index 72b95a64173c8a..91514c3304e4af 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.UInt16.cs index 5cc1c48b4a9175..6547cbf4f54a53 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.UInt32.cs index 4ea79d15be50cb..e87cf1495b9e71 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwise.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwiseScalar.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwiseScalar.Vector128.Double.cs index fec5e216fc0f4e..277a95d29f722b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwiseScalar.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwiseScalar.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwiseScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwiseScalar.Vector64.Single.cs index 1d48c0371555a4..64b5becf69e58e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwiseScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxPairwiseScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxScalar.Vector64.Double.cs index e3eb15fc9312db..5d2e9cddff6902 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxScalar.Vector64.Single.cs index 67a5cbddec43db..ac2fd76964036d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MaxScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Min.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Min.Vector128.Double.cs index 0f006d4299cf79..2ec2650da16262 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Min.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Min.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.Byte.cs index c0ca1b27a94399..e353faaf086e72 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.Int16.cs index 5ef430f02d89b0..7fb47d32cf357c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.Int32.cs index 8faa308edaa46c..e47b016d4d8dd0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.SByte.cs index c6c8b4ecca0257..9b27303990f439 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.Single.cs index 31f8c1e28742e5..ce3c648969b91b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.UInt16.cs index 6cc13159b9e168..f67251d8b8a509 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.UInt32.cs index bce07a0cc0da4f..d2c36d6acc04b3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector64.Byte.cs index 656e3a7af5b636..beaaf2643d5cbb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector64.Int16.cs index 645e0e3a6198d0..12cb50a84648bc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector64.SByte.cs index 0345b5924c2acd..2bb5357c1fe923 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector64.UInt16.cs index 7807fcb523d247..513a794742d6f6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinAcross.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumber.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumber.Vector128.Double.cs index 309b397499ecd3..550b50f4086885 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumber.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumber.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumberAcross.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumberAcross.Vector128.Single.cs index 1da20356c8bc29..9510d6ee161b23 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumberAcross.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumberAcross.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumberPairwise.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumberPairwise.Vector128.Double.cs index e5c803ae12bfc4..a9420bdc5d7176 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumberPairwise.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumberPairwise.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumberPairwise.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumberPairwise.Vector128.Single.cs index 60e05e1ddb50b7..48b2aaefe4fcdd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumberPairwise.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumberPairwise.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumberPairwise.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumberPairwise.Vector64.Single.cs index 4dd55ad587e2e0..8b66b3f0dc7bf9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumberPairwise.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumberPairwise.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumberPairwiseScalar.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumberPairwiseScalar.Vector128.Double.cs index b88433628ae029..9311aa09617449 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumberPairwiseScalar.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumberPairwiseScalar.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumberPairwiseScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumberPairwiseScalar.Vector64.Single.cs index 8006e926819635..e8c79b86b4fb63 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumberPairwiseScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinNumberPairwiseScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.Byte.cs index 8c82bbbaa6fa75..1914a2549ecbf8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.Double.cs index 27c426f776d67e..cddda4009477b0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.Int16.cs index e5ee1ce361037c..af9d6356eb93e8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.Int32.cs index 0112fbbf68e9ce..a2f745ec364558 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.SByte.cs index ab80c6573a8dd0..ec4a5005b368ca 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.Single.cs index f8875ce54e3b09..8511b7874952a5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.UInt16.cs index 4c97b231f72b1c..b3e4bdc802a03a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.UInt32.cs index a567569322b318..81e3bf1d2b97ee 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwiseScalar.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwiseScalar.Vector128.Double.cs index fb72fab2c35e4b..b35d62018ea45a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwiseScalar.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwiseScalar.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwiseScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwiseScalar.Vector64.Single.cs index 8074ad9cfd3513..3af48276d33952 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwiseScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwiseScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinScalar.Vector64.Double.cs index d932149147ef22..7205130d406af5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinScalar.Vector64.Single.cs index b53bd9ebb73551..0ab85b071c7634 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Multiply.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Multiply.Vector128.Double.cs index 8d585a8bf8fd9a..abdea4afefc914 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Multiply.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Multiply.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyByScalar.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyByScalar.Vector128.Double.cs index 3e695f72b7843f..de2db3e75d816b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyByScalar.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyByScalar.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyBySelectedScalar.Vector128.Double.Vector128.Double.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyBySelectedScalar.Vector128.Double.Vector128.Double.1.cs index 2e1ccf41e53d6a..16fa797aee46a9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyBySelectedScalar.Vector128.Double.Vector128.Double.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyBySelectedScalar.Vector128.Double.Vector128.Double.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtended.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtended.Vector128.Double.cs index 78c2629be4528e..08b6a73dab8a77 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtended.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtended.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtended.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtended.Vector128.Single.cs index 76ed74019aa03e..e6fa5d2b52dd23 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtended.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtended.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtended.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtended.Vector64.Single.cs index 97bd8770cba077..1f6e022387c505 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtended.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtended.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedByScalar.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedByScalar.Vector128.Double.cs index 429f52409a7b97..e7b3d131badfea 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedByScalar.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedByScalar.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedBySelectedScalar.Vector128.Double.Vector128.Double.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedBySelectedScalar.Vector128.Double.Vector128.Double.1.cs index d3917080055dec..633a7ffa11f3e2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedBySelectedScalar.Vector128.Double.Vector128.Double.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedBySelectedScalar.Vector128.Double.Vector128.Double.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedScalar.Vector64.Double.cs index 3f69cd425bfc31..b086d4b024e6b8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedScalar.Vector64.Single.cs index 6826a746d18677..88f37aeac8c72c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedScalarBySelectedScalar.Vector64.Double.Vector128.Double.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedScalarBySelectedScalar.Vector64.Double.Vector128.Double.1.cs index fb39c224e60943..516348350ffa52 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedScalarBySelectedScalar.Vector64.Double.Vector128.Double.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedScalarBySelectedScalar.Vector64.Double.Vector128.Double.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedScalarBySelectedScalar.Vector64.Single.Vector128.Single.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedScalarBySelectedScalar.Vector64.Single.Vector128.Single.3.cs index 4255a98b775f5f..4a6b49d9b10e33 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedScalarBySelectedScalar.Vector64.Single.Vector128.Single.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedScalarBySelectedScalar.Vector64.Single.Vector128.Single.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedScalarBySelectedScalar.Vector64.Single.Vector64.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedScalarBySelectedScalar.Vector64.Single.Vector64.Single.1.cs index 7309e5fa597b5f..20d71560b116ed 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedScalarBySelectedScalar.Vector64.Single.Vector64.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyExtendedScalarBySelectedScalar.Vector64.Single.Vector64.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyScalarBySelectedScalar.Vector64.Double.Vector128.Double.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyScalarBySelectedScalar.Vector64.Double.Vector128.Double.1.cs index ea420601dcc3cb..8a7abf7fd2c1f7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyScalarBySelectedScalar.Vector64.Double.Vector128.Double.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MultiplyScalarBySelectedScalar.Vector64.Double.Vector128.Double.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Negate.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Negate.Vector128.Double.cs index aa9296aed80038..c3b452cc4f225d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Negate.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Negate.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Negate.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Negate.Vector128.Int64.cs index 96a6d9d89425db..f15076e70a7dd2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Negate.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Negate.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/NegateSaturate.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/NegateSaturate.Vector128.Int64.cs index 171b91fa4d05ed..473fd9d1e20486 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/NegateSaturate.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/NegateSaturate.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/NegateSaturateScalar.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/NegateSaturateScalar.Vector64.Int16.cs index f7f05d485ab7c5..c90dffaec4a461 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/NegateSaturateScalar.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/NegateSaturateScalar.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/NegateSaturateScalar.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/NegateSaturateScalar.Vector64.Int32.cs index 853aba14536c89..62a2774ee02614 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/NegateSaturateScalar.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/NegateSaturateScalar.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/NegateSaturateScalar.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/NegateSaturateScalar.Vector64.Int64.cs index 1adb7cde56440b..c93310a51e1e36 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/NegateSaturateScalar.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/NegateSaturateScalar.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/NegateSaturateScalar.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/NegateSaturateScalar.Vector64.SByte.cs index 55471ff284ed87..370871ed53fc2d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/NegateSaturateScalar.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/NegateSaturateScalar.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/NegateScalar.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/NegateScalar.Vector64.Int64.cs index 71e46c9e65e043..c743a463ee57ff 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/NegateScalar.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/NegateScalar.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Program.AdvSimd.Arm64_Part0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Program.AdvSimd.Arm64_Part0.cs index cac2775abd337a..0d7f9662b4133d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Program.AdvSimd.Arm64_Part0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Program.AdvSimd.Arm64_Part0.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/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Program.AdvSimd.Arm64_Part1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Program.AdvSimd.Arm64_Part1.cs index 9657ec66e49df7..e20a72dd02feb6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Program.AdvSimd.Arm64_Part1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Program.AdvSimd.Arm64_Part1.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/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalEstimate.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalEstimate.Vector128.Double.cs index 989d73b7b2333c..ea99cfbfc93e5c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalEstimate.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalEstimate.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalEstimateScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalEstimateScalar.Vector64.Double.cs index fc5109b3c17adc..b72d4687a48ae4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalEstimateScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalEstimateScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalEstimateScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalEstimateScalar.Vector64.Single.cs index d09414dae14bd6..60e295a29d9a24 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalEstimateScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalEstimateScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalExponentScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalExponentScalar.Vector64.Double.cs index 6d2dc1c8a00e95..a592eac20939cd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalExponentScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalExponentScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalExponentScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalExponentScalar.Vector64.Single.cs index 6118ed7c9237a7..7fcbcff055b146 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalExponentScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalExponentScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalSquareRootEstimate.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalSquareRootEstimate.Vector128.Double.cs index 73b038c5b5c0ff..2faca80e0a7fa0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalSquareRootEstimate.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalSquareRootEstimate.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalSquareRootEstimateScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalSquareRootEstimateScalar.Vector64.Double.cs index a240de078ff6e4..3ee4087d086f2f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalSquareRootEstimateScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalSquareRootEstimateScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalSquareRootEstimateScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalSquareRootEstimateScalar.Vector64.Single.cs index 090a51cae4e4c2..951144c2787aa2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalSquareRootEstimateScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalSquareRootEstimateScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalSquareRootStep.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalSquareRootStep.Vector128.Double.cs index 273a245e2e8563..301f1ac55111c7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalSquareRootStep.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalSquareRootStep.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalSquareRootStepScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalSquareRootStepScalar.Vector64.Double.cs index a7660fb6b81a0c..8effc91ccb8fba 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalSquareRootStepScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalSquareRootStepScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalSquareRootStepScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalSquareRootStepScalar.Vector64.Single.cs index 544994e97c2425..93aa4ad0956e34 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalSquareRootStepScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalSquareRootStepScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalStep.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalStep.Vector128.Double.cs index 410c945a6d03b9..5e1b800fbf1370 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalStep.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalStep.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalStepScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalStepScalar.Vector64.Double.cs index 48a6cc397ec4bf..21d4563bd58ec4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalStepScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalStepScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalStepScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalStepScalar.Vector64.Single.cs index 3460347beffa90..93dd0586fbff91 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalStepScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReciprocalStepScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReverseElementBits.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReverseElementBits.Vector128.Byte.cs index 97215fbdbc8d37..c2b167215ea9c4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReverseElementBits.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReverseElementBits.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReverseElementBits.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReverseElementBits.Vector128.SByte.cs index 39b7f45516e356..641151b678e862 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReverseElementBits.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReverseElementBits.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReverseElementBits.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReverseElementBits.Vector64.Byte.cs index e9b5e6283dd16b..6149c09a8996cb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReverseElementBits.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReverseElementBits.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReverseElementBits.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReverseElementBits.Vector64.SByte.cs index 6265719b9982b7..02396007d9c833 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReverseElementBits.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ReverseElementBits.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/RoundAwayFromZero.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/RoundAwayFromZero.Vector128.Double.cs index b7583449beeb06..55caf2adfe81a5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/RoundAwayFromZero.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/RoundAwayFromZero.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/RoundToNearest.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/RoundToNearest.Vector128.Double.cs index 87570bce50fba0..224bc1ee040cf2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/RoundToNearest.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/RoundToNearest.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/RoundToNegativeInfinity.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/RoundToNegativeInfinity.Vector128.Double.cs index 872d85c28b27c3..babe208f8c2545 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/RoundToNegativeInfinity.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/RoundToNegativeInfinity.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/RoundToPositiveInfinity.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/RoundToPositiveInfinity.Vector128.Double.cs index 912b7dfa9eb7dd..dffd50026195cb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/RoundToPositiveInfinity.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/RoundToPositiveInfinity.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/RoundToZero.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/RoundToZero.Vector128.Double.cs index dafcb3ac1fd480..e05e580e3ab3d1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/RoundToZero.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/RoundToZero.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftArithmeticRoundedSaturateScalar.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftArithmeticRoundedSaturateScalar.Vector64.Int16.cs index e51ebd01974e73..1d19961391539e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftArithmeticRoundedSaturateScalar.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftArithmeticRoundedSaturateScalar.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftArithmeticRoundedSaturateScalar.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftArithmeticRoundedSaturateScalar.Vector64.Int32.cs index 9f6ad9c149212a..ee3d9fa6305229 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftArithmeticRoundedSaturateScalar.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftArithmeticRoundedSaturateScalar.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftArithmeticRoundedSaturateScalar.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftArithmeticRoundedSaturateScalar.Vector64.SByte.cs index 39f57a814afe8f..3adf917450abbc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftArithmeticRoundedSaturateScalar.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftArithmeticRoundedSaturateScalar.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftArithmeticSaturateScalar.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftArithmeticSaturateScalar.Vector64.Int16.cs index d81b16d685d5fe..010ca7ae6a1d03 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftArithmeticSaturateScalar.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftArithmeticSaturateScalar.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftArithmeticSaturateScalar.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftArithmeticSaturateScalar.Vector64.Int32.cs index 3d7ce320d0d361..208435a7561ceb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftArithmeticSaturateScalar.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftArithmeticSaturateScalar.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftArithmeticSaturateScalar.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftArithmeticSaturateScalar.Vector64.SByte.cs index 1d9646ea270efb..35935bd681c43e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftArithmeticSaturateScalar.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftArithmeticSaturateScalar.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateScalar.Vector64.Byte.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateScalar.Vector64.Byte.7.cs index 9898c2ed2f7a67..94adc3a93df9d3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateScalar.Vector64.Byte.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateScalar.Vector64.Byte.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateScalar.Vector64.Int16.15.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateScalar.Vector64.Int16.15.cs index 0dfb9d9d160bc1..dc6d985b8b353f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateScalar.Vector64.Int16.15.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateScalar.Vector64.Int16.15.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateScalar.Vector64.Int32.31.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateScalar.Vector64.Int32.31.cs index 27a1c7f270356b..e86236959d69fb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateScalar.Vector64.Int32.31.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateScalar.Vector64.Int32.31.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateScalar.Vector64.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateScalar.Vector64.SByte.1.cs index 0f49096fe10e99..9124f885a175cc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateScalar.Vector64.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateScalar.Vector64.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateScalar.Vector64.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateScalar.Vector64.UInt16.1.cs index 200e3b5ad23b0e..0daa56128c2d41 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateScalar.Vector64.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateScalar.Vector64.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateScalar.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateScalar.Vector64.UInt32.1.cs index bff709b139225b..05cda0ad0b25d8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateScalar.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateScalar.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateUnsignedScalar.Vector64.Int16.5.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateUnsignedScalar.Vector64.Int16.5.cs index 552b63a5892a39..4e598504ed4895 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateUnsignedScalar.Vector64.Int16.5.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateUnsignedScalar.Vector64.Int16.5.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateUnsignedScalar.Vector64.Int32.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateUnsignedScalar.Vector64.Int32.7.cs index 187916162c85f6..18d41ae7bb0443 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateUnsignedScalar.Vector64.Int32.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateUnsignedScalar.Vector64.Int32.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateUnsignedScalar.Vector64.SByte.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateUnsignedScalar.Vector64.SByte.3.cs index a8d31f1d364ea1..b182fdb42685f8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateUnsignedScalar.Vector64.SByte.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLeftLogicalSaturateUnsignedScalar.Vector64.SByte.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalRoundedSaturateScalar.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalRoundedSaturateScalar.Vector64.Byte.cs index ad9f8e72d368c9..7011b03e748f1c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalRoundedSaturateScalar.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalRoundedSaturateScalar.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalRoundedSaturateScalar.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalRoundedSaturateScalar.Vector64.Int16.cs index 20143758c29f94..1dc3da0a33e57d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalRoundedSaturateScalar.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalRoundedSaturateScalar.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalRoundedSaturateScalar.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalRoundedSaturateScalar.Vector64.Int32.cs index 92071ffef73eab..d8a46e2b40d4b8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalRoundedSaturateScalar.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalRoundedSaturateScalar.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalRoundedSaturateScalar.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalRoundedSaturateScalar.Vector64.SByte.cs index e8511d443045c5..7a5755ee156b4f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalRoundedSaturateScalar.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalRoundedSaturateScalar.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalRoundedSaturateScalar.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalRoundedSaturateScalar.Vector64.UInt16.cs index 0663f9fddee978..d8fd54d02378ba 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalRoundedSaturateScalar.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalRoundedSaturateScalar.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalRoundedSaturateScalar.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalRoundedSaturateScalar.Vector64.UInt32.cs index 12b7c1f1b565a9..ce57c9545232a1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalRoundedSaturateScalar.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalRoundedSaturateScalar.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalSaturateScalar.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalSaturateScalar.Vector64.Byte.cs index cfa1bcea9697a9..32dba0cd73f111 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalSaturateScalar.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalSaturateScalar.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalSaturateScalar.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalSaturateScalar.Vector64.Int16.cs index db01153ab41594..5badc95af7826c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalSaturateScalar.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalSaturateScalar.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalSaturateScalar.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalSaturateScalar.Vector64.Int32.cs index 6ffcf55329a5d5..75ed1317ae3817 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalSaturateScalar.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalSaturateScalar.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalSaturateScalar.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalSaturateScalar.Vector64.SByte.cs index 2e618dfaec8d41..0773b693c59a97 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalSaturateScalar.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalSaturateScalar.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalSaturateScalar.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalSaturateScalar.Vector64.UInt16.cs index d0a505b457d592..678788fe4368c2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalSaturateScalar.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalSaturateScalar.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalSaturateScalar.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalSaturateScalar.Vector64.UInt32.cs index 1c64baf6e8d1ef..f48f3fd1b4026c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalSaturateScalar.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftLogicalSaturateScalar.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticNarrowingSaturateScalar.Vector64.Int16.16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticNarrowingSaturateScalar.Vector64.Int16.16.cs index 5eb798d3681675..5f00cb2391e557 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticNarrowingSaturateScalar.Vector64.Int16.16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticNarrowingSaturateScalar.Vector64.Int16.16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticNarrowingSaturateScalar.Vector64.Int32.32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticNarrowingSaturateScalar.Vector64.Int32.32.cs index 5d8f85004073a7..c911d807c66d35 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticNarrowingSaturateScalar.Vector64.Int32.32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticNarrowingSaturateScalar.Vector64.Int32.32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticNarrowingSaturateScalar.Vector64.SByte.8.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticNarrowingSaturateScalar.Vector64.SByte.8.cs index daab20f1b12de2..271295b36e8bb3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticNarrowingSaturateScalar.Vector64.SByte.8.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticNarrowingSaturateScalar.Vector64.SByte.8.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticNarrowingSaturateUnsignedScalar.Vector64.Byte.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticNarrowingSaturateUnsignedScalar.Vector64.Byte.3.cs index 9f5359e2680958..d82eb49c4f22fd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticNarrowingSaturateUnsignedScalar.Vector64.Byte.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticNarrowingSaturateUnsignedScalar.Vector64.Byte.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticNarrowingSaturateUnsignedScalar.Vector64.UInt16.5.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticNarrowingSaturateUnsignedScalar.Vector64.UInt16.5.cs index 434cea9dcaf7ca..5a143152eef7e6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticNarrowingSaturateUnsignedScalar.Vector64.UInt16.5.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticNarrowingSaturateUnsignedScalar.Vector64.UInt16.5.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticNarrowingSaturateUnsignedScalar.Vector64.UInt32.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticNarrowingSaturateUnsignedScalar.Vector64.UInt32.7.cs index 86c7c041a9525d..4ce20e6dddae56 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticNarrowingSaturateUnsignedScalar.Vector64.UInt32.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticNarrowingSaturateUnsignedScalar.Vector64.UInt32.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticRoundedNarrowingSaturateScalar.Vector64.Int16.32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticRoundedNarrowingSaturateScalar.Vector64.Int16.32.cs index 98b04fbbce92a3..42e8caf40fea14 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticRoundedNarrowingSaturateScalar.Vector64.Int16.32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticRoundedNarrowingSaturateScalar.Vector64.Int16.32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticRoundedNarrowingSaturateScalar.Vector64.Int32.64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticRoundedNarrowingSaturateScalar.Vector64.Int32.64.cs index bf7f10cda4efbb..7cb63a73c13201 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticRoundedNarrowingSaturateScalar.Vector64.Int32.64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticRoundedNarrowingSaturateScalar.Vector64.Int32.64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticRoundedNarrowingSaturateScalar.Vector64.SByte.16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticRoundedNarrowingSaturateScalar.Vector64.SByte.16.cs index 837dda2f3dad6a..d4dc0ac1fa7b54 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticRoundedNarrowingSaturateScalar.Vector64.SByte.16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticRoundedNarrowingSaturateScalar.Vector64.SByte.16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedScalar.Vector64.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedScalar.Vector64.Byte.1.cs index 2a46e7220c7347..4101fc94a86046 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedScalar.Vector64.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedScalar.Vector64.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedScalar.Vector64.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedScalar.Vector64.UInt16.1.cs index 20d8e9468a0863..cd18e7c3cdaec9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedScalar.Vector64.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedScalar.Vector64.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedScalar.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedScalar.Vector64.UInt32.1.cs index a8d369928b0b3a..a892d6604abd87 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedScalar.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedScalar.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalNarrowingSaturateScalar.Vector64.Byte.5.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalNarrowingSaturateScalar.Vector64.Byte.5.cs index d93c5c41e333cd..3c3f3b60f40673 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalNarrowingSaturateScalar.Vector64.Byte.5.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalNarrowingSaturateScalar.Vector64.Byte.5.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalNarrowingSaturateScalar.Vector64.Int16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalNarrowingSaturateScalar.Vector64.Int16.7.cs index bbed7640cf2335..1cbfe20e672927 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalNarrowingSaturateScalar.Vector64.Int16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalNarrowingSaturateScalar.Vector64.Int16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalNarrowingSaturateScalar.Vector64.Int32.11.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalNarrowingSaturateScalar.Vector64.Int32.11.cs index f723d24d6e8a62..96bbfe6393398a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalNarrowingSaturateScalar.Vector64.Int32.11.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalNarrowingSaturateScalar.Vector64.Int32.11.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalNarrowingSaturateScalar.Vector64.SByte.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalNarrowingSaturateScalar.Vector64.SByte.3.cs index 26b8eef08c9812..ce3de9d459536c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalNarrowingSaturateScalar.Vector64.SByte.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalNarrowingSaturateScalar.Vector64.SByte.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalNarrowingSaturateScalar.Vector64.UInt16.5.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalNarrowingSaturateScalar.Vector64.UInt16.5.cs index e0f63f4958e094..a0a503a41d53e6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalNarrowingSaturateScalar.Vector64.UInt16.5.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalNarrowingSaturateScalar.Vector64.UInt16.5.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalNarrowingSaturateScalar.Vector64.UInt32.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalNarrowingSaturateScalar.Vector64.UInt32.7.cs index 7aad4513eee3ba..8db6bfa4073978 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalNarrowingSaturateScalar.Vector64.UInt32.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalNarrowingSaturateScalar.Vector64.UInt32.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalRoundedNarrowingSaturateScalar.Vector64.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalRoundedNarrowingSaturateScalar.Vector64.Byte.1.cs index d20fc959a862ef..23340f96207813 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalRoundedNarrowingSaturateScalar.Vector64.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalRoundedNarrowingSaturateScalar.Vector64.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalRoundedNarrowingSaturateScalar.Vector64.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalRoundedNarrowingSaturateScalar.Vector64.Int16.1.cs index 3d6e9e01ea4a92..08b7bf0523edf9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalRoundedNarrowingSaturateScalar.Vector64.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalRoundedNarrowingSaturateScalar.Vector64.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalRoundedNarrowingSaturateScalar.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalRoundedNarrowingSaturateScalar.Vector64.Int32.1.cs index c888b3177953ce..6ffcbba4174b56 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalRoundedNarrowingSaturateScalar.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalRoundedNarrowingSaturateScalar.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalRoundedNarrowingSaturateScalar.Vector64.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalRoundedNarrowingSaturateScalar.Vector64.SByte.1.cs index d2b9d589556667..d9869a84d2cb56 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalRoundedNarrowingSaturateScalar.Vector64.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalRoundedNarrowingSaturateScalar.Vector64.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalRoundedNarrowingSaturateScalar.Vector64.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalRoundedNarrowingSaturateScalar.Vector64.UInt16.1.cs index ed3f2d6b724399..b34da0ccea6708 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalRoundedNarrowingSaturateScalar.Vector64.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalRoundedNarrowingSaturateScalar.Vector64.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalRoundedNarrowingSaturateScalar.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalRoundedNarrowingSaturateScalar.Vector64.UInt32.1.cs index 6c650928ce4851..e58dd78f476257 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalRoundedNarrowingSaturateScalar.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ShiftRightLogicalRoundedNarrowingSaturateScalar.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Sqrt.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Sqrt.Vector128.Double.cs index 23daac56a12351..53925f6a871c1a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Sqrt.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Sqrt.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Sqrt.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Sqrt.Vector128.Single.cs index e048edc936663a..ddd0ad2ff95245 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Sqrt.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Sqrt.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Sqrt.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Sqrt.Vector64.Single.cs index 66804bb805b37c..561ec15107e6a3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Sqrt.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Sqrt.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Subtract.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Subtract.Vector128.Double.cs index ab07f07b4c698f..9d657ba91f5208 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Subtract.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/Subtract.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/SubtractSaturateScalar.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/SubtractSaturateScalar.Vector64.Byte.cs index fd2b8c3e6ed294..9f7d4dfcd0fdef 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/SubtractSaturateScalar.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/SubtractSaturateScalar.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/SubtractSaturateScalar.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/SubtractSaturateScalar.Vector64.Int16.cs index 90c8d0cffbbe38..79605fd2da2f8b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/SubtractSaturateScalar.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/SubtractSaturateScalar.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/SubtractSaturateScalar.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/SubtractSaturateScalar.Vector64.Int32.cs index bd93a25e5587fc..4d3b2179518646 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/SubtractSaturateScalar.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/SubtractSaturateScalar.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/SubtractSaturateScalar.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/SubtractSaturateScalar.Vector64.SByte.cs index 3d0b36c61d52f2..ee320f30bb961b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/SubtractSaturateScalar.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/SubtractSaturateScalar.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/SubtractSaturateScalar.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/SubtractSaturateScalar.Vector64.UInt16.cs index 4d802807373a46..7873e108179165 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/SubtractSaturateScalar.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/SubtractSaturateScalar.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/SubtractSaturateScalar.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/SubtractSaturateScalar.Vector64.UInt32.cs index a8efbd50048042..ba292cab02e098 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/SubtractSaturateScalar.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/SubtractSaturateScalar.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.Byte.cs index 3837a4ba912ad4..ed8f47e6485122 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.Double.cs index db8417c7c55281..278879b984554b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.Int16.cs index d5e5d655a96d85..bf0a5c6cdf42c3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.Int32.cs index 0a56a5d693ae59..fe81a78488d745 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.Int64.cs index 498068ea1799dc..d19ab182730efc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.SByte.cs index a743152aab861a..726011805221ba 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.Single.cs index db55339edc0d5c..a9975fe3930ab5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.UInt16.cs index 2403fb807c3492..8cb22d8dd584b9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.UInt32.cs index f7bfde1ee5d123..ab2d55d9d46bf8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.UInt64.cs index ca00d9f454ff87..fef88b82d4ad96 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.Byte.cs index 7411aee687d205..51b1dac1dd8054 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.Int16.cs index c0a06bdf7b62e5..8e60fb67418f57 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.Int32.cs index b03a0003809123..87c0bb9099ca9b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.SByte.cs index ea989aaffd3318..f44c70d055a5e2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.Single.cs index 48c16347b45308..e9df5de758d6f6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.UInt16.cs index 3f8afb7175e7f0..a0d52752e756cf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.UInt32.cs index feb2bb40a1b2f6..72812bc7b18733 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeEven.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.Byte.cs index aa3ef14226a939..8cd2b71cfb5b5a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.Double.cs index 54c819d4f9c6e9..ca94b52bdb4444 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.Int16.cs index b00a10eff2a6ad..d766a2c25557a7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.Int32.cs index 31fdc0904b68ee..f283e9283ccd43 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.Int64.cs index a3164109044b16..e8d68426db6d0d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.SByte.cs index 1947e8c5c3adb5..bce76d8bc25923 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.Single.cs index 9c84ce8dbef40e..43117c20e6f7e5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.UInt16.cs index fd882be5bac094..a61ca77abf624b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.UInt32.cs index a77a586c1e0d4e..4215117679fc30 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.UInt64.cs index ae488bd0ef5092..7e7b785242c31e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.Byte.cs index 360e12ee0bfa41..b152f29fc150a1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.Int16.cs index 68e512612659e0..078ee3c2ffb452 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.Int32.cs index d654f3084a8832..c1512619e5070a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.SByte.cs index 1db49276d39bc2..ce869efee33551 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.Single.cs index 710de977815ddc..de1f9373ec0802 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.UInt16.cs index 5b999c2580a1e6..e43b5827c40027 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.UInt32.cs index a099bbcc7f4201..8555412a14e285 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.Byte.cs index 0a7b3af11060a5..7a67b619dfa1c1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.Double.cs index a10ccba82642a8..3f993e8d0f8d8b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.Int16.cs index 654bfb3a26359b..3e022228355822 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.Int32.cs index db93a22f1768c5..d8dc272c4d4bf5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.Int64.cs index de4c8d2caf02b0..d75a712ec11f37 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.SByte.cs index ba0651a3a637e8..08c63bae6a50fd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.Single.cs index c935e6486fd5d3..2f3edd84a36228 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.UInt16.cs index 34d8fcf7017613..0b16e3ce0a7027 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.UInt32.cs index 895a201d38dc62..800bcc275fc316 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.UInt64.cs index 1f920fece43e84..2cad9f06479213 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.Byte.cs index 33d5ee6cfdb377..73872ab354b9f8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.Int16.cs index 6b5cfe7ca094a6..32e9b3fbf4e8fe 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.Int32.cs index 9dae340d0b7025..df5337590f1f08 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.SByte.cs index 7bd560306a83a4..b6dd4d383dd916 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.Single.cs index cb5f8027f31d86..4b669d0e40572e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.UInt16.cs index 0917fd4abd4ef9..5ea3d594d69009 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.UInt32.cs index 98ac10a569f846..5fd2a5dd474c2c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipEven.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.Byte.cs index 65b121abfc9886..22f87c649c1939 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.Double.cs index 7626e45347d82a..5c5b549d5ef393 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.Int16.cs index de87f88c957f90..17f75bc83e381f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.Int32.cs index bc7973aaf9ffc0..100ab647d230e0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.Int64.cs index de715e801ab8f9..911775eaa3665e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.SByte.cs index 65ae3613d278c7..15bae0d90c5011 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.Single.cs index 1f786b996bf735..d394525ecf590c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.UInt16.cs index 2cd748d1bf22f9..40931d7c725e46 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.UInt32.cs index 03357b6e077100..f140b4c4f13573 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.UInt64.cs index 9a0ece865856e6..2f1809bad8c0e7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.Byte.cs index 12b67eb473ce4f..4ee50bcf6c1c39 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.Int16.cs index 8c978cd3a205b8..58b967c3205a12 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.Int32.cs index 2e46ed4c3380af..a20063f3e27de1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.SByte.cs index 33f0400029e659..cf4f3acc1c278d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.Single.cs index c8b8ee0c74d293..32eb12a74814a1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.UInt16.cs index 8ba7e664d3af11..75f99ff733a4f2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.UInt32.cs index 8bd3d24fe52cee..d51ec94d887f4d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/UnzipOdd.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/VectorTableLookup.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/VectorTableLookup.Vector128.Byte.cs index 5b3950a6b285e7..f64331193f54a9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/VectorTableLookup.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/VectorTableLookup.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/VectorTableLookup.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/VectorTableLookup.Vector128.SByte.cs index e032ce9fa82c8f..94a428df020d5e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/VectorTableLookup.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/VectorTableLookup.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/VectorTableLookupExtension.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/VectorTableLookupExtension.Vector128.Byte.cs index b37d91641f84e1..e1815aad40e864 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/VectorTableLookupExtension.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/VectorTableLookupExtension.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/VectorTableLookupExtension.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/VectorTableLookupExtension.Vector128.SByte.cs index a246269498eec4..4cf54e8f922b26 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/VectorTableLookupExtension.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/VectorTableLookupExtension.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.Byte.cs index 39df9f4fb7537e..de7a6466bf2d4d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.Double.cs index d51d2ed1a76bc9..bddb671cc97d23 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.Int16.cs index 79c30646097ddd..55ca468d6db239 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.Int32.cs index fe276560309ee9..dda66d3cb29504 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.Int64.cs index 0c08c1779fe9f2..70503d34cf5212 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.SByte.cs index 721bd1bee74320..db99aad692d703 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.Single.cs index 0a8e1a009f8ae8..8433c7c4725b14 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.UInt16.cs index 65a79166d3f7fe..7185643812cc08 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.UInt32.cs index d7ae2003d8a37d..fcc3a217a0ec83 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.UInt64.cs index 7f21d5ea9537ff..d3a4aff83d8555 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.Byte.cs index 1e3409b989d701..7a842721635d32 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.Int16.cs index 6d9a0f83f0dc21..78f9c345fb6d2f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.Int32.cs index 2e31789ea2bd3b..13ce0d71065458 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.SByte.cs index 5690878abdd12f..feb201c3e1dabc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.Single.cs index 71608018ef6d30..68a9ef9202d254 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.UInt16.cs index 21bd9ffc6b4939..1e2c38a2b18557 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.UInt32.cs index a5fd2216a747b4..4fe2f5467b4cfe 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipHigh.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.Byte.cs index f87f0db63600fa..2d97c28f474ce4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.Double.cs index 88c9df362a3b1e..e62b218853dbe1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.Int16.cs index 9fd5dbbb893be3..068ebdee06fc61 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.Int32.cs index e631b9f32c49c5..b7e3c8c45942b0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.Int64.cs index e02f8347ea077f..6b17d56c7b6b4b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.SByte.cs index 691b117adb3915..7e83adeeb2db63 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.Single.cs index 6d2f82462ad4a4..02f1ab640d5ef3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.UInt16.cs index 345f0599aabede..068e72e1e8ceb4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.UInt32.cs index 728c977b2503d4..6201c6483389ce 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.UInt64.cs index e3401696a8d93a..088780450cbdc3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.Byte.cs index a6ad060b2ace50..7003256e0d3438 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.Int16.cs index 1765ff1b3e4713..0ec68717c4bb7c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.Int32.cs index 0f48ee914f6d85..3758278f6484b0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.SByte.cs index 81d7acfd55d70b..1d5d09ec8d7d54 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.Single.cs index 5e1ffcc83d0bcd..86d144c9e42067 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.UInt16.cs index 4a2081f6682723..8758bdea6ba377 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.UInt32.cs index 36635d8c6f0dbb..f725cfac775ba1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/ZipLow.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector128.Int16.cs index 71b96bc021e35c..ad4b6f2fc5ecf0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector128.Int32.cs index e39cf6d50c9816..abe84932cbf5a5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector128.SByte.cs index 1b13fafdca632e..97a67cebd8c8f2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector128.Single.cs index b124e7daf50ee6..4912cfce423525 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector64.Int16.cs index 25ad2755b0dcc9..6375099897211a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector64.Int32.cs index 1738a257a28c85..6a8822e93557d7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector64.SByte.cs index a3f4cf2edde492..46cd3a0f2372be 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector64.Single.cs index a8706217dcc0e6..cc718b25c93d70 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Abs.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsSaturate.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsSaturate.Vector128.Int16.cs index 859fc7b4b78524..2c35dffb40e5a2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsSaturate.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsSaturate.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsSaturate.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsSaturate.Vector128.Int32.cs index 52a20e08be2446..66ea78718d05b3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsSaturate.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsSaturate.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsSaturate.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsSaturate.Vector128.SByte.cs index 643cc657caa3fa..f705ecfcc859ad 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsSaturate.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsSaturate.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsSaturate.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsSaturate.Vector64.Int16.cs index e71a19ea1764a8..bc53c958c60844 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsSaturate.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsSaturate.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsSaturate.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsSaturate.Vector64.Int32.cs index d1120fb1ddae89..5ce0af20b0687f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsSaturate.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsSaturate.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsSaturate.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsSaturate.Vector64.SByte.cs index 07bd5045c77a06..2d4b4f108df995 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsSaturate.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsSaturate.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsScalar.Vector64.Double.cs index 0a858defbd249b..2ae145c355a53b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsScalar.Vector64.Single.cs index 3941d571c08835..959f2bb21ba7aa 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareGreaterThan.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareGreaterThan.Vector128.Single.cs index ab10b642bc9b59..3385e105346027 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareGreaterThan.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareGreaterThan.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareGreaterThan.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareGreaterThan.Vector64.Single.cs index 38389fdea2d5fa..de05d117289611 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareGreaterThan.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareGreaterThan.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareGreaterThanOrEqual.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareGreaterThanOrEqual.Vector128.Single.cs index e7b686f623854b..0b11cc665cc2c2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareGreaterThanOrEqual.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareGreaterThanOrEqual.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareGreaterThanOrEqual.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareGreaterThanOrEqual.Vector64.Single.cs index 0588a29d86070e..ae280b2121df6f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareGreaterThanOrEqual.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareGreaterThanOrEqual.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareLessThan.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareLessThan.Vector128.Single.cs index 6e611f239bb4cc..cc5acf23b4b1e2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareLessThan.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareLessThan.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareLessThan.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareLessThan.Vector64.Single.cs index 5a5e937d30a107..2dcf906ca33404 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareLessThan.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareLessThan.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareLessThanOrEqual.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareLessThanOrEqual.Vector128.Single.cs index 3ae56012076c5d..942d9f4998c5e7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareLessThanOrEqual.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareLessThanOrEqual.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareLessThanOrEqual.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareLessThanOrEqual.Vector64.Single.cs index d4ae69776ac314..cd396474fbe2fc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareLessThanOrEqual.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteCompareLessThanOrEqual.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.Byte.cs index 2a9571628feca9..29859945794d57 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.Int16.cs index 75b28e696df18a..0a30551dfe8cf1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.Int32.cs index d08c8ef733215f..cbdb7e35013367 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.SByte.cs index 1ff139dad09c3f..24efbcb8448eb6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.Single.cs index 8a70361fcb1bf4..bc30c4cd4be5bf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.UInt16.cs index a515a05c0d8f10..ae1e568fe042e6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.UInt32.cs index 47b77574842f10..ff23ff07b1c312 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.Byte.cs index e7fd019a6bd4fc..a2c6f7d0614779 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.Int16.cs index c24874e6b1dea4..094524c6312405 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.Int32.cs index 7e0e09cb8e2590..b557227b5ae822 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.SByte.cs index e670c45385feed..de5f201980abee 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.Single.cs index cb6ecf8abab0a3..01e25d7d5b45be 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.UInt16.cs index 4c2d4fe0d2529f..3af6ce6e481cc1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.UInt32.cs index 759cc46b0681e6..bf9e789577f67a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector128.Byte.cs index 651b9221434e66..332759f5a284a9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector128.Int16.cs index 5ce040c0fb2d95..dab4e7b6da03d4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector128.Int32.cs index 424a4503214c7b..44e60cc1e119da 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector128.SByte.cs index 6975e0c88590c3..9470717470e644 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector128.UInt16.cs index 086bbbbd20b155..18cff89672538a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector128.UInt32.cs index f6b04bd874da23..8df8c1bc75d511 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector64.Byte.cs index 36b5e668693a69..341b488905a00f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector64.Int16.cs index 77b6bd22f7f9d7..faab2ca5dccac7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector64.Int32.cs index e75afed56bb2a2..b9729908c1a11b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector64.SByte.cs index d904b29bf20842..d01d288e7c9708 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector64.UInt16.cs index ab321fc1a08d72..56b7b675488f2c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector64.UInt32.cs index 61a4c21c7c4386..a8708229dc86a5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceAdd.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLower.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLower.Vector64.Byte.cs index 5b9fad07da26f8..631092ad901b5c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLower.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLower.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLower.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLower.Vector64.Int16.cs index f66ea6698bf407..71f6edce9b17c5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLower.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLower.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLower.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLower.Vector64.Int32.cs index 5909d3a22ab969..ed8f8d2a29422f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLower.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLower.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLower.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLower.Vector64.SByte.cs index 49eec993f89c52..33273d843eeb1c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLower.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLower.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLower.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLower.Vector64.UInt16.cs index d9c35fa50d2d73..b20cc009fb3f0e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLower.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLower.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLower.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLower.Vector64.UInt32.cs index 5d6625edeb8e88..06d247953ce0ae 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLower.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLower.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLowerAndAdd.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLowerAndAdd.Vector64.Byte.cs index d6dfff83e69b20..1dd4fcf3d803ba 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLowerAndAdd.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLowerAndAdd.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLowerAndAdd.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLowerAndAdd.Vector64.Int16.cs index efd2c2a058969a..33128106fd439b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLowerAndAdd.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLowerAndAdd.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLowerAndAdd.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLowerAndAdd.Vector64.Int32.cs index fb82b96afd1866..aee2dd6f043c90 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLowerAndAdd.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLowerAndAdd.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLowerAndAdd.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLowerAndAdd.Vector64.SByte.cs index e2a82746cb4297..3ff31c4d07644a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLowerAndAdd.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLowerAndAdd.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLowerAndAdd.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLowerAndAdd.Vector64.UInt16.cs index 287ec521291bbb..929c1e5e90e601 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLowerAndAdd.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLowerAndAdd.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLowerAndAdd.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLowerAndAdd.Vector64.UInt32.cs index a1972d03882544..3100def953bea5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLowerAndAdd.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningLowerAndAdd.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpper.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpper.Vector128.Byte.cs index 67e72a7924d663..9b1de661c4eb35 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpper.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpper.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpper.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpper.Vector128.Int16.cs index 0f2eced9cad4df..b05be4c1786129 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpper.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpper.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpper.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpper.Vector128.Int32.cs index fbbe970edc63bf..106a4ad5b996f3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpper.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpper.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpper.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpper.Vector128.SByte.cs index e859dd59ecca7a..dfd9155126bab9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpper.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpper.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpper.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpper.Vector128.UInt16.cs index ee5002aa8e85c8..53aa416e78a5e8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpper.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpper.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpper.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpper.Vector128.UInt32.cs index c512db5dfae1e4..7ded2250edb96f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpper.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpper.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpperAndAdd.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpperAndAdd.Vector128.Byte.cs index ca4a12acaf201c..a1f01981567f36 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpperAndAdd.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpperAndAdd.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpperAndAdd.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpperAndAdd.Vector128.Int16.cs index 7271fb1be9b23f..0b35ab2476f495 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpperAndAdd.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpperAndAdd.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpperAndAdd.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpperAndAdd.Vector128.Int32.cs index c2e720aebad7c2..759928717673bc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpperAndAdd.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpperAndAdd.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpperAndAdd.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpperAndAdd.Vector128.SByte.cs index d99e0d17a3cc3b..fff7315ec12c2c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpperAndAdd.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpperAndAdd.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpperAndAdd.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpperAndAdd.Vector128.UInt16.cs index a0fbec6d2d6df6..7e6cccfc8a030a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpperAndAdd.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpperAndAdd.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpperAndAdd.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpperAndAdd.Vector128.UInt32.cs index 81d40736138ca3..11dcf2fb8ed115 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpperAndAdd.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifferenceWideningUpperAndAdd.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.Byte.cs index d7f8de952612bb..e19bd79a7359cb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.Int16.cs index 281311d0124600..6f10d0dda0986f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.Int32.cs index 704ff132230852..de6ac6fbb840df 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.Int64.cs index f4e3ea8ff912a0..ad693cd441cdcc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.SByte.cs index d60a203e6ba069..9c0cddb2561f15 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.Single.cs index 01c3095b646230..d4f962c384022e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.UInt16.cs index 8af001ae136465..7cfc8379cd1ade 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.UInt32.cs index 7973b88d56afe5..ac8f53125d5b55 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.UInt64.cs index 5d08e5dfa64dc9..dacad56871c9f6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.Byte.cs index 382bfa55bec6cc..86304a663ebf3a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.Int16.cs index 48b7dfda030973..038b46df271b53 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.Int32.cs index 82c54f1b94446b..17e696a2a91f69 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.SByte.cs index 087eec826194fa..caee03a324c3b1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.Single.cs index f11a8ae20e5754..70c6a21da92b11 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.UInt16.cs index d9caea9aa6f56e..91385eea913192 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.UInt32.cs index f02795a805447d..95cff9a2a9e129 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Add.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingLower.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingLower.Vector64.Byte.cs index 5468c6e2326db1..7af23fa905768f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingLower.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingLower.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingLower.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingLower.Vector64.Int16.cs index aef7a1a9f85ee4..277168ca9ad27d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingLower.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingLower.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingLower.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingLower.Vector64.Int32.cs index c8bed51ae70bba..e689c70227fd2e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingLower.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingLower.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingLower.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingLower.Vector64.SByte.cs index 024712d6f9545a..bb3ea8054df14a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingLower.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingLower.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingLower.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingLower.Vector64.UInt16.cs index 6d9318b1f6931d..6f889cdc48996a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingLower.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingLower.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingLower.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingLower.Vector64.UInt32.cs index bb587e95effa57..c25b53e93db4a2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingLower.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingLower.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingUpper.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingUpper.Vector128.Byte.cs index 400ff583a4a95b..cd693a15d73337 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingUpper.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingUpper.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingUpper.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingUpper.Vector128.Int16.cs index 1ed95b9057f432..929e84cc5eaad8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingUpper.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingUpper.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingUpper.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingUpper.Vector128.Int32.cs index ba16eab980ede3..319c70f75f2f1d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingUpper.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingUpper.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingUpper.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingUpper.Vector128.SByte.cs index 93fcc6036ab161..5e7133eae26236 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingUpper.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingUpper.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingUpper.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingUpper.Vector128.UInt16.cs index 2ab6d94fdcb955..80b7b87ef08315 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingUpper.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingUpper.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingUpper.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingUpper.Vector128.UInt32.cs index c09986aa721254..d9db57eb45cfb5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingUpper.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingUpper.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.Byte.cs index 49e086ede6f368..7c02d3bdcf5443 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.Int16.cs index e3bd4650163a51..ab2ce624afd721 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.Int32.cs index d861dfe13068b8..5b1fd0dd0b1be3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.SByte.cs index 24e8c82b9d891b..9529d78d04aa6b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.Single.cs index 654e8a66d26136..4d20016bfc422a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.UInt16.cs index 3c2fd22d80e421..a8a40903b14b64 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.UInt32.cs index 268de177d404ee..388e61ee96d04e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwise.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector128.Byte.cs index 141e07de47c80a..2019361cd52542 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector128.Int16.cs index 155939ed5affb4..72444c28048966 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector128.Int32.cs index ba4979388400aa..1f4b49a90004a1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector128.SByte.cs index c4b70f746ed6e8..e04686efa8e5ed 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector128.UInt16.cs index e7d899afce0766..7dc7913db15898 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector128.UInt32.cs index 732ecd5d82d228..da4f7179841a24 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector64.Byte.cs index 89600207ea1dba..c90efd9da577df 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector64.Int16.cs index 1a7510a8aea179..b2e398602cebcc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector64.SByte.cs index 4fb35679a08acd..a32ab62a904891 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector64.UInt16.cs index 22bdecd3461225..d00f16be7b4c61 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWidening.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector128.Byte.cs index 0ebfccbf9c47bb..9ddb63bc910045 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector128.Int16.cs index ae0c9d99691cd8..d258e96e270632 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector128.Int32.cs index 4415e86a551006..51c9ca60184ea3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector128.SByte.cs index 0d3773ef2a8b1f..3f53ff4b2de9fe 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector128.UInt16.cs index d4c737f4bf5032..0878820d781187 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector128.UInt32.cs index 70206da369902d..e4681757d7787c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector64.Byte.cs index 9706320540b674..890a3d02a613f7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector64.Int16.cs index 0f29b61ced5fb0..ace0036876dec3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector64.SByte.cs index 018296b06da40d..6ede15ada56a57 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector64.UInt16.cs index 35e1ebffe9124a..5af88f1fe9a8f1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAddScalar.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAddScalar.Vector64.Int32.cs index 72de8d70534380..1dd1f53d922f12 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAddScalar.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAddScalar.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAddScalar.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAddScalar.Vector64.UInt32.cs index 24b865accea4b4..5e18e0faa9d6c8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAddScalar.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAddScalar.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningScalar.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningScalar.Vector64.Int32.cs index f28841309e88bb..0ad955490a3a12 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningScalar.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningScalar.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningScalar.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningScalar.Vector64.UInt32.cs index 7a6218108a0dc2..e91acf6464aac7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningScalar.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningScalar.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingLower.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingLower.Vector64.Byte.cs index 1724511cd47f66..9854554fc57249 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingLower.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingLower.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingLower.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingLower.Vector64.Int16.cs index 21fc2ac668e355..52b2b3142c2d13 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingLower.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingLower.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingLower.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingLower.Vector64.Int32.cs index 8812d14278392c..32180cd83b0b79 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingLower.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingLower.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingLower.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingLower.Vector64.SByte.cs index 0d3355f2bb4462..5be98e261d73cc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingLower.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingLower.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingLower.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingLower.Vector64.UInt16.cs index 09a517e5484656..3866974a55e676 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingLower.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingLower.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingLower.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingLower.Vector64.UInt32.cs index bd51ff2b4af552..2e84ce769c75a0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingLower.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingLower.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingUpper.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingUpper.Vector128.Byte.cs index f62db16fae2edb..32b526f0c0ed93 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingUpper.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingUpper.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingUpper.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingUpper.Vector128.Int16.cs index b2e8e80e0de3d0..baf9f2b169844e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingUpper.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingUpper.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingUpper.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingUpper.Vector128.Int32.cs index f73507f28f3ea9..3fff7d23a7b186 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingUpper.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingUpper.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingUpper.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingUpper.Vector128.SByte.cs index b12db4a90614b7..66a6182da6f73b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingUpper.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingUpper.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingUpper.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingUpper.Vector128.UInt16.cs index 0e96972f6db9c6..a4510ac83c757c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingUpper.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingUpper.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingUpper.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingUpper.Vector128.UInt32.cs index 03f2f544b43232..577e8159628017 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingUpper.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddRoundedHighNarrowingUpper.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.Byte.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.Byte.Vector128.Byte.cs index de55aad3d5e0fb..48dedb2b8de9ff 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.Byte.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.Byte.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.Int16.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.Int16.Vector128.Int16.cs index db16a89740c67c..0e6ae706264725 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.Int16.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.Int16.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.Int32.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.Int32.Vector128.Int32.cs index 4f4bcf8580b091..5b63375b6b483b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.Int32.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.Int32.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.Int64.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.Int64.Vector128.Int64.cs index 311144a8f8ecfc..85a78fb6869ac0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.Int64.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.Int64.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.SByte.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.SByte.Vector128.SByte.cs index 808f330375a674..82e28c5de66074 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.SByte.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.SByte.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.UInt16.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.UInt16.Vector128.UInt16.cs index da3d49e227a7fc..5098898c8e497e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.UInt16.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.UInt16.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.UInt32.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.UInt32.Vector128.UInt32.cs index 4da17272315f84..68f8a1699a4345 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.UInt32.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.UInt32.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.UInt64.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.UInt64.Vector128.UInt64.cs index d1e854c950f946..4f6eec1f175132 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.UInt64.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector128.UInt64.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector64.Byte.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector64.Byte.Vector64.Byte.cs index 7693c2fb5ae2be..67a0226878ebbb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector64.Byte.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector64.Byte.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector64.Int16.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector64.Int16.Vector64.Int16.cs index 6d73134c013529..fdec7f4587dba8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector64.Int16.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector64.Int16.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector64.Int32.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector64.Int32.Vector64.Int32.cs index 4500dde2f1aaf8..ea20cd0e24d913 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector64.Int32.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector64.Int32.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector64.SByte.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector64.SByte.Vector64.SByte.cs index b239e72c9e126d..7de5aa7de6f450 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector64.SByte.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector64.SByte.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector64.UInt16.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector64.UInt16.Vector64.UInt16.cs index 8cae5c33fffd1b..696dce2994700a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector64.UInt16.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector64.UInt16.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector64.UInt32.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector64.UInt32.Vector64.UInt32.cs index b8950d52376ea3..06be52a4953c28 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector64.UInt32.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturate.Vector64.UInt32.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturateScalar.Vector64.Int64.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturateScalar.Vector64.Int64.Vector64.Int64.cs index b631f4f9845476..a5856ac71e46fd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturateScalar.Vector64.Int64.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturateScalar.Vector64.Int64.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturateScalar.Vector64.UInt64.Vector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturateScalar.Vector64.UInt64.Vector64.UInt64.cs index aa3d57e3ad038f..102bd7075eea2c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturateScalar.Vector64.UInt64.Vector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddSaturateScalar.Vector64.UInt64.Vector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddScalar.Vector64.Double.cs index 38f5e9e26c7ede..fd3f3cf1f77568 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddScalar.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddScalar.Vector64.Int64.cs index 74adf91dd32bfd..569455290e01bf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddScalar.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddScalar.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddScalar.Vector64.Single.cs index f2ad16e5d0257f..e2fc10e2fa0264 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddScalar.Vector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddScalar.Vector64.UInt64.cs index d5ec1d969aa314..e59da9f52924c0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddScalar.Vector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddScalar.Vector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector128.Int16.cs index 99bae1a0c3d2c7..2afad2925c7fdc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector128.Int32.cs index 726bb621058f86..f77c16a2e35b0f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector128.Int64.cs index 78e816841f8b1e..3d79240b7b700c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector128.UInt16.cs index abda7b3195aafa..48cd1991e55a28 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector128.UInt32.cs index 93ef1eb038f42e..e32de601557fa5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector128.UInt64.cs index 6c31f6adbe8772..d0c9acf8d946c1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector64.Byte.cs index 89d3bca73decdd..d95e3a1641d7f5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector64.Int16.cs index 7cbd8df92fd63b..4213690196818a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector64.Int32.cs index 9fd5eeeb1d1785..6c59e8e7c87bcb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector64.SByte.cs index eb75b77696725f..4948979afda2fe 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector64.UInt16.cs index f37ab0b7436b04..aced074a8f1768 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector64.UInt32.cs index a47b538dd8f983..3e94bb19034ad4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningLower.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.Byte.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.Byte.Vector128.Byte.cs index 181148d9da6762..5219f0559788ae 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.Byte.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.Byte.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.Int16.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.Int16.Vector128.Int16.cs index 2ebc9c72874ef9..1d84391c801db9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.Int16.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.Int16.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.Int16.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.Int16.Vector128.SByte.cs index 57e3326dcc45c5..aac7a66790262f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.Int16.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.Int16.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.Int32.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.Int32.Vector128.Int16.cs index 352b46a7676770..c83ea4e5034c27 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.Int32.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.Int32.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.Int32.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.Int32.Vector128.Int32.cs index f186612cb0d071..49123425e59f50 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.Int32.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.Int32.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.Int64.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.Int64.Vector128.Int32.cs index ec5ba4a50d52a6..fefaa5de6b33f6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.Int64.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.Int64.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.SByte.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.SByte.Vector128.SByte.cs index 4f708b1a13d283..ce78b197862225 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.SByte.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.SByte.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.UInt16.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.UInt16.Vector128.Byte.cs index 5978d753898b59..6e835b20c8f41c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.UInt16.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.UInt16.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.UInt16.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.UInt16.Vector128.UInt16.cs index 2296069f889b7d..a8e95dac293086 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.UInt16.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.UInt16.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.UInt32.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.UInt32.Vector128.UInt16.cs index f3da480e964b02..f93f018c7516a6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.UInt32.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.UInt32.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.UInt32.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.UInt32.Vector128.UInt32.cs index ea2721392e969f..a7cfc49d3946a5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.UInt32.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.UInt32.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.UInt64.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.UInt64.Vector128.UInt32.cs index a885a9f3bcc210..7c6e9a450f2cf2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.UInt64.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/AddWideningUpper.Vector128.UInt64.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.Byte.cs index b7428ce9d5376f..ccd43517e26e39 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.Double.cs index 0f301e3df87ea0..317b7a13eb62fe 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.Int16.cs index c54b20aa2e37cf..cbfee363dfe5d9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.Int32.cs index 0d47e852c76cdc..d1ed3c910105c9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.Int64.cs index 27da3dd9d02ab9..f224f2ed7841a4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.SByte.cs index 0b58944239f114..a4c6fe36752101 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.Single.cs index 92ddea4f181011..07161601a12602 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.UInt16.cs index de6e98044a5e3b..e066568837403e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.UInt32.cs index eb0faaa184c424..41e7e615c1146b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.UInt64.cs index fec363b9cb9ccf..ab772883a07abf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.Byte.cs index 2fa3c1bed082a1..deaca379b8d340 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.Double.cs index 5f4f750df85df5..979dfa53c598a2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.Int16.cs index 7e17c79ea7e0bb..83f78f2594db1f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.Int32.cs index aba90799b43b2b..9123037e9d2aba 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.Int64.cs index e51b02280eebba..b41843dd24646a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.SByte.cs index c8cde1f2e981e9..80034c62b7ad3c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.Single.cs index cd906970c1c08a..a3c0d57fde0e6a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.UInt16.cs index 59451386cc8281..eb5fe1f1fb6c75 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.UInt32.cs index b79c17e52eadcc..eb70aff89be64c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.UInt64.cs index 6eec49e8185e96..789ca2d51945ea 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/And.Vector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.Byte.cs index 6017ee0c7c50de..7fa2b8d38d95f7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.Double.cs index bdd7a2e79da191..047d2f857cbe4c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.Int16.cs index f812677e8da631..4645b5819c0408 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.Int32.cs index cffa080f1f60ba..318ae0701dd85b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.Int64.cs index 759a1d237b518c..7e91532c7781cd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.SByte.cs index b1bf463f236589..7ff7a8eb3a4eec 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.Single.cs index 74e75ab105c340..2d282559142dac 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.UInt16.cs index 3a98236799d250..9d9cb55a8735ce 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.UInt32.cs index d08415ee28056c..60ce9063902dc9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.UInt64.cs index 9d27c87b6ee87e..b28f72f85f388c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.Byte.cs index 5d7eb9a02ccac8..976351f9bbd884 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.Double.cs index bc3509e6ee4c7b..2942e0cdbb0928 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.Int16.cs index 18dc209fc6868c..86676a3e9a30ff 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.Int32.cs index 50ddaedd70a4c5..f5d3acde525be0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.Int64.cs index ac6bdb2fef60e1..3b0d7db492625e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.SByte.cs index 40f81dc9e3b59b..d0cd12d04af4f3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.Single.cs index f002e7f9bb676b..fb9b275459b15f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.UInt16.cs index 560beea26da2fc..a992607f83cbf1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.UInt32.cs index 9f6d3bbba25fb1..3a89c9630538a5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.UInt64.cs index f40471933e95f7..b92a073364e0b7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseClear.Vector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.Byte.cs index 521432d2460b46..e073ad90930ac4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.Double.cs index 4dc04f93570a0e..8e43c8e13e2fe4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.Int16.cs index cfe0a3746a4970..fba8001b5c66d0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.Int32.cs index f628d50981020b..c589fa5f5f3943 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.Int64.cs index 051fe959a90a8d..f6a5bfb7f42b6e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.SByte.cs index a2442dcf8a22ba..21ce89952f7874 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.Single.cs index 5c6d3266e46ef2..b0201c9073ea8d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.UInt16.cs index 5006e4b7367b6f..2cbb29993c5141 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.UInt32.cs index 322b35b7b17690..d086102eae0e03 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.UInt64.cs index 740508a3e32266..c63c6bfcfa4bf4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.Byte.cs index b26550bdccff93..c2af628740392b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.Double.cs index dc35cdb34e69b3..2a56dca1362fa3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.Int16.cs index 7bff70c10d336d..7f634ac974b7cb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.Int32.cs index c0dc12e54513b6..67bbd2022f716b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.Int64.cs index 5917c01cb63c9f..7402a0c7324f2f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.SByte.cs index 2267533f0ed5a4..5a949af2e760f7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.Single.cs index 0b9a082bdffe4a..20f35886795a44 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.UInt16.cs index c1f707c02bab81..02fa7d52b0c34b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.UInt32.cs index f1932e1f9bc64c..c8bd25b396c5ef 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.UInt64.cs index 7fdd277581351b..27d1ed4c412026 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/BitwiseSelect.Vector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Ceiling.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Ceiling.Vector128.Single.cs index e26655f7097a48..16130272d7d216 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Ceiling.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Ceiling.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Ceiling.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Ceiling.Vector64.Single.cs index 677ea5290bc059..b4ff62d145c9a8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Ceiling.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Ceiling.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CeilingScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CeilingScalar.Vector64.Double.cs index e724701c669366..2adb330dbb90b4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CeilingScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CeilingScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CeilingScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CeilingScalar.Vector64.Single.cs index 4c558cb112e18e..0e7004b1c1acf4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CeilingScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CeilingScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.Byte.cs index 72e1ebd68cf134..3adb86df9276ff 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.Int16.cs index 3cc43a5e407a1b..0398450c769963 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.Int32.cs index f7b58b4924723e..a2e322594a16e8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.SByte.cs index 8b654b6834039c..715863ffd93295 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.Single.cs index 846702830a9cd1..1077799d145a86 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.UInt16.cs index 16d74c264efaac..d2f7e21256cf02 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.UInt32.cs index 4b9eceaa4a6cad..44672039340036 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.Byte.cs index 3ede9f9b5e2770..8bbce5ab0f0b47 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.Int16.cs index 731c7656887ef2..93a06f68adc32f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.Int32.cs index 22655f6b375e3d..c809277686acc2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.SByte.cs index 8c8e4c0d1f584b..22020abff32d6d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.Single.cs index c4333d5e37bea3..371199fb4dace8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.UInt16.cs index 4b96874f58a425..5b4cdbf81cfc5d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.UInt32.cs index 73f0a86b1f4fc1..e63a2d231a03ad 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareEqual.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.Byte.cs index baa2fba3aa1380..020f2dab139a85 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.Int16.cs index df5a490767de8d..b6db1d8028d9af 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.Int32.cs index 114917f24a19f4..222646583c14b6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.SByte.cs index 8185cbfce59960..dde5696a4f372c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.Single.cs index 059c3938229b2b..75287f45ce576d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.UInt16.cs index afe8644e517a9f..97368961ee7d10 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.UInt32.cs index 2dcb8f68e45d0a..063a6feaa5438d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.Byte.cs index 5c1338adc62376..9a2a5492e776ba 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.Int16.cs index 82c47c94d857b0..7c0f6742d1571e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.Int32.cs index 0a926d032ca83e..8785f479961674 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.SByte.cs index a4abd83cc146bf..2c82065fefdcc6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.Single.cs index 7cda28028e8382..efeb31525bf699 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.UInt16.cs index f7e6f0fc06942b..a5cf392c5e0fed 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.UInt32.cs index a9a9ff64997372..75b8c6e6937a76 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThan.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.Byte.cs index 8aef79426fc12f..cabd6dae7cc606 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.Int16.cs index 54e1f63b32d43b..2a44863e79a289 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.Int32.cs index 0908d7e28fd214..ab80e7605bf2af 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.SByte.cs index 4f9cbadb578cdd..c08ddc4b73d7eb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.Single.cs index d31cdabce514c5..878779d6d02b48 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.UInt16.cs index c18f7e1d1ddd6b..b4d2ba64436ebe 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.UInt32.cs index 8fe78570c7a54a..8b388db71bac67 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.Byte.cs index 5ce6cff34287c8..7b2023e7e377b9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.Int16.cs index be0773b95454f6..7ccac362e062d4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.Int32.cs index d67a7ae353a558..cfea44117dc4ca 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.SByte.cs index 3083090144838d..c5976a4da76ddf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.Single.cs index 74a1af4a8e820b..e6aa1e60247a34 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.UInt16.cs index 15479f2ee2c253..198b9ca3048be1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.UInt32.cs index 6bd465a5fd6e3d..1f89b5f1c836b8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareGreaterThanOrEqual.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.Byte.cs index f46a9f9fc2c45e..31e69fa04dbcca 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.Int16.cs index c9b2f579afb5e3..bc8137d069b7ae 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.Int32.cs index 3e38c089b05d8f..a71dbe8a76402b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.SByte.cs index 72a241238c8097..b8ff3081c89250 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.Single.cs index 0836e43fce14a6..56e2ad7a5b3108 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.UInt16.cs index 67338c252c0998..190ac8e9f0ba99 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.UInt32.cs index 8193bbb39ffd6d..8a06eab0f803a9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.Byte.cs index ecc3110bb56af4..ab1c3b72392a09 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.Int16.cs index 6511c1bcb908d3..7812fb49a39e7b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.Int32.cs index 7b1f4068de123e..476edf7c75c3b7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.SByte.cs index a7aaa25620b20b..5a818b9ad6d881 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.Single.cs index ee1599bff277d8..a31d9008f74750 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.UInt16.cs index ec67e8c9c89095..4f25d2eb19e8a7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.UInt32.cs index dcb0c7068702ca..bf0f95f4e282ea 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThan.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.Byte.cs index d3cd62a27ffd2e..d07f4b4ce2ed65 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.Int16.cs index 5e705636f58396..d22fdca873776c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.Int32.cs index be7a8bea9074d5..9e284a1b216643 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.SByte.cs index 7ecc640de3aaa0..fd039138766b4b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.Single.cs index 4c213ae02c8982..8a762ba3882fec 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.UInt16.cs index 15a17163a9bdba..260e8b04bb174f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.UInt32.cs index 85f20f0a579674..e0f165a4d5ad34 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.Byte.cs index 52391bfd9ac461..7041554bf41e48 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.Int16.cs index bb997f96f417ba..1cf492b23c9ea7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.Int32.cs index a930daa0d9ebaa..6ec684846e2d8c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.SByte.cs index 51ff51e40a220e..0a97d237e287da 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.Single.cs index eca012c0478776..e3cfe4af6365a7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.UInt16.cs index ba87e3a23f376c..7d4b9da0a0128d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.UInt32.cs index 979a6aa25067a5..1b3dff4db5d4fa 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareLessThanOrEqual.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.Byte.cs index 952d713dff5b7a..3520808590b1c5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.Int16.cs index 92fc657078c1bc..91d79f304b0bb3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.Int32.cs index e881dc0f66ff1b..b4b2432c5d5f2c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.SByte.cs index f08bd9f9c205ed..11cd0580a5354f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.Single.cs index afc90d14843de7..aaf673561f72f0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.UInt16.cs index 5be4aa4d670c36..b2476affaedf2c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.UInt32.cs index c8e601c51b3695..d572e64348ab6a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.Byte.cs index 56289a04e5b540..a4ab013946091b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.Int16.cs index 0d43bb65a56529..4b10bf595dc5e0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.Int32.cs index 1abe115875b1ce..45f81adc3d2154 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.SByte.cs index a41f1539f920ad..c0632810d019e6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.Single.cs index 2df0cdcb4bf930..59a2a41a534e6f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.UInt16.cs index 0acd70111a7286..f29d29eb9aea61 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.UInt32.cs index 05406de0723576..871d062d525b2c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/CompareTest.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundAwayFromZero.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundAwayFromZero.Vector128.Single.cs index 0aa95247ac2ae0..0a98a9781b9ec2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundAwayFromZero.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundAwayFromZero.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundAwayFromZero.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundAwayFromZero.Vector64.Single.cs index 285f3fa132d78c..32d128cac6e135 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundAwayFromZero.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundAwayFromZero.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundAwayFromZeroScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundAwayFromZeroScalar.Vector64.Single.cs index 3f5aa7ec018a5d..059ec5d29b02c1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundAwayFromZeroScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundAwayFromZeroScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToEven.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToEven.Vector128.Single.cs index 926c625a7248e0..0a2113e36dd850 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToEven.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToEven.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToEven.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToEven.Vector64.Single.cs index 0f9901329f2737..873768c82fdfc6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToEven.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToEven.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToEvenScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToEvenScalar.Vector64.Single.cs index 29783f7039ed7e..8f7a70e61aed89 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToEvenScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToEvenScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToNegativeInfinity.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToNegativeInfinity.Vector128.Single.cs index b9dfd4ff3f367b..40a1fe69a1dad2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToNegativeInfinity.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToNegativeInfinity.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToNegativeInfinity.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToNegativeInfinity.Vector64.Single.cs index 3ea10fe80af3be..2ac7bff31be93a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToNegativeInfinity.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToNegativeInfinity.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToNegativeInfinityScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToNegativeInfinityScalar.Vector64.Single.cs index 9ea74185b93069..f77aba2667e394 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToNegativeInfinityScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToNegativeInfinityScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToPositiveInfinity.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToPositiveInfinity.Vector128.Single.cs index 5fbb2620e849d1..0a726c5d1eff57 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToPositiveInfinity.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToPositiveInfinity.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToPositiveInfinity.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToPositiveInfinity.Vector64.Single.cs index f39e775bd01c36..68ac9ca1a9111a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToPositiveInfinity.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToPositiveInfinity.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToPositiveInfinityScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToPositiveInfinityScalar.Vector64.Single.cs index 831e6b2344f1f4..65e2fc110a6107 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToPositiveInfinityScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToPositiveInfinityScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToZero.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToZero.Vector128.Single.cs index c142e492a891ec..fff3f1ea05bd7c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToZero.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToZero.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToZero.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToZero.Vector64.Single.cs index aaba910e08c5aa..680080e91f3070 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToZero.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToZero.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToZeroScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToZeroScalar.Vector64.Single.cs index 7281083d50073e..ea5cbdbd6a4a45 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToZeroScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToInt32RoundToZeroScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToSingle.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToSingle.Vector128.Int32.cs index 4a5694fcb55969..226e02c58f4f29 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToSingle.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToSingle.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToSingle.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToSingle.Vector128.UInt32.cs index 72e4b23bfb555d..410a5e1c6eca20 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToSingle.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToSingle.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToSingle.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToSingle.Vector64.Int32.cs index 4f5b64335a08f9..8595c4ddf0dc6a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToSingle.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToSingle.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToSingle.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToSingle.Vector64.UInt32.cs index a97ba76793d07b..fd65fa2577640e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToSingle.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToSingle.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToSingleScalar.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToSingleScalar.Vector64.Int32.cs index 8409598d2b75a7..b2cebd2b1beaee 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToSingleScalar.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToSingleScalar.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToSingleScalar.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToSingleScalar.Vector64.UInt32.cs index fa7546fc251305..e2946fc43f4d71 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToSingleScalar.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToSingleScalar.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundAwayFromZero.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundAwayFromZero.Vector128.Single.cs index 5bb3bf26c1df54..797a454cfe863a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundAwayFromZero.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundAwayFromZero.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundAwayFromZero.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundAwayFromZero.Vector64.Single.cs index 44d20aed99ae10..eaf4a2167fc33f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundAwayFromZero.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundAwayFromZero.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundAwayFromZeroScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundAwayFromZeroScalar.Vector64.Single.cs index 2f454dad948130..ea6b3539359a4e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundAwayFromZeroScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundAwayFromZeroScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToEven.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToEven.Vector128.Single.cs index c4a9c8361b557f..e29a7a306375e7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToEven.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToEven.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToEven.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToEven.Vector64.Single.cs index 3d93f2281e51c4..3e96af37e3cb9a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToEven.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToEven.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToEvenScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToEvenScalar.Vector64.Single.cs index 50eb7d768dd7da..9163341692761c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToEvenScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToEvenScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToNegativeInfinity.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToNegativeInfinity.Vector128.Single.cs index f01d7714c8aa93..3f4d3204506d1e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToNegativeInfinity.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToNegativeInfinity.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToNegativeInfinity.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToNegativeInfinity.Vector64.Single.cs index 482ab644569016..00b30c76bdb7b6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToNegativeInfinity.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToNegativeInfinity.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToNegativeInfinityScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToNegativeInfinityScalar.Vector64.Single.cs index d51a3a15dae545..1ee2c416d0b5f5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToNegativeInfinityScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToNegativeInfinityScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToPositiveInfinity.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToPositiveInfinity.Vector128.Single.cs index 46363932f84fc9..678af682ce2c4f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToPositiveInfinity.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToPositiveInfinity.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToPositiveInfinity.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToPositiveInfinity.Vector64.Single.cs index 358bdcbd7a48c5..17a065494e3404 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToPositiveInfinity.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToPositiveInfinity.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToPositiveInfinityScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToPositiveInfinityScalar.Vector64.Single.cs index a6c7bbb58b05f3..f9f4713505d218 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToPositiveInfinityScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToPositiveInfinityScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToZero.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToZero.Vector128.Single.cs index b6549df5d992c5..85c0828ea4d4d6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToZero.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToZero.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToZero.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToZero.Vector64.Single.cs index eb4700d28c87c8..f7deed3ce07381 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToZero.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToZero.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToZeroScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToZeroScalar.Vector64.Single.cs index 5ea4d6580a2331..08c3db7e18f5f2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToZeroScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ConvertToUInt32RoundToZeroScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DivideScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DivideScalar.Vector64.Double.cs index ab7dff407829d9..0f703e6a205ba5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DivideScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DivideScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DivideScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DivideScalar.Vector64.Single.cs index db14ba368eb149..6b9d9ac7583740 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DivideScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DivideScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.Byte.8.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.Byte.8.cs index e1cea345c2a75f..79f53b6eb5c65a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.Byte.8.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.Byte.8.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.Int16.4.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.Int16.4.cs index b97d6a6ae43b25..b63ae04c8b12d4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.Int16.4.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.Int16.4.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.Int32.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.Int32.2.cs index ec726304aefb76..fd3be04bb026c9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.Int32.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.Int32.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.SByte.8.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.SByte.8.cs index 4fda49ff39e01b..278ed400a1b21c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.SByte.8.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.SByte.8.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.Single.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.Single.2.cs index 8cee3b296fa0b3..ae98f9fa126e38 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.Single.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.Single.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.UInt16.4.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.UInt16.4.cs index 68c83473d3a051..e3c828f487622e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.UInt16.4.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.UInt16.4.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.UInt32.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.UInt32.2.cs index 9178b43bda756f..01d8b576038b5e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.UInt32.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector128.UInt32.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.Byte.1.cs index 8fb4ed5416d225..e09369502fd136 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.Int16.1.cs index 7116a6066b5a92..84b1c28de28366 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.Int32.1.cs index 6d3b5ac69cbf17..67e10a47cf6bfb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.SByte.1.cs index 1228e4a940aebe..830b47a46875c1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.Single.1.cs index a913f1a55e5a60..057bce6de1ce86 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.UInt16.1.cs index 611aa4aa377500..6c092b49c56dc2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.UInt32.1.cs index 809c6be576ba58..b7d427af97ab5b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector128.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.Byte.8.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.Byte.8.cs index 1914748b9139a2..b716e5bfc641ee 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.Byte.8.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.Byte.8.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.Int16.4.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.Int16.4.cs index 44e9a5847c392f..20ffd26df56e67 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.Int16.4.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.Int16.4.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.Int32.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.Int32.2.cs index 078fbc7ac0fe1f..c7be4472b45c06 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.Int32.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.Int32.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.SByte.8.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.SByte.8.cs index 9333c0144360c4..413e500067c643 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.SByte.8.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.SByte.8.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.Single.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.Single.2.cs index 2973d769ac0c59..f797c46942ce7e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.Single.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.Single.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.UInt16.4.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.UInt16.4.cs index aee3f346ef4814..5cfb299639be14 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.UInt16.4.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.UInt16.4.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.UInt32.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.UInt32.2.cs index efa08ea1502256..016de9f95f1c1a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.UInt32.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector128.UInt32.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.Byte.1.cs index 1d5d5e9fc453fa..993efe4bd571e2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.Int16.1.cs index 228782f3c4997c..fc1c9526f52da7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.Int32.1.cs index 6e36f998528320..344584e2674409 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.SByte.1.cs index 3e44e635bd0dd4..e13117a6100c2c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.Single.1.cs index cfbaee44e759aa..eb2efe64012de2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.UInt16.1.cs index e93e718bef0bc1..16cfd5ff5ebc9d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.UInt32.1.cs index 9ad6d45ccad776..8473e6b4643228 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateSelectedScalarToVector64.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Byte.31.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Byte.31.cs index aa12893fa2fb7c..33fb64dbda7db4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Byte.31.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Byte.31.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Byte.cs index 5c60e82afd1e26..70395942fa9c79 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Int16.31.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Int16.31.cs index 7173c618131eac..8845800c0c86d9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Int16.31.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Int16.31.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Int16.cs index 510d61858ff057..d4302c5e887ff1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Int32.31.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Int32.31.cs index b12495ff11aeda..d424705e79b32c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Int32.31.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Int32.31.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Int32.cs index 77967e2777f32f..52173d02fa230b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.SByte.31.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.SByte.31.cs index 824cd8968dd8c9..4b80d43ee66356 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.SByte.31.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.SByte.31.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.SByte.cs index 183ad0bc2041c1..794612090e3485 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Single.31.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Single.31.cs index 9685545397d5d4..fdf2cb266fd5e5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Single.31.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Single.31.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Single.cs index caad761f6f97d3..3eb093321cf99f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.UInt16.31.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.UInt16.31.cs index 2bfa725584af99..4e5c6222c36c22 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.UInt16.31.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.UInt16.31.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.UInt16.cs index 5f4e3097fc90a8..8da12ce4ff8485 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.UInt32.31.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.UInt32.31.cs index c3ade1c04fd546..a1c1210f53b6db 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.UInt32.31.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.UInt32.31.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.UInt32.cs index 2d58f8f2e3fcb1..8661d2ad24afe7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Byte.31.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Byte.31.cs index 44c3abb84eb068..a4a70f0052e98b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Byte.31.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Byte.31.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Byte.cs index c519918584cce8..2e3ff094211fac 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Int16.31.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Int16.31.cs index 7a84cc8afac977..40f5986d5dc666 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Int16.31.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Int16.31.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Int16.cs index c5e95a8ee07f1e..bf308591dca849 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Int32.31.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Int32.31.cs index beb6d1b62ac6b7..38f1e660ce9c67 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Int32.31.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Int32.31.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Int32.cs index 40450592088994..1faf181c4e4ddf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.SByte.31.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.SByte.31.cs index 1d0a5e7dcac31e..db71e426df07c5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.SByte.31.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.SByte.31.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.SByte.cs index 98f2458c5a9cd5..64344a70e328aa 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Single.31.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Single.31.cs index cbfbf0c11ee5ac..3e8d6bc6f93501 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Single.31.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Single.31.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Single.cs index 44bd66c4948543..90f861d06eb0ce 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.UInt16.31.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.UInt16.31.cs index cf0b6de370ba59..e303e573e96a10 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.UInt16.31.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.UInt16.31.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.UInt16.cs index e533f462f74662..675043da6e00ff 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.UInt32.31.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.UInt32.31.cs index 5e4d079535d7a6..494d5e9067ae2a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.UInt32.31.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.UInt32.31.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.UInt32.cs index 402384cf4b01c8..8842c2b88f9da1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/DuplicateToVector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.Byte.1.cs index c73e03247a540c..29ddc96d7cf6c1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.Double.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.Double.1.cs index e156320e9911ee..843547b3fae44a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.Double.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.Double.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.Int16.1.cs index 4a71ca0345a548..5c3342f497b7b1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.Int32.1.cs index 5628f4be82dfed..52536603fcefc7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.Int64.1.cs index 49097baabe4c27..a51467e3d9c85a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.SByte.1.cs index 3d98ada72588c4..0526b77d05cd9a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.Single.1.cs index ab39d135250ef9..811a54af95fc15 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.UInt16.1.cs index 8a9b7c55e72298..747c5c76c1d77c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.UInt32.1.cs index d09b8e74f139b2..4b70039a5e6c30 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.UInt64.1.cs index f501f0fbb79275..c9846c81bd307a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector128.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.Byte.1.cs index e82b1fe35014aa..4a390fe9ccfdfc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.Int16.1.cs index 19ade2aced0805..ea37551ed7accb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.Int32.1.cs index 5491ce3c30e79c..a9b67f394662c6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.SByte.1.cs index 26ded3956e6ee3..24186b16e603d8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.Single.1.cs index d8259eed0a687c..7b3160d1db1cc0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.UInt16.1.cs index ccd69dd151fa7a..9fdc09236fe47b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.UInt32.1.cs index 30a7e4a952e2cc..5f2508a5061a6e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Extract.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingLower.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingLower.Vector64.Byte.cs index d732d234048d93..08bfd3e18a90cf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingLower.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingLower.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingLower.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingLower.Vector64.Int16.cs index a187f0b21f3656..cb0c770b354a6f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingLower.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingLower.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingLower.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingLower.Vector64.Int32.cs index 9bda5252c12a5f..4541c019c05455 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingLower.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingLower.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingLower.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingLower.Vector64.SByte.cs index 20b3427c6832e3..03142f4641086e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingLower.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingLower.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingLower.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingLower.Vector64.UInt16.cs index d4e378c2fa32aa..5ceefac5f4848c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingLower.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingLower.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingLower.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingLower.Vector64.UInt32.cs index 331149b86795db..d992e3815d7982 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingLower.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingLower.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateLower.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateLower.Vector64.Byte.cs index 9ac21d223457c3..e91feacfc3e671 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateLower.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateLower.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateLower.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateLower.Vector64.Int16.cs index ee2c327fd69d53..bb46ca9677b8c6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateLower.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateLower.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateLower.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateLower.Vector64.Int32.cs index 7e4fd8d95127bb..0bee99c8df51d8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateLower.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateLower.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateLower.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateLower.Vector64.SByte.cs index 4f07a5be753ba7..7a1955d1fdfd22 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateLower.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateLower.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateLower.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateLower.Vector64.UInt16.cs index 892ec20b2149ef..05d7c216736f21 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateLower.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateLower.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateLower.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateLower.Vector64.UInt32.cs index c6340297218844..30216fdc080a2f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateLower.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateLower.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUnsignedLower.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUnsignedLower.Vector64.Byte.cs index 680b2dc1918b61..ed447e196e31ff 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUnsignedLower.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUnsignedLower.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUnsignedLower.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUnsignedLower.Vector64.UInt16.cs index 4ee929e5a97645..83f300fb298761 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUnsignedLower.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUnsignedLower.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUnsignedLower.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUnsignedLower.Vector64.UInt32.cs index fc1b4824fc795f..81958c81342bfd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUnsignedLower.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUnsignedLower.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUnsignedUpper.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUnsignedUpper.Vector128.Byte.cs index c08243e4577ea8..0669e402a20030 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUnsignedUpper.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUnsignedUpper.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUnsignedUpper.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUnsignedUpper.Vector128.UInt16.cs index ab0f86540cb5aa..59fabadfc5795d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUnsignedUpper.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUnsignedUpper.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUnsignedUpper.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUnsignedUpper.Vector128.UInt32.cs index e2e93dc1529b9f..5b9132081d8acf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUnsignedUpper.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUnsignedUpper.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUpper.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUpper.Vector128.Byte.cs index c923cc545f541c..183de30260e0b3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUpper.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUpper.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUpper.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUpper.Vector128.Int16.cs index a7f2ac18916a48..eeaec93aedeee9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUpper.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUpper.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUpper.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUpper.Vector128.Int32.cs index 75c129af4687b3..795b27147bd5be 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUpper.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUpper.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUpper.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUpper.Vector128.SByte.cs index e4fd4b37a417bd..30e683f4b09567 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUpper.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUpper.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUpper.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUpper.Vector128.UInt16.cs index 5bc36fec1c2912..60b9c1dabbe82b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUpper.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUpper.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUpper.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUpper.Vector128.UInt32.cs index dde3263b58accf..0cbe241f85c1d3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUpper.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingSaturateUpper.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingUpper.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingUpper.Vector128.Byte.cs index 66035413c8a8a2..57f8905dcc1843 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingUpper.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingUpper.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingUpper.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingUpper.Vector128.Int16.cs index 60e8f7a4032cb6..bf5d81236ef319 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingUpper.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingUpper.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingUpper.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingUpper.Vector128.Int32.cs index 1e1424051002bc..89b268f4a1f93e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingUpper.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingUpper.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingUpper.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingUpper.Vector128.SByte.cs index 4b0d410a0f5b44..2d053f89848325 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingUpper.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingUpper.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingUpper.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingUpper.Vector128.UInt16.cs index 7dfb3551db2ce6..cd1e8c7d0ab146 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingUpper.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingUpper.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingUpper.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingUpper.Vector128.UInt32.cs index b7cd6aa829b5a7..a495d5f6e9cfc1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingUpper.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingUpper.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.Byte.1.cs index 9796b77b586452..eac45ac6f76510 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.Double.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.Double.1.cs index f6af47e4779a7d..3617b5d0845440 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.Double.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.Double.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.Int16.1.cs index 53da831c078573..b565c8ca70359a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.Int32.1.cs index d5c90412f4a5e9..9787c89d6f377f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.Int64.1.cs index 25a5c038150a6d..eee2be53f9ed1b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.SByte.1.cs index 0ac735f5ae66c6..28017e8c6e4364 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.Single.1.cs index 8a497dd8eb3d69..1d0f7ad481d06c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.UInt16.1.cs index ca5c15cb5acaf1..a352b73822eaca 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.UInt32.1.cs index d211563e47fb29..a005d3d826ef02 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.UInt64.1.cs index 9cdaca196e2c6e..9b43fddbba9907 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector128.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.Byte.1.cs index e76d228d4625a1..d07fabb3c38ad2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.Int16.1.cs index 0ce99717cec789..067e682e73590b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.Int32.1.cs index 7b453dc0db7b4b..396e653283ebef 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.SByte.1.cs index 4d9747eefab0d6..7cc6246927789d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.Single.1.cs index a866ed19914688..77e097f83cd367 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.UInt16.1.cs index ed6599ccae3601..71dc6dfe4fce89 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.UInt32.1.cs index 434f8bfd4db526..04c36cc8f6561e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractVector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Floor.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Floor.Vector128.Single.cs index 618537a736e4a6..15fb819ded4499 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Floor.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Floor.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Floor.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Floor.Vector64.Single.cs index 7d1000f5cf2f76..f8fb5720136c2a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Floor.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Floor.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FloorScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FloorScalar.Vector64.Double.cs index c48002036f89e5..f2444882cea625 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FloorScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FloorScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FloorScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FloorScalar.Vector64.Single.cs index 2700dbe6b3f660..7c23afb3ba460f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FloorScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FloorScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector128.Byte.cs index 60c698595c8952..7f9c039f3294b4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector128.Int16.cs index 28387e4eeb0468..4991339271c304 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector128.Int32.cs index d2e61a79f1c6dd..fce78d77f1da5d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector128.SByte.cs index b9c18f8e424a1e..ecda67b1ddd666 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector128.UInt16.cs index 19fcebeb37b225..a5b304e0251f4f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector128.UInt32.cs index 2cdbda6f865bac..2662826d675447 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector64.Byte.cs index 69435318da637e..cdaff94e24efc6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector64.Int16.cs index 4689d711f34a9d..59fd0742835ef6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector64.Int32.cs index 5c261b083e596e..37580ffeff52e3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector64.SByte.cs index bf7c7187a24ffc..14c998ee28fd82 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector64.UInt16.cs index 9fb445a2b1d80b..cc256f053f4ee2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector64.UInt32.cs index 49e70065a547a5..a6e47ddbfaa138 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector128.Byte.cs index 87e73d45b4fee0..887743f65404f7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector128.Int16.cs index 2d2bd1e311e195..c4c7bfdb78b5ca 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector128.Int32.cs index 318badd836ef57..12f6dce4bb7b5c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector128.SByte.cs index f50e45d78ea993..94955236d03124 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector128.UInt16.cs index 21387f41bb4b34..18c9717726c26d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector128.UInt32.cs index 79d2bb8244162a..fbae3c452bcad0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector64.Byte.cs index 90588a80822e21..c6a94e9df5d202 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector64.Int16.cs index d5a9410c892e70..4b397f7551840f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector64.Int32.cs index c425c548c433c6..70d9f3896155ce 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector64.SByte.cs index 6f064458098cb2..3f95c1fa8b8864 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector64.UInt16.cs index 55e5f39e3fdce4..1881dae5472c84 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector64.UInt32.cs index 0d08da210d6f21..7e34682943abcc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddRoundedHalving.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplyAdd.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplyAdd.Vector128.Single.cs index 1530c4081a029e..f6c3439b9a1494 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplyAdd.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplyAdd.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplyAdd.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplyAdd.Vector64.Single.cs index 0934f8f251df2e..f2eee80d6e27f8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplyAdd.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplyAdd.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplyAddNegatedScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplyAddNegatedScalar.Vector64.Double.cs index 184f26d2004ee9..372424c64041f2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplyAddNegatedScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplyAddNegatedScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplyAddNegatedScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplyAddNegatedScalar.Vector64.Single.cs index 8528095777e509..ef9e8e7ad385b4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplyAddNegatedScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplyAddNegatedScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplyAddScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplyAddScalar.Vector64.Double.cs index 7baf62413d8673..f867a5e3b76545 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplyAddScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplyAddScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplyAddScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplyAddScalar.Vector64.Single.cs index 2b7b8a9b471a27..2d01a5e4ec014c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplyAddScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplyAddScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplySubtract.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplySubtract.Vector128.Single.cs index 9e4be519452300..1e871a44e0a165 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplySubtract.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplySubtract.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplySubtract.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplySubtract.Vector64.Single.cs index 4dcd7480c007e7..a6f87fb492bece 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplySubtract.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplySubtract.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplySubtractNegatedScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplySubtractNegatedScalar.Vector64.Double.cs index 995bfafd6c0cad..dfb12eab0f2016 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplySubtractNegatedScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplySubtractNegatedScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplySubtractNegatedScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplySubtractNegatedScalar.Vector64.Single.cs index 32ad67031b955f..bdf753f09c6f66 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplySubtractNegatedScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplySubtractNegatedScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplySubtractScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplySubtractScalar.Vector64.Double.cs index f2477e5635654a..879a0ad2486d90 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplySubtractScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplySubtractScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplySubtractScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplySubtractScalar.Vector64.Single.cs index 915b732931d2a9..99d3eff76f6301 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplySubtractScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedMultiplySubtractScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector128.Byte.cs index 16fb3b31ab298e..1c2156be43f9ec 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector128.Int16.cs index 030bcf09b2c5d6..ebb4b6dbccbc6c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector128.Int32.cs index d200aeaafd3079..019b0fc8720879 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector128.SByte.cs index f7481d24193563..34bff64aa8c65f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector128.UInt16.cs index e2ea87715a92df..0f53a78ec2cbef 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector128.UInt32.cs index 540e4558387983..0d2f191754fdbe 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector64.Byte.cs index eb6876245caf8b..3ed8027cbb47aa 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector64.Int16.cs index bf207e4a96ccda..6f61603b16059f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector64.Int32.cs index f70c2ccf47ac6b..43911e51d221b3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector64.SByte.cs index dc8cf4b67eebb0..21e7d5d80dde51 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector64.UInt16.cs index ee1e69079bbef2..6bab2fb1e4d571 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector64.UInt32.cs index c319f5af6930cc..bb6892245ad0ac 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedSubtractHalving.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.Byte.1.cs index 35e461b4e2426c..6392cc820b47b2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.Double.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.Double.1.cs index fdca1845169cfe..d673a5028f9494 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.Double.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.Double.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.Int16.1.cs index 16b9fb3351ac7a..03391a62e7328c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.Int32.1.cs index 7115656a771b72..24ee71be64306d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.Int64.1.cs index a8310e380a619d..c3b481e20f1d79 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.SByte.1.cs index 04ffbd843b6688..d3185b7ba4f0f3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.Single.1.cs index 0bcef9e62ff040..1da9498eca5a94 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.UInt16.1.cs index f07306c62f479d..def466ead9adcf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.UInt32.1.cs index 1b96c206bfda28..40fcf9715bd29e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.UInt64.1.cs index 84ef829072ad37..dbf808505c5b7e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector128.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.Byte.1.cs index 9b707f7db3bcc6..560bcf3410c28d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.Int16.1.cs index 8894ba1c73d6a5..f5849b76604341 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.Int32.1.cs index ed8cf4cdf60eb0..7a14e5eae0ef05 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.SByte.1.cs index c34d56d0266a12..28cd342ab79244 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.Single.1.cs index 60a2bb0358e562..78395bc4815ea1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.UInt16.1.cs index ecf47b34650bae..4e1c3d85b86a2a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.UInt32.1.cs index 3b69c7ab6490dc..d84d281617a6ce 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Insert.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/InsertScalar.Vector128.Double.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/InsertScalar.Vector128.Double.1.cs index de86d8e8bc8e4a..7990766c05094a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/InsertScalar.Vector128.Double.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/InsertScalar.Vector128.Double.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/InsertScalar.Vector128.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/InsertScalar.Vector128.Int64.1.cs index 820957ac79fcff..954e60734b2331 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/InsertScalar.Vector128.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/InsertScalar.Vector128.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/InsertScalar.Vector128.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/InsertScalar.Vector128.UInt64.1.cs index 686e7939ebc3be..3339c1f4f4d675 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/InsertScalar.Vector128.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/InsertScalar.Vector128.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingSignCount.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingSignCount.Vector128.Int16.cs index a1996abf603521..8839cf5ed08d35 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingSignCount.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingSignCount.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingSignCount.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingSignCount.Vector128.Int32.cs index 990c890c4d984e..dab43f822acc69 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingSignCount.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingSignCount.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingSignCount.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingSignCount.Vector128.SByte.cs index 35afbe2c04b93c..6ac4cd25c313e8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingSignCount.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingSignCount.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingSignCount.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingSignCount.Vector64.Int16.cs index 0a91ba8aa2b649..77af3499693b1b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingSignCount.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingSignCount.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingSignCount.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingSignCount.Vector64.Int32.cs index 1c868bbe2dacd8..0ccc50ac45338c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingSignCount.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingSignCount.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingSignCount.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingSignCount.Vector64.SByte.cs index a8f139812011f1..b65791e0029d6c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingSignCount.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingSignCount.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector128.Byte.cs index 8632ba17c307b4..0dde02c42de69f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector128.Int16.cs index 40f8c1e60c85df..fb2950afa438a9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector128.Int32.cs index d3052922ba4437..32749ad951918f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector128.SByte.cs index 94ff8559b729b9..ea46c937ebd146 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector128.UInt16.cs index 00aa81875f5da1..954e5c7636c78e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector128.UInt32.cs index 06687a7764206f..55a04ad7bb756f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector64.Byte.cs index 4a3ce08b555812..7762843ac0d64a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector64.Int16.cs index dc80063ddd5d4e..222e66763eade0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector64.Int32.cs index 099a6148b0463a..858baf0b58df78 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector64.SByte.cs index 9e6efb1288c222..346f17a055f0c6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector64.UInt16.cs index 270e82acdcce82..19dbe1ded66129 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector64.UInt32.cs index 5ce0545251fbf8..9bbcd9983681a2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LeadingZeroCount.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.Byte.15.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.Byte.15.cs index 4a0d461aea5727..65ec52621dfa55 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.Byte.15.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.Byte.15.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.Double.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.Double.1.cs index 182095ceb1ac1d..c5fff7240f9a46 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.Double.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.Double.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.Int16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.Int16.7.cs index 622dad730a9b7a..b1cfb29ecdaf64 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.Int16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.Int16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.Int32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.Int32.3.cs index c24c4ad051b031..7ea1877e92ca92 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.Int32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.Int32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.Int64.1.cs index 061a56f1acdca6..b2d5daded287a1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.SByte.15.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.SByte.15.cs index fd8aa313edc8e1..258d8dc827d5a5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.SByte.15.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.SByte.15.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.Single.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.Single.3.cs index fbe279a6c11ccc..51e74964b29e89 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.Single.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.Single.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.UInt16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.UInt16.7.cs index 613debea7ea2bd..208134cc68119b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.UInt16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.UInt16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.UInt32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.UInt32.3.cs index 91eee8c4535731..6eb83d2880b5b1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.UInt32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.UInt32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.UInt64.1.cs index cd58dbb0604ace..a5eb09214146d8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector128.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.Byte.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.Byte.7.cs index 175bff805378d3..775dba7d365f6a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.Byte.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.Byte.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.Int16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.Int16.3.cs index 42d68c9ba7d7f6..61344ece36f015 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.Int16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.Int16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.Int32.1.cs index cc5000f743aa5c..40b1c156a6b3ac 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.SByte.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.SByte.7.cs index 8cd496012c4e62..0a35b1e0b940da 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.SByte.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.SByte.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.Single.1.cs index a28c5e56d80f3a..13da9f428922c1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.UInt16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.UInt16.3.cs index dec9a0793e1301..99900c41c8d301 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.UInt16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.UInt16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.UInt32.1.cs index 4ab291c279c840..fde0dc05abf74e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndInsertScalar.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.Byte.cs index eb9dbe37eaf000..271854aa412b3a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.Int16.cs index a90dcd5cff779b..d799866de36e5c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.Int32.cs index e52724a39be233..015e7f0079880f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.SByte.cs index 66f2fe4bba6455..8184953a3c750f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.Single.cs index 25be2b45eea4af..c0ffb1ce17ad75 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.UInt16.cs index 0c78810201393b..434f2c7bd5472e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.UInt32.cs index a11f7275b97a38..6376b76c2da367 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.Byte.cs index 88cf8c2e3a0242..c5c0db81e54a4e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.Int16.cs index 21cdc5a23a649b..aeb2f91c1d19e0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.Int32.cs index b65368bda7ba3d..85f9c49c2b59d5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.SByte.cs index 4ff066244e4f6f..c6a69457510190 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.Single.cs index 64a2c9b8866156..cfab3aad3760e4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.UInt16.cs index 6747e7eb5ac01c..ffeac0631f2099 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.UInt32.cs index b87a44934052d3..45b6aa391395b0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadAndReplicateToVector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.Byte.cs index c8d42f78cb39f3..b8898fae2d69e5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.Double.cs index 93e05c2207e0e3..7887cf1db2318c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.Int16.cs index c05d18963ef25b..6a7c848836aa68 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.Int32.cs index 46d3239af54f3c..903261f325343d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.Int64.cs index e34e5d7ba1d966..e464bf4b0a1d9e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.SByte.cs index 8ce9e45d19674c..b8d766524454eb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.Single.cs index 96e4c38bf1b7de..fab4620f1e1291 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.UInt16.cs index 744300f42f6b2c..188a2307d12ff8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.UInt32.cs index a8423cb6dad2c2..4b0256a921acbe 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.UInt64.cs index 890cbc311328be..02a3f40cc26ae8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.Byte.cs index e6e2f5e6994645..bb1c2aa533e7ef 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.Double.cs index 949eee9860f9c9..c12ea768708cfd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.Int16.cs index c014e751918386..7845d93ffdb286 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.Int32.cs index 2dc7df968f3e53..d218c3c31ed099 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.Int64.cs index aa3a6dc7dbc8a8..9c673a336533a9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.SByte.cs index 8927c724429b11..2ad29dbd98ec39 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.Single.cs index 06f072f53c5ece..0ac79bf03523b2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.UInt16.cs index 3a36a4a1991954..a727d6cf2efe59 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.UInt32.cs index 173e5c746ec120..cf8f319fbe5c30 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.UInt64.cs index 652b0961ff43a5..f9ceb99956831a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/LoadVector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.Byte.cs index fe115999bb0c44..21311c3025ecf1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.Int16.cs index db912e098cb327..969666322cba7a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.Int32.cs index 3c5ef6ec5f1cdb..4775dea7ec3689 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.SByte.cs index 010adb6334ee50..4de318aa5b0daf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.Single.cs index d2994ac5eeef2e..a90e5f9a5905b8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.UInt16.cs index 0e1a2453c096ed..02385964f88747 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.UInt32.cs index a7999663391e19..df4e12d3a32027 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.Byte.cs index 1d4eb391ae8baa..0d82d962127fdd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.Int16.cs index d04c7cd273ddce..d40b7ec2532c15 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.Int32.cs index 48b6df9d4a9151..85c2f53c325d04 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.SByte.cs index c7960ced1569c4..45c6005a108e84 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.Single.cs index 4af7e4e4838180..8752df23b41021 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.UInt16.cs index d8cf94cbb75602..608f5c64fcc499 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.UInt32.cs index 213a3eaecac806..0fb271f58950cf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxNumber.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxNumber.Vector128.Single.cs index 2c08d957af299a..b2abdace6fe5b3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxNumber.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxNumber.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxNumber.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxNumber.Vector64.Single.cs index 0656de9d6fdfcd..8534d4d8356c66 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxNumber.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxNumber.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxNumberScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxNumberScalar.Vector64.Double.cs index 1a6271a24ff651..224a6890764a8a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxNumberScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxNumberScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxNumberScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxNumberScalar.Vector64.Single.cs index 02e9cc1b7787c9..4a934189ba29f4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxNumberScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxNumberScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.Byte.cs index 52433502039ec8..d7ae77058dfe6f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.Int16.cs index 31f451bb36c043..2cb023ebd82921 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.Int32.cs index 85071478717f13..6d466b2a2d5f9b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.SByte.cs index a09135f7c64c04..4ec003cfd7c18c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.Single.cs index 1176e07ee0f251..f26952bdf2bd9f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.UInt16.cs index 170151705332f7..56ee2c23de9ff5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.UInt32.cs index 551f5bd6005104..b67a6e76744fb2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MaxPairwise.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.Byte.cs index ef7653813ec8fc..d44d20dcc47cd7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.Int16.cs index 50fb8feb293500..37d5ef0fd52799 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.Int32.cs index 02bb01d4bc9981..611981efdf2e8e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.SByte.cs index b2d53022e536b3..505f03c761b5e2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.Single.cs index d8d1c9478729d0..0fb973c3d30d2a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.UInt16.cs index 74bf922ffe04cb..0fa3922f1ae065 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.UInt32.cs index 3d0d305008e8d1..64015c9af6d895 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.Byte.cs index c3831925821df7..a81f2f97b0953a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.Int16.cs index 3e66edb899b690..e695c3ad968cc2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.Int32.cs index 54a3160931d096..3ca3cc6d984a18 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.SByte.cs index 2efdf42867f371..f3c2bb9d93b023 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.Single.cs index 485a2495e1e0c3..09370aed1f5967 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.UInt16.cs index 5645371315258f..90ce3769347ac5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.UInt32.cs index 22cfe55fcc1141..c5f04c34f44714 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Min.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinNumber.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinNumber.Vector128.Single.cs index e696c51395998a..61343c88b827e7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinNumber.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinNumber.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinNumber.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinNumber.Vector64.Single.cs index c15af01eb37d61..2509ba0b5e58d1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinNumber.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinNumber.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinNumberScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinNumberScalar.Vector64.Double.cs index 0fc79efd5de679..85bd1c6b65bdcd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinNumberScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinNumberScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinNumberScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinNumberScalar.Vector64.Single.cs index d3ae5a0c06e573..e2e8e3fc9045fd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinNumberScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinNumberScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.Byte.cs index f381b444665d59..b4413a1f9555e8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.Int16.cs index f9ae38a9f1f013..9d5afbba397463 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.Int32.cs index f734e29a6e7816..7a0c7d1813736f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.SByte.cs index 715209825da0e7..73cdaac203df45 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.Single.cs index 10bf78df4b04bb..d4e4a7eeab6220 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.UInt16.cs index 4400a780ac87e9..349e587824af4e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.UInt32.cs index 5ee4a98ecb5813..64cfb3eebe1f3a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MinPairwise.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.Byte.cs index 972a6f5481781b..497230e4571d1a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.Int16.cs index e96cbecf49dfe9..ba7f57045db120 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.Int32.cs index b3f15e3fa87db8..48c3d73faf9910 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.SByte.cs index 3e2fa23ca2d0f2..95c043cec485d7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.Single.cs index ae77c4a637792a..4b8fe44106cbf3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.UInt16.cs index 8d2e035edead13..99f79214235508 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.UInt32.cs index 81a48e8ff84eec..848c04ab260a0c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.Byte.cs index e24c786a553bb4..df6af7d59f5715 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.Int16.cs index 4adf21335a28cf..89cc8a986a323f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.Int32.cs index 057f7d7554277d..1e70a807634db0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.SByte.cs index d37dd59565bbe7..2b946011aa697f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.Single.cs index a9809151b64164..48757aaf6c9003 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.UInt16.cs index 2ec2d1d1134ec8..dd55cbb19096f4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.UInt32.cs index ed2b4f1d713808..33023b633ae6dc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Multiply.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector128.Byte.cs index 30bfbfc0a3aaa5..2c8138c1212460 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector128.Int16.cs index 7735114146237b..fabaa060ec7271 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector128.Int32.cs index 376685862c8651..4a7d37b717d070 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector128.SByte.cs index 159123b735c004..28c2a1992bba83 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector128.UInt16.cs index 98a94f1b141608..9549de463afaf1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector128.UInt32.cs index a6430ae1dc3076..ad355602b82d83 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector64.Byte.cs index 13f32ffe2d5243..4bddefee3f6176 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector64.Int16.cs index af884a5d9c6f67..5bf2d4f10f39fb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector64.Int32.cs index 40985b59e5f750..4ee30dc37c555f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector64.SByte.cs index fb18deb62b6d6c..32a8cc35b9585e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector64.UInt16.cs index 4e65599f7fc9a4..ebd03621ae219c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector64.UInt32.cs index 845e4d4432dec4..49e572cdaa654f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAdd.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector128.Int16.cs index 4912db31db33d0..d18a86121b90cd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector128.Int32.cs index 9f9b5e2109b3de..99127f463c7c8b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector128.UInt16.cs index fe04a3f4f04891..b8d3f12897d229 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector128.UInt32.cs index 2907a0d546b153..0b99335280c4b4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector64.Int16.cs index 554cdbf40502e4..9061ed1ef61214 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector64.Int32.cs index 1240174cbf392f..d2039a65a53ee6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector64.UInt16.cs index 06516e3d834854..05a111ecd6ab5f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector64.UInt32.cs index 22d2181171c0a5..a4a7fb7038f6d9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddByScalar.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.Int16.Vector128.Int16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.Int16.Vector128.Int16.7.cs index be732c4423df4c..ce0cd92d1252b0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.Int16.Vector128.Int16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.Int16.Vector128.Int16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.Int16.Vector64.Int16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.Int16.Vector64.Int16.3.cs index 32b51c8b89f2d5..8901ac9ced96b7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.Int16.Vector64.Int16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.Int16.Vector64.Int16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.Int32.Vector128.Int32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.Int32.Vector128.Int32.3.cs index 276529065337e8..c67954cef1dd17 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.Int32.Vector128.Int32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.Int32.Vector128.Int32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.Int32.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.Int32.Vector64.Int32.1.cs index 3e4823492ed4a9..f231368e9d5cc8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.Int32.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.Int32.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.UInt16.Vector128.UInt16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.UInt16.Vector128.UInt16.7.cs index 3b085c46641536..be5aec4d36e2ba 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.UInt16.Vector128.UInt16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.UInt16.Vector128.UInt16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.UInt16.Vector64.UInt16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.UInt16.Vector64.UInt16.3.cs index dc687405bba55b..8be03e7e989ef2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.UInt16.Vector64.UInt16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.UInt16.Vector64.UInt16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.UInt32.Vector128.UInt32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.UInt32.Vector128.UInt32.3.cs index 043c86035afd3a..267be7c36fdd8d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.UInt32.Vector128.UInt32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.UInt32.Vector128.UInt32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.UInt32.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.UInt32.Vector64.UInt32.1.cs index 5200b0252763eb..08366092be0fa6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.UInt32.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector128.UInt32.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.Int16.Vector128.Int16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.Int16.Vector128.Int16.7.cs index fc0964508ef60b..14eb6432d814db 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.Int16.Vector128.Int16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.Int16.Vector128.Int16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.Int16.Vector64.Int16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.Int16.Vector64.Int16.3.cs index 4d05fe6b4df4b1..7b024909a0b536 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.Int16.Vector64.Int16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.Int16.Vector64.Int16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.Int32.Vector128.Int32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.Int32.Vector128.Int32.3.cs index 4422b387682482..4be15835c7958a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.Int32.Vector128.Int32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.Int32.Vector128.Int32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.Int32.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.Int32.Vector64.Int32.1.cs index 46b1820f418c5f..bfad0c799a8555 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.Int32.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.Int32.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.UInt16.Vector128.UInt16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.UInt16.Vector128.UInt16.7.cs index 0ab129c7ed058d..388621215a77bd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.UInt16.Vector128.UInt16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.UInt16.Vector128.UInt16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.UInt16.Vector64.UInt16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.UInt16.Vector64.UInt16.3.cs index 8d3c1fefe441de..ab3ef5efd924f2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.UInt16.Vector64.UInt16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.UInt16.Vector64.UInt16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.UInt32.Vector128.UInt32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.UInt32.Vector128.UInt32.3.cs index 7ca411361b0b85..1b216e4d029486 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.UInt32.Vector128.UInt32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.UInt32.Vector128.UInt32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.UInt32.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.UInt32.Vector64.UInt32.1.cs index 369943221635a3..b7a4e0a3922199 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.UInt32.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyAddBySelectedScalar.Vector64.UInt32.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector128.Int16.cs index ba18b8d8de1175..550b300d36432a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector128.Int32.cs index 0a0ec771ff05bc..91fdc5fd499aac 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector128.Single.cs index 2fb19e12499edb..ec19c4dd97e953 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector128.UInt16.cs index fe66e708efde6d..4f4ac8e4973d43 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector128.UInt32.cs index 3d45635798fbbe..7324237b657d5b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector64.Int16.cs index e740cb9c964e2f..e42b0f3c81c217 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector64.Int32.cs index 2ff077dcd16509..7c6618b656da94 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector64.Single.cs index b0f35d67412204..8168d040560f9d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector64.UInt16.cs index efb5ed4b05ff7e..275cd5688e23aa 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector64.UInt32.cs index a3b1953c399822..68c73599f799d3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyByScalar.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.Int16.Vector128.Int16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.Int16.Vector128.Int16.7.cs index 94f71e4a5a9924..8b7c35d603efa0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.Int16.Vector128.Int16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.Int16.Vector128.Int16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.Int16.Vector64.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.Int16.Vector64.Int16.1.cs index d8378fc7f51267..613a2ebce27bce 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.Int16.Vector64.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.Int16.Vector64.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.Int32.Vector128.Int32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.Int32.Vector128.Int32.3.cs index 7176f187d4b34d..9aeab09372a34a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.Int32.Vector128.Int32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.Int32.Vector128.Int32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.Int32.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.Int32.Vector64.Int32.1.cs index b532cd64633b05..0c815f7b0fbeae 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.Int32.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.Int32.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.Single.Vector128.Single.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.Single.Vector128.Single.3.cs index 2e0c9004b02592..bb040d72bffbc9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.Single.Vector128.Single.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.Single.Vector128.Single.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.Single.Vector64.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.Single.Vector64.Single.1.cs index 9825b92667f076..3672374458a614 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.Single.Vector64.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.Single.Vector64.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.UInt16.Vector128.UInt16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.UInt16.Vector128.UInt16.7.cs index 685375bf4f62c6..fd8502d62cf1c2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.UInt16.Vector128.UInt16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.UInt16.Vector128.UInt16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.UInt16.Vector64.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.UInt16.Vector64.UInt16.1.cs index cae36422c71e86..0d03e98276ebc3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.UInt16.Vector64.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.UInt16.Vector64.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.UInt32.Vector128.UInt32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.UInt32.Vector128.UInt32.3.cs index c6b3dbbc92bb2e..be0eabe0c9a5d4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.UInt32.Vector128.UInt32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.UInt32.Vector128.UInt32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.UInt32.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.UInt32.Vector64.UInt32.1.cs index 8fdef95c7f7928..656d814a7a4a9c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.UInt32.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector128.UInt32.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.Int16.Vector128.Int16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.Int16.Vector128.Int16.7.cs index e448d5c3168fd6..9385d68fd941b3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.Int16.Vector128.Int16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.Int16.Vector128.Int16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.Int16.Vector64.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.Int16.Vector64.Int16.1.cs index cf9566914e6b1b..c9ef7f79e8f44e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.Int16.Vector64.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.Int16.Vector64.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.Int32.Vector128.Int32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.Int32.Vector128.Int32.3.cs index de57287b320f37..b2162190d1b322 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.Int32.Vector128.Int32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.Int32.Vector128.Int32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.Int32.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.Int32.Vector64.Int32.1.cs index 92fa90dd9b534e..01f1883631f515 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.Int32.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.Int32.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.Single.Vector128.Single.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.Single.Vector128.Single.3.cs index 24dce9b8746161..56829e05b34420 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.Single.Vector128.Single.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.Single.Vector128.Single.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.Single.Vector64.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.Single.Vector64.Single.1.cs index 6a6b288a759f0c..07fc57d0994186 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.Single.Vector64.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.Single.Vector64.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.UInt16.Vector128.UInt16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.UInt16.Vector128.UInt16.7.cs index fdb9143ae11125..d31739e4e950cd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.UInt16.Vector128.UInt16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.UInt16.Vector128.UInt16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.UInt16.Vector64.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.UInt16.Vector64.UInt16.1.cs index 5b2ec0db408943..6e2fa7be685881 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.UInt16.Vector64.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.UInt16.Vector64.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.UInt32.Vector128.UInt32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.UInt32.Vector128.UInt32.3.cs index 4009f9604da6ae..c10a526bd539d2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.UInt32.Vector128.UInt32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.UInt32.Vector128.UInt32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.UInt32.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.UInt32.Vector64.UInt32.1.cs index 27c28a56baafab..f7c7285db3cedc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.UInt32.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalar.Vector64.UInt32.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.Int16.Vector128.Int16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.Int16.Vector128.Int16.7.cs index f5df5a14dc86d2..f424611512cb21 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.Int16.Vector128.Int16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.Int16.Vector128.Int16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.Int16.Vector64.Int16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.Int16.Vector64.Int16.3.cs index 6f3499a7ddcaff..aef47d2578ddfd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.Int16.Vector64.Int16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.Int16.Vector64.Int16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.Int32.Vector128.Int32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.Int32.Vector128.Int32.3.cs index 9a4de34a6a8bd3..998a87f9d04112 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.Int32.Vector128.Int32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.Int32.Vector128.Int32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.Int32.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.Int32.Vector64.Int32.1.cs index d6a7d30fd35f6e..805de27e290a06 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.Int32.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.Int32.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.UInt16.Vector128.UInt16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.UInt16.Vector128.UInt16.7.cs index 0a9c0673212251..505e95bdf76b56 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.UInt16.Vector128.UInt16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.UInt16.Vector128.UInt16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.UInt16.Vector64.UInt16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.UInt16.Vector64.UInt16.3.cs index 9fa7cb0233508b..5f1890e81b9c4a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.UInt16.Vector64.UInt16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.UInt16.Vector64.UInt16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.UInt32.Vector128.UInt32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.UInt32.Vector128.UInt32.3.cs index b22ce48c159c9b..796855ed3f82c0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.UInt32.Vector128.UInt32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.UInt32.Vector128.UInt32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.UInt32.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.UInt32.Vector64.UInt32.1.cs index 02beb29678bb42..81ec0a248fc80a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.UInt32.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLower.Vector64.UInt32.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.Int16.Vector128.Int16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.Int16.Vector128.Int16.7.cs index d11f2b6012c3f3..a4f572dcbe1b8b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.Int16.Vector128.Int16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.Int16.Vector128.Int16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.Int16.Vector64.Int16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.Int16.Vector64.Int16.3.cs index 5bb1dc41c2dc86..bf10c1da328d57 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.Int16.Vector64.Int16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.Int16.Vector64.Int16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.Int32.Vector128.Int32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.Int32.Vector128.Int32.3.cs index 0a49a873d1662f..08236d3f71b7f9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.Int32.Vector128.Int32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.Int32.Vector128.Int32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.Int32.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.Int32.Vector64.Int32.1.cs index 6df0ed3ef24b63..00d8663f80c27d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.Int32.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.Int32.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.UInt16.Vector128.UInt16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.UInt16.Vector128.UInt16.7.cs index 9d6e1845bb2de6..e086ac8873deec 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.UInt16.Vector128.UInt16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.UInt16.Vector128.UInt16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.UInt16.Vector64.UInt16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.UInt16.Vector64.UInt16.3.cs index f73c92423d18f5..bade390b19f785 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.UInt16.Vector64.UInt16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.UInt16.Vector64.UInt16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.UInt32.Vector128.UInt32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.UInt32.Vector128.UInt32.3.cs index 68a487f91de801..de2073fe5685ad 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.UInt32.Vector128.UInt32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.UInt32.Vector128.UInt32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.UInt32.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.UInt32.Vector64.UInt32.1.cs index cd81edffc8b6b2..c366c9d4619314 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.UInt32.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndAdd.Vector64.UInt32.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.Int16.Vector128.Int16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.Int16.Vector128.Int16.7.cs index bcdd4960251621..980b582ccef408 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.Int16.Vector128.Int16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.Int16.Vector128.Int16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.Int16.Vector64.Int16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.Int16.Vector64.Int16.3.cs index a506037a7ab321..77e8e51ac5bda7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.Int16.Vector64.Int16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.Int16.Vector64.Int16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.Int32.Vector128.Int32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.Int32.Vector128.Int32.3.cs index 0d33acb56c9ed6..84c23bc092fab6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.Int32.Vector128.Int32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.Int32.Vector128.Int32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.Int32.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.Int32.Vector64.Int32.1.cs index b50261115572bd..910734660f2547 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.Int32.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.Int32.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.UInt16.Vector128.UInt16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.UInt16.Vector128.UInt16.7.cs index d53034a9271a67..684f1c41e60930 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.UInt16.Vector128.UInt16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.UInt16.Vector128.UInt16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.UInt16.Vector64.UInt16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.UInt16.Vector64.UInt16.3.cs index fb632529f0f432..4e591149019b08 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.UInt16.Vector64.UInt16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.UInt16.Vector64.UInt16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.UInt32.Vector128.UInt32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.UInt32.Vector128.UInt32.3.cs index 71748cb53c935c..b1abe2e5112f3f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.UInt32.Vector128.UInt32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.UInt32.Vector128.UInt32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.UInt32.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.UInt32.Vector64.UInt32.1.cs index 563b9e8e9505fb..0d27e6be68b106 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.UInt32.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningLowerAndSubtract.Vector64.UInt32.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.Int16.Vector128.Int16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.Int16.Vector128.Int16.7.cs index 4b9ea7d86be7c0..8d6c884c1414db 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.Int16.Vector128.Int16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.Int16.Vector128.Int16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.Int16.Vector64.Int16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.Int16.Vector64.Int16.3.cs index 10a82574126d6e..3f7841d500ecae 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.Int16.Vector64.Int16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.Int16.Vector64.Int16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.Int32.Vector128.Int32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.Int32.Vector128.Int32.3.cs index f8564fbb4cc597..ca4b6785b25ec2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.Int32.Vector128.Int32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.Int32.Vector128.Int32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.Int32.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.Int32.Vector64.Int32.1.cs index 9bbc7edb019b91..58546e3719e7ac 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.Int32.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.Int32.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.UInt16.Vector128.UInt16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.UInt16.Vector128.UInt16.7.cs index fb1ef1a393fd02..ca9549f1b0d087 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.UInt16.Vector128.UInt16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.UInt16.Vector128.UInt16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.UInt16.Vector64.UInt16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.UInt16.Vector64.UInt16.3.cs index 57509259f4d481..355b68103437bf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.UInt16.Vector64.UInt16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.UInt16.Vector64.UInt16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.UInt32.Vector128.UInt32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.UInt32.Vector128.UInt32.3.cs index 30d527df9e7e37..006cad32a3a260 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.UInt32.Vector128.UInt32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.UInt32.Vector128.UInt32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.UInt32.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.UInt32.Vector64.UInt32.1.cs index 9346957de4288d..a227be4a773d09 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.UInt32.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpper.Vector128.UInt32.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.Int16.Vector128.Int16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.Int16.Vector128.Int16.7.cs index 1de7ef477248a7..a87b58ff19f4ff 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.Int16.Vector128.Int16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.Int16.Vector128.Int16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.Int16.Vector64.Int16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.Int16.Vector64.Int16.3.cs index ebfb0088dfd379..346352959f1a3e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.Int16.Vector64.Int16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.Int16.Vector64.Int16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.Int32.Vector128.Int32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.Int32.Vector128.Int32.3.cs index f110b9e8399811..0ff0e3b7970599 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.Int32.Vector128.Int32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.Int32.Vector128.Int32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.Int32.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.Int32.Vector64.Int32.1.cs index cd7b33e9c9f939..8224177ad6c097 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.Int32.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.Int32.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.UInt16.Vector128.UInt16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.UInt16.Vector128.UInt16.7.cs index a92b4f10d0a730..3e1c41b19ea1a5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.UInt16.Vector128.UInt16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.UInt16.Vector128.UInt16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.UInt16.Vector64.UInt16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.UInt16.Vector64.UInt16.3.cs index b8c13fab79c7c9..504c9cfa2d9d00 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.UInt16.Vector64.UInt16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.UInt16.Vector64.UInt16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.UInt32.Vector128.UInt32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.UInt32.Vector128.UInt32.3.cs index 012e3ae1336fe3..12a9d35fee7461 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.UInt32.Vector128.UInt32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.UInt32.Vector128.UInt32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.UInt32.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.UInt32.Vector64.UInt32.1.cs index a1ff6223ba7d2e..00e95246ecb23d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.UInt32.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndAdd.Vector128.UInt32.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.Int16.Vector128.Int16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.Int16.Vector128.Int16.7.cs index 9d37debd69077b..b4e185df50e66e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.Int16.Vector128.Int16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.Int16.Vector128.Int16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.Int16.Vector64.Int16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.Int16.Vector64.Int16.3.cs index 9530ef6f01916b..57560ba1646202 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.Int16.Vector64.Int16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.Int16.Vector64.Int16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.Int32.Vector128.Int32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.Int32.Vector128.Int32.3.cs index f4be1cd7d20058..a4125a8bbac5f6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.Int32.Vector128.Int32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.Int32.Vector128.Int32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.Int32.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.Int32.Vector64.Int32.1.cs index 88428002c0aa1b..0bffa7217b8cbf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.Int32.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.Int32.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.UInt16.Vector128.UInt16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.UInt16.Vector128.UInt16.7.cs index 538e312c9f636e..3d1ffb97e6ac4a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.UInt16.Vector128.UInt16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.UInt16.Vector128.UInt16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.UInt16.Vector64.UInt16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.UInt16.Vector64.UInt16.3.cs index 624b72dc25d120..59cb005baa1c5b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.UInt16.Vector64.UInt16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.UInt16.Vector64.UInt16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.UInt32.Vector128.UInt32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.UInt32.Vector128.UInt32.3.cs index 7af528b0b4e2e4..d1a1f0ecc2a541 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.UInt32.Vector128.UInt32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.UInt32.Vector128.UInt32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.UInt32.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.UInt32.Vector64.UInt32.1.cs index ffc73cef9c9f5e..ddd96fb29bffc1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.UInt32.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyBySelectedScalarWideningUpperAndSubtract.Vector128.UInt32.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyScalar.Vector64.Double.cs index 0552dce770d221..ebf5e6a91a9a22 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyScalar.Vector64.Single.cs index 3960208f67c718..554c383f7d3776 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyScalarBySelectedScalar.Vector64.Single.Vector128.Single.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyScalarBySelectedScalar.Vector64.Single.Vector128.Single.3.cs index 4ff9193d610fdf..c73beabc5e1a2c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyScalarBySelectedScalar.Vector64.Single.Vector128.Single.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyScalarBySelectedScalar.Vector64.Single.Vector128.Single.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyScalarBySelectedScalar.Vector64.Single.Vector64.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyScalarBySelectedScalar.Vector64.Single.Vector64.Single.1.cs index 9e34976bd1f2f1..09f2bcda90dab6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyScalarBySelectedScalar.Vector64.Single.Vector64.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyScalarBySelectedScalar.Vector64.Single.Vector64.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector128.Byte.cs index 69db94abe44a31..788b39c8070975 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector128.Int16.cs index 3aa7709df11d80..42b2617e693da7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector128.Int32.cs index 2fba132d5205cc..d51d1ec61014e9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector128.SByte.cs index dc5fe9834720d3..f841cba966a740 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector128.UInt16.cs index 81bc8287cf8085..64e9104bf8b067 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector128.UInt32.cs index 34ad251d748364..d737fab38bc6e5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector64.Byte.cs index 8d538de0d9aec1..9cf1c185fcd7ac 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector64.Int16.cs index 341158ea0754c6..f7766560804da8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector64.Int32.cs index 773ac6b66b65b0..752716b283265e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector64.SByte.cs index e5f420e8694868..dd1e8670e6dd2e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector64.UInt16.cs index 64a5bb582b3209..bef208acb7176e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector64.UInt32.cs index 218d7b110afb26..fa2d219b3f62f1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtract.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector128.Int16.cs index 19b1cb91d52a03..82e34051f119e4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector128.Int32.cs index 863ed5c9617d3b..1fed24c757e5f7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector128.UInt16.cs index 94de3f344e28f3..3426e408d91f26 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector128.UInt32.cs index e144892902ef43..54571629c1ed40 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector64.Int16.cs index f080864ec541b1..33af9ec3149977 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector64.Int32.cs index 77a6e97b910356..f4f6c8215b5435 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector64.UInt16.cs index bf140f1b679348..1893afa2d6ec60 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector64.UInt32.cs index 7071290b8b6e30..9bd78cd82a91c1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractByScalar.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.Int16.Vector128.Int16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.Int16.Vector128.Int16.7.cs index 0770aaed0638c6..95d128d8d6d205 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.Int16.Vector128.Int16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.Int16.Vector128.Int16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.Int16.Vector64.Int16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.Int16.Vector64.Int16.3.cs index 8881428f0ad63e..769902de9ac2cb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.Int16.Vector64.Int16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.Int16.Vector64.Int16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.Int32.Vector128.Int32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.Int32.Vector128.Int32.3.cs index 2fde44e6f02f78..0da912ae847de5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.Int32.Vector128.Int32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.Int32.Vector128.Int32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.Int32.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.Int32.Vector64.Int32.1.cs index 43cacff4763ab1..46e6c5e85d351a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.Int32.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.Int32.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.UInt16.Vector128.UInt16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.UInt16.Vector128.UInt16.7.cs index a960a6417d94c0..d02aa858974423 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.UInt16.Vector128.UInt16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.UInt16.Vector128.UInt16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.UInt16.Vector64.UInt16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.UInt16.Vector64.UInt16.3.cs index f221263a84ab6c..4bfd831cae6ac5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.UInt16.Vector64.UInt16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.UInt16.Vector64.UInt16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.UInt32.Vector128.UInt32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.UInt32.Vector128.UInt32.3.cs index e7fc4325581ed1..3e7509b469c129 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.UInt32.Vector128.UInt32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.UInt32.Vector128.UInt32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.UInt32.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.UInt32.Vector64.UInt32.1.cs index e537accdc9c2ec..6c2f91c469f199 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.UInt32.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector128.UInt32.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.Int16.Vector128.Int16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.Int16.Vector128.Int16.7.cs index 47c30dac642664..8833f6d723320f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.Int16.Vector128.Int16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.Int16.Vector128.Int16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.Int16.Vector64.Int16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.Int16.Vector64.Int16.3.cs index 464ce1a69d0175..2c34aaf5eb6372 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.Int16.Vector64.Int16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.Int16.Vector64.Int16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.Int32.Vector128.Int32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.Int32.Vector128.Int32.3.cs index fe3793d7e7eb4f..201f0b11ccebcb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.Int32.Vector128.Int32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.Int32.Vector128.Int32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.Int32.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.Int32.Vector64.Int32.1.cs index cdd85a05bd2e54..638f1f231e53c4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.Int32.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.Int32.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.UInt16.Vector128.UInt16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.UInt16.Vector128.UInt16.7.cs index b9fc90fe521947..7bdee9dcb26e7d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.UInt16.Vector128.UInt16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.UInt16.Vector128.UInt16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.UInt16.Vector64.UInt16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.UInt16.Vector64.UInt16.3.cs index fd1e1d2b37a3dd..e06281f21e5bd6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.UInt16.Vector64.UInt16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.UInt16.Vector64.UInt16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.UInt32.Vector128.UInt32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.UInt32.Vector128.UInt32.3.cs index f9cf87b0efb95d..7067926139b07a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.UInt32.Vector128.UInt32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.UInt32.Vector128.UInt32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.UInt32.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.UInt32.Vector64.UInt32.1.cs index 1b443753df239f..25130e934b74b9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.UInt32.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplySubtractBySelectedScalar.Vector64.UInt32.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLower.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLower.Vector64.Byte.cs index 15f093c5b5f1ae..e80c70bdf698c6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLower.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLower.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLower.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLower.Vector64.Int16.cs index d7b049c35fa6ad..68bfd0eeb596e0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLower.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLower.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLower.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLower.Vector64.Int32.cs index 924abe3e5fc107..d001358385f5c2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLower.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLower.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLower.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLower.Vector64.SByte.cs index 41e204947a70db..d16497078a0e4b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLower.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLower.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLower.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLower.Vector64.UInt16.cs index b937a0e871dfda..909757ec72bc5b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLower.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLower.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLower.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLower.Vector64.UInt32.cs index 63b80db60eea4a..ba608af8cbf253 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLower.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLower.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndAdd.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndAdd.Vector64.Byte.cs index 7df014bf6ad058..c72654dd51897b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndAdd.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndAdd.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndAdd.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndAdd.Vector64.Int16.cs index a29a5adb80f792..d04582103a6be9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndAdd.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndAdd.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndAdd.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndAdd.Vector64.Int32.cs index 09f2f2d7ea3a49..830042d323989d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndAdd.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndAdd.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndAdd.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndAdd.Vector64.SByte.cs index 101d3822cf1b5e..850bfb679c3ac7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndAdd.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndAdd.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndAdd.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndAdd.Vector64.UInt16.cs index fb166b4758ad69..5cd2708d732636 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndAdd.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndAdd.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndAdd.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndAdd.Vector64.UInt32.cs index d1cfd59dcef567..77cbf9e63a84f7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndAdd.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndAdd.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndSubtract.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndSubtract.Vector64.Byte.cs index 48f180312307d6..fbb860db15004a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndSubtract.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndSubtract.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndSubtract.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndSubtract.Vector64.Int16.cs index 39abb5db2b7d77..dfcc5b5a024838 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndSubtract.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndSubtract.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndSubtract.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndSubtract.Vector64.Int32.cs index 5f64dbe7444593..a80527301010e9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndSubtract.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndSubtract.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndSubtract.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndSubtract.Vector64.SByte.cs index f47cee8d183b8f..b854b212525eb3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndSubtract.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndSubtract.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndSubtract.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndSubtract.Vector64.UInt16.cs index 5db92d8f850eff..de5576a4e0e7de 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndSubtract.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndSubtract.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndSubtract.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndSubtract.Vector64.UInt32.cs index d8fac1e2e0ea96..06c3a0cf8ba582 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndSubtract.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningLowerAndSubtract.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpper.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpper.Vector128.Byte.cs index f523c7daa33dac..3d5a175903d693 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpper.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpper.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpper.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpper.Vector128.Int16.cs index 0a3b266d231d37..8b9caea15914bc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpper.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpper.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpper.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpper.Vector128.Int32.cs index f93fad0bd22050..7ac7b5e1f3d9c6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpper.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpper.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpper.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpper.Vector128.SByte.cs index 46e891e017358f..d8e401121cfe14 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpper.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpper.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpper.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpper.Vector128.UInt16.cs index 0a5eb815f5a339..5c6fed459d3a5c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpper.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpper.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpper.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpper.Vector128.UInt32.cs index 23ac8e27c1aae1..c0f84c9c41808a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpper.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpper.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndAdd.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndAdd.Vector128.Byte.cs index f3cddbf469b654..406a1ad3cf885d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndAdd.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndAdd.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndAdd.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndAdd.Vector128.Int16.cs index dde967955dd6c6..97ce966635fd63 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndAdd.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndAdd.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndAdd.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndAdd.Vector128.Int32.cs index bf7587683a4313..e8c6fb9de4ffa7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndAdd.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndAdd.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndAdd.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndAdd.Vector128.SByte.cs index 97c8f7e0a0a7b2..d8d3d179fe84d8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndAdd.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndAdd.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndAdd.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndAdd.Vector128.UInt16.cs index 38bc45e4b4328b..55a90fe1bc4261 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndAdd.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndAdd.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndAdd.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndAdd.Vector128.UInt32.cs index c4d55cd27b72c8..7bbd1829943516 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndAdd.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndAdd.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndSubtract.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndSubtract.Vector128.Byte.cs index 9818a6f129fe40..077f2053c8530e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndSubtract.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndSubtract.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndSubtract.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndSubtract.Vector128.Int16.cs index acc3e3b19a10ce..f97cd282278b57 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndSubtract.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndSubtract.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndSubtract.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndSubtract.Vector128.Int32.cs index e75df206398e2e..bf44661aa31fee 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndSubtract.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndSubtract.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndSubtract.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndSubtract.Vector128.SByte.cs index 1ebcf198bde631..4163ad50017e8c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndSubtract.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndSubtract.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndSubtract.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndSubtract.Vector128.UInt16.cs index 1f4a236171ae79..1f7cd9cf352795 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndSubtract.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndSubtract.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndSubtract.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndSubtract.Vector128.UInt32.cs index 1dbf101a589cfb..859d6ad94e3fba 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndSubtract.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyWideningUpperAndSubtract.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector128.Int16.cs index bafbc024aef2d9..fc0570fe782a96 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector128.Int32.cs index 86229e494a21fc..5211e46b52a6ec 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector128.SByte.cs index 52be125656b69c..5d45f6bd0d229f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector128.Single.cs index 3029130e2ec566..0ef381204378f1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector64.Int16.cs index 7c8fe11aff43c4..3f50737605969f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector64.Int32.cs index a4fc5aec482453..ec20e09e1b4baf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector64.SByte.cs index 50f61fa874e037..3dc6458cd616da 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector64.Single.cs index 46fece5607d28a..1ae717827ecdf8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Negate.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateSaturate.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateSaturate.Vector128.Int16.cs index b070f214cdd042..13a0dbd7b56a6a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateSaturate.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateSaturate.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateSaturate.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateSaturate.Vector128.Int32.cs index 162c977979bd2d..20bba171e439ea 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateSaturate.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateSaturate.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateSaturate.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateSaturate.Vector128.SByte.cs index 0a1d11bfb86643..95bc99fd53879b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateSaturate.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateSaturate.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateSaturate.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateSaturate.Vector64.Int16.cs index 63aa0be33e9865..2388e7bfacd7b6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateSaturate.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateSaturate.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateSaturate.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateSaturate.Vector64.Int32.cs index 450ed01352c243..4270f8d6ff60af 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateSaturate.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateSaturate.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateSaturate.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateSaturate.Vector64.SByte.cs index 3337ecbda03c7c..4039ded4c2ded7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateSaturate.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateSaturate.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateScalar.Vector64.Double.cs index a8b59adf86202a..aa92154fc0d2be 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateScalar.Vector64.Single.cs index 9daeb0bedb9729..697d649c212ea4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/NegateScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.Byte.cs index d887c55d7e481e..2907d5b4a652a9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.Double.cs index 1ff77269cc5e71..97c580c2b35ea3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.Int16.cs index 3ac6579dc7ac0c..31c6a307fbfafb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.Int32.cs index 3f6a355b9e92a0..59a8ed6c246345 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.Int64.cs index b70f67d14848df..87df364a723bdd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.SByte.cs index 1299d6d9c12b39..7a709360526061 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.Single.cs index b8d0db2f7c52c3..5d97fede62c269 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.UInt16.cs index 0fd465cd6a3169..ff62b075a93f2c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.UInt32.cs index 4a71bb26b1cd8a..36dfcecebc3be4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.UInt64.cs index 57c7e68b2c8988..11ced3136ed2da 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.Byte.cs index 37ca9649edd746..033c4f405d8b7c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.Double.cs index b313214d3def1a..d911564ec13b36 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.Int16.cs index a919f82119df19..3ea28e8f61f872 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.Int32.cs index cae431e60f243e..d3b48b99e169a4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.Int64.cs index 490433e365d1d4..84a2a5fc89ac78 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.SByte.cs index b55190851678ac..e44f74c0c62fd8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.Single.cs index 098627fe822e56..c90f033ebd87af 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.UInt16.cs index bf78db1f9a5adf..775c7b04e8cd75 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.UInt32.cs index 9d448a41a56cfb..98ff55aaab54c9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.UInt64.cs index 222737a68b90cf..946c5ecca0de2d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Not.Vector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.Byte.cs index f32ebe637dbf9e..3962f51904a2c2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.Double.cs index 925342eb1c5f56..56dab0336da490 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.Int16.cs index 83a404aca55b79..6b7dae094fa9bb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.Int32.cs index a050492c3ff6bd..d74e6e34854c50 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.Int64.cs index 40f17cf2187467..858980f65044d5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.SByte.cs index a581f3ed0642e0..fa88d402e26ff8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.Single.cs index c14c0234c36278..4a4dc2624773db 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.UInt16.cs index e844f67391637f..ae833ee0fcac04 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.UInt32.cs index ddd463754b1c22..cc4a5c9bd2adee 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.UInt64.cs index e9fead69af1e1c..010a62af28110d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.Byte.cs index 01993dedf23873..4ae8b4dc70f3af 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.Double.cs index 15019e25cdf104..0cced8607f8e1f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.Int16.cs index 07fe886d656ad1..a8884d380ff280 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.Int32.cs index a4876a39397eab..a9f2e7febf6feb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.Int64.cs index 0628e089b2ea58..5c7cbd43c375ff 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.SByte.cs index 315ad16a29cd0d..e7321a21e0c995 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.Single.cs index ea7c3252ab78a9..866114be3badcb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.UInt16.cs index aabff6326193bf..d155fc972e4843 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.UInt32.cs index e1d6c1f48a8244..ee6e65acfdc27f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.UInt64.cs index 9f263ff6ea8398..fdfd625d11e096 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Or.Vector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.Byte.cs index da4dfa614f13b9..1adebfe38115f0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.Double.cs index 35842afd8d7736..3baf8000a9fa7f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.Int16.cs index e2a2aee77720c2..c8b3849115bca0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.Int32.cs index c4a4f88611c39e..9b12bac83d42a0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.Int64.cs index f7fa142f17e8f8..ef6a2eb3a14023 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.SByte.cs index 81d0082054218d..e574b679c70d42 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.Single.cs index 021a78a18fd35f..aaa010ef604c8c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.UInt16.cs index e35a6c28b5c435..73cc3bcd4ba923 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.UInt32.cs index e0d8cc6bacd239..5d7dbe8cb09bc8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.UInt64.cs index 05d1d0ecb60a9b..7e8a50dfdd4608 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.Byte.cs index 56376a8e49203d..89527727f1d7ad 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.Double.cs index 202249f434a444..5147efc2eb361b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.Int16.cs index f51f670b86f6bf..f6b4b520fc9a1e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.Int32.cs index 45816f6d170b1a..1e555ac22902cf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.Int64.cs index 1ecf83175bb9d7..af0bd2b7c7109f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.SByte.cs index 8fe99f83f71549..f42c94d5629674 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.Single.cs index 011b8336e6647a..14c241011d4b48 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.UInt16.cs index 4120a13386436b..bcccda8b8259dd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.UInt32.cs index cdb4f071e66e2f..a941d145218505 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.UInt64.cs index 6b0107562b649c..dbdf378118ce9e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/OrNot.Vector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiply.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiply.Vector128.Byte.cs index 163a9a380b6bc0..a97a11ad3f6457 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiply.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiply.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiply.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiply.Vector128.SByte.cs index 9ef67979da5d6a..03bff6eba4e811 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiply.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiply.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiply.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiply.Vector64.Byte.cs index bb2a1dcc342134..416c6eb7e282a9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiply.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiply.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiply.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiply.Vector64.SByte.cs index 1118db8fb19050..7db763927e9e80 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiply.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiply.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiplyWideningLower.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiplyWideningLower.Vector64.Byte.cs index 729db2ea0559d5..5c89f0ee4d1c8a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiplyWideningLower.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiplyWideningLower.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiplyWideningLower.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiplyWideningLower.Vector64.SByte.cs index 995f417e47501f..4caf98272b8db6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiplyWideningLower.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiplyWideningLower.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiplyWideningUpper.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiplyWideningUpper.Vector128.Byte.cs index dfd07f4ab3260b..a1b32e64207cd9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiplyWideningUpper.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiplyWideningUpper.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiplyWideningUpper.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiplyWideningUpper.Vector128.SByte.cs index 32780778dbdd0d..9211c5af433730 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiplyWideningUpper.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PolynomialMultiplyWideningUpper.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PopCount.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PopCount.Vector128.Byte.cs index 553123aa258254..3e1847dbecd38f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PopCount.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PopCount.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PopCount.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PopCount.Vector128.SByte.cs index dcb7f1123280f2..095106f8948a24 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PopCount.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PopCount.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PopCount.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PopCount.Vector64.Byte.cs index b9ed2c260e6028..0ae7824faf0678 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PopCount.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PopCount.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PopCount.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PopCount.Vector64.SByte.cs index 71f1ee79707cfe..e21de9ae01255f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PopCount.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/PopCount.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Program.AdvSimd_Part0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Program.AdvSimd_Part0.cs index 85c6a8044b171e..fab5e44f7d289a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Program.AdvSimd_Part0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Program.AdvSimd_Part0.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/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Program.AdvSimd_Part1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Program.AdvSimd_Part1.cs index 4fedfbb4b238d3..8531f089d99dca 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Program.AdvSimd_Part1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Program.AdvSimd_Part1.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/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Program.AdvSimd_Part2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Program.AdvSimd_Part2.cs index 2da7a8bc75575b..3a5d741ddbe33d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Program.AdvSimd_Part2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Program.AdvSimd_Part2.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/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Program.AdvSimd_Part3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Program.AdvSimd_Part3.cs index ff968e476f3116..1bb7ea84325f3d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Program.AdvSimd_Part3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Program.AdvSimd_Part3.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/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Program.AdvSimd_Part4.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Program.AdvSimd_Part4.cs index 94dde708d798c9..8749675807e46e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Program.AdvSimd_Part4.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Program.AdvSimd_Part4.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/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Program.AdvSimd_Part5.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Program.AdvSimd_Part5.cs index 8dedd51ffb0219..1da8c3d0684781 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Program.AdvSimd_Part5.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Program.AdvSimd_Part5.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/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalEstimate.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalEstimate.Vector128.Single.cs index bd27567ae8e71d..a9a2e171761adb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalEstimate.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalEstimate.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalEstimate.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalEstimate.Vector128.UInt32.cs index 4f778234aff838..242df014ce7a01 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalEstimate.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalEstimate.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalEstimate.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalEstimate.Vector64.Single.cs index 29df4edff0a362..aa620799ef690d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalEstimate.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalEstimate.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalEstimate.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalEstimate.Vector64.UInt32.cs index 6a676efab8beaa..26319ad75fd0be 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalEstimate.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalEstimate.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalSquareRootEstimate.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalSquareRootEstimate.Vector128.Single.cs index 10b80e42fb033a..180e5841c7b4f5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalSquareRootEstimate.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalSquareRootEstimate.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalSquareRootEstimate.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalSquareRootEstimate.Vector128.UInt32.cs index 4549371a696242..243982b27e73cf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalSquareRootEstimate.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalSquareRootEstimate.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalSquareRootEstimate.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalSquareRootEstimate.Vector64.Single.cs index ed335787fe7453..c91ac59035d9a3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalSquareRootEstimate.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalSquareRootEstimate.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalSquareRootEstimate.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalSquareRootEstimate.Vector64.UInt32.cs index eb8360cd71803c..77102968ac0c28 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalSquareRootEstimate.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalSquareRootEstimate.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalSquareRootStep.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalSquareRootStep.Vector128.Single.cs index d44ce5a00ed210..61d59e7cc7abda 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalSquareRootStep.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalSquareRootStep.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalSquareRootStep.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalSquareRootStep.Vector64.Single.cs index 5bd024e902ac2b..768530b55257bf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalSquareRootStep.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalSquareRootStep.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalStep.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalStep.Vector128.Single.cs index 2b1ee402d13e77..adfd4850a1ac17 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalStep.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalStep.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalStep.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalStep.Vector64.Single.cs index b45351d913d35d..2e9fba60d02149 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalStep.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ReciprocalStep.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundAwayFromZero.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundAwayFromZero.Vector128.Single.cs index 47f40781e7e20d..875d8bc94f44af 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundAwayFromZero.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundAwayFromZero.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundAwayFromZero.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundAwayFromZero.Vector64.Single.cs index 55ccc6493d79d6..277ebedb4d9afe 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundAwayFromZero.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundAwayFromZero.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundAwayFromZeroScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundAwayFromZeroScalar.Vector64.Double.cs index 3e103d7410e8e4..9a666457fd61c2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundAwayFromZeroScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundAwayFromZeroScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundAwayFromZeroScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundAwayFromZeroScalar.Vector64.Single.cs index fe6d99a59b2ba4..4b0ceb1f16eb94 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundAwayFromZeroScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundAwayFromZeroScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNearest.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNearest.Vector128.Single.cs index ba5465860c2b09..900842181174a6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNearest.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNearest.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNearest.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNearest.Vector64.Single.cs index 99a7268a4bdc75..45519a2f3f45ff 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNearest.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNearest.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNearestScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNearestScalar.Vector64.Double.cs index e11e2c52d66592..fd8f6e3aea28ab 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNearestScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNearestScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNearestScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNearestScalar.Vector64.Single.cs index 951d71aba5dd5f..8d008cb0a33da9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNearestScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNearestScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNegativeInfinity.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNegativeInfinity.Vector128.Single.cs index 38c4131a907b08..3340f4dc92b9a5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNegativeInfinity.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNegativeInfinity.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNegativeInfinity.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNegativeInfinity.Vector64.Single.cs index f3f0032f453a1a..e8a6fc6becbb6e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNegativeInfinity.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNegativeInfinity.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNegativeInfinityScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNegativeInfinityScalar.Vector64.Double.cs index 63b06bf1031ab1..a5ca8e303b4917 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNegativeInfinityScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNegativeInfinityScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNegativeInfinityScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNegativeInfinityScalar.Vector64.Single.cs index cf8df305e7d03b..174805c40d3dd3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNegativeInfinityScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToNegativeInfinityScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToPositiveInfinity.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToPositiveInfinity.Vector128.Single.cs index d9a8d37df6bcd0..abc3ef2495b534 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToPositiveInfinity.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToPositiveInfinity.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToPositiveInfinity.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToPositiveInfinity.Vector64.Single.cs index 385bd7f3c07b17..7d558228547c23 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToPositiveInfinity.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToPositiveInfinity.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToPositiveInfinityScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToPositiveInfinityScalar.Vector64.Double.cs index fb03468163d8a7..fd0e51cca1c133 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToPositiveInfinityScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToPositiveInfinityScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToPositiveInfinityScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToPositiveInfinityScalar.Vector64.Single.cs index f125ae85e0e9b7..4a848833168cdc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToPositiveInfinityScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToPositiveInfinityScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToZero.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToZero.Vector128.Single.cs index 6e4fda1b9b8083..478497dc163816 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToZero.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToZero.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToZero.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToZero.Vector64.Single.cs index 2152d12acdff35..908336d91c7016 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToZero.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToZero.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToZeroScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToZeroScalar.Vector64.Double.cs index 05dee214019de2..7effc861a5ae6f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToZeroScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToZeroScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToZeroScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToZeroScalar.Vector64.Single.cs index 7b5dee1c654897..c7614d89f815c4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToZeroScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/RoundToZeroScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector128.Int16.cs index 004afafdffc15a..4a578dccbdcb2c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector128.Int32.cs index bd0527517d4f8f..249a95270cd99f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector128.Int64.cs index dc31a6897a2761..83f41428641849 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector128.SByte.cs index abdadf2096690a..5ba7493ba5bdd4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector64.Int16.cs index 6147ff324bc47b..65c765050d4b4c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector64.Int32.cs index cea92f720d580e..1a8d67cefc0d46 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector64.SByte.cs index 1df2baab309ebc..ff04ac54d6eb3f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmetic.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector128.Int16.cs index 65a0afda9b07b4..60b8a45c057773 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector128.Int32.cs index d43861ceb6b583..2db09f4bdde359 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector128.Int64.cs index eb08ad535f566d..ab493bf04ebaea 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector128.SByte.cs index 36b2d0e36c32cb..c3c19ab817813c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector64.Int16.cs index 56e2a394bddd84..b34f2e14687b44 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector64.Int32.cs index ecbf0dbac1d0cf..534ee234405357 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector64.SByte.cs index a0a72ba9bfa880..7dc3d90cce19a0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector128.Int16.cs index 7e2820aa003a31..6f2ef2c100dfc9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector128.Int32.cs index a70c32f1d90019..b64bc1343797dc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector128.Int64.cs index 0ca521fe3930e3..f85bc2bbe6698d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector128.SByte.cs index 92663ab176402a..720a4df55d55ae 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector64.Int16.cs index 7854dc8a00c6ce..7dd3f548d925c7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector64.Int32.cs index d416c680f6f19c..e9732e209cffd0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector64.SByte.cs index ee0cf1385a1827..a7771511ae3277 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturate.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturateScalar.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturateScalar.Vector64.Int64.cs index 82a478c05dc1e2..cfccd39228de38 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturateScalar.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedSaturateScalar.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedScalar.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedScalar.Vector64.Int64.cs index 236e5058b4d5d2..281d437d6321f5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedScalar.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRoundedScalar.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector128.Int16.cs index f69865da373081..7e5dd4347bf4f8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector128.Int32.cs index c4b65ac67dec9c..9697c21d747ce4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector128.Int64.cs index fa25da45593621..2f5a69eac599c7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector128.SByte.cs index 335a55256c5645..a85e11d22bd9b0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector64.Int16.cs index 1c0120331f3755..cb6b674030f637 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector64.Int32.cs index 67b0e4dc96e611..e7dbe01c312034 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector64.SByte.cs index 89a0732b5fcc72..61465a2585144a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturate.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturateScalar.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturateScalar.Vector64.Int64.cs index f11399812c4b8b..d5827473ae1538 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturateScalar.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticSaturateScalar.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticScalar.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticScalar.Vector64.Int64.cs index ee58a039ccf2b9..40c3d5542c0a31 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticScalar.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticScalar.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.Byte.cs index fbbb74ca356029..dcd5f33e2a3854 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.Int16.cs index aba5bf018eaf04..d8b6273c31473b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.Int32.cs index ceaa66ccb401ed..c2f4f08817b6c6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.Int64.cs index 680522583e1735..b729cd189f3593 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.SByte.cs index f6b3fe1b95c7ef..8dfc089db4ba35 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.UInt16.cs index 17ac825ac56ca0..64052877c6dbc1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.UInt32.cs index f641f953d4c4a2..5d3975a078a27b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.UInt64.cs index ea22f113fe3bc3..5fb47d303ed273 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector64.Byte.cs index 3e72d25db098d5..7e88f3e4e37c4c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector64.Int16.cs index 0ef732cae5e3c7..edefd736d4c739 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector64.Int32.cs index e31ca629e4a3af..9322a05413c490 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector64.SByte.cs index c55f2996f3828d..4ba111bdd0ef0a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector64.UInt16.cs index 8f663925e285c9..dc2540919763a2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector64.UInt32.cs index 8857f44c99eed1..15ef1ace0d28ee 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsert.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsertScalar.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsertScalar.Vector64.Int64.cs index a37ca2e73cf9c9..74f8d28ff17a21 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsertScalar.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsertScalar.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsertScalar.Vector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsertScalar.Vector64.UInt64.cs index 1b9b1e4f414ab9..bfada6702216f7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsertScalar.Vector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftAndInsertScalar.Vector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.Byte.1.cs index e5876543df026f..cf76ded8724364 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.Int16.1.cs index 0acbde27310562..d0f2d3ccaeaa6d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.Int64.1.cs index f659c72a356040..6c312c655eeeb7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.SByte.1.cs index 79af663f324f7c..87601af45e7d20 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.UInt16.1.cs index 9dd8e898963310..9cd56f61256827 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.UInt32.1.cs index aef06f03ac89c8..e2d89af3bfb8cc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.UInt64.1.cs index 74d56e3d66a6be..08830b08b6df19 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector128.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector64.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector64.Byte.1.cs index 92ee7ffad1543e..89d7f7d940a8b0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector64.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector64.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector64.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector64.Int16.1.cs index 9fa76a108cffb6..e4147d99e5b54c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector64.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector64.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector64.Int32.1.cs index 5deca2aa3ad4f0..af1e20180b4f98 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector64.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector64.SByte.1.cs index 3c21bf6fe260f7..43c0e646e72632 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector64.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector64.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector64.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector64.UInt16.1.cs index b6307bfc7f5885..ef458554c574ac 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector64.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector64.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector64.UInt32.1.cs index d7e57acc1492c6..8cb4484548aeca 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogical.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.Byte.1.cs index 90999ea1642aa6..0b578cb1a0308b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.Int16.1.cs index 6877a73fd6d1fb..f33f06e2a0b0cf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.Int32.1.cs index 4a76316e39da5e..f3a6e58a1ca4ad 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.Int64.1.cs index 37dde498561c8b..44f5299ea853e6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.SByte.1.cs index 9eff7dae8b86e9..abf4b24af03878 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.UInt16.1.cs index d0a7cceed73cc1..6bfddc0bc2af54 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.UInt32.1.cs index 7461e8b421132b..4569d1206a1cc6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.UInt64.1.cs index b7135ce6866ff1..080ad8571594c8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector128.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector64.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector64.Byte.1.cs index 19f6adbc90cd71..1993e90423f937 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector64.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector64.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector64.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector64.Int16.1.cs index 1f2f914a462eae..cbca5b70683392 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector64.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector64.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector64.Int32.1.cs index 9a7e8a89f35d83..e401dfb6eb2311 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector64.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector64.SByte.1.cs index 3515faa2d8fc3a..6c77a3491a8d16 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector64.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector64.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector64.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector64.UInt16.1.cs index 0a0471355a6096..1c3ed7b0ddd9a4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector64.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector64.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector64.UInt32.1.cs index 2a74644f94f7f4..34bf02fbd946f3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturate.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateScalar.Vector64.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateScalar.Vector64.Int64.1.cs index 6794c900892195..da524e4242d7d8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateScalar.Vector64.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateScalar.Vector64.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateScalar.Vector64.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateScalar.Vector64.UInt64.1.cs index 46ea94dcdfcc06..213973e59eeb4d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateScalar.Vector64.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateScalar.Vector64.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector128.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector128.Int16.1.cs index 6085e1bd991560..00592a242961ab 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector128.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector128.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector128.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector128.Int32.1.cs index f9bb48efc64ec2..bc1252d05eeb78 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector128.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector128.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector128.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector128.Int64.1.cs index 53e118e13ebdb0..fcb004a78a19f9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector128.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector128.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector128.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector128.SByte.1.cs index ced25f2be3b850..7109f9df72c14c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector128.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector128.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector64.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector64.Int16.1.cs index 0ec38fe4678cdc..12e31b018a7e64 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector64.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector64.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector64.Int32.1.cs index 04170dcc9b7938..2b4d43bd1ab864 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector64.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector64.SByte.1.cs index f2eae9c2e7907a..455197b24d6313 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector64.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsigned.Vector64.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsignedScalar.Vector64.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsignedScalar.Vector64.Int64.1.cs index 805b233f85b792..d4ba2f4c13b51d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsignedScalar.Vector64.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalSaturateUnsignedScalar.Vector64.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalScalar.Vector64.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalScalar.Vector64.Int64.1.cs index 40358c81ec1d64..81cc44b696192a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalScalar.Vector64.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalScalar.Vector64.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalScalar.Vector64.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalScalar.Vector64.UInt64.1.cs index a9c5ebabd12810..1d71ed6658773f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalScalar.Vector64.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalScalar.Vector64.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningLower.Vector64.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningLower.Vector64.Byte.1.cs index 6643b012f5c27e..d9bfd53479ef96 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningLower.Vector64.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningLower.Vector64.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningLower.Vector64.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningLower.Vector64.Int16.1.cs index 18b90d66f0c210..770726e8480bec 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningLower.Vector64.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningLower.Vector64.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningLower.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningLower.Vector64.Int32.1.cs index b78654de09858a..54bd7f8c1934b9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningLower.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningLower.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningLower.Vector64.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningLower.Vector64.SByte.1.cs index ceaf877d20326a..256fa48ae40b80 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningLower.Vector64.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningLower.Vector64.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningLower.Vector64.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningLower.Vector64.UInt16.1.cs index 9dcf79fc9bbc6f..59553f146f9081 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningLower.Vector64.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningLower.Vector64.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningLower.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningLower.Vector64.UInt32.1.cs index e53f3be0c9154a..a21c7f12107698 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningLower.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningLower.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningUpper.Vector128.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningUpper.Vector128.Byte.1.cs index 19009e19bca800..e7e0ca31030edf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningUpper.Vector128.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningUpper.Vector128.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningUpper.Vector128.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningUpper.Vector128.Int16.1.cs index 1c8ced42418e7a..750a2b1cb89b4c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningUpper.Vector128.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningUpper.Vector128.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningUpper.Vector128.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningUpper.Vector128.Int32.1.cs index 5482ea148d99f9..92756e82f458e9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningUpper.Vector128.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningUpper.Vector128.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningUpper.Vector128.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningUpper.Vector128.SByte.1.cs index a5158ce7397da3..9399ce1ff6c4e4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningUpper.Vector128.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningUpper.Vector128.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningUpper.Vector128.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningUpper.Vector128.UInt16.1.cs index ce2a730d027f9e..e1e9bb1894d1e1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningUpper.Vector128.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningUpper.Vector128.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningUpper.Vector128.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningUpper.Vector128.UInt32.1.cs index 4802406e32717e..c83a413eaf5ceb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningUpper.Vector128.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLeftLogicalWideningUpper.Vector128.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.Byte.cs index b5f1ee0ac9a93b..62d0daebd5015d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.Int16.cs index 61e1428538a9c5..ad6077282a515f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.Int32.cs index c9e06a69bd9449..422f5bd326221d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.Int64.cs index 9279375a741a09..4d1f4f85989db3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.SByte.cs index 9fffdc8224b94f..36e05ee03d5724 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.UInt16.cs index f9d47ca6c3e8c9..688ed130c40bbd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.UInt32.cs index 1477f27f0237e4..193659db110f1f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.UInt64.cs index 878e05f57d89d0..f5258c3cb4959f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector64.Byte.cs index 0d0247d2927e9b..27c93f7062ab0a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector64.Int16.cs index cf370b6685b02f..72b5a55c242cc4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector64.Int32.cs index 74e76ebb9a32b1..be1c8cedeb8fbc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector64.SByte.cs index 28171de391d20f..6f22617297c332 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector64.UInt16.cs index a12a7e6f2e1e9b..2a3d69d2cff059 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector64.UInt32.cs index da032eca839609..6ba52cba807741 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogical.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.Byte.cs index a2b01f27e9c26e..b4b49831432e6c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.Int16.cs index 22ab6260990192..d506e152e4320b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.Int32.cs index ee5505da9a8944..24dcd9c36626cb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.Int64.cs index 1993f0d372b660..dc081acf9b8ea0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.SByte.cs index a345dd531ceac2..c15464cbe0bd14 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.UInt16.cs index 78d1aeb0268a34..8bdc2be21ee2f4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.UInt32.cs index 62764e33365c83..b1f90fcfa2eb35 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.UInt64.cs index 29dfe41903e7ca..ce96f4604945e9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector64.Byte.cs index 6900a082bf0e57..a4f6b429516de6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector64.Int16.cs index 69ee56fceeaa14..57a6a2d73be2b4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector64.Int32.cs index 5e2541004b9aa2..ffcbaf3e40be56 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector64.SByte.cs index 94df562d5b2ed9..40886df8e7c493 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector64.UInt16.cs index 4c192beb8bd318..8675e829044ea8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector64.UInt32.cs index 69dac65171824e..e186f086c57ae2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRounded.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.Byte.cs index 2cd0b999b78d49..00464d052fedf9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.Int16.cs index f30b6ec4362a5d..860c63dd1f551d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.Int32.cs index 7e2955eeed17cd..980a540efd7980 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.Int64.cs index 6d998963744c61..4278dbd10b2e95 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.SByte.cs index e40d14267f6567..4659c08304b557 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.UInt16.cs index 8229fd275f561d..9dbcb0d705cfc8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.UInt32.cs index 7521227343c5f4..75d7468f468c5a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.UInt64.cs index ec46a3264433f9..956ca4f0b0c03d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector64.Byte.cs index efb2d9b2233a02..cce92ad5bf2428 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector64.Int16.cs index 200aad4b36ba9b..f881112fb48687 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector64.Int32.cs index 6774c82376837b..a75bf9732b9af4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector64.SByte.cs index ea82600c3c1468..f83ef57a9de84b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector64.UInt16.cs index c88b0d3b534b7f..1413e28602bace 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector64.UInt32.cs index 051dd2eb1ef1e5..d26627273c2d4b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturateScalar.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturateScalar.Vector64.Int64.cs index bc197aa8ba5342..aca1e57cd5b4b2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturateScalar.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturateScalar.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturateScalar.Vector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturateScalar.Vector64.UInt64.cs index b4ac5ec3e07f9f..c7c6891d23e458 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturateScalar.Vector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturateScalar.Vector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedScalar.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedScalar.Vector64.Int64.cs index 64738a692c27dc..aba0c622dec214 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedScalar.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedScalar.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedScalar.Vector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedScalar.Vector64.UInt64.cs index 2730747125f705..dffa3c874c2ed3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedScalar.Vector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedScalar.Vector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.Byte.cs index 4ebbb7b4b57dc7..d2467fd9156340 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.Int16.cs index d58b5729da45c4..6ac2ad28b86991 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.Int32.cs index 7343fdb20232d2..42bd699c202f0b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.Int64.cs index a5e0dd7d875cb6..4a77f0fff8cdb7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.SByte.cs index b6943048c61756..8f489e9c92b87a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.UInt16.cs index b3e37eea5b4f60..158ecd1b7617b2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.UInt32.cs index 1ed51fb67edc0c..1448ab5a4a2d38 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.UInt64.cs index 1c43ef1a55ebae..9894d146bfc44b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector64.Byte.cs index e44da8d4c8a598..76b9ea8edb1538 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector64.Int16.cs index 00e63b170038c0..780aff7e1c7a20 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector64.Int32.cs index 699d531bccd708..e8248608f961a1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector64.SByte.cs index 0001fd5a0afdfe..8678b8283c612a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector64.UInt16.cs index c58411177c5fbf..1d3f45ff996080 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector64.UInt32.cs index 91e08ee0248066..5e984dc7b5ab55 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturate.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturateScalar.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturateScalar.Vector64.Int64.cs index 4d9371ef77e555..9eebd136dcb355 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturateScalar.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturateScalar.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturateScalar.Vector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturateScalar.Vector64.UInt64.cs index 337a8d3e6c3e4d..f768cd8fab9a36 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturateScalar.Vector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalSaturateScalar.Vector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalScalar.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalScalar.Vector64.Int64.cs index 558309f83f7d7d..834548aa06b5b7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalScalar.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalScalar.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalScalar.Vector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalScalar.Vector64.UInt64.cs index 32852fe910875d..7de6809283d07c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalScalar.Vector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalScalar.Vector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.Byte.cs index 162825925030b6..a9e312c97ef209 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.Int16.cs index 3ccb6ee5568e5d..3ae2bfd3cd5fb9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.Int32.cs index 8c86ed14ac3a55..0c2c1f2b038f28 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.Int64.cs index 4a6dd90ffbc9d8..78328fcf79909b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.SByte.cs index 19e67f632cde7a..6beecb817ab155 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.UInt16.cs index e258acaac604e0..ca28fb33725743 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.UInt32.cs index c4b185e0dcd983..b7abe0dab471f4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.UInt64.cs index a05c9df6af9f7f..00b221b2e938f6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector64.Byte.cs index 6cf2504f4a0b1a..07f4c32903cb83 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector64.Int16.cs index 4b59c76b68d7f8..7fb8af2e8c331c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector64.Int32.cs index ac01426985d7aa..dd2b0031ab86e2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector64.SByte.cs index a6c9d5249d5607..1f2cd2d3bbc6c0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector64.UInt16.cs index e1c64f5acf19e3..2ffa2226dd048e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector64.UInt32.cs index 05367ed0132f1c..db37bc814949f0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsert.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsertScalar.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsertScalar.Vector64.Int64.cs index 3b51967d01dcdc..1b440548a00b5d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsertScalar.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsertScalar.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsertScalar.Vector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsertScalar.Vector64.UInt64.cs index 411a102dfb7097..f8130b962eecbe 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsertScalar.Vector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightAndInsertScalar.Vector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector128.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector128.Int16.1.cs index 4e3319ae8f00fd..8a2db1e62fd012 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector128.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector128.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector128.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector128.Int32.1.cs index fe035aa7fccdda..71e35699b813c5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector128.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector128.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector128.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector128.Int64.1.cs index 26f054d9c91a2b..b03e2883655c76 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector128.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector128.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector128.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector128.SByte.1.cs index da629e612199eb..98765dd5f825c1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector128.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector128.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector64.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector64.Int16.1.cs index a320af6aca1f40..ee6261a15f3f18 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector64.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector64.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector64.Int32.1.cs index dd54b73ec1fa53..ee5535031a84f9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector64.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector64.SByte.1.cs index 679ec212fd4a0c..3643d0fb57d99a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector64.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector64.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector128.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector128.Int16.1.cs index 5b5768e5cdadcc..f4436e6bbd3beb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector128.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector128.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector128.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector128.Int32.1.cs index 76237749b0e557..14b298a32b8b74 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector128.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector128.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector128.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector128.Int64.1.cs index 73b8293cf13c3e..57151af06cf89d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector128.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector128.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector128.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector128.SByte.1.cs index a48783af9c5f6f..de8c1ceea98072 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector128.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector128.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector64.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector64.Int16.1.cs index ccf354a70ce64a..c87320a3e81937 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector64.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector64.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector64.Int32.1.cs index 1686b509974791..f33823b3c92eb5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector64.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector64.SByte.1.cs index e1d2f0ffbc29ca..d9e4403db03a01 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector64.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector64.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAddScalar.Vector64.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAddScalar.Vector64.Int64.1.cs index d283c1b8db1e2a..56ff2c56371f9e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAddScalar.Vector64.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAddScalar.Vector64.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateLower.Vector64.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateLower.Vector64.Int16.1.cs index 2413bc6b2ba11e..b9d8a2c9e74192 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateLower.Vector64.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateLower.Vector64.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateLower.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateLower.Vector64.Int32.1.cs index 7eef60a65ab6cb..fd7490163a23ce 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateLower.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateLower.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateLower.Vector64.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateLower.Vector64.SByte.1.cs index f0e6ad42ea5082..aeae17472de763 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateLower.Vector64.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateLower.Vector64.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUnsignedLower.Vector64.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUnsignedLower.Vector64.Byte.1.cs index 2fb415b1ae3120..941afdf7fa2dc9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUnsignedLower.Vector64.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUnsignedLower.Vector64.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUnsignedLower.Vector64.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUnsignedLower.Vector64.UInt16.1.cs index 25f65d74f48468..7e9de1abe5b9cf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUnsignedLower.Vector64.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUnsignedLower.Vector64.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUnsignedLower.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUnsignedLower.Vector64.UInt32.1.cs index b13144c8dd51d0..91219218b5111d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUnsignedLower.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUnsignedLower.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUnsignedUpper.Vector128.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUnsignedUpper.Vector128.Byte.1.cs index 790803e25b579e..93a86ca11a410a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUnsignedUpper.Vector128.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUnsignedUpper.Vector128.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUnsignedUpper.Vector128.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUnsignedUpper.Vector128.UInt16.1.cs index 8e190167898a81..5044957f4f7e9e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUnsignedUpper.Vector128.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUnsignedUpper.Vector128.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUnsignedUpper.Vector128.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUnsignedUpper.Vector128.UInt32.1.cs index 6b3edc371f5d0e..7f533e7d7fa46b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUnsignedUpper.Vector128.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUnsignedUpper.Vector128.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUpper.Vector128.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUpper.Vector128.Int16.1.cs index 5260f22e521de6..9fe37ce636bfae 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUpper.Vector128.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUpper.Vector128.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUpper.Vector128.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUpper.Vector128.Int32.1.cs index 11fd4fb17f6efc..31450edd148a3a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUpper.Vector128.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUpper.Vector128.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUpper.Vector128.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUpper.Vector128.SByte.1.cs index cd54e9a9cc0104..661994465d43c1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUpper.Vector128.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticNarrowingSaturateUpper.Vector128.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector128.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector128.Int16.1.cs index 89555ea94254d6..187936369c60e1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector128.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector128.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector128.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector128.Int32.1.cs index 217904fb6db4b3..a3a75311fa7d23 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector128.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector128.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector128.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector128.Int64.1.cs index e4bd6b739214b5..07362a200e7e7c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector128.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector128.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector128.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector128.SByte.1.cs index d3efbc420189b4..22abc027304968 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector128.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector128.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector64.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector64.Int16.1.cs index 9dba14a59013ae..59ba7ea7d05c8c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector64.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector64.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector64.Int32.1.cs index fdd6d7d9dc639b..824dccd82d9c7c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector64.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector64.SByte.1.cs index 8b2536f5443fd6..bb2299031350d9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector64.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRounded.Vector64.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector128.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector128.Int16.1.cs index 75ac0509d4dfd8..f68cc467de8fb6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector128.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector128.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector128.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector128.Int32.1.cs index ddd4876df4acbd..b21770da71feaf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector128.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector128.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector128.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector128.Int64.1.cs index 3ed060ff46ebd8..42140b062600da 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector128.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector128.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector128.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector128.SByte.1.cs index c1d9893544ba33..d211ae4a4150b5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector128.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector128.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector64.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector64.Int16.1.cs index 3fdc6e249c205f..63e24a32b8f690 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector64.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector64.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector64.Int32.1.cs index 49807647baafa2..ab9c39d99eb42b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector64.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector64.SByte.1.cs index 1a48ff6bbc5871..afab12c7885b98 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector64.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAdd.Vector64.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAddScalar.Vector64.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAddScalar.Vector64.Int64.1.cs index 204502dd0b06ce..f3558059ec806d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAddScalar.Vector64.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedAddScalar.Vector64.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateLower.Vector64.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateLower.Vector64.Int16.1.cs index d348c65cedd45a..817fa973f0b677 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateLower.Vector64.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateLower.Vector64.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateLower.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateLower.Vector64.Int32.1.cs index 50550ce9104c13..bf4a23a91b1143 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateLower.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateLower.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateLower.Vector64.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateLower.Vector64.SByte.1.cs index f2466add877724..ea59f6f67d2c4e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateLower.Vector64.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateLower.Vector64.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedLower.Vector64.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedLower.Vector64.Byte.1.cs index cc8565df8d2090..b9f9831f99f5e2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedLower.Vector64.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedLower.Vector64.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedLower.Vector64.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedLower.Vector64.UInt16.1.cs index d5f79e43412fed..ceb303370894f5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedLower.Vector64.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedLower.Vector64.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedLower.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedLower.Vector64.UInt32.1.cs index 67dbbf7cb4db90..862a3736a1e18b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedLower.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedLower.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedUpper.Vector128.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedUpper.Vector128.Byte.1.cs index d3c76fb19880d9..88015bb77048a7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedUpper.Vector128.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedUpper.Vector128.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedUpper.Vector128.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedUpper.Vector128.UInt16.1.cs index 5f0b5625d9f871..2d0378bf8f2c17 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedUpper.Vector128.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedUpper.Vector128.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedUpper.Vector128.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedUpper.Vector128.UInt32.1.cs index 894858b080c1b9..7fe7256380e4f2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedUpper.Vector128.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUnsignedUpper.Vector128.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUpper.Vector128.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUpper.Vector128.Int16.1.cs index 129d0c01301e12..1b221686cd41ac 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUpper.Vector128.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUpper.Vector128.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUpper.Vector128.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUpper.Vector128.Int32.1.cs index 23fded80116e2a..5fefe709359abf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUpper.Vector128.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUpper.Vector128.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUpper.Vector128.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUpper.Vector128.SByte.1.cs index 41a5cefef9d44c..e3f9fa29f33d0e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUpper.Vector128.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedNarrowingSaturateUpper.Vector128.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedScalar.Vector64.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedScalar.Vector64.Int64.1.cs index d4c91308c44845..63c6b0e8dc8c4a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedScalar.Vector64.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticRoundedScalar.Vector64.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticScalar.Vector64.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticScalar.Vector64.Int64.1.cs index 0bad044604de1f..abba585637d6ca 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticScalar.Vector64.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticScalar.Vector64.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.Byte.1.cs index 23729809ef4eaa..e1667b7dc3f143 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.Int16.1.cs index 2f0d94b5684b4b..60b9c2a29261e4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.Int32.1.cs index 4e46a2a8f38f37..9d26540ee801dc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.Int64.1.cs index ccf01b612b3c84..99187482168970 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.SByte.1.cs index 72d2dff64eeebc..2af9fcd115d89d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.UInt16.1.cs index 8aa45d8f47147b..e3cb9662a5871e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.UInt32.1.cs index 9bf9e8fec17900..6b78247ea9c67d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.UInt64.1.cs index 446fa4cf0889a3..d40e41119c9186 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector128.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector64.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector64.Byte.1.cs index ade6a58e16b823..f1b0792626a706 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector64.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector64.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector64.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector64.Int16.1.cs index c6d9f765d82061..e6701219450616 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector64.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector64.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector64.Int32.1.cs index cb700766e8946d..3ca6f63863d5ba 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector64.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector64.SByte.1.cs index 764ca4d3e6312c..23867730ff52a0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector64.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector64.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector64.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector64.UInt16.1.cs index 8fad7e0be90707..58e3aac1c3bd6c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector64.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector64.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector64.UInt32.1.cs index e979a7d7ce6e9a..d677ba1d2a0d4b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogical.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.Byte.1.cs index c7a5a40e6b9cba..4518009370b0e7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.Int16.1.cs index 49d703ad86c112..462f478c72b0bc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.Int32.1.cs index 87e1628e7c2bf5..67b0216efffd61 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.Int64.1.cs index 69c2c196a2cb71..4e9b00f1a7a678 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.SByte.1.cs index 9ae114d00eba44..4195998edb2872 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.UInt16.1.cs index ffb069f8a97860..6f2b5e47a0f049 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.UInt32.1.cs index 0e80f6b3b196da..1073eab0715fe5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.UInt64.1.cs index bd344d5c6703d1..e60d850ddc8ca5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector128.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector64.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector64.Byte.1.cs index 35dbf52fb03b03..a9d96b7add5ca6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector64.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector64.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector64.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector64.Int16.1.cs index 1565426dc5eba7..05bf88cff86a14 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector64.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector64.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector64.Int32.1.cs index 99aca54461dbe6..172dcbaa675428 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector64.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector64.SByte.1.cs index 042af9d3df082a..57cc0cedd1ab65 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector64.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector64.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector64.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector64.UInt16.1.cs index 97ae18ee84fc07..e7ed8c299332b9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector64.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector64.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector64.UInt32.1.cs index d9016611d5483e..67e8afb465cfbd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAdd.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAddScalar.Vector64.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAddScalar.Vector64.Int64.1.cs index 024b23b33ff683..dfa87e975909c4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAddScalar.Vector64.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAddScalar.Vector64.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAddScalar.Vector64.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAddScalar.Vector64.UInt64.1.cs index d1b6a520944ad1..6c0fda1188d6e7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAddScalar.Vector64.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalAddScalar.Vector64.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingLower.Vector64.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingLower.Vector64.Byte.1.cs index 16fad752e05f44..50538fb84878a5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingLower.Vector64.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingLower.Vector64.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingLower.Vector64.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingLower.Vector64.Int16.1.cs index 34b14eb6cd3b33..11606a22597177 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingLower.Vector64.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingLower.Vector64.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingLower.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingLower.Vector64.Int32.1.cs index 852862ee7d409f..7af0fcd6cb9e56 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingLower.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingLower.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingLower.Vector64.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingLower.Vector64.SByte.1.cs index 57bb8893ca5062..36955147081ad3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingLower.Vector64.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingLower.Vector64.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingLower.Vector64.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingLower.Vector64.UInt16.1.cs index 4508eb9a005a60..395c2962b50588 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingLower.Vector64.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingLower.Vector64.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingLower.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingLower.Vector64.UInt32.1.cs index 7a94c47c21f058..ae1affafbd0f65 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingLower.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingLower.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateLower.Vector64.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateLower.Vector64.Byte.1.cs index 7f5dc434b8685e..adbcc5a42ab75d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateLower.Vector64.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateLower.Vector64.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateLower.Vector64.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateLower.Vector64.Int16.1.cs index aae58ce73f2a45..010472a5f05f56 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateLower.Vector64.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateLower.Vector64.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateLower.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateLower.Vector64.Int32.1.cs index a8068ef4cad654..b3006d3ae41d10 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateLower.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateLower.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateLower.Vector64.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateLower.Vector64.SByte.1.cs index 64e843030bc481..2fb32b49fc9b44 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateLower.Vector64.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateLower.Vector64.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateLower.Vector64.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateLower.Vector64.UInt16.1.cs index 3b5795724645b5..9966ba56cc9808 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateLower.Vector64.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateLower.Vector64.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateLower.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateLower.Vector64.UInt32.1.cs index eeb668d918b3d6..230c2745a66775 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateLower.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateLower.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateUpper.Vector128.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateUpper.Vector128.Byte.1.cs index 1eb251e067c5f3..e812f2576ad397 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateUpper.Vector128.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateUpper.Vector128.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateUpper.Vector128.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateUpper.Vector128.Int16.1.cs index 84dec229641571..257df19f666a2f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateUpper.Vector128.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateUpper.Vector128.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateUpper.Vector128.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateUpper.Vector128.Int32.1.cs index 029ba6e0520bb0..3806ad17c08f5a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateUpper.Vector128.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateUpper.Vector128.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateUpper.Vector128.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateUpper.Vector128.SByte.1.cs index c96648c1c89453..969f0e87fd84ec 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateUpper.Vector128.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateUpper.Vector128.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateUpper.Vector128.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateUpper.Vector128.UInt16.1.cs index a1e1d89e3d5745..9d74f120064913 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateUpper.Vector128.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateUpper.Vector128.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateUpper.Vector128.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateUpper.Vector128.UInt32.1.cs index 0aa9c49aa716f8..41edd85938609b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateUpper.Vector128.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingSaturateUpper.Vector128.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingUpper.Vector128.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingUpper.Vector128.Byte.1.cs index 6e20e5b2c26c69..032337577617c1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingUpper.Vector128.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingUpper.Vector128.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingUpper.Vector128.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingUpper.Vector128.Int16.1.cs index e678256ffbe76d..46cc804e0732db 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingUpper.Vector128.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingUpper.Vector128.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingUpper.Vector128.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingUpper.Vector128.Int32.1.cs index 3fad89179eb590..3434505f620448 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingUpper.Vector128.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingUpper.Vector128.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingUpper.Vector128.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingUpper.Vector128.SByte.1.cs index 46ac2a37dd9a08..349a82c27e0cbe 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingUpper.Vector128.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingUpper.Vector128.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingUpper.Vector128.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingUpper.Vector128.UInt16.1.cs index 1d6c2c69f41fd3..4cec80ea71f380 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingUpper.Vector128.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingUpper.Vector128.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingUpper.Vector128.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingUpper.Vector128.UInt32.1.cs index 4d90017ac1ce8a..a8777d1797f2ea 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingUpper.Vector128.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalNarrowingUpper.Vector128.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.Byte.1.cs index a05c067ffb0619..249fb8211da085 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.Int16.1.cs index 31f296e8222b73..e1f73ee1fa501c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.Int32.1.cs index 38a7d2ce38d11a..eb967a7c6e7bbf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.Int64.1.cs index e90d9eb023e3aa..a3c2e46f8c9572 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.SByte.1.cs index 2634b2403d7673..cd1b781c380235 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.UInt16.1.cs index 6dae0d74e01fba..b2d7d52fef75ff 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.UInt32.1.cs index c3cf5d1549f42f..1fb5b8271c48f0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.UInt64.1.cs index c82471766d7cc9..37f5e966933f1e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector128.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector64.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector64.Byte.1.cs index c58b5475c78267..5fd4218b743509 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector64.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector64.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector64.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector64.Int16.1.cs index 2cdf79c7a1f0f8..64ee5076c097a3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector64.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector64.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector64.Int32.1.cs index 2acebaf78c5670..71f01f8e2c8a01 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector64.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector64.SByte.1.cs index 70c35c236dc332..1b4082ac0ae37a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector64.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector64.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector64.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector64.UInt16.1.cs index 4dce61b5e85985..756a3419d79ff5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector64.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector64.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector64.UInt32.1.cs index 49a59f1782dade..f5e2bea9d3031d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRounded.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.Byte.1.cs index f5eac1b9840c2c..49c3cf426aaf6a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.Int16.1.cs index 1ef593b94c1f1a..21891480494dce 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.Int32.1.cs index e4c2dd06c863e7..6455d56a84f292 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.Int64.1.cs index 255e5b39876a05..440dca0a188896 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.SByte.1.cs index 296171c4c67089..387e8c21466ebb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.UInt16.1.cs index b0cae71ad67ab1..dc4fd43853651b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.UInt32.1.cs index d323a14d987823..2240fb822284f6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.UInt64.1.cs index 9243a11ff50838..1cc7ad449f3eab 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector64.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector64.Byte.1.cs index 4291941c202b52..dccda0fe2afd51 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector64.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector64.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector64.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector64.Int16.1.cs index b1d6e10c300f08..c87a80df9b1677 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector64.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector64.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector64.Int32.1.cs index f9ffea3e93e125..44e4786f846502 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector64.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector64.SByte.1.cs index bb7a8b7816e132..d6d43aa6f1720c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector64.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector64.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector64.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector64.UInt16.1.cs index 4b036ad0ecafe4..2b200dc9357bc1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector64.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector64.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector64.UInt32.1.cs index 1d32018fa386b8..8880a24d67f3b9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAddScalar.Vector64.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAddScalar.Vector64.Int64.1.cs index 012e73f08e7bc7..22b2f3c4bff4a0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAddScalar.Vector64.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAddScalar.Vector64.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAddScalar.Vector64.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAddScalar.Vector64.UInt64.1.cs index 4f116b31968931..07575c9e3c9e9f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAddScalar.Vector64.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAddScalar.Vector64.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingLower.Vector64.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingLower.Vector64.Byte.1.cs index 9d870d5e424ed2..b4484d5cac61e8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingLower.Vector64.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingLower.Vector64.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingLower.Vector64.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingLower.Vector64.Int16.1.cs index 5f25720d78acb0..b77444f96e7e3a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingLower.Vector64.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingLower.Vector64.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingLower.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingLower.Vector64.Int32.1.cs index d11de0aeaa62f0..b42412edb96319 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingLower.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingLower.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingLower.Vector64.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingLower.Vector64.SByte.1.cs index 2548dc60a827cc..dff4504d27f0a1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingLower.Vector64.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingLower.Vector64.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingLower.Vector64.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingLower.Vector64.UInt16.1.cs index 2d1123813c1f87..2a014234c17d5d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingLower.Vector64.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingLower.Vector64.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingLower.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingLower.Vector64.UInt32.1.cs index d872562d59d865..9e4e415f9d9dee 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingLower.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingLower.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateLower.Vector64.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateLower.Vector64.Byte.1.cs index 3d52447cf9a049..805969b1b67b44 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateLower.Vector64.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateLower.Vector64.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateLower.Vector64.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateLower.Vector64.Int16.1.cs index ee9b1741fa829c..656e81e704580c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateLower.Vector64.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateLower.Vector64.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateLower.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateLower.Vector64.Int32.1.cs index 9baab4e0f49505..3a876e0a28a5b7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateLower.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateLower.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateLower.Vector64.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateLower.Vector64.SByte.1.cs index c4e1483ad181df..d580f55d008812 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateLower.Vector64.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateLower.Vector64.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateLower.Vector64.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateLower.Vector64.UInt16.1.cs index 435f4db3c6932b..83ac0799f4de5d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateLower.Vector64.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateLower.Vector64.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateLower.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateLower.Vector64.UInt32.1.cs index 55728404f1147e..bd4bab826ff145 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateLower.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateLower.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateUpper.Vector128.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateUpper.Vector128.Byte.1.cs index f6b885d923bada..1ab1dfd27c4d09 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateUpper.Vector128.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateUpper.Vector128.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateUpper.Vector128.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateUpper.Vector128.Int16.1.cs index 4aade33c7f96fd..03f7ac43d8a98d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateUpper.Vector128.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateUpper.Vector128.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateUpper.Vector128.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateUpper.Vector128.Int32.1.cs index d4048cb3f09200..e2e774412441e8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateUpper.Vector128.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateUpper.Vector128.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateUpper.Vector128.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateUpper.Vector128.SByte.1.cs index 4884e7a76a32db..76e6f2cba263c3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateUpper.Vector128.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateUpper.Vector128.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateUpper.Vector128.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateUpper.Vector128.UInt16.1.cs index 040b1e9e9b00e0..16922186ff09f0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateUpper.Vector128.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateUpper.Vector128.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateUpper.Vector128.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateUpper.Vector128.UInt32.1.cs index 35bdaeb34059d0..5f81e5947321b2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateUpper.Vector128.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingSaturateUpper.Vector128.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingUpper.Vector128.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingUpper.Vector128.Byte.1.cs index c4a3db9969f524..276f2e07825183 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingUpper.Vector128.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingUpper.Vector128.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingUpper.Vector128.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingUpper.Vector128.Int16.1.cs index 72d36f7ce61d35..0b853d7c81f492 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingUpper.Vector128.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingUpper.Vector128.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingUpper.Vector128.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingUpper.Vector128.Int32.1.cs index a4f78a312bce52..ad911233683291 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingUpper.Vector128.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingUpper.Vector128.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingUpper.Vector128.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingUpper.Vector128.SByte.1.cs index e4346a9b7cf628..7b583a49dd3d90 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingUpper.Vector128.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingUpper.Vector128.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingUpper.Vector128.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingUpper.Vector128.UInt16.1.cs index 9e3d497d5297b1..f73dfc64c5ea21 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingUpper.Vector128.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingUpper.Vector128.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingUpper.Vector128.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingUpper.Vector128.UInt32.1.cs index 6b6bcd4509cbf1..4a6a8589a947d5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingUpper.Vector128.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedNarrowingUpper.Vector128.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedScalar.Vector64.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedScalar.Vector64.Int64.1.cs index 927ae9381968be..0504b69549de3a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedScalar.Vector64.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedScalar.Vector64.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedScalar.Vector64.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedScalar.Vector64.UInt64.1.cs index ea06b0df0464da..2bc5f9c62e80df 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedScalar.Vector64.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedScalar.Vector64.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalScalar.Vector64.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalScalar.Vector64.Int64.1.cs index 033371510253ad..dad107ed0013ea 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalScalar.Vector64.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalScalar.Vector64.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalScalar.Vector64.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalScalar.Vector64.UInt64.1.cs index 1a5d9712e937b8..3f6fc11457506a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalScalar.Vector64.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalScalar.Vector64.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SignExtendWideningLower.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SignExtendWideningLower.Vector64.Int16.cs index 56f22324ee1d6b..a70f071cc14a8a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SignExtendWideningLower.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SignExtendWideningLower.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SignExtendWideningLower.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SignExtendWideningLower.Vector64.Int32.cs index 2a4f37f3de22c4..96ff1dec0dcde6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SignExtendWideningLower.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SignExtendWideningLower.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SignExtendWideningLower.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SignExtendWideningLower.Vector64.SByte.cs index 6e3505931d333f..243d7c17412ada 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SignExtendWideningLower.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SignExtendWideningLower.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SignExtendWideningUpper.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SignExtendWideningUpper.Vector128.Int16.cs index ecfa8a20c99bac..19064795003c2c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SignExtendWideningUpper.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SignExtendWideningUpper.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SignExtendWideningUpper.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SignExtendWideningUpper.Vector128.Int32.cs index 67de15d90c51b3..d94137cfbd8a60 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SignExtendWideningUpper.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SignExtendWideningUpper.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SignExtendWideningUpper.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SignExtendWideningUpper.Vector128.SByte.cs index 7089ef21d2818f..1386429b2cf94e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SignExtendWideningUpper.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SignExtendWideningUpper.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SqrtScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SqrtScalar.Vector64.Double.cs index 4203b8339ed733..cd98a747824ca3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SqrtScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SqrtScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SqrtScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SqrtScalar.Vector64.Single.cs index 4883d62edf249e..489c478e721d25 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SqrtScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SqrtScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.Byte.cs index 0c53a2bccc2458..993c48a6373d36 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.Double.cs index 790527f659bfce..90223192a717fe 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.Int16.cs index 80289519e83dcb..61bc451d62d052 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.Int32.cs index d2e2aebd50ae3f..15c8252ad5b709 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.Int64.cs index 8cfa92632a40a3..9af51c0e09187e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.SByte.cs index 77aa5d0679564f..489f20d8fae781 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.Single.cs index 9aaf745259e6c7..45bd67e3c182f9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.UInt16.cs index 258cce1e8e58e6..0ec399c29c4130 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.UInt32.cs index 57110a4baa09af..263f74ba655e90 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.UInt64.cs index e766b14b858c24..6741943b3fc5c0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.Byte.cs index 161b1ee50848b1..df784d9dac0f74 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.Double.cs index 6d70978f2314b0..48ac3a2216fb86 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.Int16.cs index 8e1c6822fb84ee..e1e82c575ca314 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.Int32.cs index 20c186ff850ffc..ab10302ecca86c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.Int64.cs index c3109eca07e899..d7206c49c650f6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.SByte.cs index 906e5abd767651..e74fc3cf6c67fb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.Single.cs index 6a13a0d0ece623..629da9c82af9de 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.UInt16.cs index 3aa4af0c37dbe0..6edb44f4e6cf14 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.UInt32.cs index dc0d73f1c9a373..737ec770b576cc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.UInt64.cs index 6a2ba8cd05f2d7..657242d13211d8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.Byte.15.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.Byte.15.cs index c85c563c27a382..4902e3c0ff90fe 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.Byte.15.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.Byte.15.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.Double.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.Double.1.cs index c04f9705eaad99..17c63ff888d129 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.Double.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.Double.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.Int16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.Int16.7.cs index 15535ea0e1bb01..d0b0697cd943fc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.Int16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.Int16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.Int32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.Int32.3.cs index 4bee736cf11573..bb7cb3f5ddfb41 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.Int32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.Int32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.Int64.1.cs index 74b1f78d7acb6f..8b7ba34c8ee8eb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.SByte.15.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.SByte.15.cs index 1149cc7f287a68..70d743b11f4e72 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.SByte.15.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.SByte.15.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.Single.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.Single.3.cs index 9db5fee13f3a73..b367e5d4909ce7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.Single.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.Single.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.UInt16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.UInt16.7.cs index 6b58d3f95c9eda..e3f2f9903cf469 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.UInt16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.UInt16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.UInt32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.UInt32.3.cs index 9b106bd8a91474..15ea4619e92da1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.UInt32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.UInt32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.UInt64.1.cs index fd47c1af84f6b5..a2256eee85857c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector128.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.Byte.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.Byte.7.cs index 550f623957241f..84ad6f0c200db3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.Byte.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.Byte.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.Int16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.Int16.3.cs index e7a5f06a5588c6..bc1dbfd3d1ba77 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.Int16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.Int16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.Int32.1.cs index 0a98f8d011cda2..8d4d914cc359ec 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.SByte.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.SByte.7.cs index c842728998c2d4..caeec009fc3cde 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.SByte.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.SByte.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.Single.1.cs index 8dd163a9c13004..234926dc4d5ed3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.UInt16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.UInt16.3.cs index de85953e0292a7..6db998a0b52904 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.UInt16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.UInt16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.UInt32.1.cs index 2ce8a4bc99f91f..46fc53118acb80 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/StoreSelectedScalar.Vector64.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.Byte.cs index ee650b7fa3b6de..6f709350615eb8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.Int16.cs index efcf20bb07df89..a2fe41ee814637 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.Int32.cs index 2b2ff8278697de..845a18a4ecb3c1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.Int64.cs index 01d59a20f862dc..b0d09efd959524 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.SByte.cs index 3cdfaff363b72b..84ed82465b5faa 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.Single.cs index f5c5c44f9b1016..d95616fbf702b0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.UInt16.cs index 96c41e6059848c..d4d419af2769b2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.UInt32.cs index 6acfbc6c45e5fc..43a0b671381c50 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.UInt64.cs index aec8ac92f476d7..78ecf5d7560e76 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.Byte.cs index 453199ffe9c460..6cc2cf20d27476 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.Int16.cs index 391b85ca3f43be..31b75d94383451 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.Int32.cs index 05af30187661bc..73f48312348d80 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.SByte.cs index bc25d045c3da6c..5b8654d3c68dd4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.Single.cs index 471d22b32dc688..deaf9fdd0eab8c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.UInt16.cs index af4231d93de5b3..7be2a808b35e66 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.UInt32.cs index 3b9e35f5d2d163..6fcb18986d9283 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Subtract.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingLower.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingLower.Vector64.Byte.cs index 7c14bab8bceda4..d69bc450574df7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingLower.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingLower.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingLower.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingLower.Vector64.Int16.cs index 35a46432526308..3ccd43f80e8ec9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingLower.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingLower.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingLower.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingLower.Vector64.Int32.cs index b724f5789340ad..5c49c7a1292c40 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingLower.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingLower.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingLower.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingLower.Vector64.SByte.cs index bec44ddbbe0cc7..c13e85e4f43f67 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingLower.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingLower.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingLower.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingLower.Vector64.UInt16.cs index cf9fcc96c1a4c1..69d7bb8dcda99a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingLower.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingLower.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingLower.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingLower.Vector64.UInt32.cs index e1ae11ce888609..309d9dc66cebf1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingLower.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingLower.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingUpper.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingUpper.Vector128.Byte.cs index abd79e02847227..a9896d5ca85c0f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingUpper.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingUpper.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingUpper.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingUpper.Vector128.Int16.cs index 35c625d971cf1c..f6636804f089d7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingUpper.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingUpper.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingUpper.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingUpper.Vector128.Int32.cs index d31f07ce3f91ff..c7e3d56781c88d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingUpper.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingUpper.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingUpper.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingUpper.Vector128.SByte.cs index c1f3e06e1e84b1..16cbdbdb8f58b7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingUpper.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingUpper.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingUpper.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingUpper.Vector128.UInt16.cs index 2ce1511a3bcc5e..a016d1d5ec761e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingUpper.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingUpper.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingUpper.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingUpper.Vector128.UInt32.cs index bb378397a87588..1af9b77c4114b5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingUpper.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractHighNarrowingUpper.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingLower.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingLower.Vector64.Byte.cs index 4eac8fc9b11c06..b182a8921c33b6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingLower.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingLower.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingLower.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingLower.Vector64.Int16.cs index a538bca9192be0..b92744ce60ed23 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingLower.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingLower.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingLower.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingLower.Vector64.Int32.cs index e2c23aad0121d6..ac0d1cb78c1194 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingLower.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingLower.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingLower.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingLower.Vector64.SByte.cs index e1c53772276b89..d3da2113b50fb7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingLower.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingLower.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingLower.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingLower.Vector64.UInt16.cs index d83de1959b87fc..23a567ea18cf6f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingLower.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingLower.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingLower.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingLower.Vector64.UInt32.cs index ea17396a4306f2..93917f830656f8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingLower.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingLower.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingUpper.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingUpper.Vector128.Byte.cs index 2dd7c3918c6e05..d8c1e78bcef6c9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingUpper.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingUpper.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingUpper.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingUpper.Vector128.Int16.cs index 73b854f868af50..5ea70dc3605837 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingUpper.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingUpper.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingUpper.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingUpper.Vector128.Int32.cs index 4ab22c7a31f63c..971d1498868703 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingUpper.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingUpper.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingUpper.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingUpper.Vector128.SByte.cs index e2ecb71bfc0681..c6178a493146e9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingUpper.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingUpper.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingUpper.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingUpper.Vector128.UInt16.cs index 3080f3c0002dd4..4088c294151cb8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingUpper.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingUpper.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingUpper.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingUpper.Vector128.UInt32.cs index da9245113a1400..3896764bdb303b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingUpper.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingUpper.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.Byte.cs index 819b65668fba10..1fd9fa11dce94a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.Int16.cs index 6d8786a176389d..dc04937f04c4f8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.Int32.cs index 0a43f7e90c6b51..1fb848a13df34d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.Int64.cs index 1ff680d197cab5..3ccf063da557aa 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.SByte.cs index 5d2df7b14f857d..9b3d7b5f59ff60 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.UInt16.cs index 63e80da412ae20..d39139d84c0025 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.UInt32.cs index 0c16dd46bfeee5..52445646fb87ce 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.UInt64.cs index 88d4c684f5caa7..14ef65516d42de 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector64.Byte.cs index c8ffac25c8fcba..03c2ad37fa1ec4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector64.Int16.cs index 2dd3e419c377fd..55df0924998549 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector64.Int32.cs index 3aa1c633dc0395..dc0873c78e22df 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector64.SByte.cs index b374004e5af24f..0434e1f0033695 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector64.UInt16.cs index b714d73d802d87..1110b0bcb87a7b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector64.UInt32.cs index 363584061cc15e..81168fd69c55f4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturateScalar.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturateScalar.Vector64.Int64.cs index e17066792a4f26..b5b50cc0d73f6c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturateScalar.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturateScalar.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturateScalar.Vector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturateScalar.Vector64.UInt64.cs index 0966536405c5cb..8aad5def94725f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturateScalar.Vector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturateScalar.Vector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractScalar.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractScalar.Vector64.Double.cs index 40682a39508450..843eef47b49f2e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractScalar.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractScalar.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractScalar.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractScalar.Vector64.Int64.cs index 038fea5df766e2..4c66fe16cb2663 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractScalar.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractScalar.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractScalar.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractScalar.Vector64.Single.cs index 71a39819796c66..d81af390af86d4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractScalar.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractScalar.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractScalar.Vector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractScalar.Vector64.UInt64.cs index 8776022c12be96..da05ee4a4d63ce 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractScalar.Vector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractScalar.Vector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector128.Int16.cs index 794b10b5ca6f97..71579aca8110a5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector128.Int32.cs index b5c3050bbcb015..bdf0904feef8a6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector128.Int64.cs index c123ae92690cfc..b57ea54f864747 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector128.UInt16.cs index d62598f8399207..12145659b93dcd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector128.UInt32.cs index 6221af60ce7f60..358a53e8364517 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector128.UInt64.cs index 3ac30ed6e4e6eb..127bed21d3870d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector64.Byte.cs index 0d70572f26881b..79cbdf89015023 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector64.Int16.cs index a6e98b282033d0..0c35f280966363 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector64.Int32.cs index 39e6436c58e6c4..2bf9b4fa75bc51 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector64.SByte.cs index e9b18e40694fee..bd92852031a452 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector64.UInt16.cs index dd69d4d47116da..a3fe9039f12faa 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector64.UInt32.cs index 0f539eec3828eb..62fef9c2cc94a5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningLower.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.Byte.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.Byte.Vector128.Byte.cs index 3e07314e77cb67..17666f13b119cb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.Byte.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.Byte.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.Int16.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.Int16.Vector128.Int16.cs index 630a578f00cd6c..0ecd0fff67f79c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.Int16.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.Int16.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.Int16.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.Int16.Vector128.SByte.cs index af9e086fd290b1..83afd5395b68e9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.Int16.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.Int16.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.Int32.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.Int32.Vector128.Int16.cs index 09c9ae171d13c1..9ed74b1a66708b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.Int32.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.Int32.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.Int32.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.Int32.Vector128.Int32.cs index 85fc88e4bd5768..841c4780a14d1e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.Int32.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.Int32.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.Int64.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.Int64.Vector128.Int32.cs index 139c47e29cb785..44cd81958f0eb8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.Int64.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.Int64.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.SByte.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.SByte.Vector128.SByte.cs index 3317e501e142c4..fd33695affc959 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.SByte.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.SByte.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.UInt16.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.UInt16.Vector128.Byte.cs index 1601acf83ea114..24abaa211d1313 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.UInt16.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.UInt16.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.UInt16.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.UInt16.Vector128.UInt16.cs index 8e1fce4ed222ff..5a6eae585a5ca2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.UInt16.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.UInt16.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.UInt32.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.UInt32.Vector128.UInt16.cs index eb2599152351ad..12517997e8a7c0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.UInt32.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.UInt32.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.UInt32.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.UInt32.Vector128.UInt32.cs index c41cb5a219b4fa..c95551e055beb3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.UInt32.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.UInt32.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.UInt64.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.UInt64.Vector128.UInt32.cs index 655c9f2846a48f..daa8b49efe1bf5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.UInt64.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.UInt64.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/VectorTableLookup.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/VectorTableLookup.Vector64.Byte.cs index d2b76cb956cf4c..3b90bfdb56c536 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/VectorTableLookup.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/VectorTableLookup.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/VectorTableLookup.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/VectorTableLookup.Vector64.SByte.cs index 1abebfead04c5c..4fd74b01efdee0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/VectorTableLookup.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/VectorTableLookup.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/VectorTableLookupExtension.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/VectorTableLookupExtension.Vector64.Byte.cs index eff0d429839f46..dbdd8e758ecd37 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/VectorTableLookupExtension.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/VectorTableLookupExtension.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/VectorTableLookupExtension.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/VectorTableLookupExtension.Vector64.SByte.cs index 7dc979fbadbbf6..3002ee714b296f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/VectorTableLookupExtension.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/VectorTableLookupExtension.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.Byte.cs index f72e0ba23d12c8..ee3f459bca4d90 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.Double.cs index c869b8f4fc9ebc..46bf51ea5d5eca 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.Int16.cs index e91398e9ab1e1b..31da720192c841 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.Int32.cs index c75ad8e68ad156..44aaf7be016836 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.Int64.cs index 0dd46a85d6a53e..b17d7d07a92d78 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.SByte.cs index d9242040dbe5f9..7132ec6432ec03 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.Single.cs index c6f1c0158ada08..513c87ee004491 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.UInt16.cs index 4247496f33eaec..07e29277a20f12 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.UInt32.cs index 0e8892964c8ddb..9569cd627d5cbb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.UInt64.cs index d814ab3a2ee38e..fa5b7ac9b1489f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.Byte.cs index 152b94cb69772f..5b9176e8a18dc5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.Double.cs index cc80aa2c2a7e72..8902f785f965a2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.Int16.cs index 06c46de6f0a2af..641527ac4cf586 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.Int32.cs index 6363dfb2cc9b92..99ce07d0deaa86 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.Int64.cs index 9524e299a6f8a6..0bee00ec6de33e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.SByte.cs index ddd1336fc2df70..7337fccbff4205 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.Single.cs index e1f4cf2c2f5676..7773eb6df53074 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.UInt16.cs index 05ee160a65fbc7..d0c7719d6ec902 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.UInt32.cs index b4dc7461c3c261..56e0577d044297 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.UInt64.cs index e11c24a70aeeba..a4929dbcb37777 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningLower.Vector64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningLower.Vector64.Byte.cs index 0519407fbbd5e2..e39cbc38394f4b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningLower.Vector64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningLower.Vector64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningLower.Vector64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningLower.Vector64.Int16.cs index 3a58cbf2e89bae..c137bb174c9359 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningLower.Vector64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningLower.Vector64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningLower.Vector64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningLower.Vector64.Int32.cs index 05205c7fbb4497..a97c9f15a08ebd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningLower.Vector64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningLower.Vector64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningLower.Vector64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningLower.Vector64.SByte.cs index 9701cdda6d48ca..be90b43f66a308 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningLower.Vector64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningLower.Vector64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningLower.Vector64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningLower.Vector64.UInt16.cs index 94696f369d89d1..7b57edca9c8534 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningLower.Vector64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningLower.Vector64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningLower.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningLower.Vector64.UInt32.cs index d2a4a895d52655..262616d9837347 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningLower.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningLower.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningUpper.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningUpper.Vector128.Byte.cs index 07f995be11a611..126f00e096e7e8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningUpper.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningUpper.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningUpper.Vector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningUpper.Vector128.Int16.cs index 1feb2f0e436085..11da164222647e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningUpper.Vector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningUpper.Vector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningUpper.Vector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningUpper.Vector128.Int32.cs index b007617f701f5a..b1706267a131c1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningUpper.Vector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningUpper.Vector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningUpper.Vector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningUpper.Vector128.SByte.cs index dfa0e9e90e0cc0..191cecd9c56ac7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningUpper.Vector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningUpper.Vector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningUpper.Vector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningUpper.Vector128.UInt16.cs index 0d471011a7b7b4..cee2694d41b497 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningUpper.Vector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningUpper.Vector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningUpper.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningUpper.Vector128.UInt32.cs index c35161443743dc..ea68db03aa8212 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningUpper.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/ZeroExtendWideningUpper.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/Decrypt.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/Decrypt.Vector128.Byte.cs index fa8d2cd717cbae..ba8fa13ca752ef 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/Decrypt.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/Decrypt.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/Encrypt.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/Encrypt.Vector128.Byte.cs index 55aecba13a7ab7..02f4c3bad8c2f2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/Encrypt.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/Encrypt.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/InverseMixColumns.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/InverseMixColumns.Vector128.Byte.cs index c40343fe4153d5..d4dff9b6b139ff 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/InverseMixColumns.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/InverseMixColumns.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/MixColumns.Vector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/MixColumns.Vector128.Byte.cs index 65837c85e423c1..3a39ea7eddbdd0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/MixColumns.Vector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/MixColumns.Vector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/PolynomialMultiplyWideningLower.Vector64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/PolynomialMultiplyWideningLower.Vector64.Int64.cs index 3cba2406b3af3c..fb71d0b17f8904 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/PolynomialMultiplyWideningLower.Vector64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/PolynomialMultiplyWideningLower.Vector64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/PolynomialMultiplyWideningLower.Vector64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/PolynomialMultiplyWideningLower.Vector64.UInt64.cs index 9941f644a2dc23..ed1ee652583aad 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/PolynomialMultiplyWideningLower.Vector64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/PolynomialMultiplyWideningLower.Vector64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/PolynomialMultiplyWideningUpper.Vector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/PolynomialMultiplyWideningUpper.Vector128.Int64.cs index 72791aa51283dc..add53e9858d7ae 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/PolynomialMultiplyWideningUpper.Vector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/PolynomialMultiplyWideningUpper.Vector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/PolynomialMultiplyWideningUpper.Vector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/PolynomialMultiplyWideningUpper.Vector128.UInt64.cs index bb4064cfa115e6..13dfe25d6a84b8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/PolynomialMultiplyWideningUpper.Vector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/PolynomialMultiplyWideningUpper.Vector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/Program.Aes.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/Program.Aes.cs index 96b49b50943e34..4ed48ec9a14fbc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/Program.Aes.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Aes/Program.Aes.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/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/LeadingSignCount.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/LeadingSignCount.Int32.cs index 9b88691b10e413..5681f1648a4a7c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/LeadingSignCount.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/LeadingSignCount.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/LeadingSignCount.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/LeadingSignCount.Int64.cs index 0a65159a03f482..ee58c18771eac0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/LeadingSignCount.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/LeadingSignCount.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/LeadingZeroCount.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/LeadingZeroCount.Int64.cs index 1332feb698f798..7c55a9b73cd4d2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/LeadingZeroCount.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/LeadingZeroCount.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/LeadingZeroCount.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/LeadingZeroCount.UInt64.cs index b441b8eb0ccf59..46f53e22141aff 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/LeadingZeroCount.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/LeadingZeroCount.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/Program.ArmBase.Arm64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/Program.ArmBase.Arm64.cs index 8d806a32ecb61c..b9d8f609e98662 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/Program.ArmBase.Arm64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/Program.ArmBase.Arm64.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/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/ReverseElementBits.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/ReverseElementBits.Int64.cs index 91b08189b04603..30d215d9f7124c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/ReverseElementBits.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/ReverseElementBits.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/ReverseElementBits.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/ReverseElementBits.UInt64.cs index 95f32039e8e904..5fcf81f252bebd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/ReverseElementBits.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/ReverseElementBits.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase/LeadingZeroCount.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase/LeadingZeroCount.Int32.cs index d2b46a4fa9b489..244eca520a386d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase/LeadingZeroCount.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase/LeadingZeroCount.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase/LeadingZeroCount.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase/LeadingZeroCount.UInt32.cs index ecb086cc5fff9b..423083b3b63da7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase/LeadingZeroCount.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase/LeadingZeroCount.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase/Program.ArmBase.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase/Program.ArmBase.cs index 9fee4e0cec8be8..97019f73d5e4dd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase/Program.ArmBase.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase/Program.ArmBase.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/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase/ReverseElementBits.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase/ReverseElementBits.Int32.cs index d9248e374ed746..e41ec860eeaca2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase/ReverseElementBits.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase/ReverseElementBits.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase/ReverseElementBits.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase/ReverseElementBits.UInt32.cs index cec7847175c3d9..3042fcbb399a4d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase/ReverseElementBits.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/ArmBase/ReverseElementBits.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32.Arm64/ComputeCrc32.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32.Arm64/ComputeCrc32.UInt64.cs index 5650ef6f74f4e5..b68b57be0a73dc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32.Arm64/ComputeCrc32.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32.Arm64/ComputeCrc32.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32.Arm64/ComputeCrc32C.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32.Arm64/ComputeCrc32C.UInt64.cs index a62e34b00e355a..39408a5359f88d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32.Arm64/ComputeCrc32C.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32.Arm64/ComputeCrc32C.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32.Arm64/Program.Crc32.Arm64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32.Arm64/Program.Crc32.Arm64.cs index 8e078039264309..fe4a77d6524db8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32.Arm64/Program.Crc32.Arm64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32.Arm64/Program.Crc32.Arm64.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/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/ComputeCrc32.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/ComputeCrc32.Byte.cs index 033c9c22af20bd..50db10060fb32b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/ComputeCrc32.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/ComputeCrc32.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/ComputeCrc32.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/ComputeCrc32.UInt16.cs index 1b74d34a565abe..36be2d169457d2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/ComputeCrc32.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/ComputeCrc32.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/ComputeCrc32.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/ComputeCrc32.UInt32.cs index 69dad8ae26f6c2..644064962c2311 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/ComputeCrc32.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/ComputeCrc32.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/ComputeCrc32C.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/ComputeCrc32C.Byte.cs index aa557dfa3f5294..5c92978ff82bb1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/ComputeCrc32C.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/ComputeCrc32C.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/ComputeCrc32C.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/ComputeCrc32C.UInt16.cs index 2ec74ccb995039..12e83103388e4b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/ComputeCrc32C.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/ComputeCrc32C.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/ComputeCrc32C.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/ComputeCrc32C.UInt32.cs index be2c4be03ddbea..accda9ed1cb20f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/ComputeCrc32C.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/ComputeCrc32C.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/Program.Crc32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/Program.Crc32.cs index 1721ccd77079d3..c8716b21320310 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/Program.Crc32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Crc32/Program.Crc32.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/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/FixedRotate.Vector64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/FixedRotate.Vector64.UInt32.cs index 79cbefa0eac026..1ae29a523e9cba 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/FixedRotate.Vector64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/FixedRotate.Vector64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/HashUpdateChoose.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/HashUpdateChoose.Vector128.UInt32.cs index 34c4f8b379e573..730114b2aa6cc9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/HashUpdateChoose.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/HashUpdateChoose.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/HashUpdateMajority.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/HashUpdateMajority.Vector128.UInt32.cs index a8c0c4412d85df..b2bc04b572a2ca 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/HashUpdateMajority.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/HashUpdateMajority.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/HashUpdateParity.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/HashUpdateParity.Vector128.UInt32.cs index 49081dd735bca8..4dfc5ef57c5f5f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/HashUpdateParity.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/HashUpdateParity.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/Program.Sha1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/Program.Sha1.cs index a3317d26c7a78f..99204af6d17c48 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/Program.Sha1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/Program.Sha1.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/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/ScheduleUpdate0.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/ScheduleUpdate0.Vector128.UInt32.cs index eacc2108d6aaac..2a0bb3e8593fc0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/ScheduleUpdate0.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/ScheduleUpdate0.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/ScheduleUpdate1.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/ScheduleUpdate1.Vector128.UInt32.cs index 615b36cb70daf2..6175bcfb836150 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/ScheduleUpdate1.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha1/ScheduleUpdate1.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha256/HashUpdate1.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha256/HashUpdate1.Vector128.UInt32.cs index f1a4313531bead..3f5a6215a1bfae 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha256/HashUpdate1.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha256/HashUpdate1.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha256/HashUpdate2.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha256/HashUpdate2.Vector128.UInt32.cs index 3c246501742eaf..fcbf704ab3dd59 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha256/HashUpdate2.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha256/HashUpdate2.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha256/Program.Sha256.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha256/Program.Sha256.cs index f169a65dc28301..2c08697cdc093e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha256/Program.Sha256.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha256/Program.Sha256.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/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha256/ScheduleUpdate0.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha256/ScheduleUpdate0.Vector128.UInt32.cs index 56b5e5e2c28189..4515815aa899f7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha256/ScheduleUpdate0.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha256/ScheduleUpdate0.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha256/ScheduleUpdate1.Vector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha256/ScheduleUpdate1.Vector128.UInt32.cs index cab4d33cb8b1cb..a103f6e48b3072 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha256/ScheduleUpdate1.Vector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Sha256/ScheduleUpdate1.Vector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/AesBinOpTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/AesBinOpTest.template index 3a5174142629b9..89cf37f57461f9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/AesBinOpTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/AesBinOpTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/AesUnOpTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/AesUnOpTest.template index 4d47a7a44c9c70..519dba130a7add 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/AesUnOpTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/AesUnOpTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/ExtractTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/ExtractTest.template index f366fa1368ac85..1354b61fab0736 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/ExtractTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/ExtractTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/ExtractVectorTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/ExtractVectorTest.template index 2042f1e7fb7d61..dcc90fa5916b5b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/ExtractVectorTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/ExtractVectorTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/GenerateTests.csx b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/GenerateTests.csx index 36e3d58adee33b..e3f50214ee69d3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/GenerateTests.csx +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/GenerateTests.csx @@ -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/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/Helpers.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/Helpers.cs index 5a808ac684e8df..10435a01b610bd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/Helpers.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/Helpers.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. // This file is auto-generated from template file Helpers.tt // In order to make changes to this file, please update Helpers.tt diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/InsertScalarTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/InsertScalarTest.template index 010e6effb37f83..5df526f218a1c6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/InsertScalarTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/InsertScalarTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/InsertSelectedScalarTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/InsertSelectedScalarTest.template index 8798c1da2587ec..a9c01f7c5e6cea 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/InsertSelectedScalarTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/InsertSelectedScalarTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/InsertTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/InsertTest.template index 7ca74920f0a32d..9624d842719087 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/InsertTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/InsertTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/LoadAndInsertScalarTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/LoadAndInsertScalarTest.template index f1a4d1dc5369c9..d91057832670ad 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/LoadAndInsertScalarTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/LoadAndInsertScalarTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/LoadUnOpTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/LoadUnOpTest.template index 1aa12368c8fc0e..d7b940f2fc2c1b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/LoadUnOpTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/LoadUnOpTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/Program.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/Program.cs index e03d0a4b0b3ec2..4ee97cb3e72639 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/Program.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/Program.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/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/ScalarBinOpTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/ScalarBinOpTest.template index 5a80db1648e53d..66441a4c51d8aa 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/ScalarBinOpTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/ScalarBinOpTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/ScalarUnOpTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/ScalarUnOpTest.template index 5f78b306cbc75b..04bbfaac934a02 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/ScalarUnOpTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/ScalarUnOpTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/StoreSelectedScalarTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/StoreSelectedScalarTest.template index 16d1919e1e8492..3d38d1b4742b55 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/StoreSelectedScalarTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/StoreSelectedScalarTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/StoreUnOpTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/StoreUnOpTest.template index 4cc48ea034f008..f372acf36ba93f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/StoreUnOpTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/StoreUnOpTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_BinaryOpTestTemplate.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_BinaryOpTestTemplate.template index 761e27aaedc5a3..3c241ec47710f8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_BinaryOpTestTemplate.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_BinaryOpTestTemplate.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_ImmBinaryOpTestTemplate.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_ImmBinaryOpTestTemplate.template index 792f056c5d7887..fee0e8f7e16f8a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_ImmBinaryOpTestTemplate.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_ImmBinaryOpTestTemplate.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_ImmOpTestTemplate.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_ImmOpTestTemplate.template index 77a6503ac0c0f1..3a192da21ac84c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_ImmOpTestTemplate.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_ImmOpTestTemplate.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_ImmTernaryOpTestTemplate.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_ImmTernaryOpTestTemplate.template index 84bf78e4041d9e..a86e10fb7469cc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_ImmTernaryOpTestTemplate.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_ImmTernaryOpTestTemplate.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_ImmUnaryOpTestTemplate.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_ImmUnaryOpTestTemplate.template index a670c6e795d26a..b81fbf7c7ce1b3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_ImmUnaryOpTestTemplate.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_ImmUnaryOpTestTemplate.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_TernaryOpTestTemplate.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_TernaryOpTestTemplate.template index b4cf45dccee6af..c74063837dd9ce 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_TernaryOpTestTemplate.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_TernaryOpTestTemplate.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_UnaryOpScalarTestTemplate.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_UnaryOpScalarTestTemplate.template index b80651df1c8e3c..f2ccc649e38323 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_UnaryOpScalarTestTemplate.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_UnaryOpScalarTestTemplate.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_UnaryOpTestTemplate.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_UnaryOpTestTemplate.template index b885bab23184ad..06f8cd1d0ff612 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_UnaryOpTestTemplate.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/Shared/_UnaryOpTestTemplate.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Program.NotSupported.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Program.NotSupported.cs index f38e804f14ce2c..781b9aa767e97c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Program.NotSupported.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Program.NotSupported.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/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128AllBitsSet.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128AllBitsSet.cs index 5c8d18bfdecc3d..5dc6f9841bd87a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128AllBitsSet.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128AllBitsSet.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsByte.cs index aca455e75d94fb..7b92438482b9e5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsDouble.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsDouble.cs index e6630fb904c901..0c221c1489f550 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsDouble.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsDouble.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Boolean.cs index be2be17fe2754a..551cc27165003f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Byte.cs index af65ea9f7d575e..e0880cf21a77d2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Double.cs index 8d84e1df7b9a12..1daf65afed15e4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Int16.cs index 30cfbccf624a7d..34ca7e2aaf43b1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Int32.cs index 1881c73179c9be..3d938ac0477c20 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Int64.cs index 1c067f94345d58..4c9e4b95f32db5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_SByte.cs index 0fbb1f79bb0ec7..e2c97620fa1864 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Single.cs index 6a2a383af123a9..8922d51c445a8e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_UInt16.cs index 55a1e8ba356b9d..d5bd137d141ec5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_UInt32.cs index a18df5b39e8301..d6e412e8a62546 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_UInt64.cs index 197f76aa75916e..4baa041a60ca9d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsInt16.cs index 45f6d19a0cbd84..6edd7a9df65590 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsInt32.cs index aafbf9200b66df..86b50ca5554dac 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsInt64.cs index dc571b7b993c69..ef4370e9bc4b0d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsSByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsSByte.cs index bb106b4e211745..92378fc5973e0f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsSByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsSByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsSingle.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsSingle.cs index 6372bd16a568ad..500a4307f057a1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsSingle.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsSingle.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsUInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsUInt16.cs index 854e346a714bf7..49fb187a6475eb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsUInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsUInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsUInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsUInt32.cs index 0dc51a9c7488dd..395dfd1622ecda 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsUInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsUInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsUInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsUInt64.cs index 65384a72963ddb..e5c8468b7c740f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsUInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsUInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128ByteAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128ByteAsGeneric_Boolean.cs index a011f22e0630e8..eeee356cfe53ed 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128ByteAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128ByteAsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128DoubleAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128DoubleAsGeneric_Boolean.cs index 897a22e5c0d2cc..c649daa653b33a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128DoubleAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128DoubleAsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128GetElement0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128GetElement0.cs index 38ed45eeec2915..353dcd964f3a38 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128GetElement0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128GetElement0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128GetElementMaxValue.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128GetElementMaxValue.cs index 805ad1fb2e0250..d0d175e661d37e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128GetElementMaxValue.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128GetElementMaxValue.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128GetElementNegativeOne.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128GetElementNegativeOne.cs index 65f80a4049867b..a4eb8d06249d6e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128GetElementNegativeOne.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128GetElementNegativeOne.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128GetLower.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128GetLower.cs index 6a04ad74d117db..f323073c3e9c3c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128GetLower.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128GetLower.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128GetUpper.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128GetUpper.cs index 9853318359c498..036973a010f8f4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128GetUpper.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128GetUpper.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Int16AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Int16AsGeneric_Boolean.cs index 988b253a044377..0076e71e792d7e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Int16AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Int16AsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Int32AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Int32AsGeneric_Boolean.cs index f4486447d53966..9dbe9f594b748b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Int32AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Int32AsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Int64AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Int64AsGeneric_Boolean.cs index 9a892abd31d026..18c34655ce15a3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Int64AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Int64AsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128SByteAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128SByteAsGeneric_Boolean.cs index a2f8270765551c..b67bb50726e96a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128SByteAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128SByteAsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128SingleAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128SingleAsGeneric_Boolean.cs index 2aff683fcd3b4e..80bd05a5c046c6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128SingleAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128SingleAsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128ToScalar.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128ToScalar.cs index 55223d94929db1..7cdd90bec650ef 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128ToScalar.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128ToScalar.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128ToString.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128ToString.cs index 8cbafad1a3c9a5..1ffb9d3c231a70 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128ToString.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128ToString.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128ToVector256.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128ToVector256.cs index 4954fa678dd174..592ecca6adae55 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128ToVector256.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128ToVector256.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128ToVector256Unsafe.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128ToVector256Unsafe.cs index 834a63658c5227..fd24fc86dabcb3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128ToVector256Unsafe.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128ToVector256Unsafe.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128UInt16AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128UInt16AsGeneric_Boolean.cs index c276b99fa85304..0a0eb6ac2b7229 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128UInt16AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128UInt16AsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128UInt32AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128UInt32AsGeneric_Boolean.cs index f56e51c2a374b4..6a5af346f68f37 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128UInt32AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128UInt32AsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128UInt64AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128UInt64AsGeneric_Boolean.cs index 5bfdca85f1b09d..ed39b561adedb1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128UInt64AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128UInt64AsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128WithElement0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128WithElement0.cs index 7e7f4c960d0516..5e0ece49d8063a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128WithElement0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128WithElement0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128WithElementMaxValue.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128WithElementMaxValue.cs index 285a204ff97fb6..9664fd585a50bc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128WithElementMaxValue.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128WithElementMaxValue.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128WithElementNegativeOne.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128WithElementNegativeOne.cs index 8ed0aaa344bf53..e5ca7b8da52a95 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128WithElementNegativeOne.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128WithElementNegativeOne.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128WithLower.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128WithLower.cs index 6d3d74b3b1ccad..19f23cf145052e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128WithLower.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128WithLower.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128WithUpper.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128WithUpper.cs index f901e49a887d1d..70b1d8f275a76b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128WithUpper.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128WithUpper.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Zero.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Zero.cs index d2b90eff1532d4..19a839af95298b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Zero.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Zero.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256AllBitsSet.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256AllBitsSet.cs index 62a00dc431d08b..8fc13ac22272ee 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256AllBitsSet.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256AllBitsSet.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsByte.cs index f1209895182ea8..68ca32ec806e1b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsDouble.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsDouble.cs index a4b32ea4d30d72..40af626f4df167 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsDouble.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsDouble.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Boolean.cs index 819f4fbd7dad2b..016a425e5518c3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Byte.cs index fa1cc95659ec8f..64adf369b2c7de 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Double.cs index fc3a261677610e..c8433cb83a8d09 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Int16.cs index 651f28ae23c4f8..4975ab279b7b68 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Int32.cs index d9730ff6d6fc8e..d4915299931cb4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Int64.cs index 81ced87673d2d7..1adf6db12f524a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_SByte.cs index 98b6886466f7bb..c2a7403beacd20 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Single.cs index 4537277d7ca2db..a68f75bc649215 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_UInt16.cs index 291b54b6f15a01..f9165e9833efc0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_UInt32.cs index 0a0dc4b4da504d..4ce7f242fbb4f2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_UInt64.cs index 0d25782411539a..3150494b823a0c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsInt16.cs index a22e252a73fde1..3b997fdd9ce0e4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsInt32.cs index 04628fe2c7e7f6..6b81bf4e342b67 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsInt64.cs index 26a0ca7b9947cf..c52ad02b5b9053 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsSByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsSByte.cs index 9e2e03f2f31a22..15b70ec540e017 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsSByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsSByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsSingle.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsSingle.cs index cb76fe856924e2..3d7f42adbd303f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsSingle.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsSingle.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsUInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsUInt16.cs index 020fb348c2260f..4e71fdab19578b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsUInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsUInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsUInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsUInt32.cs index 40d38e5b20f81c..883d569c31c886 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsUInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsUInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsUInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsUInt64.cs index 0321e1206c1cf6..6278fec6808012 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsUInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsUInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256ByteAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256ByteAsGeneric_Boolean.cs index 3a5d4b2d0b26ce..4d194498c7575f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256ByteAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256ByteAsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256DoubleAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256DoubleAsGeneric_Boolean.cs index 6051d94c2f5d41..374baa170e42c2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256DoubleAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256DoubleAsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256GetElement0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256GetElement0.cs index 572d9e596c9449..ab69d2d994c80e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256GetElement0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256GetElement0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256GetElementMaxValue.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256GetElementMaxValue.cs index af6a4dd256de1f..a94030fd51b6de 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256GetElementMaxValue.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256GetElementMaxValue.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256GetElementNegativeOne.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256GetElementNegativeOne.cs index 373a04ccc7f33e..35c9f220aaad15 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256GetElementNegativeOne.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256GetElementNegativeOne.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256GetLower.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256GetLower.cs index 6146fd2f291625..07af53b1e58029 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256GetLower.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256GetLower.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256GetUpper.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256GetUpper.cs index 8e528c690c2f89..f7aa6168393ff5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256GetUpper.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256GetUpper.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Int16AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Int16AsGeneric_Boolean.cs index 25e10c3343eaa2..5281a90ce706ba 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Int16AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Int16AsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Int32AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Int32AsGeneric_Boolean.cs index 3f2816eda287f8..0e5aaf0256e3d9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Int32AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Int32AsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Int64AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Int64AsGeneric_Boolean.cs index dd70cacc553afe..8f03f4289d7d1c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Int64AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Int64AsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256SByteAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256SByteAsGeneric_Boolean.cs index 089ed7a8fd1249..ae4d3226d25ec9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256SByteAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256SByteAsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256SingleAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256SingleAsGeneric_Boolean.cs index 69b4e0030fd153..22362953be3341 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256SingleAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256SingleAsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256ToScalar.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256ToScalar.cs index f4b150d684fa2d..73024c08f11a6d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256ToScalar.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256ToScalar.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256ToString.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256ToString.cs index 83a8d26111f530..44370bcd92628a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256ToString.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256ToString.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256UInt16AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256UInt16AsGeneric_Boolean.cs index a9f5e03fed1ed7..559d0957a40bd5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256UInt16AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256UInt16AsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256UInt32AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256UInt32AsGeneric_Boolean.cs index b8053b7280f14c..4de56e3da1a96b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256UInt32AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256UInt32AsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256UInt64AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256UInt64AsGeneric_Boolean.cs index 99247edc9f8226..7db82b1ce8f051 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256UInt64AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256UInt64AsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256WithElement0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256WithElement0.cs index 6002ae8ff2d457..40cafb3d883288 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256WithElement0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256WithElement0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256WithElementMaxValue.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256WithElementMaxValue.cs index bbc8bcea2b04ee..fa84acdf66e72e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256WithElementMaxValue.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256WithElementMaxValue.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256WithElementNegativeOne.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256WithElementNegativeOne.cs index fa9279545f710d..43af294a2458ad 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256WithElementNegativeOne.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256WithElementNegativeOne.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256WithLower.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256WithLower.cs index 0439bd3551a2d8..2410775db565a1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256WithLower.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256WithLower.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256WithUpper.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256WithUpper.cs index e7ccbe680bf66d..715a5a9fcca353 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256WithUpper.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256WithUpper.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Zero.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Zero.cs index 7b4d0f621eda1a..f645f27388b946 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Zero.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Zero.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64AllBitsSet.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64AllBitsSet.cs index c9faf62832bf06..51e0c1e2243359 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64AllBitsSet.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64AllBitsSet.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsByte.cs index 658023018d7993..44f4c3c54a178a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsDouble.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsDouble.cs index 748bbed01c523a..4cd1fa4dcceda4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsDouble.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsDouble.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Boolean.cs index c6f0fdc98e73d6..983337e579b2ba 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Byte.cs index 41d9bfa348c1cc..e12b5eb7292092 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Double.cs index e2f78cde7d1c51..dc064d71a15bad 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Int16.cs index 1e6c0845e03294..93796fdc5c6a6e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Int32.cs index 7f7b2d8d15f73e..695fa0fdec42a6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Int64.cs index 89595be7eb5038..7d6c1d3b36480c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_SByte.cs index 6cc8f42762adfb..604c14d896dcc8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Single.cs index 820b4778374e09..5c1866c7718016 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_UInt16.cs index 255a9d19fe545e..ec60f8f655f5bc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_UInt32.cs index 7de83c06980b92..8ed381bf822e82 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_UInt64.cs index 518e37c5643d76..0f67a96861a4df 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsInt16.cs index 2f2ec145cda4aa..6ca76d1a5c69d4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsInt32.cs index a761ff8b8194fc..3fdd6ce734ad9e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsInt64.cs index e3854ac91a7a2a..7999b78f5d2b7c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsSByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsSByte.cs index aa214435fc2244..cfd93a34a20ed6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsSByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsSByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsSingle.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsSingle.cs index 1c2caa9ec443d4..c1099656e50e1e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsSingle.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsSingle.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsUInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsUInt16.cs index e71c8b263d4795..f15c93ff3f85ab 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsUInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsUInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsUInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsUInt32.cs index 01c0bd9aa7d275..ab0ec2b591235c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsUInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsUInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsUInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsUInt64.cs index ae8a54bf6980de..536b251b09662a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsUInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsUInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64ByteAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64ByteAsGeneric_Boolean.cs index 85454e178a60a5..4d6b67ef28d9d5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64ByteAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64ByteAsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64DoubleAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64DoubleAsGeneric_Boolean.cs index 6d74910e873b14..524b647df2302d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64DoubleAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64DoubleAsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64GetElement0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64GetElement0.cs index 9bfa22d94eb6fe..fc814c23357fa6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64GetElement0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64GetElement0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64GetElementMaxValue.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64GetElementMaxValue.cs index ff51eb99b3d982..711ad9acd1d5c7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64GetElementMaxValue.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64GetElementMaxValue.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64GetElementNegativeOne.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64GetElementNegativeOne.cs index 81a19b478a430a..04add6c9d2270c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64GetElementNegativeOne.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64GetElementNegativeOne.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Int16AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Int16AsGeneric_Boolean.cs index a4d52532c03d4b..ef0629c85ebd73 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Int16AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Int16AsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Int32AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Int32AsGeneric_Boolean.cs index c2508431da5b0f..6d56d426665e67 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Int32AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Int32AsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Int64AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Int64AsGeneric_Boolean.cs index a91421ae1ed58f..2d513a25884399 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Int64AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Int64AsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64SByteAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64SByteAsGeneric_Boolean.cs index 7189cf73021cbf..601b01c1f4fc4c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64SByteAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64SByteAsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64SingleAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64SingleAsGeneric_Boolean.cs index 39283b52bb13ce..a896877d3f239c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64SingleAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64SingleAsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64ToScalar.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64ToScalar.cs index d54a09f795cc3f..b75e28ef424160 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64ToScalar.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64ToScalar.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64ToString.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64ToString.cs index c96a1ffe2023f9..d344af123600fb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64ToString.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64ToString.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64ToVector128.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64ToVector128.cs index 45266843d0e14f..add934d67af436 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64ToVector128.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64ToVector128.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64ToVector128Unsafe.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64ToVector128Unsafe.cs index 91030507cc22d5..18187a8f07e676 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64ToVector128Unsafe.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64ToVector128Unsafe.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64UInt16AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64UInt16AsGeneric_Boolean.cs index 590f400f52ed9e..52f87ef0cd4866 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64UInt16AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64UInt16AsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64UInt32AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64UInt32AsGeneric_Boolean.cs index ea315302901791..f28764f66ffa39 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64UInt32AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64UInt32AsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64UInt64AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64UInt64AsGeneric_Boolean.cs index 6ad77541d91a9f..9ec924e84d7c7a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64UInt64AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64UInt64AsGeneric_Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64WithElement0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64WithElement0.cs index 8200cc9f22a654..23149674596a7c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64WithElement0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64WithElement0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64WithElementMaxValue.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64WithElementMaxValue.cs index a38c07336c5469..e3322d81faeda6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64WithElementMaxValue.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64WithElementMaxValue.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64WithElementNegativeOne.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64WithElementNegativeOne.cs index 5c23bc290c8117..4179611f6446a0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64WithElementNegativeOne.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64WithElementNegativeOne.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Zero.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Zero.cs index 10b50bc52483d4..449383469aab90 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Zero.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Zero.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/GenerateTests.csx b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/GenerateTests.csx index c89d19fa22cd21..a0cdaf0c258d0d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/GenerateTests.csx +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/GenerateTests.csx @@ -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/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/Program.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/Program.cs index d35d5dc823eb9a..ca75233a40a20c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/Program.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/Program.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/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorAllBitsSetTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorAllBitsSetTest.template index bec615964a3f63..1362703ba85fde 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorAllBitsSetTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorAllBitsSetTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorAsNumericsTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorAsNumericsTest.template index 239b2c7ee1a9fa..7aa42573219f7f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorAsNumericsTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorAsNumericsTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorAsNumericsVectorTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorAsNumericsVectorTest.template index 4cbd2bb211ae06..46cbff85b35aaf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorAsNumericsVectorTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorAsNumericsVectorTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorAsTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorAsTest.template index 0006581036d3a3..78f39b65909136 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorAsTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorAsTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorCreateElementTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorCreateElementTest.template index a5259ede1435a3..84c70ed7a442e1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorCreateElementTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorCreateElementTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorCreateTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorCreateTest.template index 7e770b6a432dab..fe1cae4086ad42 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorCreateTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorCreateTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorCreateVectorTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorCreateVectorTest.template index cb9f95c3a4a78c..39047c2ede0c27 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorCreateVectorTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorCreateVectorTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorExtendTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorExtendTest.template index fb1a1132e1f495..748e068bca11a4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorExtendTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorExtendTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorGetAndWithElementTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorGetAndWithElementTest.template index d19e56f0122822..d5d7ef2062ab2e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorGetAndWithElementTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorGetAndWithElementTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorGetAndWithLowerAndUpperTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorGetAndWithLowerAndUpperTest.template index 0cec7358aae3cf..2853f99b638897 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorGetAndWithLowerAndUpperTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorGetAndWithLowerAndUpperTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorNotSupportedTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorNotSupportedTest.template index d0d6ef61757daa..183854ca6c9f2e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorNotSupportedTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorNotSupportedTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorToScalarTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorToScalarTest.template index 3b87de09d85626..e8ead1c26f61ca 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorToScalarTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorToScalarTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorToStringTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorToStringTest.template index a54dc13aa6ebd3..17c43d90f2d316 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorToStringTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorToStringTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorZeroTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorZeroTest.template index 215eec240884ee..534bfd52fc8fd4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorZeroTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorZeroTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.Byte.cs index 6fce9043b94773..e18c57761d040e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.Double.cs index ca135ccee962e8..36437d85c17df8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.Int16.cs index c7891f2c1afd7b..cedc2af026cc70 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.Int32.cs index c7878834f7ec89..1b14867645cb0b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.Int64.cs index 8251b46f71d1db..c5ea395c32d2f5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.SByte.cs index 9b9c906105852b..6fa96855491873 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.Single.cs index c9c5606a551021..ff86c12ee95646 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.UInt16.cs index c1fb65b1fd43b5..68e80d6d2f05ff 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.UInt32.cs index ebdb390acc2457..6eb450699ca064 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.UInt64.cs index b774df25ee3728..73676bf3cd276f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Create.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.Byte.cs index 5aef59a04f9369..fa7c8e45b43aeb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.Double.cs index f6d49053cc5bfd..41d00c619d537d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.Int16.cs index fee57ccf82848b..1fa9f11398a8e1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.Int32.cs index 9fc1a971cbd557..ad30f829dff683 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.Int64.cs index a414ea39892da0..6698390a752d61 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.SByte.cs index 851197965e3317..3c336ef97b41a8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.Single.cs index e0f3d871abe79b..c2540e7155a8ad 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.UInt16.cs index f32095827ed3ea..20d9be64d53c5e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.UInt32.cs index ab33bc98ad7bc6..b4dfcfb8bc5209 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.UInt64.cs index da0dbcf9b13476..36cd262bdc792f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateElement.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.Byte.cs index 22e8a95721226a..9ee159e340e064 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.Double.cs index e1ae004d06b489..15727c13cfb299 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.Int16.cs index eb131ffc91cebb..e1e10e31c84d12 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.Int32.cs index 61bb9c9be1d9ce..bea1199b36a70b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.Int64.cs index 43b3f673666c78..2aa9e0539fd936 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.SByte.cs index 1475116179fcbc..03c84817f9c7c6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.Single.cs index 4a4759a99b5e30..f774a7dfc0922a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.UInt16.cs index e628892db48ce9..faab7ca144839b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.UInt32.cs index be3fa869d93a87..d1935a9a3997fc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.UInt64.cs index 02ec93d08bfcaf..7b5a2dcd35266d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.Byte.cs index 5dc33f1ee6765e..40f78ff84a2ad6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.Double.cs index bad0e4e835529b..0d50bd13533a3b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.Int16.cs index 883753480d9421..9d4011c8faa072 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.Int32.cs index 288a134ed64528..715ed588d0179f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.Int64.cs index ea5508be341217..c8acf1739f2f09 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.SByte.cs index b3a3489d197d0f..9dbace62daea36 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.Single.cs index ce9664c58b2a9c..5fbd9292024756 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.UInt16.cs index a2ca916c85ad1a..c58c2944d1a5d0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.UInt32.cs index 44742fb8867a53..dc4f093405a1f6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.UInt64.cs index 572175f36e2252..7d3140948687e2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateScalarUnsafe.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.Byte.cs index fee5002f83d639..f584387cda92e2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.Double.cs index ce42868bf17c19..b4dda6d18423c8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.Int16.cs index f1257a379e4ee7..9fcc18ebab64e0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.Int32.cs index 5dfd86fb5d578c..dea91be75cebf9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.Int64.cs index 44882579f36899..8d445558e61bac 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.SByte.cs index 686565a9b96dcf..4b7e5448701ec1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.Single.cs index 23dc7d6583a21b..b31941ab3b2393 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.UInt16.cs index eaca06522cc29b..367a877200fb46 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.UInt32.cs index 721bceae4df697..0eb4e83130d712 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.UInt64.cs index 61f6316e116a6e..eb068ca2d1d3db 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/CreateVector.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Program.Vector128.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Program.Vector128.cs index 3ee1de45ac239e..49a910a1c88236 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Program.Vector128.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Program.Vector128.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/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.Byte.cs index 8bd51234ad9d56..e55878d34fc402 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.Double.cs index b28d53fb6d0a74..a944a3783b9138 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.Int16.cs index 9b7b179028d870..e88bc3d64165dd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.Int32.cs index 6dad97c8c67dc1..3b04c3c6b010ca 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.Int64.cs index dfcb4ab79c0cd7..f1a688eb679859 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.SByte.cs index 46d21652e711ef..933322e2700a49 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.Single.cs index 878eb567aed588..5625bb69d655b6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.UInt16.cs index 8f7f241dc7cd00..c6c80debf92eff 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.UInt32.cs index 2521ad706e8a32..5ee101db23fbdd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.UInt64.cs index 51bc27c467d2d9..4a645da44bddee 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AllBitsSet.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Byte.cs index c78d13233883de..1d33b5d7bcc81b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Double.cs index 2e176c4634b77b..5f7170c5eb59a7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Int16.cs index 254e22890ec3c9..40aca02a10faf7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Int32.cs index ee7f4a35b26dc9..29ac8cf0fcfbac 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Int64.cs index e3aaeca2793ec4..d5afedcbed2430 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.SByte.cs index 6029c320e14b61..71fd9193d67e40 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Single.cs index 58b342879a8475..3eddecc1a98c95 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.UInt16.cs index b7d4d3deef400a..89c7f47b17f638 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.UInt32.cs index a85289bba2ff6b..58a62025c7705d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.UInt64.cs index 3c81793c8744df..aec9803b2e4c8a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.Byte.cs index 8b51c95791e200..6c7dafeecc8560 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.Double.cs index 0db7a5f326d467..f005306f1c8d49 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.Int16.cs index a064aa9c69ac44..550dcb28441df5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.Int32.cs index bedd3e4f68405d..d99f2b930612f5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.Int64.cs index 74b95a8a989cee..447fb4b982610a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.SByte.cs index 01276b847cf521..6f3c3cc79763ed 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.Single.cs index 03277bbedc9860..ca5f374675b77e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.UInt16.cs index 0be39b16076db4..a46e7ca65fc28b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.UInt32.cs index 49f5db5024aed2..d16a07ef90d3f6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.UInt64.cs index 35a5620a11697e..abfb841298c8fb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector2.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector2.Single.cs index 6f546423ce9327..df2fdfb2fab328 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector2.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector2.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector3.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector3.Single.cs index d3431cb23602c8..8987a8e8bd8df8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector3.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector3.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector4.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector4.Single.cs index facc8752dabce4..53fe45f98e8cd4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector4.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/AsVector4.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Byte.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Byte.0.cs index 27256f93dff0e5..5b5f67aac9eaf1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Byte.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Byte.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Byte.15.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Byte.15.cs index 8092e5a5e94354..fa5cd9405c0e4a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Byte.15.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Byte.15.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Byte.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Byte.7.cs index ce7b1635cb3975..45930c6f6e7461 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Byte.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Byte.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Double.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Double.0.cs index da711ccc7c3619..be258ef4ae921b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Double.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Double.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Double.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Double.1.cs index 32a0c0ca9f8c91..a636893f189634 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Double.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Double.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int16.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int16.0.cs index 861b0b337c5b0a..c1dc7f3b81dde0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int16.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int16.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int16.3.cs index 0480db93a0968c..3d079544043152 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int16.7.cs index 5bf886db6cfccd..956e0a94708e68 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int32.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int32.0.cs index 0032d4da3c1500..dfc316f11409a4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int32.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int32.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int32.1.cs index c3fc82b48db2c8..6a74e3fc4e508c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int32.3.cs index 5a943d4cb05a14..d8f79187180791 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int64.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int64.0.cs index ea3bb5439c7dde..d49c57287b367c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int64.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int64.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int64.1.cs index 065a467654aad1..c051e72578c924 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.SByte.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.SByte.0.cs index 80812a99179e20..7018299ddeae92 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.SByte.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.SByte.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.SByte.15.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.SByte.15.cs index 0b5c6d874251ba..fb4d4f2753ab22 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.SByte.15.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.SByte.15.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.SByte.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.SByte.7.cs index b134c2e20274b4..8c915b4555f9e4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.SByte.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.SByte.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Single.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Single.0.cs index 803d8d7133a9e9..85dd6c51dffa22 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Single.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Single.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Single.1.cs index 3565ac42c0450a..7264181b975d99 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Single.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Single.3.cs index d91912418cbad3..fe38b2017b76d7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Single.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Single.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt16.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt16.0.cs index b2038ea8b5020f..edccec770e245f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt16.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt16.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt16.3.cs index de5b5edba5b4a9..a0fe67c285b0e3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt16.7.cs index 1bd6f5d9c2db0f..7404bac25d9e4f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt32.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt32.0.cs index 9aa6da200972f3..7adb3935c9f714 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt32.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt32.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt32.1.cs index 8f94ec73f93cce..bd4967e5206d33 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt32.3.cs index 64e0fa3f932dbc..a2856c2e2befe9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt64.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt64.0.cs index d46786c6e1407d..b642ace909d47b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt64.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt64.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt64.1.cs index ba593ec96e72e9..dd90482dc8c9c8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Byte.cs index 638499d26cb0ac..e23ac61a2fb14b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Double.cs index 0aea72f06114ff..9447fe60eedad6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Int16.cs index a34d5eb48dbebd..2e9c09bdac9681 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Int32.cs index df2aee4b40ba25..1a333ba476a10f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Int64.cs index 640896613a8f5a..fe1d3a119e28ce 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.SByte.cs index 6c0fea2fee387c..8021fe52d1bfe0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Single.cs index 5914b30cc54a04..10f261d9577d75 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.UInt16.cs index b25d0236a88cdb..5b14c6cb33b3db 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.UInt32.cs index 7a6ae4d3a205e0..28f5a2d7ea0693 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.UInt64.cs index deb8448a9bb3b9..dabbd398843a4c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Program.Vector128_1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Program.Vector128_1.cs index af99bb7d724e50..dff71328f8a17b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Program.Vector128_1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Program.Vector128_1.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/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Byte.cs index c7b8ff4a0292b0..74f7eb6a3949e0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Double.cs index 16beafaf3102cd..31d4a4e9d60644 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int16.cs index 814508aeaa6963..46ac70fe89eac5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int32.cs index be6037eb795298..e854566a1920d6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int64.cs index 75f18dc528cbf0..2a8db059be0ee1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.SByte.cs index 393db30b0f5cfb..b5d93f95101d6d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Single.cs index 8052fc9ee58498..f0fe6ea0199287 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.UInt16.cs index b06ec8c885ac6e..5e82fd8f9c4780 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.UInt32.cs index e542d0cc7009c6..94fcb319bee906 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.UInt64.cs index 525540789e99fc..4a9964d89b81e5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Byte.cs index 3e183666dde729..a61f80e006e813 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Double.cs index 031ce53d54fb98..ae9d38b74aec7d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Int16.cs index ba99452ce142aa..311ec31f50b26b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Int32.cs index 49dd98f9de707a..2bcbd8467e538a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Int64.cs index 96efb0242fbf9d..a4e18d18d44d96 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.SByte.cs index 2894cd64d3c14a..27012c6b6d5900 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Single.cs index 98d98b98228249..b925beb3d7c28b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.UInt16.cs index 122f15ebf4cf8c..5583da2e00e3ca 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.UInt32.cs index 5f8f9f6387d02c..ebfd4e5a2265ff 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.UInt64.cs index 192535630b5c2b..0b275975c07c80 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToString.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Byte.cs index 1dbfe703503634..d37f6ab785ad12 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Double.cs index 4d1917ba22878a..ca4ac8d0e894ca 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Int16.cs index cdf54826242ee1..4fd7e69263fd96 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Int32.cs index 5871923db24ff3..13d1e1cc0418fb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Int64.cs index 64d1653458197d..63a38a6aba4fb2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.SByte.cs index 3bb6fb424ecae2..e09efd58483a0c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Single.cs index 0a01c7988de497..f9c827017c6c02 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.UInt16.cs index a5d3bf6b5a459e..0b015eaf5c38b3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.UInt32.cs index 9e85eee5c1f3d6..abb6b084bd73f1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.UInt64.cs index 2faa35eb5fb1db..30a1d82dc31970 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.Byte.cs index d87067c25095f4..cb15a852686ed1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.Double.cs index 0af1cf45c01e57..c28edd18197767 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.Int16.cs index 81957f247b3c12..87207f16fd404d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.Int32.cs index 398c13260cab57..661b0fd54551b5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.Int64.cs index c4b180f0aa16fa..a9744d18cd9333 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.SByte.cs index 25811672137790..6e2e31aa784bc5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.Single.cs index f5eee1b2ac0490..b552c1ed27b87a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.UInt16.cs index f6e926d52598ad..e825ac901ac989 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.UInt32.cs index 0aef26e19139a7..5ffae1461d596b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.UInt64.cs index e521928bd64773..2d99799bb45600 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Zero.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.Byte.cs index c9300b33405dca..979b1baa1c8bec 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.Double.cs index b74e52c11a212f..38b8f3ce7a57ca 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.Int16.cs index dba04752384a82..368997fea07a6d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.Int32.cs index 0f9fb25b08b2a8..2615c5317914f7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.Int64.cs index 13b1882107be77..069384c3e7f8d2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.SByte.cs index 7ca19826f23d96..2a8ea57a581c5f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.Single.cs index 74610b3e9e0f34..66d214b87e512b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.UInt16.cs index 4bb6356b5452d5..9e6324cfb92df3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.UInt32.cs index 3dc4063f0e8c3d..a810b5944e7ffc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.UInt64.cs index 4fdb39a806f9f3..8eee1f1540e509 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Create.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.Byte.cs index ff68f5ccfc49c6..96533c3f2e956d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.Double.cs index 937e9ac712e0df..c3c8150e5351cc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.Int16.cs index 9ec72822a1f464..ee466e4cee79af 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.Int32.cs index 83defc8a997234..199096353d32c9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.Int64.cs index 4c65b67c8e8c13..fb7d2ecefd83a7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.SByte.cs index b738b3b6f4f3bb..d285c1b32dfe1b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.Single.cs index edcc76e417d2ec..9be316fb6bf728 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.UInt16.cs index 10c7ca2154cf2a..84c0bb3bf09a02 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.UInt32.cs index 18e761663c96df..a3cf378da9e8b4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.UInt64.cs index a15447b4e3fcde..6c4c9452791ebd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateElement.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.Byte.cs index c2edd4b747cdf4..27d0e9aab29005 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.Double.cs index d1d4ebb71ab38e..95ee1ce9239fec 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.Int16.cs index 8823769302b63e..36ad29d2e80e14 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.Int32.cs index 6459a66d4795fd..a188345ec74604 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.Int64.cs index 997d4366634750..13ba1e448937de 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.SByte.cs index 2270b471da7619..14ce04277cb782 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.Single.cs index 5b652253ef7428..e9823fc9c8ebc2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.UInt16.cs index 970e0a826faddb..a122c27ca41d19 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.UInt32.cs index 65513023fedc91..96688aa813c446 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.UInt64.cs index 4a9a55fc9821a4..456dacdc42dd54 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalar.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.Byte.cs index ae4e45210a4c8c..600edc29c61326 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.Double.cs index 9407ef19c50a40..edfb066929c779 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.Int16.cs index d21277257aab4f..bda8c8e37bc7a5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.Int32.cs index b49df4ce776e87..f9194770f797bf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.Int64.cs index ebd592f4bf2fa7..b29cb59fdd4632 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.SByte.cs index 6bc98c13dd3f54..8bac17932c95a8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.Single.cs index 23acf57015129c..5838178fa14430 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.UInt16.cs index 79da9166bae57b..dfd1ba10d881d2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.UInt32.cs index 5fef3b92301e40..4391403238adb4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.UInt64.cs index 67a62ab6c881ca..ffe6e96c051f3c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateScalarUnsafe.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.Byte.cs index 04066c5b2c7bda..9542f3a4cf8d99 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.Double.cs index 4f75b5a6c35637..c9f286dbc49807 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.Int16.cs index 08f30d2aee34dd..54aad0f715ff33 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.Int32.cs index e0128f82ed5e6f..5baf5659f933b0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.Int64.cs index e312218370a3cf..d64dca9d8c2b47 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.SByte.cs index 13c1b974d592d7..71fe7716a0c1a6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.Single.cs index fd350e157e4fbf..9dab07f41d0f92 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.UInt16.cs index 823fb235fee373..19b7e9830fea7d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.UInt32.cs index 6c4dac3c983179..8f50d7b6082676 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.UInt64.cs index c46fc300ef072f..05cd35e2a6e966 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/CreateVector.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Program.Vector256.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Program.Vector256.cs index 3ee1de45ac239e..49a910a1c88236 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Program.Vector256.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Program.Vector256.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/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.Byte.cs index 99bc1de7180fe7..d8d77d4be725f7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.Double.cs index 5e78af82bafd9b..30318dee5915b8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.Int16.cs index d93610a498fba7..959264e1b0e898 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.Int32.cs index 94e49c8b52f5cd..fae4d2646d087e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.Int64.cs index 0944ccec721ee0..25a1a35fddfabd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.SByte.cs index f8f114672d23c7..39bf88c4fde62b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.Single.cs index 80c2b76e3f49cd..6fa790ae177fb2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.UInt16.cs index ba940f7f7ce966..554b9a1a085524 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.UInt32.cs index 6047163ca4b879..7f1cf2dec407ee 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.UInt64.cs index a12fa33213cd73..ef2e6c402fb4b6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AllBitsSet.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Byte.cs index 9191e1ff0a5ee8..9f5663ae1ef533 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Double.cs index 542c1daa57b02c..df4119157a6f3a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Int16.cs index 5e2688f85de697..abbe92e7a34418 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Int32.cs index 13bfefc01be101..59a02c544c3538 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Int64.cs index ba52cec5f3b0ac..b8a9f3d054c5ef 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.SByte.cs index a9d631e55a9dc2..f1f91a47e38985 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Single.cs index 8a1c71e4a911a8..4d386d01665271 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.UInt16.cs index 9025b61bd34730..ece52184cbd368 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.UInt32.cs index 85c0800da5c13e..373715e9101df9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.UInt64.cs index e0561560b13698..f835338d63c235 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.Byte.cs index d768bd5e16f29f..75643cf5039004 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.Double.cs index a421577a2f04b0..e7873092515753 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.Int16.cs index 8391d3f7ec47b9..48d7322c4d3404 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.Int32.cs index 5bb4a7c3450b36..c7979d5f47b80c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.Int64.cs index 70a045dea2148f..36eef96dd2e3dc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.SByte.cs index 017a6b0a02442e..eac58ce0544b5a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.Single.cs index 2874cfccf60857..7b3cf263a752b7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.UInt16.cs index ede41db607945e..ccf7954d15eda7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.UInt32.cs index 4ba2624db3ecfc..f1d82de07d621b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.UInt64.cs index 134282392817f7..f418dd235c05a5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/AsVector.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.0.cs index af3b1ac8ac6b9c..4519831a46d063 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.15.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.15.cs index e920b632f8a650..128dd2911d4e5e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.15.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.15.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.31.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.31.cs index 38819673a4de66..d0899bec53d9a8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.31.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.31.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.7.cs index 4257b981a71a9c..6727871710effd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Double.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Double.0.cs index 35c7c755461a56..335227e69b4adf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Double.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Double.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Double.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Double.1.cs index 1b4b64355991c0..b2ec913118765a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Double.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Double.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Double.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Double.3.cs index 0e0d6b7ac809bf..96f96539238364 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Double.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Double.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.0.cs index c18be60e0f8da6..6aa53e053571dc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.15.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.15.cs index b1f0a86f20452c..90824958735c44 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.15.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.15.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.3.cs index 21af0236ea5e79..1ab0b6e927b373 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.7.cs index 21c1fdfd58722e..e3251f0eeb2e50 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.0.cs index 74f1a38606a4d3..ee543f1fac82d8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.1.cs index a247d9e6725718..1b7715706cf9d3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.3.cs index abe22dca66ff94..540f919ba4e250 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.7.cs index 12e82ef8340b0a..879742c5bff69b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int64.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int64.0.cs index 0bea519ba98c9c..b9f37f3aef8a7a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int64.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int64.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int64.1.cs index 54eb0586e4cca8..e7b5fe71625f71 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int64.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int64.3.cs index 484a6031639b57..c53eef41edc0a1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int64.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int64.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.0.cs index 7a6dd99cff8502..2985d1e9329403 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.15.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.15.cs index 503fcca154235c..491c373d6df04b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.15.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.15.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.31.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.31.cs index 8bc154e6eeac9f..15e558a71f7d4a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.31.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.31.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.7.cs index 9c05e58f1deefe..441d8d8931a9a2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.0.cs index 28411f9d56e869..c3687111650b4f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.1.cs index 1b453a1256ccdd..a20f7eeca0f34b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.3.cs index 373f120d5c2ef2..16ba703ac1feea 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.7.cs index 79bf27a8529331..a0737214eb9175 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.0.cs index c7f07136246517..328c9d4fa09f9c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.15.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.15.cs index 1c84972a77fbd0..25dcd6fdb42638 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.15.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.15.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.3.cs index 6b6c79062f59f7..d2bfa1f857a19e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.7.cs index 0fb957a83ddd37..5a7cdccbfa7e5a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.0.cs index 2e54e47222aaf0..9c3b3e4d12f321 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.1.cs index 43e461c3e7b87b..d5980f7af1181d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.3.cs index d9ad66c932130b..94ae2797e00758 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.7.cs index 4d53eba8f52305..9c1ce1adebacd4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt64.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt64.0.cs index 61909e95d3a51a..0d283ce1933800 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt64.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt64.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt64.1.cs index 16a3a6676c0e1e..5aed4bf6393983 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt64.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt64.3.cs index 5430c00f42e7e4..84fe583dccac9d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt64.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt64.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Byte.cs index 94265048b51285..d820f01e4e7017 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Double.cs index df742440f7e6f3..1e345dbd8377c8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Int16.cs index c0d74a08dc07d6..160c53bf8471b3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Int32.cs index 80e8ef80f48044..1c763e00dba6c1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Int64.cs index 7b76b1bd48db79..220fa00e62dcc8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.SByte.cs index f52d1e0f239411..9b8c7ad4b33587 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Single.cs index 8c5cdf2550fe98..fe611bdc422a73 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.UInt16.cs index 21367ee8174551..9abbde40309ad3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.UInt32.cs index dbe2ab999693d4..092926e0b974c2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.UInt64.cs index 03fa7ee23dcb46..3d49004bad381f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Program.Vector256_1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Program.Vector256_1.cs index a202c3e2737417..b079941dde4ab7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Program.Vector256_1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Program.Vector256_1.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/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Byte.cs index 0681e3480b81f9..ec48038c6fb8bb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Double.cs index 956ecad6226f4a..60298bd17a8f57 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Int16.cs index f457b675156467..fb93ae77d8e17d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Int32.cs index db347bfd515b04..bdb564b1c53540 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Int64.cs index 4478d381e6ad31..34b680ed598492 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.SByte.cs index 2f7372e943d4a6..042d0d38f0e250 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Single.cs index 76b1372a336951..4ff2e9d8a59ca8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.UInt16.cs index eea7f3609fc56f..fe3a0c84818811 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.UInt32.cs index 76297af86e0071..accc191ae1f3c3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.UInt64.cs index 83b48aa4478d26..b7d9ece5c6264b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.Byte.cs index d586a37f941962..908f00a24a939b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.Double.cs index e348cc8f65c01c..6a406a4778f093 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.Int16.cs index 81cff5f6c18b37..b7861bcd06ef56 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.Int32.cs index 44023d29a08a46..0b8f6eb1cea9d0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.Int64.cs index 228da713647792..0371f0fdef0915 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.SByte.cs index 5a1cdc25e3fb92..34e6f2f94f4408 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.Single.cs index cff279dfd1e6e5..654b4745a2041f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.UInt16.cs index 629a26dac11470..15423363399494 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.UInt32.cs index 5de793c28ac782..ab33856d10a552 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.UInt64.cs index cb753105dfacf0..a92ee953dbf28f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToString.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.Byte.cs index c7e6eb396f6037..7bf3a95054499a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.Double.cs index b72c208813ffb3..3753987ecef195 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.Int16.cs index 02ed3b3497b515..64808b0c5b4050 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.Int32.cs index 9a90c7bc2ca794..0770db0358e5d6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.Int64.cs index 17766dbf0b5f56..265a74256dda98 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.SByte.cs index 0d4d385e7ba185..37c9fa9bd1954e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.Single.cs index 8a0f9877a89052..9bc1a587dfd07e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.UInt16.cs index db2d0b2280d81a..2be67cdae27f30 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.UInt32.cs index a00041ac1b65d2..f27f03e889468a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.UInt64.cs index 2b4c8f99e45ff9..8341980de2c501 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Zero.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.Byte.cs index 4d3c7298cf7392..db5124afd7b745 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.Double.cs index ff17af824ac750..37b5c818946236 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.Int16.cs index 15a9a860748f80..10843b8296b1c8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.Int32.cs index fb210851b62d3a..1943963c96539d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.Int64.cs index 31a677c915efe5..a0fb8a892f93d9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.SByte.cs index 32c28f58f436c6..64d5d8b6741cf1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.Single.cs index 66d6730eabc7bc..e7d72d94c57e42 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.UInt16.cs index 5cb70e967f13ca..e999671e73e645 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.UInt32.cs index bd3b584da3e53a..2e9ae7bee3a0f2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.UInt64.cs index ea2a12d37fe272..664f1fe11afeba 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Create.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.Byte.cs index 4d8ae817139e1c..ab89d8664cd23d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.Int16.cs index 6ecb7f0fa78a38..3d9bfb4ab2226f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.Int32.cs index 709d278c77d0f6..797faa53b260da 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.SByte.cs index ab43b16c0cbb25..a2961249010a06 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.Single.cs index e499386396ef55..cbd58041162bea 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.UInt16.cs index 824b9ef3af01ff..2329f6316a8ade 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.UInt32.cs index 0c70328d8a68d2..bc5cf61c051b9b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateElement.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.Byte.cs index 36a8c8ef046aef..c9a9246ad05dec 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.Double.cs index 4f898707ed3b61..9bcee2c5890cf2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.Int16.cs index 5076cd40415c87..fc93e7ba23eea1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.Int32.cs index 6fbe11792128d5..869ba3b03e04bd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.Int64.cs index 68a182b74d6db7..223c17b4b75eee 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.SByte.cs index fbd0fae93824f3..4de46198e8671e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.Single.cs index 568ede828f3881..1b44d71c8cf111 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.UInt16.cs index 7ad7417acd972e..d0c159b616ad6a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.UInt32.cs index e42c4959c40bd5..4c25032258d8d6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.UInt64.cs index 7316e1fd2b20e1..2c1c9705cab29f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalar.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.Byte.cs index 29cf288e8a4d2f..83f89226ec1b69 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.Int16.cs index 6b0f75918a7b9f..ca16dce56e006c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.Int32.cs index 1a519eb10e8068..a3c87295a01908 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.SByte.cs index 97331288a45390..94c81fbce9bfba 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.Single.cs index c2ecc66ee6d06d..4ab5f75009735b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.UInt16.cs index 53df941a244f14..8b98869e6a3cbf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.UInt32.cs index 1ae6773460d062..7d376297af4a8d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/CreateScalarUnsafe.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Program.Vector64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Program.Vector64.cs index 015f1eac55fded..f49e23396e4bd3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Program.Vector64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Program.Vector64.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/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.Byte.cs index f42603a2833319..16411b7ce2995b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.Double.cs index 277ed8ae4e3035..9e5bf0c7d22103 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.Int16.cs index 79ea21863d4786..68777996b0bdae 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.Int32.cs index 5b78caf0995740..87787bef8eda72 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.Int64.cs index 35e95209da89ba..a4acb8a566889c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.SByte.cs index 4f72699c809ba3..b66f31d864ea7b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.Single.cs index cdcc116ea7abaa..787cbfdc452a5a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.UInt16.cs index f4b75d11852bc2..cef02a26e76c89 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.UInt32.cs index 831b97164f0f8e..363151e3fcf289 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.UInt64.cs index 8e65308fc6249c..97aea423045f39 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/AllBitsSet.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Byte.cs index 91fcb48614c2ba..25a1e776573731 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Double.cs index 8da9c990205ce1..42791686ef058c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Int16.cs index 9751ccf8090c5f..a2b66837972e6e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Int32.cs index e85e21fe286edf..eaf0ec87d2bacd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Int64.cs index 17d7ca052872ea..d6760218babb86 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.SByte.cs index d029bd4911c2c1..e4520d1cae5080 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Single.cs index 87fcaccf736f7c..93c7c8e0c831b0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.UInt16.cs index 2692b0458a19e4..6fc6be88041fbd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.UInt32.cs index 6f6ba1e6a320dd..168d8ef0c6c450 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.UInt64.cs index 9989bd97793aa0..4c3a7daab11021 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Byte.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Byte.0.cs index 280a0f21349076..0a93250c317837 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Byte.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Byte.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Byte.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Byte.7.cs index 2434a94fb3895f..d6f2c0119091ac 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Byte.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Byte.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Double.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Double.0.cs index 02c65d6f6f94a8..4bd6212bc11cb4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Double.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Double.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int16.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int16.0.cs index 69d9c8b0d0e49f..d893082423656b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int16.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int16.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int16.3.cs index dea261eeadfda6..753944fc65b621 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int32.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int32.0.cs index 5b495514ec6ffd..b34f8763c5bd6b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int32.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int32.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int32.1.cs index 4c295858d2816c..fc96e7ca865d15 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int64.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int64.0.cs index f1538d3208a57d..768eb1f65fc6fa 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int64.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int64.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.SByte.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.SByte.0.cs index 4b00686fc91d59..8240f44d033ce5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.SByte.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.SByte.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.SByte.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.SByte.7.cs index 3b26000612e155..4545e03ac83e84 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.SByte.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.SByte.7.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Single.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Single.0.cs index f3d626cfcceac9..90b1079967cff2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Single.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Single.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Single.1.cs index ce111bdbe6e0f3..a2f4556fd083e9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt16.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt16.0.cs index 00eb96a639b67c..236a20aab9aca7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt16.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt16.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt16.3.cs index c5b517671a9776..91e9dfc88e299b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt16.3.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt32.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt32.0.cs index 97412c3a570d59..2b7923936ca70a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt32.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt32.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt32.1.cs index c7aeca8ea451b9..bb58249d7f0cc1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt64.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt64.0.cs index 83a643bd30731d..626ed723d5c915 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt64.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt64.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Program.Vector64_1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Program.Vector64_1.cs index 1c3be92568d624..11d313ab319da8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Program.Vector64_1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Program.Vector64_1.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/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Byte.cs index b3cf016e5f6bc9..312c25deacb6ed 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Double.cs index 8740694428f6a5..e69061b082c0f9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Int16.cs index 2c00451d50488f..34ee57fe97d82a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Int32.cs index d66e9865f2cbaf..1b190f2657a3c9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Int64.cs index 4b937e223ac12d..c76b981e77fafc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.SByte.cs index 6b4682c8c7b03d..21634b125d9f69 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Single.cs index fde07e618921a5..0654e842e4e00e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.UInt16.cs index aac41b8c32f744..5207aaeebdd28b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.UInt32.cs index 7f8662311e96ae..f0dcd7a7a13e1d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.UInt64.cs index 0a80b8556ef322..a949018ca84519 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.Byte.cs index c5c049ed54b58e..6c94d6f587f9cf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.Double.cs index 24cc68b32b52cc..3091817e62b343 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.Int16.cs index 5d61e899ca6fff..a8483e7330ac66 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.Int32.cs index 4228ec15b69e6f..ebb7af043337eb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.Int64.cs index 382d9afdb0385f..35dd71198d6b7a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.SByte.cs index 066fe079e24dc8..29de80bc2bc6ce 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.Single.cs index e7a907ad3d0581..65d188ba90128e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.UInt16.cs index 6c4b200c6d1f97..3bceb4b7a86ed9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.UInt32.cs index 5d88d769b0cc4e..91a7edb6eca72b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.UInt64.cs index a010010d9af1c8..665c64adf80114 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToString.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Byte.cs index fda08720ddc4a6..a574f2f25445a9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Double.cs index 175efd4f6e3c82..1049c7c5320b53 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Int16.cs index d63cfc1ac31660..aa8b038ab13505 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Int32.cs index 0ef7d516002aa1..d5aaf84397c0a6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Int64.cs index ab584c8ead8b95..30555c5b449cf9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.SByte.cs index b89d7b6562c57a..47d79f40bd2b8a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Single.cs index 8ae339d3ce02c2..7dbf580aa8cc73 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.UInt16.cs index e7780518591134..27dcaffc028260 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.UInt32.cs index e6cf8d0d221d2d..4e9ed3eeb3f33c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.UInt64.cs index 1aa1fc5782e675..3c9f2395e9dc25 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.Byte.cs index eda5abb31c8bf0..727e1f772de0cd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.Double.cs index 348078393b044b..d50d279ca230b8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.Int16.cs index 116cf809b51d89..1afb0a42ab7dad 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.Int32.cs index 04132d171b750f..1ec8069a6ae932 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.Int64.cs index 22e4b624665993..bdbd37d49dd334 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.SByte.cs index 5fd98acdd181e5..d3d908bb1121c6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.Single.cs index dfdae42d0cb0ae..ada28a303fc660 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.UInt16.cs index 41532e32c7c7b6..5b6a1464db4366 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.UInt32.cs index 1982334fae724b..46d04548452ffe 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.UInt64.cs index 8adc50b27c7bd2..d15013edc9d198 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Zero.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/Decrypt.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/Decrypt.Byte.cs index 511aa480726470..26befb6ec106c9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/Decrypt.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/Decrypt.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/DecryptLast.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/DecryptLast.Byte.cs index d5ed872df7da89..355bfc93e56fc6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/DecryptLast.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/DecryptLast.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/Encrypt.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/Encrypt.Byte.cs index 4cd91b879081bb..757965fd5dd20c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/Encrypt.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/Encrypt.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/EncryptLast.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/EncryptLast.Byte.cs index b96553ee06cf7f..1710b1cd7b3af4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/EncryptLast.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/EncryptLast.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/InverseMixColumns.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/InverseMixColumns.Byte.cs index 3fdb4e2074722c..0f0f153ed65ef4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/InverseMixColumns.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/InverseMixColumns.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/KeygenAssist.Byte.5.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/KeygenAssist.Byte.5.cs index d70e7cf1c1c661..d9f1641040b662 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/KeygenAssist.Byte.5.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/KeygenAssist.Byte.5.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/Program.Aes.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/Program.Aes.cs index 27a7c8343c1a29..6bd3f2dd2b3b25 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/Program.Aes.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/Program.Aes.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Add.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Add.Double.cs index 958f4d3e70e612..5fb394aa2e52ad 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Add.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Add.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Add.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Add.Single.cs index 1028c6bae848ff..c7cf54ed685a3e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Add.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Add.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/AddSubtract.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/AddSubtract.Double.cs index 2d178ffc6f5b49..f46424dbfb0a25 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/AddSubtract.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/AddSubtract.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/AddSubtract.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/AddSubtract.Single.cs index bf69a69251bcf5..d152bea863fe55 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/AddSubtract.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/AddSubtract.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/And.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/And.Double.cs index e4343e68c78f28..71d9139da4aacc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/And.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/And.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/And.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/And.Single.cs index 9abd315e93be42..50d395350cc0dd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/And.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/And.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/AndNot.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/AndNot.Double.cs index d6509b4a15448f..7f796d6aa1b747 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/AndNot.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/AndNot.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/AndNot.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/AndNot.Single.cs index bcde820c8f0175..864f931f607280 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/AndNot.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/AndNot.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Blend.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Blend.cs index 3040a35d493e49..9d25c91eec69c8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Blend.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Blend.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BlendVariable.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BlendVariable.Double.cs index b342c5790527c0..156c22f9607130 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BlendVariable.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BlendVariable.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BlendVariable.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BlendVariable.Single.cs index 4d0b4789f15a1f..83ca28eb5303a5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BlendVariable.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BlendVariable.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BroadcastScalarToVector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BroadcastScalarToVector128.Single.cs index 88fe4f8013a24d..6ffa6927e19c99 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BroadcastScalarToVector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BroadcastScalarToVector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BroadcastScalarToVector256.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BroadcastScalarToVector256.Double.cs index feae5a6c49270d..81640da1742200 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BroadcastScalarToVector256.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BroadcastScalarToVector256.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BroadcastScalarToVector256.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BroadcastScalarToVector256.Single.cs index 73488dee260127..ffc4c18170c0a8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BroadcastScalarToVector256.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BroadcastScalarToVector256.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BroadcastVector128ToVector256.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BroadcastVector128ToVector256.Double.cs index 765f3645026c2c..9038efeede275e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BroadcastVector128ToVector256.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BroadcastVector128ToVector256.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BroadcastVector128ToVector256.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BroadcastVector128ToVector256.Single.cs index 49c49a40536c46..9add29d9e84b45 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BroadcastVector128ToVector256.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/BroadcastVector128ToVector256.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Ceiling.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Ceiling.Double.cs index 492757e7be8ac4..2f6d7e80589943 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Ceiling.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Ceiling.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Ceiling.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Ceiling.Single.cs index 67934ce65bc6f4..efc72ffd00b284 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Ceiling.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Ceiling.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Compare.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Compare.cs index ad9ae5f1cfed28..ce3dd0aec10064 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Compare.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Compare.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; @@ -216,4 +215,4 @@ public void Dispose() } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareEqual.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareEqual.Double.cs index 426cec1fabff2b..e97ba71622d682 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareEqual.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareEqual.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareEqual.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareEqual.Single.cs index a55be0f308ae4d..455503dbf91240 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareEqual.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareEqual.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareGreaterThan.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareGreaterThan.Double.cs index 5b3de25e34c034..3c20a3b441f251 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareGreaterThan.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareGreaterThan.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareGreaterThan.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareGreaterThan.Single.cs index 077d765570dc89..53aa2ff10bdfec 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareGreaterThan.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareGreaterThan.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareGreaterThanOrEqual.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareGreaterThanOrEqual.Double.cs index 65fcffab50b12a..597ebe6f09e3a7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareGreaterThanOrEqual.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareGreaterThanOrEqual.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareGreaterThanOrEqual.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareGreaterThanOrEqual.Single.cs index 435e27af292b57..46eec91f4b23ae 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareGreaterThanOrEqual.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareGreaterThanOrEqual.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareLessThan.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareLessThan.Double.cs index b16dd2331586a2..ab9e88673ffec0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareLessThan.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareLessThan.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareLessThan.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareLessThan.Single.cs index bae958c32411c9..89b0e128437463 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareLessThan.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareLessThan.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareLessThanOrEqual.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareLessThanOrEqual.Double.cs index ae68fd18f4587e..4801f26898dbec 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareLessThanOrEqual.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareLessThanOrEqual.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareLessThanOrEqual.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareLessThanOrEqual.Single.cs index ed095020ced2fa..b8778c99b4a143 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareLessThanOrEqual.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareLessThanOrEqual.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotEqual.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotEqual.Double.cs index a97750863aaccc..f01d284db8d1d8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotEqual.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotEqual.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotEqual.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotEqual.Single.cs index 6ddab6b8e02642..325498b2ed05e8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotEqual.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotEqual.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotGreaterThan.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotGreaterThan.Double.cs index cb8a5713adf78f..684233c6e22282 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotGreaterThan.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotGreaterThan.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotGreaterThan.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotGreaterThan.Single.cs index 4b4d9d3296493f..b2d265072179f3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotGreaterThan.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotGreaterThan.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotGreaterThanOrEqual.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotGreaterThanOrEqual.Double.cs index 7133f208f9de6c..aeaef7bc94dc27 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotGreaterThanOrEqual.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotGreaterThanOrEqual.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotGreaterThanOrEqual.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotGreaterThanOrEqual.Single.cs index 4e68e49e19cb90..6cb09f3e90e146 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotGreaterThanOrEqual.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotGreaterThanOrEqual.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotLessThan.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotLessThan.Double.cs index fcba557e72fb7e..88fd116889f825 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotLessThan.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotLessThan.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotLessThan.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotLessThan.Single.cs index 90a39dcf4df967..4e0702db248b72 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotLessThan.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotLessThan.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotLessThanOrEqual.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotLessThanOrEqual.Double.cs index 943e4e5391f221..5740f958fd446e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotLessThanOrEqual.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotLessThanOrEqual.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotLessThanOrEqual.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotLessThanOrEqual.Single.cs index 2e4c55f7d0b27c..e8cf86513d429e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotLessThanOrEqual.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareNotLessThanOrEqual.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareOrdered.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareOrdered.Double.cs index 0e21897f08e81c..053d4af4e8279c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareOrdered.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareOrdered.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareOrdered.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareOrdered.Single.cs index 8004b2fc8991d2..fdcd0b7da753b3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareOrdered.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareOrdered.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareScalar.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareScalar.cs index c9b64abdcb4eeb..de6f93a58a7951 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareScalar.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareScalar.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; @@ -199,4 +198,4 @@ public void Dispose() } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareUnordered.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareUnordered.Double.cs index 229e76ab533044..46aa0be7c3d5d9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareUnordered.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareUnordered.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareUnordered.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareUnordered.Single.cs index d442d4dc7cf3b0..89c3a9cc3d0ef4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareUnordered.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareUnordered.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector128Int32.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector128Int32.Double.cs index 874015205d7bac..e86504c70bfa30 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector128Int32.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector128Int32.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector128Int32WithTruncation.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector128Int32WithTruncation.Double.cs index 7261fa08df9c72..8f425eeaa7a1f5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector128Int32WithTruncation.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector128Int32WithTruncation.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector128Single.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector128Single.Double.cs index d485250eca3429..d9f1d57c81c567 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector128Single.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector128Single.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector256Double.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector256Double.Int32.cs index fb267c017768cf..3358852cef91f3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector256Double.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector256Double.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector256Double.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector256Double.Single.cs index 8cee60b6e0f2e2..0d19bc6527576f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector256Double.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector256Double.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector256Int32.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector256Int32.Single.cs index 42b88dc928e6ba..3df19106389c0c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector256Int32.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector256Int32.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector256Int32WithTruncation.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector256Int32WithTruncation.Single.cs index a9507d2e62e008..e904797af91771 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector256Int32WithTruncation.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector256Int32WithTruncation.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector256Single.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector256Single.Int32.cs index abbdb9c355f85d..975f90718e9130 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector256Single.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector256Single.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Divide.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Divide.Double.cs index 56f8ade91cb62e..c32099c3b02fbb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Divide.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Divide.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Divide.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Divide.Single.cs index 3e097b87e3e724..4e5805c5365e3d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Divide.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Divide.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/DotProduct.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/DotProduct.cs index eadcea32d1247a..fc42e1d2ffbb81 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/DotProduct.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/DotProduct.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/DuplicateEvenIndexed.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/DuplicateEvenIndexed.Double.cs index 781c355dc636e0..7e77ae86f55320 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/DuplicateEvenIndexed.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/DuplicateEvenIndexed.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/DuplicateEvenIndexed.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/DuplicateEvenIndexed.Single.cs index a2629ee4ffefd2..7c7457af97da67 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/DuplicateEvenIndexed.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/DuplicateEvenIndexed.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/DuplicateOddIndexed.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/DuplicateOddIndexed.Single.cs index 32f98ba83129dd..7e49a52ca51eb8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/DuplicateOddIndexed.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/DuplicateOddIndexed.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.Byte.cs index ad5ac0eb29ebcc..ae2d83ed51eddb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.Double.cs index d115c52a0cba8a..239dd3fc1273c4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.Int16.cs index 65d7f9d775d48a..bc89050f59ce01 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.Int32.cs index 74232c909cb905..d05d08fb5f1137 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.Int64.cs index 1349b7b0631868..b2f965c430a54b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.SByte.cs index 06e8051425d36b..d92fc75eb7d158 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.Single.cs index d2e242200faaeb..ed3a6a22e7161a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.UInt16.cs index ccc6051a28ef4b..2564e8c949b980 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.UInt32.cs index 4dbc0d941cd5b8..2954a9a703f780 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.UInt64.cs index d7ed56ca3af508..ad6b0883d5e1b4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtendToVector256.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.Byte.1.cs index ea0e27f965a3bb..cef26969802b02 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.Double.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.Double.1.cs index 4e7a8f5fff18e6..ec54f51500f894 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.Double.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.Double.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.Int16.1.cs index 9954a9f5bcddc2..28c67bc11d83b3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.Int32.1.cs index 35ccf0eb6ff207..ac664cf0d62883 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.Int64.1.cs index bc73e449b7c7f4..64680d84f45e6f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.SByte.1.cs index 3a07a0e558a1be..0d133926330f3a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.Single.1.cs index 0ac4ae770c8318..043a6f70ec8511 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.UInt16.1.cs index 531acd327af9e1..20ef3b4bff05b2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.UInt32.1.cs index 5b7db6f611c7cb..485700b9d6b01e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.UInt64.1.cs index bdcf876f8fe4d9..23c12d9e337667 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ExtractVector128.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Floor.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Floor.Double.cs index 1e4c7003125808..b3fd57dd417c4e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Floor.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Floor.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Floor.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Floor.Single.cs index 4f797ad84b9de7..46f068726e5104 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Floor.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Floor.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/HorizontalAdd.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/HorizontalAdd.cs index 2e6eb87d6d3822..e8ce54d3ed6554 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/HorizontalAdd.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/HorizontalAdd.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/HorizontalSubtract.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/HorizontalSubtract.cs index 6bf84a6031632a..bcb4013ef654da 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/HorizontalSubtract.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/HorizontalSubtract.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.Byte.1.cs index cde568c6afc562..d12763070d2197 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.Double.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.Double.1.cs index 461e84ee582b22..449aaddcad975e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.Double.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.Double.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.Int16.1.cs index ed9f363570c5e0..595a9712e901eb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.Int32.1.cs index acc04225d912cd..af8cb341cb5e85 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.Int64.1.cs index 40cf18621f3637..d4d7992ea0fcd2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.SByte.1.cs index 4acc350b443e18..0d4e7a2c094439 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.Single.1.cs index 1da440fe3b18e1..c537b997a80d2b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.UInt16.1.cs index 304a5cd86a993d..587e6f5c998b0e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.UInt32.1.cs index f2c08abd742410..0f49d52920d945 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.UInt64.1.cs index ca341612002b0e..1c50123c6e294f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/InsertVector128.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadAlignedVector256.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadAlignedVector256.cs index 27587caeac0e66..3e52614ee3bcf6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadAlignedVector256.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadAlignedVector256.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadDquVector256.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadDquVector256.cs index f22165f0a579f4..bad7b8191731d7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadDquVector256.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadDquVector256.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.Byte.cs index 29b2c25d6d27cd..a140fbf0ef2af8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.Double.cs index 371f6a6a6104f7..c407e9abb9088b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.Int16.cs index faed2628b7f92f..76fe6d4e462345 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.Int32.cs index a1067398b853d3..80e06b0f8e6009 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.Int64.cs index d062a6d0e2f7b5..cb68582f388cf9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.SByte.cs index 98abba33afb6e3..0c271430f47c46 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.Single.cs index 538fcebcd13d62..048e7c6f586c9d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.UInt16.cs index 993ab8a849c86b..cbd040215e5d47 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.UInt32.cs index 0a45e19c875275..6847ddd86574ae 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.UInt64.cs index c258ceaef55fa2..8e9d44ce42fb57 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadVector256.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MaskLoad.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MaskLoad.Double.cs index 24fe0345cc1ba5..c611f67413a784 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MaskLoad.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MaskLoad.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MaskLoad.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MaskLoad.Single.cs index 77a4d699fc17d9..6767fddbde73a1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MaskLoad.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MaskLoad.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MaskStore.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MaskStore.Double.cs index 677390e73bab1e..09db42088f063f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MaskStore.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MaskStore.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MaskStore.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MaskStore.Single.cs index f4a0c42ccd038d..aeb3eca6febc35 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MaskStore.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MaskStore.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Max.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Max.Double.cs index e50022a06c027d..1bbb1ccd063cc1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Max.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Max.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Max.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Max.Single.cs index 09c1d15f018eb4..f6fc45ec91374a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Max.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Max.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Min.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Min.Double.cs index 535a1dc4473cfd..461e315c8cf471 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Min.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Min.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Min.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Min.Single.cs index b0c6db94ff2c8f..45af6ee57b7d45 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Min.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Min.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MoveMask.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MoveMask.cs index 98ad32760bcb39..7b97c08ef77e35 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MoveMask.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MoveMask.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Multiply.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Multiply.Double.cs index 19f3f5c5c54d7d..9973a2cb44c634 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Multiply.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Multiply.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Multiply.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Multiply.Single.cs index 0a878fba515be0..dc1151f6f4042b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Multiply.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Multiply.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Or.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Or.Double.cs index b9b6ec4e48d965..386f34e80705c5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Or.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Or.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Or.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Or.Single.cs index 850b577b772e7b..a751c2298a9da6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Or.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Or.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute.Double.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute.Double.1.cs index 664cfe4c34f293..ba88a84c9470fe 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute.Double.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute.Double.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute.Double.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute.Double.2.cs index 65439aae26a376..a9062dcc6fdac7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute.Double.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute.Double.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute.Single.1.cs index a5e99321ab80a6..1686756c647933 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute.Single.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute.Single.2.cs index 1bf34509e85e83..89bb6b4828e9d2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute.Single.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute.Single.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.Byte.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.Byte.2.cs index 3c51a3885a18e0..a969a9cc07e285 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.Byte.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.Byte.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.Double.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.Double.2.cs index e02bd9049dcc24..b398fdd89f73a7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.Double.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.Double.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.Int16.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.Int16.2.cs index ac0ebe31537d67..32abedf1b0f98f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.Int16.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.Int16.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.Int32.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.Int32.2.cs index 4d2e49b8b1366e..6720e76f416b14 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.Int32.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.Int32.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.Int64.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.Int64.2.cs index 006f2eef1c1ff3..32a9c46d5abc24 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.Int64.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.Int64.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.SByte.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.SByte.2.cs index 79fa69ec3b1a25..f52cad56155fec 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.SByte.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.SByte.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.Single.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.Single.2.cs index 9784fc13382084..f103a00cb289f5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.Single.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.Single.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.UInt16.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.UInt16.2.cs index ca5aa7eb4d870d..39009d276d807d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.UInt16.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.UInt16.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.UInt32.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.UInt32.2.cs index 46160a08a0e902..28c0ae310ca158 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.UInt32.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.UInt32.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.UInt64.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.UInt64.2.cs index e7384bba8cd0c0..ec1740b221b0b1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.UInt64.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Permute2x128.UInt64.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/PermuteVar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/PermuteVar.Double.cs index 78f29e74040425..1daacdd350fc45 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/PermuteVar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/PermuteVar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/PermuteVar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/PermuteVar.Single.cs index 12116a29f6b256..36b76bc805a0da 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/PermuteVar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/PermuteVar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Program.Avx.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Program.Avx.cs index 036f32bd344de3..6c81d17b93d2ad 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Program.Avx.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Program.Avx.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Program.ConvertToVector.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Program.ConvertToVector.cs index 62abd8f0068da8..8e12059570843b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Program.ConvertToVector.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Program.ConvertToVector.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundCurrentDirection.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundCurrentDirection.Double.cs index 800b6c9464487e..42d0343a07f7c9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundCurrentDirection.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundCurrentDirection.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundCurrentDirection.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundCurrentDirection.Single.cs index 94dbdc3c4b7163..c397fe0cf492f3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundCurrentDirection.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundCurrentDirection.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToNearestInteger.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToNearestInteger.Double.cs index 0ef1e120b80878..b6a0197805c905 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToNearestInteger.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToNearestInteger.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToNearestInteger.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToNearestInteger.Single.cs index ac41802e44a43c..14d2e030aeaeb5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToNearestInteger.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToNearestInteger.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToNegativeInfinity.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToNegativeInfinity.Double.cs index c9c97a59de3ace..a0cf2659bec232 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToNegativeInfinity.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToNegativeInfinity.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToNegativeInfinity.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToNegativeInfinity.Single.cs index 36e5b48aa1f164..335bc83f98fad8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToNegativeInfinity.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToNegativeInfinity.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToPositiveInfinity.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToPositiveInfinity.Double.cs index c0837e1ea6e01c..e2d8e08941fccd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToPositiveInfinity.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToPositiveInfinity.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToPositiveInfinity.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToPositiveInfinity.Single.cs index e25d0891774ab4..b6357dc7245364 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToPositiveInfinity.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToPositiveInfinity.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToZero.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToZero.Double.cs index 93bd094b63c7f4..74c21dde3327f9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToZero.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToZero.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToZero.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToZero.Single.cs index 4064fca72d7f96..dc44f52769dd51 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToZero.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/RoundToZero.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Shuffle.Double.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Shuffle.Double.1.cs index 8c879b064c4f59..2e1acd9a155ee4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Shuffle.Double.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Shuffle.Double.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Shuffle.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Shuffle.Single.1.cs index 9c37f537f06f8c..68d4c9ae2700d7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Shuffle.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Shuffle.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Sqrt.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Sqrt.cs index 8171e8d7287fc9..2f54aba9181ec3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Sqrt.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Sqrt.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Store.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Store.cs index 3b010584a123e0..04bce080a0c492 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Store.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Store.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/StoreAligned.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/StoreAligned.cs index 07a694d621da5a..cbb95a554dc30e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/StoreAligned.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/StoreAligned.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/StoreAlignedNonTemporal.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/StoreAlignedNonTemporal.cs index 81f4ce9cbbc90c..982fe798f46099 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/StoreAlignedNonTemporal.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/StoreAlignedNonTemporal.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Subtract.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Subtract.Double.cs index 18be113e6db158..78ad510cbf4920 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Subtract.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Subtract.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Subtract.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Subtract.Single.cs index a3d4252e2ec1f5..1d908dd327907d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Subtract.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Subtract.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.Byte.cs index 9e386bc3bd6c4a..6af02c158172fe 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.Int16.cs index e9949abdd2d76d..f34efe308b67c9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.Int32.cs index 44637a581a2eee..1db5657db9a71c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.Int64.cs index 8fcde0853e0325..1edaabc5500a19 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.SByte.cs index ccbc89f850514a..19b38a9fc15a01 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.UInt16.cs index 102a6ae8f6d821..6aba7f5c123734 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.UInt32.cs index 033ad221fc031c..98ff803776555c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.UInt64.cs index 307b13ffb69c75..bc79bbaebc3d60 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestC.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.Byte.cs index ad709b29d0bac8..fe03af328adfb1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.Int16.cs index 52b0342897f1b4..06c5835ba81b63 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.Int32.cs index 3bf11eda64d5e4..8bf41d1d0f4703 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.Int64.cs index ebb8264dadff06..3971a8fff9e1ae 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.SByte.cs index e5fe7fa0d26b47..d2719b0e9f3d3e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.UInt16.cs index bd53785740f22d..1b5d257c7501ef 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.UInt32.cs index c8529d6635bd1f..77085c8166bb6f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.UInt64.cs index 8d89fa4766a5c1..72c5da85b630e0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestNotZAndNotC.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.Byte.cs index 2e540ec8286507..0919089a12c42d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.Int16.cs index 07bc80cb889e80..b6b5ab12fbae8e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.Int32.cs index 75e4a6cb5255f8..4e116c2a388a15 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.Int64.cs index e4f5b66c9f7c58..f2617e75b40368 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.SByte.cs index 31d0c23454c01c..e139b04847664d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.UInt16.cs index 24cfb6b594e694..273a5619356370 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.UInt32.cs index 04c8db1ecc26c1..9b16144a32cd80 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.UInt64.cs index 78d93077891ca0..71f475cc81b2e5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/TestZ.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/UnpackHigh.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/UnpackHigh.cs index dd34eb9214725e..34f55e41ce31d2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/UnpackHigh.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/UnpackHigh.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/UnpackLow.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/UnpackLow.cs index 013ce5627a68da..be72b4c919c329 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/UnpackLow.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/UnpackLow.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Xor.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Xor.Double.cs index 7c741a25384567..f2b4717d5edeb9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Xor.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Xor.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Xor.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Xor.Single.cs index 6415c484768e98..ca82f55978811e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Xor.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Xor.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.Byte.cs index d4294d0ccfa2fd..6e121636f39a87 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.Int16.cs index 4cf9c9e66d1391..159a24ca93df2d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.Int32.cs index 2b9c37f2eddde8..e9b7fe3af7e63c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.Int64.cs index dfd7ec030b995b..cf55f8d0e31486 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.SByte.cs index b078900135f4e6..6009050c01e8d2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.UInt16.cs index 1a5770dd0ab965..0ad19980188752 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.UInt32.cs index 56d1e1137fb14a..2e24e0628aea54 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.UInt64.cs index f7796b4d0c3cc5..3c9e79580396b5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Add.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AddSaturate.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AddSaturate.cs index 95433b42efae3c..17fa698237e650 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AddSaturate.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AddSaturate.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; @@ -158,4 +157,4 @@ public void Dispose() } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Byte.228.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Byte.228.cs index 564c88142df656..8a83c21ad4b1a3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Byte.228.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Byte.228.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Byte.250.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Byte.250.cs index d9dffdfc1882f5..42b2d04d4b8f89 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Byte.250.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Byte.250.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Byte.27.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Byte.27.cs index 44aae356abe0e9..89a1b2c2660778 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Byte.27.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Byte.27.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Byte.5.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Byte.5.cs index 4c171d0d676013..b2be925c084e0a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Byte.5.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Byte.5.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Int16.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Int16.0.cs index 945ac5102169ea..89a3d2e1a5a022 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Int16.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Int16.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Int16.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Int16.2.cs index 9114cfde686fdc..62352a38e6169c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Int16.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Int16.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Int32.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Int32.0.cs index 27efb1d833ab36..bb6940b7e9f801 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Int32.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Int32.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Int32.4.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Int32.4.cs index a2a0f804a65dba..c86483017aa2aa 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Int32.4.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Int32.4.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Int64.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Int64.0.cs index 5386b0db7a5604..8e300083a98ac4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Int64.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Int64.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Int64.8.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Int64.8.cs index fbe827d25ba007..c017c770ec64e6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Int64.8.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.Int64.8.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.SByte.228.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.SByte.228.cs index 86f110d0f1697b..638e5bd98c258f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.SByte.228.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.SByte.228.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.SByte.250.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.SByte.250.cs index 484bbd9bc72f2a..2f8e7912095e50 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.SByte.250.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.SByte.250.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.SByte.27.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.SByte.27.cs index 8b9a5811e0a4a6..0003d587f03139 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.SByte.27.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.SByte.27.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.SByte.5.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.SByte.5.cs index fde0195918d1a5..8dcaba6322a0da 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.SByte.5.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.SByte.5.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.UInt16.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.UInt16.0.cs index 649971636b8c8f..825f49067e8ba2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.UInt16.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.UInt16.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.UInt16.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.UInt16.2.cs index 40d52428fe59df..c62ab8bee74636 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.UInt16.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.UInt16.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.UInt32.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.UInt32.0.cs index c2696818bd854e..611ebd70ac75ff 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.UInt32.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.UInt32.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.UInt32.4.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.UInt32.4.cs index ca5ae7f53f02ee..d923757f5b7917 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.UInt32.4.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.UInt32.4.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.UInt64.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.UInt64.0.cs index e21658e1a7bd77..19d60192d26ea4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.UInt64.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.UInt64.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.UInt64.8.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.UInt64.8.cs index 17d5fe82184457..84519300a44aaf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.UInt64.8.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AlignRight.UInt64.8.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.Byte.cs index 50ef89c6098163..7c14b380d7ebec 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.Int16.cs index 6ceb4a7810a49c..2c5afe65f4d742 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.Int32.cs index 8345ad729d8622..6da74350b1d1c2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.Int64.cs index 2bc07547de4874..03d9920e6b0018 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.SByte.cs index ef3dd702bca425..06ef47064418c4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.UInt16.cs index e93f96af0757ac..275e10ce14fab9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.UInt32.cs index b647502d693820..a916990615cc4a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.UInt64.cs index 4f13e0b506eed4..447459a2964d79 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/And.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.Byte.cs index 924203a10410ce..ea916d07d5bf22 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.Int16.cs index 13ee2d45eeb274..1d3278a87a0b7d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.Int32.cs index 64b899158e981b..031a8f8fddd242 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.Int64.cs index 91531d1a72962b..d9acc873a16c3b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.SByte.cs index 57135af4a82db4..02f26814b084bc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.UInt16.cs index 99f7b11063e4d4..111106878937de 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.UInt32.cs index d61966dc7d3119..f2efdc7c027272 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.UInt64.cs index 2a1b0e9cca9234..ef2b3121324539 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AndNot.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Average.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Average.Byte.cs index 28eb94b3c5647b..0209b6dce6aad4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Average.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Average.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Average.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Average.UInt16.cs index 35361488f3a317..d5bdcebd0eef87 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Average.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Average.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int16.1.cs index 8eaef984653970..64f17ffbdaf726 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int16.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int16.2.cs index 59b7ae592cd700..9ae8dc2a10284e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int16.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int16.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int16.4.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int16.4.cs index 9ef6a619994a22..29d2c09191d670 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int16.4.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int16.4.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int16.85.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int16.85.cs index 9ec42fadc77c06..e0ca84db0b7649 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int16.85.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int16.85.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int32.1.cs index 05756e12291637..807b26383534f6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int32.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int32.2.cs index c0020850c0e1e5..ff6e704a8b648d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int32.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int32.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int32.4.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int32.4.cs index 81d8f3ce6132e7..13cc3b1eeb5e61 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int32.4.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int32.4.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int32.85.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int32.85.cs index 2f497c31ed8fe9..431b01d2dee473 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int32.85.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.Int32.85.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt16.1.cs index 92cd5a3d50eb46..9022acc6207bf8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt16.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt16.2.cs index 00d50b267313cb..11b3c3136a96e3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt16.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt16.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt16.4.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt16.4.cs index 5c1089b98d2de9..ee1843609f3de6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt16.4.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt16.4.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt16.85.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt16.85.cs index b7adac5a4326ff..4f0c54211d308d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt16.85.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt16.85.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt32.1.cs index 429f2ecbafc3af..6107a16739e13a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt32.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt32.2.cs index 047a50ec5a6c1c..89f2cbceb9ccf6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt32.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt32.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt32.4.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt32.4.cs index 1a4e1bf2c85041..66937d93d91843 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt32.4.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt32.4.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt32.85.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt32.85.cs index 41478263e8d45c..ea8feea0d8804a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt32.85.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Blend.UInt32.85.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.Byte.cs index 33d11157e2430e..ea56afe226e70a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.Int16.cs index 733f3f5ea8ba13..4367882cc47dc0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.Int32.cs index f2f51ec69d88bc..c1c038fe361a69 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.Int64.cs index fab6bc1c9af677..5a8e254e821457 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.SByte.cs index 779d772c88a0e1..6118db08d99e6b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.UInt16.cs index cc95c416dcafe0..fbcdd072a61454 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.UInt32.cs index 4fe7030c230216..51c716092f05a7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.UInt64.cs index 50563d26199bff..0cc6eebd490c6d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BlendVariable.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.Byte.cs index fee179fffca323..befbe1e741da62 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.Double.cs index fbe534b823d41b..c76b63de13b9ae 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.Int16.cs index c558e1c03f2f8d..74d2d6f35db9c8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.Int32.cs index 53575ccae60177..318f4709144315 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.Int64.cs index cdc360cf743a9d..224a02a5f28bf7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.SByte.cs index 92df562c455ef5..3dfedea744a455 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.Single.cs index c3e87011212552..22669142a2f259 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.UInt16.cs index 73bc9e75039c8e..fb2f18c8ee9f74 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.UInt32.cs index 9b6760e69ddd7b..8aa5fce37268cc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.UInt64.cs index 323f63dfff6fca..fd5f821d269093 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.Byte.cs index 573dfcb81a8e13..46627a73e72602 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.Double.cs index 3d5a2b61339404..557c976d5b822a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.Int16.cs index f684077ce5dd82..f88a1c28ef9b3e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.Int32.cs index 9cda6429634b0d..dd27cfbb505075 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.Int64.cs index 36c75056386e55..9164e068e48d8f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.SByte.cs index fd10693db7b88f..cc5dc862150666 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.Single.cs index 47d62d7fd8a0d5..6cb33e6c3b211a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.UInt16.cs index 356f94ec72951f..e8166334e7e84b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.UInt32.cs index 7b326c65386f79..6ad550f31e2d7d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.UInt64.cs index 0edfaf2c5bf394..d3ff927a2a258c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastScalarToVector256.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastVector128ToVector256.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastVector128ToVector256.cs index 6a0e45ec7ae071..3d545cd0db0ccd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastVector128ToVector256.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastVector128ToVector256.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.Byte.cs index b599def1bb0814..147f8365d176c4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.Int16.cs index 4da2341700f5b7..c915bd848b35da 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.Int32.cs index 1562434de84ef5..1788f623bfda0c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.Int64.cs index 559c1a0f90dabf..f67e768b0a7509 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.SByte.cs index 3849137b4cb63e..f134d7001492d5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.UInt16.cs index 6c138b8db264bf..91310963b518f2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.UInt32.cs index d4e716e5646d70..5d83921a170499 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.UInt64.cs index c3f96c18ffc8b1..155965a709d9e8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareEqual.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareGreaterThan.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareGreaterThan.Int16.cs index 49cf008efc9959..0a9490d9973a13 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareGreaterThan.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareGreaterThan.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareGreaterThan.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareGreaterThan.Int32.cs index 4ec03418ae6d9c..152acd8728172e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareGreaterThan.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareGreaterThan.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareGreaterThan.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareGreaterThan.Int64.cs index db455971ff1318..02fe7b1ffe552a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareGreaterThan.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareGreaterThan.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareGreaterThan.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareGreaterThan.SByte.cs index 62f187ddfe50a7..199b123af76b61 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareGreaterThan.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/CompareGreaterThan.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToInt32.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToInt32.Int32.cs index 2b5690eb081d8f..91cfea1c685678 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToInt32.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToInt32.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToUInt32.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToUInt32.UInt32.cs index f7dbbb855c1b79..c12700320fe420 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToUInt32.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToUInt32.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int16.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int16.Byte.cs index 2a4800189fe5e8..920de8df2b5adf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int16.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int16.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int16.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int16.SByte.cs index 21beb9dd3cda36..d2ce8afabb67af 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int16.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int16.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int32.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int32.Byte.cs index ac163d11a34535..935816a5ab6214 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int32.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int32.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int32.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int32.Int16.cs index 777b6f244cdd94..ee31d8d554f381 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int32.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int32.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int32.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int32.SByte.cs index d824f5686f0efd..46ee3e27a22236 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int32.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int32.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int32.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int32.UInt16.cs index dbdb1457069165..594948cd4b1b23 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int32.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int32.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int64.Byte.cs index cc1862d98baf3c..73b2d28fc6070c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int64.Int16.cs index aff546dff99003..0ad8fc59ba7f7f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int64.Int32.cs index c93d69b07f9598..de745769eaf005 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int64.SByte.cs index 1058faaf208425..656536843d120b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int64.UInt16.cs index abd6201e1ab234..8a67dc0ef0837b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int64.UInt32.cs index 54ecb609366263..641acfaf96fbd2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256Int64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.Byte.1.cs index ded1755725029a..a43c23fe0f5b16 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.Int16.1.cs index 8138d7aa3caa28..d84345609f73f3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.Int32.1.cs index 794ad807e8a569..a105afe57d0363 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.Int64.1.cs index 42612f8e5865f8..91f00054d846b6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.SByte.1.cs index 6685149df9cdd5..829ebc4828161e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.UInt16.1.cs index 9ca7944a582c8f..78aaa752e3eebe 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.UInt32.1.cs index d387188e2b2a1d..1b2fc45029a4ff 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.UInt64.1.cs index d77b4f22f2ed0d..a70e0e090912f0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ExtractVector128.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector128.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector128.cs index c4686df66501c4..ae256b08e01674 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector128.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector128.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector256.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector256.cs index b7dc173a42a6eb..b993f474ca3688 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector256.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector256.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector128.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector128.cs index 51424953ea470e..856d32f262c7c0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector128.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector128.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector256.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector256.cs index ab4a5ff7d51e37..62c9b106e9649b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector256.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector256.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/HorizontalAdd.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/HorizontalAdd.cs index 3abe47f0d52320..b81220f41674fe 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/HorizontalAdd.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/HorizontalAdd.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; @@ -125,4 +124,4 @@ public void Dispose() } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/HorizontalSubtract.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/HorizontalSubtract.cs index 2f11be690692cc..5468c74f5ad7cf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/HorizontalSubtract.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/HorizontalSubtract.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; @@ -125,4 +124,4 @@ public void Dispose() } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.Byte.1.cs index a68a02681dbd21..40ec9b9bb300a8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.Int16.1.cs index fd550d222b3d07..9c70f414a43f06 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.Int32.1.cs index 4d9419e070ff00..246ec99510a378 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.Int64.1.cs index 3223a1bbca53a2..447546c4410659 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.SByte.1.cs index ee1d4b1a05ab94..b88045d72fe8f6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.UInt16.1.cs index ca90995b9be4ad..1a4825ab678e6c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.UInt32.1.cs index 6cb5e71b831c48..8555a7db707c49 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.UInt64.1.cs index 6e2b72d9f0d48e..db43ed99222d9e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/LoadAlignedVector256NonTemporal.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/LoadAlignedVector256NonTemporal.cs index cf0c29a4c64180..0e32ee7753294e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/LoadAlignedVector256NonTemporal.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/LoadAlignedVector256NonTemporal.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskLoad.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskLoad.Int32.cs index f282ad056ed70c..d98d518c247313 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskLoad.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskLoad.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskLoad.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskLoad.Int64.cs index 1fe33160ead133..90d9e502180faa 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskLoad.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskLoad.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskLoad.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskLoad.UInt32.cs index c23f6cc70b52cb..1ec929e048aefe 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskLoad.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskLoad.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskLoad.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskLoad.UInt64.cs index eb59b925a27a12..cd8e9ea891eb77 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskLoad.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskLoad.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskStore.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskStore.Int32.cs index 888eed3f9704dc..0dd7098f5240ed 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskStore.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskStore.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskStore.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskStore.Int64.cs index d156438a382e69..a11009adc9b750 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskStore.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskStore.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskStore.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskStore.UInt32.cs index b33e9d9e620489..e7bada03ab4b6a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskStore.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskStore.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskStore.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskStore.UInt64.cs index 4ffbd2f68a8ae2..1711dca5b4cd19 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskStore.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MaskStore.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Max.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Max.Byte.cs index 2ba50303b5336c..2c7ef1413b5686 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Max.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Max.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Max.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Max.Int16.cs index 37c9283ccdad32..71bec9dd6a9e47 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Max.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Max.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Max.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Max.Int32.cs index 99b5a60937acda..1dfdd858484e1d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Max.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Max.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Max.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Max.SByte.cs index 77d60cb66d850d..b57a1c48580518 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Max.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Max.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Max.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Max.UInt16.cs index 0e1691ea19c0e1..f22969a44779b9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Max.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Max.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Max.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Max.UInt32.cs index 94de5f6fcc0ad1..071756c60c032b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Max.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Max.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Min.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Min.Byte.cs index 6adcde951239f5..f9bdaba5767b3a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Min.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Min.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Min.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Min.Int16.cs index 2ec6886f6bc8f5..3b063781fb91c6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Min.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Min.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Min.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Min.Int32.cs index 337fa61b40e757..ae3d95ba81033f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Min.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Min.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Min.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Min.SByte.cs index bf084a58425801..f4942c84434174 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Min.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Min.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Min.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Min.UInt16.cs index 0ab8743517ac88..34c20813e8f5fc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Min.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Min.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Min.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Min.UInt32.cs index f32c40bb9bd9a3..dcd9493c66833a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Min.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Min.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MoveMask.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MoveMask.cs index c33b4f2562e374..56cbc6cc7cf13b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MoveMask.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MoveMask.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultipleSumAbsoluteDifferences.UInt16.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultipleSumAbsoluteDifferences.UInt16.0.cs index a1c900146ee4a5..a67c01a1e4cf91 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultipleSumAbsoluteDifferences.UInt16.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultipleSumAbsoluteDifferences.UInt16.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Multiply.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Multiply.cs index 4f3b6afb450006..b228823882b9c4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Multiply.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Multiply.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; @@ -113,4 +112,4 @@ public void Dispose() } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyAddAdjacent.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyAddAdjacent.Int16.cs index aa6d0841b204a5..6cd7854036fe1b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyAddAdjacent.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyAddAdjacent.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyAddAdjacent.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyAddAdjacent.Int32.cs index 7f9ad2f1c4ce4a..407fe383e1c15f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyAddAdjacent.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyAddAdjacent.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyHigh.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyHigh.Int16.cs index 851d55a04e435a..55b6deb5cfdc2c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyHigh.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyHigh.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyHigh.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyHigh.UInt16.cs index c435dc690ad540..fadc552ed69508 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyHigh.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyHigh.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyHighRoundScale.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyHighRoundScale.Int16.cs index b3cf09def213f3..798fffb6f1b9b5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyHighRoundScale.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyHighRoundScale.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyLow.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyLow.Int16.cs index a4d14d48dca85e..391e96e9d80dfa 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyLow.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyLow.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyLow.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyLow.Int32.cs index 28977af7b2a829..e6a3e5eae54d51 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyLow.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyLow.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyLow.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyLow.UInt16.cs index a639f611884cd6..6103a2252a9415 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyLow.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyLow.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyLow.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyLow.UInt32.cs index cbf9ca25503a87..6dd3522e3d829d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyLow.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MultiplyLow.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.Byte.cs index 926b7e2ceac47d..a23887ff8d77b9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.Int16.cs index ebee6d935b40d0..1148fbed1538da 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.Int32.cs index a360f9b8c92f64..b438c5613ef716 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.Int64.cs index ecca302cb201e7..7f6a122892866c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.SByte.cs index a355137baa9417..76e1bc337f1823 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.UInt16.cs index 47d03db7ea73f3..5f3f7be54e0ec7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.UInt32.cs index 76a6b9282cdee8..e8b763584b6420 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.UInt64.cs index 323e99c5c14061..f8705b20133457 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Or.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PackSignedSaturate.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PackSignedSaturate.Int16.cs index fc2e97a8a9dc79..239336a78e10d0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PackSignedSaturate.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PackSignedSaturate.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PackSignedSaturate.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PackSignedSaturate.SByte.cs index 6d2760d95476a8..2e6c7b2205c1b0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PackSignedSaturate.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PackSignedSaturate.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PackUnsignedSaturate.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PackUnsignedSaturate.Byte.cs index 2ff72da7de19f4..b2e62413aa4162 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PackUnsignedSaturate.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PackUnsignedSaturate.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PackUnsignedSaturate.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PackUnsignedSaturate.UInt16.cs index bde0f33ddc00ff..654edec4a992e9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PackUnsignedSaturate.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PackUnsignedSaturate.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute2x128.Avx2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute2x128.Avx2.cs index 056d7d0ea9ce81..eba45ae49bfb11 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute2x128.Avx2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute2x128.Avx2.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute2x128.Int32.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute2x128.Int32.2.cs index e71264a2d80158..5bba630600f674 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute2x128.Int32.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute2x128.Int32.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute2x128.Int64.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute2x128.Int64.2.cs index 2babbbdbee78dc..67aeea725f6911 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute2x128.Int64.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute2x128.Int64.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute2x128.UInt32.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute2x128.UInt32.2.cs index 841d3f891f493c..b07fb060bb7651 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute2x128.UInt32.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute2x128.UInt32.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute2x128.UInt64.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute2x128.UInt64.2.cs index d3e836985d8d96..1f557013db57ee 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute2x128.UInt64.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute2x128.UInt64.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute4x64.Double.85.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute4x64.Double.85.cs index e47a3acecccb92..efbf13d799647d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute4x64.Double.85.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute4x64.Double.85.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute4x64.Int64.85.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute4x64.Int64.85.cs index 917f18c7363400..2e729b5a25b69f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute4x64.Int64.85.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute4x64.Int64.85.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute4x64.UInt64.85.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute4x64.UInt64.85.cs index 16cf1ca266cdcb..9060651468c200 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute4x64.UInt64.85.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Permute4x64.UInt64.85.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PermuteVar8x32.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PermuteVar8x32.Int32.cs index 16911931da1b87..165ff2add388af 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PermuteVar8x32.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PermuteVar8x32.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PermuteVar8x32.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PermuteVar8x32.Single.cs index 12ed52ea7d3674..26ed20f3ed052e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PermuteVar8x32.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PermuteVar8x32.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PermuteVar8x32.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PermuteVar8x32.UInt32.cs index d7804a05e3f0ea..d0b2f1b1c2dd89 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PermuteVar8x32.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/PermuteVar8x32.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Program.Avx2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Program.Avx2.cs index 87b405c810dd0a..c09428931ad4f9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Program.Avx2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Program.Avx2.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Program.ConvertToVector256.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Program.ConvertToVector256.cs index c41b6cd616c9a8..6669e61f523de9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Program.ConvertToVector256.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Program.ConvertToVector256.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.Int16.1.cs index 8445b8a66c550d..59dc6f9fb7e73f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.Int16.16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.Int16.16.cs index c3faa44f6445ae..36c963b824dcc0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.Int16.16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.Int16.16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.Int32.1.cs index 571aeaec54a86b..30751004b2884b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.Int32.32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.Int32.32.cs index c7c6b5a02b0f10..0a7cd846a86ee7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.Int32.32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.Int32.32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.Int64.1.cs index c897a2a621965f..36d7a5cf456f2c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.Int64.64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.Int64.64.cs index a6c057c2003525..5113744566b1f9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.Int64.64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.Int64.64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.UInt16.1.cs index fbec55862bb0d5..c95e4c295b0838 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.UInt16.16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.UInt16.16.cs index 8afb117dad3ad6..6ce15bd095038b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.UInt16.16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.UInt16.16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.UInt32.1.cs index 8f4515884f08d1..852ff2efda5466 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.UInt32.32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.UInt32.32.cs index c84d457ff8f5a4..41d0fa5f567393 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.UInt32.32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.UInt32.32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.UInt64.1.cs index 316d7e2f7b2f3f..63d5885df0e305 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.UInt64.64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.UInt64.64.cs index f97b3cb15726c7..969bf1193dc1c6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.UInt64.64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical.UInt64.64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.Byte.1.cs index ee3edeb2650d95..dd4e1b8f9750d8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.Int16.1.cs index 35cdb4a8e5a80a..d0903b6534be6d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.Int32.1.cs index 574e716168255f..0c6576122b45c4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.Int64.1.cs index 524012ec7e3ca4..eb05189c5ece26 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.SByte.1.cs index 112845ee1570a6..853c6d4fad9d3c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.UInt16.1.cs index 31b9d615991a5c..135221a3d53636 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.UInt32.1.cs index 6b1f0eb85f6faf..4e9a47baeef30c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.UInt64.1.cs index a51333e8ed2c8e..c0725d47451e15 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogical128BitLane.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogicalVariable.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogicalVariable.cs index a9ee7b7b0e55c5..f6b25f03a77385 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogicalVariable.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogicalVariable.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; @@ -385,4 +384,4 @@ public void Dispose() } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightArithmetic.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightArithmetic.Int16.1.cs index 1f2181bcfff259..27f4ed1de81d1e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightArithmetic.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightArithmetic.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightArithmetic.Int16.16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightArithmetic.Int16.16.cs index 305a9693755463..2728fe6937fc35 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightArithmetic.Int16.16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightArithmetic.Int16.16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightArithmetic.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightArithmetic.Int32.1.cs index 2a95b3e02037a2..9ac42fc47edbcb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightArithmetic.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightArithmetic.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightArithmetic.Int32.32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightArithmetic.Int32.32.cs index a96bc4c09bce21..8a79229364938d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightArithmetic.Int32.32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightArithmetic.Int32.32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightArithmeticVariable.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightArithmeticVariable.Int32.cs index ee5c8e009e10cd..6e348ce5cfc30b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightArithmeticVariable.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightArithmeticVariable.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.Int16.1.cs index a0d7c79bdaa2c4..8658dc575599d7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.Int16.16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.Int16.16.cs index b9bd3d7257cecd..e831ef88c2bf29 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.Int16.16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.Int16.16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.Int32.1.cs index e1a48cc4b4b999..506fe79dab42c4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.Int32.32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.Int32.32.cs index bf5f137cf49f38..4ec9dfa8989ea3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.Int32.32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.Int32.32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.Int64.1.cs index ce3a008593600b..183e472baa1857 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.Int64.64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.Int64.64.cs index 5050941fa4fd9e..72a24c1314a175 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.Int64.64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.Int64.64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.UInt16.1.cs index 260fe1e7f61d1a..873365c39a8541 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.UInt16.16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.UInt16.16.cs index 52a996cacc6abe..30ab6e533429b1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.UInt16.16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.UInt16.16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.UInt32.1.cs index c0bc62f35f6e79..8614858de236b0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.UInt32.32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.UInt32.32.cs index 99002bf2e4ce96..8374e8a4598d6f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.UInt32.32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.UInt32.32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.UInt64.1.cs index 40283dad2479f8..ac597b8fca24a6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.UInt64.64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.UInt64.64.cs index 989b9364c576ce..d21c3461a78e37 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.UInt64.64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical.UInt64.64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.Byte.1.cs index f2deec80be6a85..d09738a187fce4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.Int16.1.cs index 336d62a1f8435d..0cb829133621f2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.Int32.1.cs index d2af085de9804c..31813a5dbfd15f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.Int64.1.cs index 9feaf4e33e3cd3..2d803ea2ed9396 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.SByte.1.cs index a93e6d06331674..2dc5b3f4bbb5ae 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.UInt16.1.cs index 696753ddbe830c..26a9a5943c5af4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.UInt32.1.cs index 380b5686512378..e982fc40457c51 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.UInt64.1.cs index 644b17e3ba8599..333f4f3398eb21 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogical128BitLane.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogicalVariable.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogicalVariable.cs index 8f98f13068c0d1..b4faeb8dc7d8ff 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogicalVariable.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogicalVariable.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; @@ -385,4 +384,4 @@ public void Dispose() } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Shuffle.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Shuffle.Byte.cs index 1432dfcc065d8e..cff36b7c269160 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Shuffle.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Shuffle.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Shuffle.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Shuffle.Int32.1.cs index 923d578b8d745b..992982c563b28c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Shuffle.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Shuffle.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Shuffle.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Shuffle.SByte.cs index d27de61053fa7e..bbeedc60953862 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Shuffle.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Shuffle.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Shuffle.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Shuffle.UInt32.1.cs index 210ec893c9e2ea..c664b975ae3d19 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Shuffle.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Shuffle.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShuffleHigh.Int16.228.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShuffleHigh.Int16.228.cs index aa8d7d3670b2dc..2b5fd4e24eea97 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShuffleHigh.Int16.228.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShuffleHigh.Int16.228.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShuffleHigh.UInt16.228.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShuffleHigh.UInt16.228.cs index 20634795fb6275..dfdd1078472796 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShuffleHigh.UInt16.228.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShuffleHigh.UInt16.228.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShuffleLow.Int16.228.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShuffleLow.Int16.228.cs index 4949da8a84a06e..78d9a315a655cc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShuffleLow.Int16.228.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShuffleLow.Int16.228.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShuffleLow.UInt16.228.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShuffleLow.UInt16.228.cs index 9e3e630c194651..c95759de281600 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShuffleLow.UInt16.228.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShuffleLow.UInt16.228.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Sign.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Sign.Int16.cs index 15c48d4e21a435..653a088c9f5b71 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Sign.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Sign.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Sign.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Sign.Int32.cs index 9cfb56bddb6047..f741869af735fa 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Sign.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Sign.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Sign.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Sign.SByte.cs index 8469a392bb8698..da36ebac73cfa5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Sign.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Sign.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.Byte.cs index 1a0c4c6dfc9dff..092a00afa0c321 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.Int16.cs index 992aefd31d709a..a8dc33580f3963 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.Int32.cs index 12071faa61c263..77bd325989bb2f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.Int64.cs index 331127c26677e3..532ecb2391d9ab 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.SByte.cs index fed6aa9cca726e..f51fc06fdc4c27 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.UInt16.cs index 3b6a841f7f3162..957cf2dbe87994 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.UInt32.cs index fca4768457bbb8..a28c94cc067f9a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.UInt64.cs index 62bada053b2f09..9a7bc593b6f47b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Subtract.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/SubtractSaturate.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/SubtractSaturate.cs index 1d95920f2c56ea..ebe51df061a497 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/SubtractSaturate.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/SubtractSaturate.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; @@ -158,4 +157,4 @@ public void Dispose() } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/SumAbsoluteDifferences.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/SumAbsoluteDifferences.UInt16.cs index eba96da180cc01..3577ae42cf0c72 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/SumAbsoluteDifferences.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/SumAbsoluteDifferences.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/UnpackHigh.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/UnpackHigh.cs index 55e5d3b048b5ab..476f31941b1daf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/UnpackHigh.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/UnpackHigh.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; @@ -263,4 +262,4 @@ public void Dispose() } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/UnpackLow.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/UnpackLow.cs index 20e4b41fdb0dd3..d34d5ef5fa7e31 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/UnpackLow.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/UnpackLow.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; @@ -263,4 +262,4 @@ public void Dispose() } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.Byte.cs index 8ad2d9af541fa6..185c27ba09c9a0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.Int16.cs index df1b33fed8cb5a..182a169a73d9e2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.Int32.cs index c9b6c4e1afa3fd..06e5edde352286 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.Int64.cs index cee130fe149d31..8c7e1bfe43aef1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.SByte.cs index 5b931bc4df1b70..f6c09f5ea453fd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.UInt16.cs index cd9304fab8a25d..0276238ce7369b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.UInt32.cs index 839b37af922a3a..3fe721b9a7a5ba 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.UInt64.cs index af421b9b87729c..cf1fc3c290fc91 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Xor.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.Int32.1.cs index 5e717770abf480..72090114aa2f39 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.Int32.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.Int32.2.cs index 6725be4caec17f..a46c23e6808ac5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.Int32.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.Int32.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.Int32.4.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.Int32.4.cs index 4462e98de69b5e..869f5984fb14f6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.Int32.4.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.Int32.4.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.Int32.85.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.Int32.85.cs index b6dfdc8ef60739..f77bc4c5924338 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.Int32.85.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.Int32.85.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.UInt32.1.cs index 836ff7f0984291..09349300c5376e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.UInt32.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.UInt32.2.cs index fe38fa2549f249..300d31eeda2878 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.UInt32.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.UInt32.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.UInt32.4.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.UInt32.4.cs index 021de97086ca25..da7d2f56dbe0fc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.UInt32.4.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.UInt32.4.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.UInt32.85.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.UInt32.85.cs index 06d7db2239e015..fabd79cb29ef71 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.UInt32.85.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.UInt32.85.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.Byte.cs index e3d126e34aab12..709b61fa80d369 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.Int16.cs index 684e0f5765a271..d40bb7d33b0789 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.Int32.cs index 0c699c6763fa7e..443c2a153ef5a9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.Int64.cs index 78ed3929796c16..6c7204be116fdc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.SByte.cs index 1e64204e502ccc..6f227cfc6d9874 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.UInt16.cs index 73e296c711c873..6773d302d31003 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.UInt32.cs index d69743b75dd2fa..7b9f93c7a14394 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.UInt64.cs index 89cd9163da9d65..8750bdac1a76e3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.Byte.cs index bfdacccffa6944..765b1bdd46a22a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.Int16.cs index e40b57572d163b..6a8f7d510c12b9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.Int32.cs index 056c5a7b52f92e..b5339a960c0aba 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.Int64.cs index b9d0cb176482f1..411c4429bb58aa 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.SByte.cs index 0a5e099b082165..266e3cd5656931 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.UInt16.cs index 0448cb155dd823..342ee2e5a58a66 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.UInt32.cs index c81392f366ca75..6edee2e960efdf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.UInt64.cs index f36830f58a984a..8fad10e974320e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector256.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskLoad.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskLoad.Int32.cs index c9263a5dd982ac..cfb3d503bb12a4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskLoad.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskLoad.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskLoad.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskLoad.Int64.cs index 19ed5ca54f0084..c45d9e76ff26eb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskLoad.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskLoad.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskLoad.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskLoad.UInt32.cs index 42ec3efa5235f3..d1a927bdcd5db8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskLoad.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskLoad.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskLoad.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskLoad.UInt64.cs index 606c844432d1a7..77769b68797957 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskLoad.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskLoad.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskStore.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskStore.Int32.cs index e4815e22273a3e..4112e42c5dcb7a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskStore.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskStore.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskStore.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskStore.Int64.cs index 620767ad2e9702..5234f55877b8af 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskStore.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskStore.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskStore.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskStore.UInt32.cs index 0c263e08225905..173451f3d29104 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskStore.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskStore.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskStore.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskStore.UInt64.cs index 337247e1d2bc2e..8a7d89999fae9f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskStore.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/MaskStore.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Program.Avx2_Vector128.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Program.Avx2_Vector128.cs index c2b13abc923af9..b7d023f99a50b8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Program.Avx2_Vector128.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Program.Avx2_Vector128.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/ShiftRightArithmeticVariable.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/ShiftRightArithmeticVariable.Int32.cs index b2abd55caa22ca..e94d003fb0184a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/ShiftRightArithmeticVariable.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/ShiftRightArithmeticVariable.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/MaskLoad.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/MaskLoad.Double.cs index 06946c46e80ad9..691b3ab661e0be 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/MaskLoad.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/MaskLoad.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/MaskLoad.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/MaskLoad.Single.cs index 231b529cef3c9b..a4132fa14941b1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/MaskLoad.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/MaskLoad.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/MaskStore.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/MaskStore.Double.cs index 82b629e8623143..8077ca8d26f8cb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/MaskStore.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/MaskStore.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/MaskStore.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/MaskStore.Single.cs index 8501dce2ab2eed..0645568d739b26 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/MaskStore.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/MaskStore.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/PermuteVar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/PermuteVar.Double.cs index 0fb39249ca03c0..6782895f1ff84d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/PermuteVar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/PermuteVar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/PermuteVar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/PermuteVar.Single.cs index b1ad49d9925193..f7eac13064227e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/PermuteVar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/PermuteVar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/Program.Avx_Vector128.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/Program.Avx_Vector128.cs index 5b89f26fad1c19..91fcf50efa6fda 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/Program.Avx_Vector128.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/Program.Avx_Vector128.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/AndNot.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/AndNot.UInt64.cs index 86953a8dac75a2..9469fb1ac9ac1d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/AndNot.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/AndNot.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/BitFieldExtract.UInt64.3Op.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/BitFieldExtract.UInt64.3Op.cs index a6bf026bc8f53b..9e488ce242790a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/BitFieldExtract.UInt64.3Op.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/BitFieldExtract.UInt64.3Op.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/BitFieldExtract.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/BitFieldExtract.UInt64.cs index 1e97d01a26390b..8ab0485afcd731 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/BitFieldExtract.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/BitFieldExtract.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/ExtractLowestSetBit.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/ExtractLowestSetBit.UInt64.cs index 16e4744f4ec104..6ec6e738e2b0c0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/ExtractLowestSetBit.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/ExtractLowestSetBit.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/GetMaskUpToLowestSetBit.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/GetMaskUpToLowestSetBit.UInt64.cs index b8cc85162d9f24..e8733463e15347 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/GetMaskUpToLowestSetBit.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/GetMaskUpToLowestSetBit.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/Program.Bmi1.X64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/Program.Bmi1.X64.cs index a37b7897b8e999..cf4cdaf4b8d5f4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/Program.Bmi1.X64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/Program.Bmi1.X64.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/ResetLowestSetBit.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/ResetLowestSetBit.UInt64.cs index 8b25e389c9ffa2..293c3269f8a922 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/ResetLowestSetBit.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/ResetLowestSetBit.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/TrailingZeroCount.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/TrailingZeroCount.UInt64.cs index 52161edb71236b..4ea5ed1598cc28 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/TrailingZeroCount.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/TrailingZeroCount.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/AndNot.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/AndNot.UInt32.cs index 822bbbf982c809..7ce2782ff16586 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/AndNot.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/AndNot.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/BitFieldExtract.UInt32.3Op.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/BitFieldExtract.UInt32.3Op.cs index c93b6437478c5c..7d6cefd3f24532 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/BitFieldExtract.UInt32.3Op.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/BitFieldExtract.UInt32.3Op.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/BitFieldExtract.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/BitFieldExtract.UInt32.cs index e08e3006b30716..9dcb16e23cbaa6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/BitFieldExtract.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/BitFieldExtract.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/ExtractLowestSetBit.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/ExtractLowestSetBit.UInt32.cs index 389527c77e17b1..290b850decabeb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/ExtractLowestSetBit.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/ExtractLowestSetBit.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/GetMaskUpToLowestSetBit.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/GetMaskUpToLowestSetBit.UInt32.cs index 3ad955ac510bd6..8892ca10f93a9b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/GetMaskUpToLowestSetBit.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/GetMaskUpToLowestSetBit.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/Program.Bmi1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/Program.Bmi1.cs index 1053bc203a6507..bf6387f4451b66 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/Program.Bmi1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/Program.Bmi1.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/ResetLowestSetBit.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/ResetLowestSetBit.UInt32.cs index 19677f5621c4a0..b26d04ab092691 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/ResetLowestSetBit.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/ResetLowestSetBit.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/TrailingZeroCount.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/TrailingZeroCount.UInt32.cs index 54716888983636..ea633792483a57 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/TrailingZeroCount.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/TrailingZeroCount.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2.X64/MultiplyNoFlags.UInt64.BinRes.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2.X64/MultiplyNoFlags.UInt64.BinRes.cs index 83529943e08808..9b45ec39d9ffb9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2.X64/MultiplyNoFlags.UInt64.BinRes.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2.X64/MultiplyNoFlags.UInt64.BinRes.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2.X64/MultiplyNoFlags.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2.X64/MultiplyNoFlags.UInt64.cs index 78d5a7e80b2f95..6b1f48c908a504 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2.X64/MultiplyNoFlags.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2.X64/MultiplyNoFlags.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2.X64/Program.Bmi2.X64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2.X64/Program.Bmi2.X64.cs index c64728eef96c9f..b1e833f358e903 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2.X64/Program.Bmi2.X64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2.X64/Program.Bmi2.X64.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2.X64/ZeroHighBits.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2.X64/ZeroHighBits.UInt64.cs index 931565157549f1..680bdb5a8851a7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2.X64/ZeroHighBits.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2.X64/ZeroHighBits.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2/MultiplyNoFlags.UInt32.BinRes.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2/MultiplyNoFlags.UInt32.BinRes.cs index 192fe6c788b037..12feff94e3227a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2/MultiplyNoFlags.UInt32.BinRes.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2/MultiplyNoFlags.UInt32.BinRes.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2/MultiplyNoFlags.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2/MultiplyNoFlags.UInt32.cs index 65b0b73b09cd40..b304915ddff33a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2/MultiplyNoFlags.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2/MultiplyNoFlags.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2/Program.Bmi2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2/Program.Bmi2.cs index f8a5d07ccadb2e..82cbace1fc0254 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2/Program.Bmi2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2/Program.Bmi2.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2/ZeroHighBits.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2/ZeroHighBits.UInt32.cs index dc050093d83a29..985e046b4f2772 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2/ZeroHighBits.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2/ZeroHighBits.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAdd.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAdd.Double.cs index 5a691902682efe..9a76a68f72698f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAdd.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAdd.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAdd.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAdd.Single.cs index 7199d6aec3ef49..3a2a417bf3f8d5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAdd.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAdd.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddNegated.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddNegated.Double.cs index 28016115ddacaf..025b9f0337481c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddNegated.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddNegated.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddNegated.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddNegated.Single.cs index 0578c03d879a13..7d76c66597a346 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddNegated.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddNegated.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddNegatedScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddNegatedScalar.Double.cs index 70c1f48ee891c2..962f7188495b83 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddNegatedScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddNegatedScalar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddNegatedScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddNegatedScalar.Single.cs index 090b00d7c34f47..ccb0e2e4037066 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddNegatedScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddNegatedScalar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddScalar.Double.cs index 2afb67d9699581..37354065cc0231 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddScalar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddScalar.Single.cs index 03361c903e0c24..40c8b93df006a9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddScalar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddSubtract.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddSubtract.Double.cs index 07b1e023877d6e..5a245c12b9e2d5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddSubtract.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddSubtract.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddSubtract.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddSubtract.Single.cs index dc77464cd2a74e..c043af3175fc94 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddSubtract.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplyAddSubtract.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtract.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtract.Double.cs index 873384dbe7ce54..74cdb7b6cf8c18 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtract.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtract.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtract.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtract.Single.cs index 4a58b4398c697d..aaa08f029f3853 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtract.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtract.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractAdd.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractAdd.Double.cs index 080d6e13ba429d..46c4b61e926802 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractAdd.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractAdd.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractAdd.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractAdd.Single.cs index ac6d6641c1d5f5..35f4c02b61838c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractAdd.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractAdd.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractNegated.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractNegated.Double.cs index 2e6a78e7b49aea..43fe24d0901168 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractNegated.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractNegated.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractNegated.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractNegated.Single.cs index bc251020ee9e97..633dc2e11c5bc4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractNegated.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractNegated.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractNegatedScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractNegatedScalar.Double.cs index 177fae17bffac4..2f29cab71ace9b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractNegatedScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractNegatedScalar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractNegatedScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractNegatedScalar.Single.cs index 89eeed96927883..997c2fa0851bbd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractNegatedScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractNegatedScalar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractScalar.Double.cs index d76b860333ee0d..790a1cef08af3c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractScalar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractScalar.Single.cs index da825302640508..8c89cb115f1a6b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/MultiplySubtractScalar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/Program.Fma_Vector128.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/Program.Fma_Vector128.cs index 0b383cea3a655b..66b962abf53187 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/Program.Fma_Vector128.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/Program.Fma_Vector128.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplyAdd.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplyAdd.Double.cs index 1167527129a9fb..f63a2b089232ea 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplyAdd.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplyAdd.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplyAdd.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplyAdd.Single.cs index 6acf33ec9d4971..821ca37b5a129f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplyAdd.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplyAdd.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplyAddNegated.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplyAddNegated.Double.cs index 587269bc05d66a..75912c8999a9a6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplyAddNegated.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplyAddNegated.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplyAddNegated.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplyAddNegated.Single.cs index f331feac343a07..fe5136250b509c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplyAddNegated.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplyAddNegated.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplyAddSubtract.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplyAddSubtract.Double.cs index c27c28d9905285..a4b993b77ca8a5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplyAddSubtract.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplyAddSubtract.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplyAddSubtract.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplyAddSubtract.Single.cs index 486232aad1fccd..1e3fcc66b8088c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplyAddSubtract.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplyAddSubtract.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplySubtract.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplySubtract.Double.cs index 259cd8dd81c71b..7e2afc02a0af61 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplySubtract.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplySubtract.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplySubtract.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplySubtract.Single.cs index 77d9f71f1e818c..831984188a752b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplySubtract.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplySubtract.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplySubtractAdd.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplySubtractAdd.Double.cs index 44f76e17617308..fa7f8d6a7da97a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplySubtractAdd.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplySubtractAdd.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplySubtractAdd.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplySubtractAdd.Single.cs index a696aa8c7820f8..c2b40c5595bd00 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplySubtractAdd.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplySubtractAdd.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplySubtractNegated.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplySubtractNegated.Double.cs index 3adebd7bb801bb..3c9aa0ba3e77b6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplySubtractNegated.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplySubtractNegated.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplySubtractNegated.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplySubtractNegated.Single.cs index e8fcca3c9d913c..41858b6ffbe5ef 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplySubtractNegated.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/MultiplySubtractNegated.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/Program.Fma_Vector256.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/Program.Fma_Vector256.cs index 1edc80ab627012..14bde60880765c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/Program.Fma_Vector256.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/Program.Fma_Vector256.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/IsSupported.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/IsSupported.cs index ec074ac77b31ee..e80fece7697376 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/IsSupported.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/IsSupported.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.Intrinsics.X86; diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorArgs.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorArgs.cs index a720cb8b7678ce..6e8f78787c4160 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorArgs.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorArgs.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. // // This test case is ported from S.N.Vector counterpart diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorArray.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorArray.cs index c88a5fe1b2b513..fe6dd12691f396 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorArray.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorArray.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. // // This test case is ported from S.N.Vector counterpart diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorHelpers.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorHelpers.cs index 62e6f8565b37f6..880d745b917e3f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorHelpers.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorHelpers.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorRet.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorRet.cs index c9d927b22e5b5c..557de16d103710 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorRet.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorRet.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. // // This test case is ported from S.N.Vector counterpart diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorUnused.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorUnused.cs index 223c54230dfbe3..56e2f0c0776a23 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorUnused.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorUnused.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. // // This test case is ported from S.N.Vector counterpart diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Lzcnt.X64/Lzcnt.X64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Lzcnt.X64/Lzcnt.X64.cs index 2ca93459b1a62e..10194e677d60ac 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Lzcnt.X64/Lzcnt.X64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Lzcnt.X64/Lzcnt.X64.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Lzcnt/Lzcnt.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Lzcnt/Lzcnt.cs index a999a08b2cac9e..276abdf30398c8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Lzcnt/Lzcnt.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Lzcnt/Lzcnt.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.Int64.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.Int64.0.cs index 78e2280d2a918a..ac5385e5af68e6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.Int64.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.Int64.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.Int64.1.cs index 034675d3f82999..4df78f8675443d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.Int64.129.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.Int64.129.cs index 9f19b5dbfe6db6..0b88d27155e497 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.Int64.129.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.Int64.129.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.Int64.16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.Int64.16.cs index 01692e59618192..e3e879db4a9781 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.Int64.16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.Int64.16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.Int64.17.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.Int64.17.cs index 3c97a4a071f298..94a9aaa17c7d61 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.Int64.17.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.Int64.17.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.UInt64.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.UInt64.0.cs index 27a3f61ebc85a6..d5cd9b3cf5d871 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.UInt64.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.UInt64.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.UInt64.1.cs index d689246423260a..f937471728f7fd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.UInt64.129.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.UInt64.129.cs index 8a89dda9430f77..a6750a80cfa2c4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.UInt64.129.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.UInt64.129.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.UInt64.16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.UInt64.16.cs index 92ee3ec2940ea2..2ae68f2ec13601 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.UInt64.16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.UInt64.16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.UInt64.17.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.UInt64.17.cs index 82946e4001bc1a..d419211fdfaaaf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.UInt64.17.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/CarrylessMultiply.UInt64.17.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/Program.Pclmulqdq.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/Program.Pclmulqdq.cs index 422b8035c7f8ec..7affcd6115fa0e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/Program.Pclmulqdq.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/Program.Pclmulqdq.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Popcnt.X64/Popcnt.X64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Popcnt.X64/Popcnt.X64.cs index 892bdcc33bd1c9..044818cd4ad246 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Popcnt.X64/Popcnt.X64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Popcnt.X64/Popcnt.X64.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Popcnt/Popcnt.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Popcnt/Popcnt.cs index c7eb575309d4a6..987d6d81acd1a5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Popcnt/Popcnt.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Popcnt/Popcnt.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_17073/GitHub_17073.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_17073/GitHub_17073.cs index 8ae3aa2385ebff..5ebaf98d2b4eb8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_17073/GitHub_17073.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_17073/GitHub_17073.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_17073/GitHub_17073_gen.csx b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_17073/GitHub_17073_gen.csx index 971ece3d27105f..b668ac006445f8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_17073/GitHub_17073_gen.csx +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_17073/GitHub_17073_gen.csx @@ -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. // This C# script can be executed using the csi // tool found in Tools\net46\roslyn\tools. diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/AesBinOpTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/AesBinOpTest.template index c319e1440c5f75..77d47b3163d291 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/AesBinOpTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/AesBinOpTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/AesImmOpTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/AesImmOpTest.template index 017d00d91fa355..4c2b2c33bb12c0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/AesImmOpTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/AesImmOpTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/AesUnOpTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/AesUnOpTest.template index f4483817b2f934..7e6d19588e0d62 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/AesUnOpTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/AesUnOpTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ExtractScalarTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ExtractScalarTest.template index e00c805ef1d3df..e3c080f7c0ae60 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ExtractScalarTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ExtractScalarTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ExtractVector128Test.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ExtractVector128Test.template index 9069c797d02d36..1862955070b976 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ExtractVector128Test.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ExtractVector128Test.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/GenericUnOpTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/GenericUnOpTest.template index 7c815bdc3f89f6..eb3c9071b05414 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/GenericUnOpTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/GenericUnOpTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ImmBinOpTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ImmBinOpTest.template index 469d1aaddb41a9..a6fde8802698a6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ImmBinOpTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ImmBinOpTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ImmUnOpTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ImmUnOpTest.template index 11f2bd953b6e61..8d71ffec4ced33 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ImmUnOpTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ImmUnOpTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/InsertScalarTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/InsertScalarTest.template index 685b498e5882d6..75af2be6698405 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/InsertScalarTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/InsertScalarTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/InsertVector128Test.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/InsertVector128Test.template index 7e0088ffa9835e..a2b29b1f61ac0a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/InsertVector128Test.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/InsertVector128Test.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/LoadBinOpTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/LoadBinOpTest.template index fac4d38e8b598e..846909536983b6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/LoadBinOpTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/LoadBinOpTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/LoadUnOpTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/LoadUnOpTest.template index a921f60eab719b..ceb87bf70e060d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/LoadUnOpTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/LoadUnOpTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/PclmulqdqOpTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/PclmulqdqOpTest.template index 4076bac85c2120..f53c9d299fe118 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/PclmulqdqOpTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/PclmulqdqOpTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/Program.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/Program.cs index 610035f06fea6f..884eff7b4465c6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/Program.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/Program.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ScalarBinOpTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ScalarBinOpTest.template index 04cecabc97a2b3..61e03165b21e1a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ScalarBinOpTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ScalarBinOpTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ScalarSimdUnOpTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ScalarSimdUnOpTest.template index 294befea67d30e..674807a53f05c8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ScalarSimdUnOpTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ScalarSimdUnOpTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ScalarSimdUnOpTest_DataTable.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ScalarSimdUnOpTest_DataTable.cs index 30467ae2cb6d1b..e6710bf2acdbfd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ScalarSimdUnOpTest_DataTable.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ScalarSimdUnOpTest_DataTable.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ScalarTernOpBinResTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ScalarTernOpBinResTest.template index a958777bde6722..90bf695ddaae43 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ScalarTernOpBinResTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ScalarTernOpBinResTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ScalarTernOpTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ScalarTernOpTest.template index a80a93ee63aa55..e4067af5bcb628 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ScalarTernOpTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ScalarTernOpTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ScalarUnOpTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ScalarUnOpTest.template index 108ec066c88512..284e578c93ab43 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ScalarUnOpTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/ScalarUnOpTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimdScalarUnOpConvTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimdScalarUnOpConvTest.template index fde38175110785..9ca9de214f28e0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimdScalarUnOpConvTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimdScalarUnOpConvTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimdScalarUnOpTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimdScalarUnOpTest.template index f42d4b8003596d..716380b3615e54 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimdScalarUnOpTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimdScalarUnOpTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimdScalarUnOpTest_DataTable.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimdScalarUnOpTest_DataTable.cs index 2317675d4bf291..45ebbbd611fbbf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimdScalarUnOpTest_DataTable.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimdScalarUnOpTest_DataTable.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimpleBinOpConvTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimpleBinOpConvTest.template index 0049bf59664434..62f485b685c07b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimpleBinOpConvTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimpleBinOpConvTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimpleBinOpConvTest_DataTable.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimpleBinOpConvTest_DataTable.cs index c217514c289096..b742c86651d00c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimpleBinOpConvTest_DataTable.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimpleBinOpConvTest_DataTable.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimpleBinOpTest_DataTable.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimpleBinOpTest_DataTable.cs index eae18a23685589..7e1d7709799906 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimpleBinOpTest_DataTable.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimpleBinOpTest_DataTable.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimpleUnOpConvTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimpleUnOpConvTest.template index e23555ccb8802d..7cfdc82befa37b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimpleUnOpConvTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimpleUnOpConvTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimpleUnOpTest_DataTable.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimpleUnOpTest_DataTable.cs index efda580ad0a0c1..afce1ceb953385 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimpleUnOpTest_DataTable.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/SimpleUnOpTest_DataTable.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/StoreBinOpTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/StoreBinOpTest.template index ca64c183580e45..44dd982ccc1eea 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/StoreBinOpTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/StoreBinOpTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/StoreUnOpTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/StoreUnOpTest.template index bfba013fe4d7cd..a9bb3fd25e42f3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/StoreUnOpTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/StoreUnOpTest.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/_BinaryOpTestTemplate.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/_BinaryOpTestTemplate.template index 94e6f0998290bd..b9fc45e85b0a24 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/_BinaryOpTestTemplate.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/_BinaryOpTestTemplate.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/_BooleanBinaryOpTestTemplate.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/_BooleanBinaryOpTestTemplate.template index 667c7acfefd809..610a93111984f9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/_BooleanBinaryOpTestTemplate.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/_BooleanBinaryOpTestTemplate.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/_BooleanUnaryOpTestTemplate.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/_BooleanUnaryOpTestTemplate.template index 1a01d03910642a..121c5862ddc5e5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/_BooleanUnaryOpTestTemplate.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/_BooleanUnaryOpTestTemplate.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/_TernaryOpTestTemplate.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/_TernaryOpTestTemplate.template index f11023a3e651d0..601a7f41d986f5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/_TernaryOpTestTemplate.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/_TernaryOpTestTemplate.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/_UnaryOpTestTemplate.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/_UnaryOpTestTemplate.template index 27836de4eea1e7..73b0c0297d3c49 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/_UnaryOpTestTemplate.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/_UnaryOpTestTemplate.template @@ -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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse.X64/ConvertScalarToVector128Single.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse.X64/ConvertScalarToVector128Single.Single.cs index 14727312826a14..85b0ca6126619f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse.X64/ConvertScalarToVector128Single.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse.X64/ConvertScalarToVector128Single.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse.X64/ConvertToInt64.Vector128Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse.X64/ConvertToInt64.Vector128Single.cs index 93f2e0319c8e6e..c867362bfbf0f7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse.X64/ConvertToInt64.Vector128Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse.X64/ConvertToInt64.Vector128Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse.X64/ConvertToInt64WithTruncation.Vector128Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse.X64/ConvertToInt64WithTruncation.Vector128Single.cs index 59db15562be159..54e7f8e4615faf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse.X64/ConvertToInt64WithTruncation.Vector128Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse.X64/ConvertToInt64WithTruncation.Vector128Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse.X64/Program.Sse.X64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse.X64/Program.Sse.X64.cs index 7fb867506edbb6..9ecd0e6841cf07 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse.X64/Program.Sse.X64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse.X64/Program.Sse.X64.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Add.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Add.Single.cs index b67392cb404c39..a4d4d0cde0f0ab 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Add.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Add.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/AddScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/AddScalar.Single.cs index ad0a2780b0b005..07e08cc2659a7d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/AddScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/AddScalar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/And.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/And.Single.cs index fc7b9d86d70486..de2896aa3dd78e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/And.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/And.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/AndNot.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/AndNot.Single.cs index cf660989977dcc..07aa5ff580eac8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/AndNot.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/AndNot.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareEqual.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareEqual.Single.cs index fc92b7c78bee31..eccef0ae736af0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareEqual.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareEqual.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareGreaterThan.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareGreaterThan.Single.cs index 7a097424cc6dd9..46fd91777f522b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareGreaterThan.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareGreaterThan.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareGreaterThanOrEqual.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareGreaterThanOrEqual.Single.cs index 326c701ec6a781..66656ed8bdf5b1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareGreaterThanOrEqual.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareGreaterThanOrEqual.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareLessThan.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareLessThan.Single.cs index a8b4e34fd4fb46..47ae490e2532ff 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareLessThan.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareLessThan.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareLessThanOrEqual.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareLessThanOrEqual.Single.cs index 91b5e3d01897a9..58ab1c9eac0444 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareLessThanOrEqual.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareLessThanOrEqual.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareNotEqual.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareNotEqual.Single.cs index 404e3bb0fed646..d50bf81266cb7e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareNotEqual.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareNotEqual.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareNotGreaterThan.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareNotGreaterThan.Single.cs index c634815f1df2b7..74b230b09b0800 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareNotGreaterThan.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareNotGreaterThan.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareNotGreaterThanOrEqual.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareNotGreaterThanOrEqual.Single.cs index 9a8b8e121fd605..c4227080cb59d5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareNotGreaterThanOrEqual.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareNotGreaterThanOrEqual.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareNotLessThan.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareNotLessThan.Single.cs index 5b6bacac1e9b34..06c0219f81055b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareNotLessThan.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareNotLessThan.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareNotLessThanOrEqual.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareNotLessThanOrEqual.Single.cs index e901fe74943ce2..16de70825c658e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareNotLessThanOrEqual.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareNotLessThanOrEqual.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareOrdered.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareOrdered.Single.cs index be2ff1a9386e53..dea2cb1e5ee54c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareOrdered.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareOrdered.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarEqual.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarEqual.Single.cs index 725c9d4eb76034..0dd193902d26d7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarEqual.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarEqual.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarGreaterThan.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarGreaterThan.Single.cs index 906daefd897603..bad43a72709a0f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarGreaterThan.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarGreaterThan.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarGreaterThanOrEqual.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarGreaterThanOrEqual.Single.cs index 8fde79b56acd55..b654558f845cce 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarGreaterThanOrEqual.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarGreaterThanOrEqual.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarLessThan.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarLessThan.Single.cs index c06b4ded73b63c..e232c499da8be8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarLessThan.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarLessThan.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarLessThanOrEqual.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarLessThanOrEqual.Single.cs index 3c53acac1d6d97..ed7c0d227253d2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarLessThanOrEqual.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarLessThanOrEqual.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarNotEqual.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarNotEqual.Single.cs index a461a96fead1cc..d9c604ce713050 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarNotEqual.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarNotEqual.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarNotGreaterThan.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarNotGreaterThan.Single.cs index 5f2723e87c9d02..c1acbccec97527 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarNotGreaterThan.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarNotGreaterThan.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarNotGreaterThanOrEqual.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarNotGreaterThanOrEqual.Single.cs index edc38afc78e7f8..b1642f6a91e4e8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarNotGreaterThanOrEqual.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarNotGreaterThanOrEqual.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarNotLessThan.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarNotLessThan.Single.cs index 788f468bb93763..adb62635908d39 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarNotLessThan.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarNotLessThan.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarNotLessThanOrEqual.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarNotLessThanOrEqual.Single.cs index 8b7bd678ae9c61..d2a3e1be085e1b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarNotLessThanOrEqual.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarNotLessThanOrEqual.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrdered.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrdered.Single.cs index 91d4b7d84a9c6e..ecd276d4635266 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrdered.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrdered.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrderedEqual.Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrderedEqual.Boolean.cs index 3d4e3884dff2bd..568decd43dbe97 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrderedEqual.Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrderedEqual.Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrderedGreaterThan.Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrderedGreaterThan.Boolean.cs index 34804fad305685..5bba14981daf21 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrderedGreaterThan.Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrderedGreaterThan.Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrderedGreaterThanOrEqual.Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrderedGreaterThanOrEqual.Boolean.cs index ef180fb9adb5ec..4235f8f392958c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrderedGreaterThanOrEqual.Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrderedGreaterThanOrEqual.Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrderedLessThan.Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrderedLessThan.Boolean.cs index 5303302b7b4def..7f335600b10725 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrderedLessThan.Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrderedLessThan.Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrderedLessThanOrEqual.Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrderedLessThanOrEqual.Boolean.cs index 5346039ee498dc..0c2a89507bdde4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrderedLessThanOrEqual.Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrderedLessThanOrEqual.Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrderedNotEqual.Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrderedNotEqual.Boolean.cs index 795e875baa86bc..6fcbc9d8d674e0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrderedNotEqual.Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarOrderedNotEqual.Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnordered.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnordered.Single.cs index 323ee0c6ea8f91..452f5c1556653b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnordered.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnordered.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnorderedEqual.Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnorderedEqual.Boolean.cs index d69b339bd4b182..efbc1f9f4e0697 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnorderedEqual.Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnorderedEqual.Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnorderedGreaterThan.Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnorderedGreaterThan.Boolean.cs index bb610817b0524e..93ce3188da186a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnorderedGreaterThan.Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnorderedGreaterThan.Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnorderedGreaterThanOrEqual.Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnorderedGreaterThanOrEqual.Boolean.cs index aca96b5f195cb9..92ea22952f5c2a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnorderedGreaterThanOrEqual.Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnorderedGreaterThanOrEqual.Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnorderedLessThan.Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnorderedLessThan.Boolean.cs index 3c3210bd58b20f..5392c9c4dc6468 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnorderedLessThan.Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnorderedLessThan.Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnorderedLessThanOrEqual.Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnorderedLessThanOrEqual.Boolean.cs index 59a4612215141b..4eb98017dbc3a8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnorderedLessThanOrEqual.Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnorderedLessThanOrEqual.Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnorderedNotEqual.Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnorderedNotEqual.Boolean.cs index 2b0cd76cfa1ad2..1b55ab1d213363 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnorderedNotEqual.Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareScalarUnorderedNotEqual.Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareUnordered.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareUnordered.Single.cs index c6430e0fc80a76..19e6308568ad61 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareUnordered.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/CompareUnordered.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertScalarToVector128Single.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertScalarToVector128Single.Single.cs index c7bcd98799dda4..5cdad5cc75661a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertScalarToVector128Single.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertScalarToVector128Single.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertToInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertToInt32.cs index e9f42223e699a1..576143dc511858 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertToInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertToInt32.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertToInt32WithTruncation.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertToInt32WithTruncation.cs index 9643a2c3c60783..b606a1ecd8014a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertToInt32WithTruncation.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertToInt32WithTruncation.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Divide.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Divide.Single.cs index f39ff7fc6f8229..97c360ce78e061 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Divide.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Divide.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/DivideScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/DivideScalar.Single.cs index db5f7e3f35fa63..8dd0e37a95e24e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/DivideScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/DivideScalar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadAlignedVector128.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadAlignedVector128.cs index eaf69099410c13..51ec412e22475d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadAlignedVector128.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadAlignedVector128.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadHigh.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadHigh.cs index 3e350f851681f4..dfd804dbfd0764 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadHigh.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadHigh.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadLow.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadLow.cs index 5bec2542bacbb7..4fb55b43481fd9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadLow.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadLow.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadScalarVector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadScalarVector128.Single.cs index 15017a7228e29b..c5fde64851d993 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadScalarVector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadScalarVector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadVector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadVector128.Single.cs index dee05e6ae533d1..57243338888163 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadVector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadVector128.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Max.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Max.Single.cs index ffa37934946ad8..25a74de4f1dc98 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Max.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Max.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MaxScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MaxScalar.Single.cs index 936dd7c39fb559..f65b9cc38c548b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MaxScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MaxScalar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Min.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Min.Single.cs index 5fc0bc0d8f8502..c1aaab5ce4b8e2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Min.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Min.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MinScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MinScalar.Single.cs index 56eb78ddb5b40c..766192c05f8b75 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MinScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MinScalar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveHighToLow.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveHighToLow.cs index 677f44f54a4ace..d5d33566506733 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveHighToLow.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveHighToLow.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveLowToHigh.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveLowToHigh.cs index 18612fe38bf2e9..744fa6c9e9e992 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveLowToHigh.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveLowToHigh.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveMask.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveMask.cs index d560701447f449..88ad912a1d3d6d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveMask.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveMask.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveScalar.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveScalar.cs index 80ae740ffa6497..1ea83587fe743e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveScalar.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveScalar.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Multiply.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Multiply.Single.cs index 43af71dbad4100..d8d0c66a3b1dce 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Multiply.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Multiply.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MultiplyScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MultiplyScalar.Single.cs index 09e2d0c5b248b1..966678788cc1c8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MultiplyScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MultiplyScalar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Or.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Or.Single.cs index bc2975cc1db55d..a58dec2d3f422e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Or.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Or.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Prefetch.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Prefetch.cs index d14c55514ce576..47935be89a923e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Prefetch.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Prefetch.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Program.Sse.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Program.Sse.cs index b53770f55b71d4..af4ad02bfcda3d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Program.Sse.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Program.Sse.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Reciprocal.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Reciprocal.cs index 88123215d1423a..e2c0668e3786cc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Reciprocal.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Reciprocal.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalScalar.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalScalar.cs index a2db5431ba13ac..df68d698622601 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalScalar.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalScalar.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalSqrt.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalSqrt.cs index 70abaf80aec7a9..f8e667082634a5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalSqrt.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalSqrt.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalSqrtScalar.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalSqrtScalar.cs index 30be5f46e7ca2a..9a66878e9d4fe7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalSqrtScalar.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalSqrtScalar.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Shuffle.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Shuffle.cs index b81fa2617a6583..144b64413923b1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Shuffle.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Shuffle.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Sqrt.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Sqrt.cs index 07300f8509f43b..bf6ca76b91ec29 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Sqrt.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Sqrt.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/SqrtScalar.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/SqrtScalar.cs index 8852b846b2f43d..9f8d781fd09605 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/SqrtScalar.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/SqrtScalar.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Store.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Store.cs index 4fd4007d7f33dd..b7d77c5a3d0bef 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Store.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Store.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreAligned.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreAligned.cs index 85a698b143a30a..63f93bd0469549 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreAligned.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreAligned.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreAlignedNonTemporal.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreAlignedNonTemporal.cs index 4c4cd52865c8c8..876310499655ba 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreAlignedNonTemporal.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreAlignedNonTemporal.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreFence.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreFence.cs index b8ba1817af843d..cee49755310bc1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreFence.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreFence.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreHigh.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreHigh.cs index d19755b0d31ad9..5226463f6c2153 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreHigh.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreHigh.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreLow.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreLow.cs index 43007b5ecee19f..c67a49d5bc4edc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreLow.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreLow.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreScalar.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreScalar.cs index 7721c091e53d27..e0fa223a337def 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreScalar.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreScalar.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Subtract.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Subtract.Single.cs index bab99ae418a9c8..0f5d17287bcdd1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Subtract.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Subtract.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/SubtractScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/SubtractScalar.Single.cs index 855f975b6d556a..70918811149cb7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/SubtractScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/SubtractScalar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/UnpackHigh.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/UnpackHigh.cs index c68269b99d6443..b6af1479ddda2c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/UnpackHigh.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/UnpackHigh.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/UnpackLow.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/UnpackLow.cs index 0796b31e6659b6..cc45a5c1aed31d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/UnpackLow.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/UnpackLow.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Xor.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Xor.Single.cs index 5ff677dff0ba3c..4fde0b5be09ee8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Xor.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Xor.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertScalarToVector128Double.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertScalarToVector128Double.Double.cs index 0a46cd1136362a..99814c4b017381 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertScalarToVector128Double.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertScalarToVector128Double.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertScalarToVector128Int64.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertScalarToVector128Int64.Int64.cs index 5d6fd60fc45460..d6c15ac850c6a6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertScalarToVector128Int64.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertScalarToVector128Int64.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertScalarToVector128UInt64.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertScalarToVector128UInt64.UInt64.cs index df4c60fec7021b..f59d5ff5ebd13f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertScalarToVector128UInt64.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertScalarToVector128UInt64.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertScalarToVector128UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertScalarToVector128UInt64.cs index 96c277eaffcdf9..3302c8348c3f93 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertScalarToVector128UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertScalarToVector128UInt64.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertToInt64.Vector128Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertToInt64.Vector128Double.cs index 8b43e685b98901..89a3697c121dd0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertToInt64.Vector128Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertToInt64.Vector128Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertToInt64.Vector128Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertToInt64.Vector128Int64.cs index 452b4a0883aac8..76dc4c69643abd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertToInt64.Vector128Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertToInt64.Vector128Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertToInt64WithTruncation.Vector128Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertToInt64WithTruncation.Vector128Double.cs index 5d98c754c94299..bbb878af7c7de2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertToInt64WithTruncation.Vector128Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertToInt64WithTruncation.Vector128Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertToUInt64.Vector128UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertToUInt64.Vector128UInt64.cs index dd8907984f07a1..60654ea25588e8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertToUInt64.Vector128UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/ConvertToUInt64.Vector128UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/Program.Sse2.X64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/Program.Sse2.X64.cs index b6a9e5cd11677a..2106439ce1374e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/Program.Sse2.X64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/Program.Sse2.X64.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/StoreNonTemporal.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/StoreNonTemporal.cs index 6e80f93034fe70..cd1f45c617edd1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/StoreNonTemporal.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/StoreNonTemporal.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.Byte.cs index eed2857b38cf3a..15e15b618b15bd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.Double.cs index bd115bd3b43a7f..6b36c4ab26a937 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.Int16.cs index 3b404f353459dc..c887b70244dfb0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.Int32.cs index 7c3b9fff2938eb..42e196ce42de2b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.Int64.cs index 8fcea12d7b3137..21991908dab00e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.SByte.cs index dfd961c5e67656..8d8d9d472ce259 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.UInt16.cs index 72691eea201cdc..8cbb99cf29f864 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.UInt32.cs index 2e3887066813df..7783297400a7d7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.UInt64.cs index a2a3712a0def4e..db591adf122491 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Add.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AddSaturate.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AddSaturate.Byte.cs index f15c938270b020..e7b80487258298 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AddSaturate.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AddSaturate.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AddSaturate.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AddSaturate.Int16.cs index 26b91d0622d2c6..66475813f0c038 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AddSaturate.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AddSaturate.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AddSaturate.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AddSaturate.SByte.cs index d4c0f5489f4e41..021d56e1560213 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AddSaturate.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AddSaturate.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AddSaturate.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AddSaturate.UInt16.cs index 16fcbf04d5bb78..bccaf4912819a5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AddSaturate.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AddSaturate.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AddScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AddScalar.Double.cs index cd5ad23058b1b1..4da76e0829bd2f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AddScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AddScalar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AlignVector128.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AlignVector128.cs index 70f733e52f776f..ab7c591eb940fc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AlignVector128.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AlignVector128.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.Byte.cs index c48db07f91d8ed..3472c20f9e56a8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.Double.cs index 4937b85ef2f1a8..d14b260ebe871a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.Int16.cs index 51d1f0037b6442..ac88106179b6dd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.Int32.cs index 7a9034786f8139..8730e925553594 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.Int64.cs index 9a718d562cb5e4..3265765f96ad72 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.SByte.cs index 497a146e327eb3..9a50ec41800857 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.UInt16.cs index 4f9917d4617e07..0629f1aedd6e2d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.UInt32.cs index 54fea871e6740b..e39037cc28e130 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.UInt64.cs index 3c4b2d754ed1f2..b6d359821455b0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/And.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.Byte.cs index de0340059b348e..d5aa7d853251ad 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.Double.cs index f8d6ed7461e6e0..60b1004bd118ea 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.Int16.cs index 145cfcd7bd9416..9a278ddef6278b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.Int32.cs index 9360e4fd0a685e..c56817bdcb5862 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.Int64.cs index 3c59829b5272fa..40b21d244343df 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.SByte.cs index d382900f82897b..f6adf323ed7a5d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.UInt16.cs index df8db11a203694..f37eb3c832522d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.UInt32.cs index c05d840e36d808..89bc34f7b52014 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.UInt64.cs index 12664b4841e5d4..bfda5fd19f7e26 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/AndNot.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Average.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Average.Byte.cs index 204e404a408788..d8933187a515aa 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Average.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Average.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Average.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Average.UInt16.cs index 2c0246f2b29bc9..0176e07d89f4bc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Average.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Average.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.Byte.cs index 3bda3d4404d0ac..b7596a6647d1cf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.Double.cs index fb629ffe728ef2..5b3090a64c5fb1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.Int16.cs index 895e102a83220c..2101b0837db907 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.Int32.cs index 346b0ece923466..53b915c7840a5e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.SByte.cs index 13db374b708693..357e36091b176f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.UInt16.cs index d76093d1512dbc..3099ab0120cf53 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.UInt32.cs index 3dd04a1ca526f1..f35f648f62927a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareEqual.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareGreaterThan.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareGreaterThan.Double.cs index fb3098b2918925..1477ae39230600 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareGreaterThan.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareGreaterThan.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareGreaterThan.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareGreaterThan.Int16.cs index 22fa8f72f01ea9..0447122567d7c3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareGreaterThan.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareGreaterThan.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareGreaterThan.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareGreaterThan.Int32.cs index 7767f6bff904d1..18dbb59806013a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareGreaterThan.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareGreaterThan.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareGreaterThan.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareGreaterThan.SByte.cs index f3ab0236937eb0..b31c287534a578 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareGreaterThan.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareGreaterThan.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareGreaterThanOrEqual.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareGreaterThanOrEqual.Double.cs index 718ffdb45ff4d4..e13bdaa4c6e073 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareGreaterThanOrEqual.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareGreaterThanOrEqual.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareLessThan.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareLessThan.Double.cs index 1537db2e2e9a4a..f77cc4b315d149 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareLessThan.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareLessThan.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareLessThan.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareLessThan.Int16.cs index 33667baf436875..8b66bf9a8cd788 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareLessThan.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareLessThan.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareLessThan.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareLessThan.Int32.cs index c2a9dc04973818..aefcd9972ed050 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareLessThan.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareLessThan.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareLessThan.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareLessThan.SByte.cs index 1d027578bcc68d..a4d553ba8be60a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareLessThan.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareLessThan.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareLessThanOrEqual.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareLessThanOrEqual.Double.cs index b5a5f90f6a7fbb..bad1a6249dc6c2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareLessThanOrEqual.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareLessThanOrEqual.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareNotEqual.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareNotEqual.Double.cs index 5f50ae9872fa4b..c543583e090adb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareNotEqual.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareNotEqual.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareNotGreaterThan.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareNotGreaterThan.Double.cs index 6aec3f89be3653..cb350256466504 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareNotGreaterThan.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareNotGreaterThan.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareNotGreaterThanOrEqual.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareNotGreaterThanOrEqual.Double.cs index 6833f5fb836299..ac67a290fa1f47 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareNotGreaterThanOrEqual.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareNotGreaterThanOrEqual.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareNotLessThan.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareNotLessThan.Double.cs index 1362a7c9755c93..22ca3ddc058a06 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareNotLessThan.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareNotLessThan.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareNotLessThanOrEqual.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareNotLessThanOrEqual.Double.cs index 183098f12d43dd..d2fb3da4908c23 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareNotLessThanOrEqual.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareNotLessThanOrEqual.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareOrdered.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareOrdered.Double.cs index 21d35acce2f33f..934a4eb544e64c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareOrdered.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareOrdered.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarEqual.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarEqual.Double.cs index 306207b1aa1603..3ab090e0eb041a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarEqual.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarEqual.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarGreaterThan.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarGreaterThan.Double.cs index 357d8dcf5f5e60..43d3cb7a03ff21 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarGreaterThan.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarGreaterThan.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarGreaterThanOrEqual.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarGreaterThanOrEqual.Double.cs index 209549cbbfaa24..c2980bb84ac0f8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarGreaterThanOrEqual.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarGreaterThanOrEqual.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarLessThan.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarLessThan.Double.cs index cebe90c9980e97..ff76e02e24cf6a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarLessThan.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarLessThan.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarLessThanOrEqual.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarLessThanOrEqual.Double.cs index eda09af8d57c73..fc232023261ebe 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarLessThanOrEqual.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarLessThanOrEqual.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarNotEqual.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarNotEqual.Double.cs index 8a914aec07f37b..0adeeb359b9215 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarNotEqual.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarNotEqual.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarNotGreaterThan.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarNotGreaterThan.Double.cs index 2a8a0b6a155e68..3e874dbf4d4d79 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarNotGreaterThan.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarNotGreaterThan.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarNotGreaterThanOrEqual.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarNotGreaterThanOrEqual.Double.cs index c5fd62607168f3..c4f99379989a39 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarNotGreaterThanOrEqual.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarNotGreaterThanOrEqual.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarNotLessThan.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarNotLessThan.Double.cs index f12ecfee3ea246..a3be390f167167 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarNotLessThan.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarNotLessThan.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarNotLessThanOrEqual.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarNotLessThanOrEqual.Double.cs index cebbbfb751371e..a5e256b445ffcd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarNotLessThanOrEqual.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarNotLessThanOrEqual.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrdered.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrdered.Double.cs index 23b5c4d95975ce..ff5c168739f8b0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrdered.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrdered.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrderedEqual.Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrderedEqual.Boolean.cs index daa0e222d74e73..e0f91df8e83fd7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrderedEqual.Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrderedEqual.Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrderedGreaterThan.Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrderedGreaterThan.Boolean.cs index f6352a35bb0f6e..b816b0372aa2a8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrderedGreaterThan.Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrderedGreaterThan.Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrderedGreaterThanOrEqual.Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrderedGreaterThanOrEqual.Boolean.cs index 65122a451029a9..70af16b0d0128e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrderedGreaterThanOrEqual.Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrderedGreaterThanOrEqual.Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrderedLessThan.Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrderedLessThan.Boolean.cs index 552716621a8235..11e2f941ce0139 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrderedLessThan.Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrderedLessThan.Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrderedLessThanOrEqual.Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrderedLessThanOrEqual.Boolean.cs index e0ee6f5ac9625a..189686b02f7df3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrderedLessThanOrEqual.Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrderedLessThanOrEqual.Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrderedNotEqual.Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrderedNotEqual.Boolean.cs index 789f014efc5fc3..61a182382b35f4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrderedNotEqual.Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarOrderedNotEqual.Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnordered.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnordered.Double.cs index d9f30b63cbdbfe..4ce7972e61453c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnordered.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnordered.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnorderedEqual.Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnorderedEqual.Boolean.cs index 75d398d5dd6645..be5a5377b85fef 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnorderedEqual.Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnorderedEqual.Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnorderedGreaterThan.Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnorderedGreaterThan.Boolean.cs index 38dd15aabd8321..1ad2d88357e7a3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnorderedGreaterThan.Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnorderedGreaterThan.Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnorderedGreaterThanOrEqual.Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnorderedGreaterThanOrEqual.Boolean.cs index 4e1fde1fe3bc16..fed3f54b226eeb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnorderedGreaterThanOrEqual.Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnorderedGreaterThanOrEqual.Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnorderedLessThan.Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnorderedLessThan.Boolean.cs index dc649c836c2289..944aee3151615c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnorderedLessThan.Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnorderedLessThan.Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnorderedLessThanOrEqual.Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnorderedLessThanOrEqual.Boolean.cs index eb107dfba081f7..53d39e7702cfe1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnorderedLessThanOrEqual.Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnorderedLessThanOrEqual.Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnorderedNotEqual.Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnorderedNotEqual.Boolean.cs index 5cee6a3f232477..2da2a945cc3aa2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnorderedNotEqual.Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarUnorderedNotEqual.Boolean.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareUnordered.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareUnordered.Double.cs index f20016329d120c..d7d0fb7e007e9e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareUnordered.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/CompareUnordered.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Double.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Double.Double.cs index 98fbf0647d70c5..6c33c002416f8b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Double.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Double.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Double.cs index 3e5aa8fed28bdc..df8982a742b726 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Double.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Int32.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Int32.Int32.cs index ecd4f557a67cbf..d9e83bc8e45a64 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Int32.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Int32.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Single.cs index 343669b0b7b0bc..8574f98390ecf8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Single.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128UInt32.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128UInt32.UInt32.cs index 14608d5b15b77c..e677fdac3dd8ab 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128UInt32.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128UInt32.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToInt32.Vector128Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToInt32.Vector128Double.cs index cb0e95f770a491..5fa9e34d0f6944 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToInt32.Vector128Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToInt32.Vector128Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToInt32.Vector128Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToInt32.Vector128Int32.cs index 6038b0a096fa61..8885a9f0341487 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToInt32.Vector128Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToInt32.Vector128Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToInt32WithTruncation.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToInt32WithTruncation.Int32.cs index 1030c0c51816b5..e94b3807f2a31a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToInt32WithTruncation.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToInt32WithTruncation.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToInt32WithTruncation.Vector128Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToInt32WithTruncation.Vector128Double.cs index 62ec521043d34e..2d3bddba25fe10 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToInt32WithTruncation.Vector128Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToInt32WithTruncation.Vector128Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToInt64WithTruncation.Vector128Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToInt64WithTruncation.Vector128Double.cs index 54b122810303fa..22a0bb45cdeac0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToInt64WithTruncation.Vector128Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToInt64WithTruncation.Vector128Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToUInt32.Vector128UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToUInt32.Vector128UInt32.cs index 1715e186e1aba1..f5f63bf73f067c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToUInt32.Vector128UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToUInt32.Vector128UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToUInt64.Vector128UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToUInt64.Vector128UInt64.cs index 04e52013e421fe..8ff1c92410fcbf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToUInt64.Vector128UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToUInt64.Vector128UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Double.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Double.Double.cs index a8bacc8e06a3ba..b5614b95446c64 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Double.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Double.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Double.Vector128Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Double.Vector128Int32.cs index 4b0c94191431c5..6ac135d0c0e547 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Double.Vector128Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Double.Vector128Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Double.Vector128Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Double.Vector128Single.cs index 56dac09c67afad..0632c91cbf1d12 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Double.Vector128Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Double.Vector128Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Int32.Vector128Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Int32.Vector128Double.cs index 6da4e4ac84a064..b84491fb473b58 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Int32.Vector128Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Int32.Vector128Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Int32.Vector128Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Int32.Vector128Single.cs index 00a9f77177a7d0..f5eb7f1af3653a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Int32.Vector128Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Int32.Vector128Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Int32WithTruncation.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Int32WithTruncation.Int32.cs index 02a4e32a4efdef..ae7d8e1c490d7c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Int32WithTruncation.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Int32WithTruncation.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Int32WithTruncation.Vector128Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Int32WithTruncation.Vector128Double.cs index 2d9416214b3ae1..de9a96e31186da 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Int32WithTruncation.Vector128Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Int32WithTruncation.Vector128Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Int32WithTruncation.Vector128Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Int32WithTruncation.Vector128Single.cs index af10716f83ce4a..16c0752ec8b4de 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Int32WithTruncation.Vector128Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Int32WithTruncation.Vector128Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Single.Vector128Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Single.Vector128Double.cs index fd18c5f958d43c..75d7f81870b1c8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Single.Vector128Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Single.Vector128Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Single.Vector128Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Single.Vector128Int32.cs index f1396a9b97cd03..56c627573af670 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Single.Vector128Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Single.Vector128Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Divide.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Divide.Double.cs index b93c8dc1a1d259..892de0f134575c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Divide.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Divide.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/DivideScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/DivideScalar.Double.cs index a3d8675180538b..a42b48a184ee3b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/DivideScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/DivideScalar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Extract.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Extract.UInt16.1.cs index c25b210292b824..c4cb3c351ce87d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Extract.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Extract.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Extract.UInt16.129.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Extract.UInt16.129.cs index 4256aacf0283cd..ac5c4cda833856 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Extract.UInt16.129.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Extract.UInt16.129.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Insert.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Insert.Int16.1.cs index d1c31f555467fb..152aa302e909f4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Insert.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Insert.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Insert.Int16.129.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Insert.Int16.129.cs index 4908bf9c93127f..d6b54a65780563 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Insert.Int16.129.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Insert.Int16.129.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Insert.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Insert.UInt16.1.cs index b0e282267cdd16..7be175ec63ec3e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Insert.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Insert.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Insert.UInt16.129.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Insert.UInt16.129.cs index 7a5a4e706c44be..11d6fa149da517 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Insert.UInt16.129.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Insert.UInt16.129.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadAlignedVector128.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadAlignedVector128.cs index 252bd06fa16937..92e629a1215db7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadAlignedVector128.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadAlignedVector128.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadFence.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadFence.cs index 2336e7ed741c30..68d87c46319832 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadFence.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadFence.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadHigh.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadHigh.cs index 4d2671affcf950..2c9193939f09fd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadHigh.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadHigh.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadLow.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadLow.cs index 29c75c6e7acd36..e5f564a3925ca4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadLow.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadLow.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadScalarVector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadScalarVector128.Double.cs index cd69e0d1c3e268..5bc0cb44a426e9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadScalarVector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadScalarVector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadScalarVector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadScalarVector128.Int32.cs index b4360b3982d904..5b3e669ecaf192 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadScalarVector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadScalarVector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadScalarVector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadScalarVector128.Int64.cs index a5ab5303eca76f..10f74d8d57fb94 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadScalarVector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadScalarVector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadScalarVector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadScalarVector128.UInt32.cs index 1c8939de681cf9..b3cc41016dcf40 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadScalarVector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadScalarVector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadScalarVector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadScalarVector128.UInt64.cs index caef29575ec3c9..c041be66b20451 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadScalarVector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadScalarVector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.Byte.cs index dcd3d67ea6846f..98d34e23bed0b9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.Double.cs index 37eea767691911..3baa26c8e22f76 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.Int16.cs index a93f8ebe6b7aa0..9a8e3780e69bc2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.Int32.cs index 5466ab5fcc6ac8..1ab7554354e797 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.Int64.cs index 365f9f26331381..8d767ea59241ff 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.SByte.cs index 0b1f138a422553..9a9c2016a33469 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.UInt16.cs index 4d4502a690b006..4e639fe94f2216 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.UInt32.cs index e086f2db59a702..f5cfae6ee55ee2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.UInt64.cs index b64cf3aca9e466..62412fac4adb8e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadVector128.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MaskMove.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MaskMove.cs index 08a31ce2e6cafb..f34acef51fbf82 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MaskMove.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MaskMove.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Max.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Max.Byte.cs index 417afc6716046e..f60c847c75d529 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Max.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Max.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Max.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Max.Double.cs index 1584f5ed9a07b5..88cf291dcee9fe 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Max.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Max.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Max.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Max.Int16.cs index 041e008914301f..10fb0ef982a274 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Max.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Max.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MaxScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MaxScalar.Double.cs index e384ed973558fe..330099c98c6dbc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MaxScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MaxScalar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MemoryFence.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MemoryFence.cs index 0a5faf50cdb2d6..cd8308cef12418 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MemoryFence.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MemoryFence.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Min.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Min.Byte.cs index f401d736870b5c..abb713e57baccd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Min.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Min.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Min.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Min.Double.cs index 2783275b3d48dd..2925b7ad13461e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Min.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Min.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Min.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Min.Int16.cs index d8b9e9e86a7b25..984ce0079c7049 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Min.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Min.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MinScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MinScalar.Double.cs index 0658eea2c1d0f4..6c89ea7cc4f53c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MinScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MinScalar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveMask.Vector128Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveMask.Vector128Byte.cs index 90545ebc275704..d8c09fed31c5b4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveMask.Vector128Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveMask.Vector128Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveMask.Vector128Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveMask.Vector128Double.cs index e2b96d2a0f53c2..bb69e7a162e552 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveMask.Vector128Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveMask.Vector128Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveMask.Vector128SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveMask.Vector128SByte.cs index d9fa08971b6d32..c553a127f198b1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveMask.Vector128SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveMask.Vector128SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.Int64.cs index a87a07e524f7dc..c99a233c8e59ea 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.Int64.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.UInt64.cs index 6e2267f48fca10..a3d999179157ef 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.UInt64.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.cs index 954883fa5e0aed..e8466142e31b5c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Multiply.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Multiply.Byte.cs index bef832700a7846..a24fc7c448040b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Multiply.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Multiply.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Multiply.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Multiply.Double.cs index 2b630f9b0522af..d200ec5338c4f7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Multiply.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Multiply.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Multiply.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Multiply.cs index 718cfea0b5d0f5..a36d2bbc09beff 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Multiply.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Multiply.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyAddAdjacent.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyAddAdjacent.Int32.cs index 7fcc22b7653fdf..c734abe04d89e5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyAddAdjacent.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyAddAdjacent.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyHigh.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyHigh.cs index a94cfe3a885353..e5691692ea67ec 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyHigh.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyHigh.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyLow.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyLow.Int16.cs index d967e1410e5913..d29809833f7ab4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyLow.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyLow.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyLow.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyLow.UInt16.cs index ad86d2c4d0cdaf..53a68a0b7f63b3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyLow.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyLow.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyScalar.Double.cs index 97fb683a91d847..b312533777ded4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyScalar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.Byte.cs index 6a5347a0a1105f..1eed8e2a9c45c5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.Double.cs index 08526a93969d03..153c5303370331 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.Int16.cs index a954b20c3eca66..7ad0ca0b4c3ee6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.Int32.cs index ba44c8778242e4..1bc2934bb5e789 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.Int64.cs index 34ef9e7834f275..afd798596b9f4a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.SByte.cs index 16a123c45e76e9..388305ff036ae0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.UInt16.cs index 1ccd2f8819c4ad..30a237d3121097 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.UInt32.cs index ad82295afe6523..eca0db89338acc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.UInt64.cs index 807ac2cd9e2b54..6e8094d165da6d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Or.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/PackSignedSaturate.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/PackSignedSaturate.Int16.cs index 0db202dc3193b3..2cfc26849fe7e9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/PackSignedSaturate.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/PackSignedSaturate.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/PackSignedSaturate.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/PackSignedSaturate.SByte.cs index 2a2410248e23cf..cfae501364eb14 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/PackSignedSaturate.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/PackSignedSaturate.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/PackUnsignedSaturate.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/PackUnsignedSaturate.Byte.cs index 8d8027b292ce79..329ff673ca7144 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/PackUnsignedSaturate.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/PackUnsignedSaturate.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Program.Sse2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Program.Sse2.cs index 2426cd5738ad7f..5c02a25d91eec6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Program.Sse2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Program.Sse2.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.Int16.1.cs index 423e648940819b..e4796590373663 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.Int16.16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.Int16.16.cs index e665dc7f3f95e4..95ef3a6f07daeb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.Int16.16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.Int16.16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.Int32.1.cs index f52f10d96e9207..8db6bb24b50f03 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.Int32.32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.Int32.32.cs index 5c6da2d815f8c4..b930d59b27a805 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.Int32.32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.Int32.32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.Int64.1.cs index 7e768016e406ab..001a514d086a50 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.Int64.64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.Int64.64.cs index 7a17fcf862bf6f..7eb9eaeb091f6e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.Int64.64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.Int64.64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.UInt16.1.cs index a9ae410e5f19bc..0c56b442b8c5c7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.UInt16.16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.UInt16.16.cs index 5801fd3d1c43e1..4202508db352bc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.UInt16.16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.UInt16.16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.UInt32.1.cs index c083abf6c4aa74..b7e0d14daba842 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.UInt32.32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.UInt32.32.cs index 8a39b54dd2031f..44f1e5523370ae 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.UInt32.32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.UInt32.32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.UInt64.1.cs index fa37db8e63645d..49531002288b48 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.UInt64.64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.UInt64.64.cs index 5a656247732d80..ffe20d1a755dd4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.UInt64.64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical.UInt64.64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.Byte.1.cs index 233142816ffd03..eabc1b51e5b10f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.Int16.1.cs index 74e0c7a5c9b986..6116e7153f5bde 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.Int32.1.cs index 369b32ce2ba036..67b4401243cc34 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.Int64.1.cs index 8333f3673a232a..89b0163f890b14 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.SByte.1.cs index 7d3960ecfec0e6..78dacc61bbf8a8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.UInt16.1.cs index 27069da2c318fc..6d6dd69f4d5846 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.UInt32.1.cs index d360b159d5bdcb..833ad4412f9305 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.UInt64.1.cs index ae3e8a5038bc7c..14776ad6798c5d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftLeftLogical128BitLane.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightArithmetic.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightArithmetic.Int16.1.cs index 92f61982dff1b9..032d8f88e4103c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightArithmetic.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightArithmetic.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightArithmetic.Int16.16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightArithmetic.Int16.16.cs index 0945fc0c330862..8f24e4928dba32 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightArithmetic.Int16.16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightArithmetic.Int16.16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightArithmetic.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightArithmetic.Int32.1.cs index c26c37c0cbdd20..16386be8991739 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightArithmetic.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightArithmetic.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightArithmetic.Int32.32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightArithmetic.Int32.32.cs index 151d4a7c1eacf7..0f8327fa5ec66a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightArithmetic.Int32.32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightArithmetic.Int32.32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.Int16.1.cs index fbac4c2e46bad0..35f2264cce3668 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.Int16.16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.Int16.16.cs index 2f520feb101526..cb2abd5b51297b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.Int16.16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.Int16.16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.Int32.1.cs index 4940a852b86674..9be6ed6085748c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.Int32.32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.Int32.32.cs index 6ff880b14eda31..c2b1af11f637df 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.Int32.32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.Int32.32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.Int64.1.cs index 4541cb6911d8d5..07c30700c9e29d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.Int64.64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.Int64.64.cs index c76f04e000e725..b0d8b08a48b1cd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.Int64.64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.Int64.64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.UInt16.1.cs index b4cd2548aed3cc..71aab8ea84655a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.UInt16.16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.UInt16.16.cs index c8e56a8fb8d2cd..04a7eef7c97d1b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.UInt16.16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.UInt16.16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.UInt32.1.cs index 43ee165e16d617..3558b67ec5f769 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.UInt32.32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.UInt32.32.cs index 57f79c4fdffbe9..7472f374b3bab6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.UInt32.32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.UInt32.32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.UInt64.1.cs index 8434630150d3e2..7ad8f99fb6f3d7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.UInt64.64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.UInt64.64.cs index 95d5c64d9cd3b7..baa36382ef39b2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.UInt64.64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.UInt64.64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.Byte.1.cs index 28f5f91dc6f5cf..cfc28d1bc4ec0a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.Int16.1.cs index 1618c8434676e2..09cb5d70902a4f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.Int32.1.cs index a94fd63a4e5eb1..fb500dd2993ef4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.Int64.1.cs index ac8dc496ff83d0..ba75e290699063 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.SByte.1.cs index e116ce417d33e2..72cc611d9ba6f4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.UInt16.1.cs index 80ec3c8a3f7ddf..50be5ee5ee9b79 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.UInt32.1.cs index 25fb9b80b1098b..e514f030ae141e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.UInt64.1.cs index 1710c620330ec9..2312abfaf35e99 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical128BitLane.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle.Double.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle.Double.0.cs index f651d74f2e2860..651a5ed93c01bc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle.Double.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle.Double.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle.Double.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle.Double.1.cs index 46f341c7831247..b359af07849ea1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle.Double.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle.Double.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle.Int32.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle.Int32.0.cs index 31e7b4c32337d2..89461e20a825ff 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle.Int32.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle.Int32.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle.Int32.1.cs index 9698f1dc9bd423..29566efdb012e9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle.UInt32.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle.UInt32.0.cs index 7f909416cf7e2e..a00e3b02d19cbc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle.UInt32.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle.UInt32.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle.UInt32.1.cs index db0cf33fbb77c2..262e8fb432d72b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleHigh.Int16.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleHigh.Int16.0.cs index 54b5227589e1e1..e61e5b68a8b136 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleHigh.Int16.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleHigh.Int16.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleHigh.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleHigh.Int16.1.cs index 3604cf8410f6e0..05a1c7172ccee1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleHigh.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleHigh.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleHigh.UInt16.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleHigh.UInt16.0.cs index 69f86e535b4632..9be5709bf2ab23 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleHigh.UInt16.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleHigh.UInt16.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleHigh.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleHigh.UInt16.1.cs index 2b50a7e5ad3f75..7a4fe4774c1f5b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleHigh.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleHigh.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleLow.Int16.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleLow.Int16.0.cs index 77621bc8dc3d5b..e799260eb896c9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleLow.Int16.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleLow.Int16.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleLow.Int16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleLow.Int16.1.cs index 46caa050c5f403..08426fea32c801 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleLow.Int16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleLow.Int16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleLow.UInt16.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleLow.UInt16.0.cs index fd86dd76763dd9..f5c25788bac898 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleLow.UInt16.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleLow.UInt16.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleLow.UInt16.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleLow.UInt16.1.cs index 9a85ea6adeb1ca..c498a93bd4d22c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleLow.UInt16.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ShuffleLow.UInt16.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sqrt.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sqrt.cs index 58c19eeef57e9b..2cdc62f746f691 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sqrt.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sqrt.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SqrtScalar.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SqrtScalar.cs index 28b5ddbe36c8e9..ddceb01cb45d54 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SqrtScalar.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SqrtScalar.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sse2Verify.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sse2Verify.cs index 45459771f78c49..85b361c422aef0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sse2Verify.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sse2Verify.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Store.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Store.cs index ce11559df4f655..7bb31d389fa2ac 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Store.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Store.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreAligned.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreAligned.cs index c35d4fcab5fddf..4813d8f1081c0a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreAligned.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreAligned.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreAlignedNonTemporal.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreAlignedNonTemporal.cs index 3b1ff4cde44a5b..7dd5e49f4f743b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreAlignedNonTemporal.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreAlignedNonTemporal.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreHigh.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreHigh.cs index 72c471d2835608..2c446725567a06 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreHigh.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreHigh.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreLow.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreLow.cs index 5bca6881d3f859..c1ed0d62a17280 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreLow.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreLow.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreNonTemporal.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreNonTemporal.cs index 196c04742eb90d..286243e233a1c0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreNonTemporal.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreNonTemporal.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreScalar.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreScalar.Int32.cs index ea7bb1ada53e66..f35364746ad5c2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreScalar.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreScalar.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreScalar.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreScalar.UInt32.cs index 536b2657420efc..f02719adc92634 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreScalar.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreScalar.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreScalar.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreScalar.cs index 9b8f2b43b474c8..3ef4723fcccdb6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreScalar.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreScalar.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.Byte.cs index 4ece04c54823dd..d600665094c729 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.Double.cs index 7ebb559aa83207..6d16c3bf9f33a5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.Int16.cs index 1f186b0458a435..73e07c732a92e5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.Int32.cs index 8cb28ab5fb4c74..fc17c65258e8c6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.Int64.cs index 5d81830c632193..97880bfdb509cf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.SByte.cs index 7ed23e3346e47c..284276440e69e6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.UInt16.cs index e47b039bc1b73a..79e5febcf81d7e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.UInt32.cs index 85eed76fcff9ed..019ae832c60d37 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.UInt64.cs index 09214fab60b11c..67c786539e9858 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Subtract.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SubtractSaturate.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SubtractSaturate.Byte.cs index 0a0ed4e67849ed..7fbf617c34d456 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SubtractSaturate.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SubtractSaturate.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SubtractSaturate.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SubtractSaturate.Int16.cs index d51297f4f4db66..7f896d13664fe9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SubtractSaturate.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SubtractSaturate.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SubtractSaturate.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SubtractSaturate.SByte.cs index 8da1fab719e997..6877bf26e95b7c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SubtractSaturate.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SubtractSaturate.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SubtractSaturate.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SubtractSaturate.UInt16.cs index 7122ecebc247d0..4e12bdd00027ef 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SubtractSaturate.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SubtractSaturate.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SubtractScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SubtractScalar.Double.cs index 6af1c947117d9f..5589e09bfc42ef 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SubtractScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SubtractScalar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SumAbsoluteDifferences.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SumAbsoluteDifferences.UInt16.cs index 4c54d1075b83bb..0c1a4d7d42ac6a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SumAbsoluteDifferences.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SumAbsoluteDifferences.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/TestTableSse2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/TestTableSse2.cs index 23a63db28b9193..244b46755df2a0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/TestTableSse2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/TestTableSse2.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.Byte.cs index ffb08b70ea73f0..335223bde547be 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.Double.cs index 4ba228d960c499..359393f1dc459b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.Int16.cs index cea24b61c592b6..660e56e08a533b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.Int32.cs index eb575ac7cbe63a..e0de18f4417278 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.Int64.cs index 7f55c5a1b23e88..1a7ee65a6534d9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.SByte.cs index 2d5569fa4480ff..4bd4f25ca69e3a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.UInt16.cs index 3f81f75c4b6058..819b33499c9f19 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.UInt32.cs index 06bb6e9a74d59a..c9eedd10fb161d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.UInt64.cs index 7ab36494e5f825..cc66f03f775baf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackHigh.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.Byte.cs index 83e940347f7caa..6ddd91298f65b5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.Double.cs index 3c67fd3196a0da..5f7435eb9f8ec7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.Int16.cs index 5e0a0c569a97ed..45311abf4f5460 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.Int32.cs index c51f63852c2037..2320730e5b9463 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.Int64.cs index e7991e33838817..6693ddd3a14ca0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.SByte.cs index 3a1f0666192fdc..54939046f50854 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.UInt16.cs index 19472227e2e96e..9f65246c260f38 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.UInt32.cs index ca7ef3e73b47c0..ec90cde8da6d0d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.UInt64.cs index 56eb681d60ae4a..1f33f146194a21 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/UnpackLow.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.Byte.cs index 286638e1e016ee..5e6d676f756858 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.Double.cs index 85e0ba0d0e4993..16415400858b9f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.Int16.cs index a045db8ec07d87..de443f8a3bd4f7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.Int32.cs index ca187d2f281301..c75b5419a04322 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.Int64.cs index 32020f8dbcecae..6a063798f6b4d7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.SByte.cs index 556489f253a3f9..139ab1b4718f3b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.UInt16.cs index ea45d44f32cec6..8b82c8e4966088 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.UInt32.cs index 428b2f7d7cdde9..95c1c2e7ee57f4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.UInt64.cs index f6d1747a26e627..91f0bc430423ff 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Xor.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/AddSubtract.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/AddSubtract.Double.cs index 2471fa1ea2ca17..bb8fd4a46231c7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/AddSubtract.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/AddSubtract.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/AddSubtract.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/AddSubtract.Single.cs index 0effb497b66750..85cdf459b1a71a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/AddSubtract.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/AddSubtract.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/HorizontalAdd.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/HorizontalAdd.Double.cs index c782da408f3246..b1a4563c6fc2cc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/HorizontalAdd.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/HorizontalAdd.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/HorizontalAdd.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/HorizontalAdd.Single.cs index 478a5424408334..fa259f0400e489 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/HorizontalAdd.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/HorizontalAdd.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/HorizontalSubtract.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/HorizontalSubtract.Double.cs index 345641b5cdbd24..8ddf8056255184 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/HorizontalSubtract.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/HorizontalSubtract.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/HorizontalSubtract.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/HorizontalSubtract.Single.cs index f94289e3058ecc..7d7fd1dd2fa546 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/HorizontalSubtract.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/HorizontalSubtract.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/LoadAndDuplicateToVector128.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/LoadAndDuplicateToVector128.cs index a9a05cf1e5ca2d..ecc5722856564e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/LoadAndDuplicateToVector128.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/LoadAndDuplicateToVector128.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/LoadDquVector128.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/LoadDquVector128.cs index ae7c06871b379a..b7413c0c27359d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/LoadDquVector128.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/LoadDquVector128.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveAndDuplicate.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveAndDuplicate.cs index 4c843f8c1205bc..ba35279e915825 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveAndDuplicate.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveAndDuplicate.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveHighAndDuplicate.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveHighAndDuplicate.cs index edee8e9be07e39..4075b8cd461bf7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveHighAndDuplicate.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveHighAndDuplicate.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveLowAndDuplicate.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveLowAndDuplicate.cs index ee46de037f138d..377d2afe16307e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveLowAndDuplicate.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveLowAndDuplicate.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/Program.Sse3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/Program.Sse3.cs index 13060f8da13929..b7eb9b3dd19979 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/Program.Sse3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/Program.Sse3.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Extract.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Extract.Int64.1.cs index 69b2d9a9b1a8eb..36631ad0e693c2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Extract.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Extract.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Extract.Int64.129.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Extract.Int64.129.cs index 6e0b4eed8433e6..327a6fa440a61f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Extract.Int64.129.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Extract.Int64.129.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Extract.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Extract.UInt64.1.cs index f3b2ad7a3105be..cc5d2159bc5a40 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Extract.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Extract.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Extract.UInt64.129.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Extract.UInt64.129.cs index 613561c7154196..443895b3b14c1e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Extract.UInt64.129.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Extract.UInt64.129.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Insert.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Insert.Int64.1.cs index 39e7db9fe8c79b..5ced02b52f9b01 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Insert.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Insert.Int64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Insert.Int64.129.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Insert.Int64.129.cs index e7f5e2fcb73840..a779dafe2d1bf9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Insert.Int64.129.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Insert.Int64.129.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Insert.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Insert.UInt64.1.cs index 096b0e2a0e27c5..778bc7ea1bf6fc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Insert.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Insert.UInt64.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Insert.UInt64.129.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Insert.UInt64.129.cs index 9b7bba394744bd..96a8b3b8df060b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Insert.UInt64.129.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Insert.UInt64.129.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Program.Sse41.X64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Program.Sse41.X64.cs index 5f45189121c364..053983cf969378 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Program.Sse41.X64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Program.Sse41.X64.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Blend.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Blend.cs index 8617f8e28eb7c2..767b06fafd8b18 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Blend.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Blend.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.Byte.cs index 9604d5670730f4..c33d88f59dcf36 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.Double.cs index b546296fddda6e..82d1ac5546384d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.Int16.cs index 75dfa72272ae30..6d28381670a981 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.Int32.cs index fca0a4487c06bb..d115663ace6872 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.Int64.cs index 9c4032995cb9e7..e778ea31067550 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.SByte.cs index 0cc23da3cfaad5..98e6665a2dcb98 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.Single.cs index f513033d8b4195..960aa5fdf3664b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.UInt16.cs index 5fccc7df35b2dc..4e1946a677dbec 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.UInt32.cs index 3129e83e4ee22d..18def262abd5e1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.UInt64.cs index b90d01da35afb3..7b73eaa81e0c8c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/BlendVariable.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Ceiling.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Ceiling.Double.cs index 2beb934b75ee5b..9f7580dc4dd576 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Ceiling.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Ceiling.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Ceiling.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Ceiling.Single.cs index 9f669bf4924719..53782589f6942b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Ceiling.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Ceiling.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/CeilingScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/CeilingScalar.Double.cs index 09aa95d5a9c727..35757f99d7c5a0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/CeilingScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/CeilingScalar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/CeilingScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/CeilingScalar.Single.cs index 6240dacebbf7ea..3f152a55fcd3f6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/CeilingScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/CeilingScalar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/CompareEqual.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/CompareEqual.Int64.cs index 29bee54f2e3787..22253e9e20ac5e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/CompareEqual.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/CompareEqual.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/CompareEqual.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/CompareEqual.UInt64.cs index 51e12717de2bd3..bd97674998644b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/CompareEqual.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/CompareEqual.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int16.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int16.Byte.cs index d1353b21ef5da9..73249416fa425a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int16.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int16.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int16.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int16.SByte.cs index ccc1010cd48ec8..2ab73cf32410de 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int16.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int16.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int32.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int32.Byte.cs index 2877d2e76718b7..21467e45303748 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int32.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int32.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int32.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int32.Int16.cs index 403e12f4fb8224..30e70363bcc6bc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int32.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int32.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int32.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int32.SByte.cs index a4285ecce5acae..ff971c09d8b9f7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int32.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int32.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int32.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int32.UInt16.cs index c1fcecb7089f5b..1ee06155ab1ca3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int32.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int32.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int64.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int64.Byte.cs index 0cdd7768ea2313..bf81b311b7b72a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int64.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int64.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int64.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int64.Int16.cs index 9d1caef482e9d9..4a7c8f1c469970 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int64.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int64.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int64.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int64.Int32.cs index f19e7838a2866a..45df75af5b3ccd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int64.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int64.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int64.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int64.SByte.cs index d8ef38562d5714..d55d06c4593e75 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int64.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int64.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int64.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int64.UInt16.cs index f81b199dcefb92..2765e511340300 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int64.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int64.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int64.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int64.UInt32.cs index 18e2233ad4f742..f5d41853e3d3a5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int64.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int64.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/DotProduct.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/DotProduct.cs index 096c6cce6491b8..9e231f4fdac2ec 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/DotProduct.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/DotProduct.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.Byte.1.cs index 3846be2c296c9b..6a9d8aa24ae311 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.Byte.129.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.Byte.129.cs index 4af1a51b85a060..6ebe61faf4602c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.Byte.129.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.Byte.129.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.Int32.1.cs index bd774357c47f47..aead12431213bf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.Int32.129.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.Int32.129.cs index c953f38fa74d7b..00b300206f9f85 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.Int32.129.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.Int32.129.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.Single.1.cs index 4b6a3461411361..fe76ff4950bd12 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.Single.129.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.Single.129.cs index 86d07ef28bc73c..e531c0686a455d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.Single.129.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.Single.129.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.UInt32.1.cs index 32710f812cc82c..aba803abe83dd4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.UInt32.129.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.UInt32.129.cs index 8efe61595798fd..bafca27fe8870d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.UInt32.129.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Extract.UInt32.129.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Floor.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Floor.Double.cs index 3f9742a0722efa..006f88cc606fdf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Floor.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Floor.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Floor.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Floor.Single.cs index d7719a17b0186c..57f3790e3dae5a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Floor.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Floor.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/FloorScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/FloorScalar.Double.cs index e9bd517fd7f11d..44b6267c78f4ae 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/FloorScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/FloorScalar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/FloorScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/FloorScalar.Single.cs index a1a48a5e5e2582..e08d9e1f50cf93 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/FloorScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/FloorScalar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Byte.1.cs index 397d14db7d2967..16bc181de7c06f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Byte.129.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Byte.129.cs index 5f78a41a7606b8..32292c1d423ec3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Byte.129.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Byte.129.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Int32.1.cs index 3ece48f9a3be5e..ca783e4da02f4f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Int32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Int32.129.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Int32.129.cs index 710c7130bb18a9..ee93757f2acd8c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Int32.129.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Int32.129.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.SByte.1.cs index b9f69e9e66d0a0..6d4ce40bf393b6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.SByte.129.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.SByte.129.cs index d8f45dce088b55..bed89db3f37b3b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.SByte.129.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.SByte.129.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.0.cs index ae54cc862a70c8..5c854ae9d288df 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.1.cs index ec70a101794a1f..2a5515c4027623 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.128.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.128.cs index 85752641a970c2..ac2c887e562027 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.128.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.128.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.129.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.129.cs index 9c638f48fd4cb6..97f42df29bc465 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.129.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.129.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.16.cs index 4fa476981fdaa0..2863a3227b88b5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.192.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.192.cs index efe67c5bf7bb9c..936978b8b37d09 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.192.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.192.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.2.cs index cb4d0311d72d4d..c08d6ac9ee7f6c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.32.cs index 2cae2b27b77984..cbb7a84857a6b8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.4.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.4.cs index d831611c0d9054..e24a32b663c6af 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.4.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.4.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.48.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.48.cs index 8fe182fc0713db..d84ce0eaccf8ab 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.48.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.48.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.64.cs index 89da763e73462a..a1f67665d00146 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.8.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.8.cs index 16f2e166b243f4..08e15e1522d21a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.8.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.Single.8.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.UInt32.1.cs index fc9abac74a5359..53f8e694099e7f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.UInt32.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.UInt32.129.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.UInt32.129.cs index a5b62091e06c52..0a0465601ccb32 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.UInt32.129.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Insert.UInt32.129.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/LoadAlignedVector128NonTemporal.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/LoadAlignedVector128NonTemporal.cs index cddebe3d7a813f..3ad0fc53cfb128 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/LoadAlignedVector128NonTemporal.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/LoadAlignedVector128NonTemporal.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Max.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Max.Int32.cs index 16f971a1df7284..9af51b654ec22b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Max.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Max.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Max.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Max.SByte.cs index a81c4342f1107a..b6427629fc3203 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Max.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Max.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Max.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Max.UInt16.cs index c7e209c5037e79..c91ec67d98719c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Max.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Max.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Max.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Max.UInt32.cs index e698d736b83929..ac942536ca3a2f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Max.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Max.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Min.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Min.Int32.cs index 5c67f02a2b4689..9774d00fce07b6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Min.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Min.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Min.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Min.SByte.cs index d0e8d8789d6a0c..c8175aa960ae03 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Min.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Min.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Min.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Min.UInt16.cs index 3e5bc9694df82f..f6be4f3cc3ce46 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Min.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Min.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Min.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Min.UInt32.cs index 169ecbbe762107..f1b3acf1c17ecb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Min.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Min.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MinHorizontal.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MinHorizontal.cs index e4401045a6426b..dfb3f895b71374 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MinHorizontal.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MinHorizontal.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MultipleSumAbsoluteDifferences.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MultipleSumAbsoluteDifferences.cs index e905f3049d8592..7a58cf8432f400 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MultipleSumAbsoluteDifferences.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MultipleSumAbsoluteDifferences.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Multiply.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Multiply.cs index 09feca9a4e8ab9..27397cb904ae81 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Multiply.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Multiply.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; @@ -92,4 +91,4 @@ public void Dispose() } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MultiplyLow.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MultiplyLow.Int32.cs index 0b5640b964cf5e..1bc58f625a35a7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MultiplyLow.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MultiplyLow.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MultiplyLow.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MultiplyLow.UInt32.cs index 4389d722042739..ee0830a5fae20d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MultiplyLow.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MultiplyLow.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/PackUnsignedSaturate.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/PackUnsignedSaturate.UInt16.cs index 5c344bef96fe61..299f61ebfd17f7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/PackUnsignedSaturate.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/PackUnsignedSaturate.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Program.ConvertToVector128.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Program.ConvertToVector128.cs index d7f3e102d6c1af..f82c3da1d8c19e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Program.ConvertToVector128.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Program.ConvertToVector128.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Program.Sse41.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Program.Sse41.cs index 64cfe1e14c17a4..7cee781b27ccfa 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Program.Sse41.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Program.Sse41.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundCurrentDirection.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundCurrentDirection.Double.cs index 7ad680254c7d05..c4c54ab32f8674 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundCurrentDirection.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundCurrentDirection.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundCurrentDirection.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundCurrentDirection.Single.cs index b3a07b788e4a57..fc3ea2b6bcbb50 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundCurrentDirection.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundCurrentDirection.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundCurrentDirectionScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundCurrentDirectionScalar.Double.cs index a40bc44087f0c9..4466680553d004 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundCurrentDirectionScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundCurrentDirectionScalar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundCurrentDirectionScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundCurrentDirectionScalar.Single.cs index 44e32a96c12d0d..1009e08065bbc5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundCurrentDirectionScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundCurrentDirectionScalar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNearestInteger.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNearestInteger.Double.cs index 6ad5061e1aa9ca..89a0966eaf3665 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNearestInteger.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNearestInteger.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNearestInteger.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNearestInteger.Single.cs index 2082c117bd8f46..01f9bfab614086 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNearestInteger.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNearestInteger.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNearestIntegerScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNearestIntegerScalar.Double.cs index c8a8cd9b14b45d..c5917aa103b2b9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNearestIntegerScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNearestIntegerScalar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNearestIntegerScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNearestIntegerScalar.Single.cs index 8004c14bec7f5d..eedf54f304246e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNearestIntegerScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNearestIntegerScalar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNegativeInfinity.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNegativeInfinity.Double.cs index b08cc3d4d04fa6..feca3d72553b1a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNegativeInfinity.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNegativeInfinity.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNegativeInfinity.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNegativeInfinity.Single.cs index 4784eaaa66fb9e..8e25be003348e7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNegativeInfinity.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNegativeInfinity.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNegativeInfinityScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNegativeInfinityScalar.Double.cs index 28b2340c25c636..15a80db98ca7bc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNegativeInfinityScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNegativeInfinityScalar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNegativeInfinityScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNegativeInfinityScalar.Single.cs index 0c9b3e6a390c45..1e237695231a89 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNegativeInfinityScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToNegativeInfinityScalar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToPositiveInfinity.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToPositiveInfinity.Double.cs index 922f84bd6ee11c..1dd7ea76a54073 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToPositiveInfinity.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToPositiveInfinity.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToPositiveInfinity.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToPositiveInfinity.Single.cs index 5d977308c888a7..f05806da7daefe 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToPositiveInfinity.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToPositiveInfinity.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToPositiveInfinityScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToPositiveInfinityScalar.Double.cs index 64e945631a4cad..4ab416e5cb644a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToPositiveInfinityScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToPositiveInfinityScalar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToPositiveInfinityScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToPositiveInfinityScalar.Single.cs index c7d74a2ccb7d2a..f18a83fb74e20e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToPositiveInfinityScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToPositiveInfinityScalar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToZero.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToZero.Double.cs index 8e5f7c13c96b24..20a11af8a4c0c1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToZero.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToZero.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToZero.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToZero.Single.cs index 60fd438bb19277..676e1b42cc30be 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToZero.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToZero.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToZeroScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToZeroScalar.Double.cs index 871cee1c38e03d..ca149be1b99b66 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToZeroScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToZeroScalar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToZeroScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToZeroScalar.Single.cs index 8dcf8169dc2f2d..b67108ff05f6fc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToZeroScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/RoundToZeroScalar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.Byte.cs index fd7a963aaac311..4c08349282f463 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.Int16.cs index 72fab4c734e853..c290264d0f11bf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.Int32.cs index 25fcda3874883c..4104657ddb0983 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.Int64.cs index f7815f5bff609c..ddcf00cb7b4513 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.SByte.cs index 7a41ed3ed1d961..914f55b06bf1c8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.UInt16.cs index 038a90437473ec..09c34ec3f2507e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.UInt32.cs index caa0243708d087..c8f7b98c7c71f7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.UInt64.cs index 4384cac8816b35..24a3b0bb98a488 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestC.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.Byte.cs index f842ef98e9a16c..0e9ad33c08470e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.Int16.cs index 9ff933346b54eb..04a54c9e53f243 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.Int32.cs index 3398f01bc50a09..814ff15f29c493 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.Int64.cs index 20d23242930920..37aa6495a913ea 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.SByte.cs index b2c60500528edd..76b457bb890312 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.UInt16.cs index a7dcd0a0e866e4..db929cf2363aa2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.UInt32.cs index 6cef890511fd89..a5b2d550e31c3f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.UInt64.cs index 069a10adac351e..d0efc1c6de695f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestNotZAndNotC.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.Byte.cs index 7e5e3de61f1921..2c32091103d2f3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.Int16.cs index ffc8b7d380f135..d9ba84844db4ed 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.Int32.cs index f27ede8144848b..7c6ab3049e9609 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.Int64.cs index 17eaf021beceee..0aff03b3eeb1f6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.SByte.cs index 69a0793ad0cd7f..268478d528eced 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.UInt16.cs index 2ab4d704f775f0..2fd801e41262d6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.UInt32.cs index 8d0be221b4a35a..30365dad45c3a2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.UInt64.cs index 30a4a7a2bd159e..146db0e177a4bf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/TestZ.UInt64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/Program.Sse41_Overloaded.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/Program.Sse41_Overloaded.cs index 9a3a4a58e7afb9..0c48745f3dab67 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/Program.Sse41_Overloaded.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/Program.Sse41_Overloaded.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundCurrentDirectionScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundCurrentDirectionScalar.Double.cs index bde4a737df2744..368ecf5a6193fe 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundCurrentDirectionScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundCurrentDirectionScalar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundCurrentDirectionScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundCurrentDirectionScalar.Single.cs index 132067fa244465..fb2d47dc6a3620 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundCurrentDirectionScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundCurrentDirectionScalar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundToNearestIntegerScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundToNearestIntegerScalar.Double.cs index 3192fcd1f482fe..610ca9606b61b0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundToNearestIntegerScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundToNearestIntegerScalar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundToNearestIntegerScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundToNearestIntegerScalar.Single.cs index c79699c69b2d6a..c9090df1154fb0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundToNearestIntegerScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundToNearestIntegerScalar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundToNegativeInfinityScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundToNegativeInfinityScalar.Double.cs index 42d0c1a706cdc5..9d62a1c32a718d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundToNegativeInfinityScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundToNegativeInfinityScalar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundToNegativeInfinityScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundToNegativeInfinityScalar.Single.cs index b8268d82fe8735..9b064952f33066 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundToNegativeInfinityScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundToNegativeInfinityScalar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundToPositiveInfinityScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundToPositiveInfinityScalar.Double.cs index 22e23d4d6a4c05..123bbb2bc788a5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundToPositiveInfinityScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundToPositiveInfinityScalar.Double.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundToPositiveInfinityScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundToPositiveInfinityScalar.Single.cs index eeae99793d439e..b22d09edbdf1dc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundToPositiveInfinityScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/RoundToPositiveInfinityScalar.Single.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42.X64/Crc32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42.X64/Crc32.cs index f55ad61a767430..c47cd40fda879a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42.X64/Crc32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42.X64/Crc32.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/CompareGreaterThan.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/CompareGreaterThan.Int64.cs index a6d1cf3b3cd3a1..d624bf5baba95c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/CompareGreaterThan.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/CompareGreaterThan.Int64.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/Crc32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/Crc32.cs index 3d420efa4a30e2..963238a234325d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/Crc32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/Crc32.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/Program.Sse42.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/Program.Sse42.cs index 50e275583ed9d3..8a218a1cbcd2e3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/Program.Sse42.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/Program.Sse42.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Abs.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Abs.Byte.cs index 87985960db7f15..31ea222f1b56ab 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Abs.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Abs.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Abs.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Abs.UInt16.cs index a4a7bc7fc983ca..fda03e02154180 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Abs.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Abs.UInt16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Abs.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Abs.UInt32.cs index c36b574e16d0e3..de52aace3e8545 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Abs.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Abs.UInt32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Byte.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Byte.0.cs index e2a1681d59ea96..977e6962dc0990 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Byte.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Byte.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Byte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Byte.1.cs index 23e102549db98b..d4ee97da50be6a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Byte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Byte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Int16.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Int16.0.cs index a9a78000b92dd3..c2a2118f33e7f5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Int16.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Int16.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Int16.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Int16.2.cs index 0aafff7729a560..a3dbf06a76c588 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Int16.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Int16.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Int32.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Int32.0.cs index fba8b82f29e49c..a6299eb973b85a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Int32.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Int32.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Int32.4.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Int32.4.cs index 61f06b34ffad64..4e65c6610b1be4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Int32.4.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Int32.4.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Int64.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Int64.0.cs index bde02fa6203a64..de7fbfaf103fdd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Int64.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Int64.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Int64.8.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Int64.8.cs index 055765a88cf213..812cf0471ee3c5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Int64.8.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.Int64.8.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.SByte.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.SByte.0.cs index 0ee1aa31ec3644..8494a6094ca619 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.SByte.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.SByte.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.SByte.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.SByte.1.cs index 52b7e9dd300f0d..46af17a87f35df 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.SByte.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.SByte.1.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.UInt16.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.UInt16.0.cs index 31c8307cb366e1..1f7bd1bb018202 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.UInt16.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.UInt16.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.UInt16.2.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.UInt16.2.cs index 79097f15f46f82..651d3ac9b19e5d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.UInt16.2.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.UInt16.2.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.UInt32.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.UInt32.0.cs index 15e12c0c34d934..09f196e0123629 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.UInt32.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.UInt32.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.UInt32.4.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.UInt32.4.cs index d4c351f0eca7b6..483b85b3d870c2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.UInt32.4.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.UInt32.4.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.UInt64.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.UInt64.0.cs index 07dd3cd0790a9a..e9e70b39355b57 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.UInt64.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.UInt64.0.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.UInt64.8.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.UInt64.8.cs index 078b48f01b2342..9c2fdaefa2932d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.UInt64.8.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/AlignRight.UInt64.8.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/HorizontalAdd.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/HorizontalAdd.Int16.cs index 0a380a8939d56a..f5cdf11e52dba5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/HorizontalAdd.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/HorizontalAdd.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/HorizontalAdd.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/HorizontalAdd.Int32.cs index 1870d3b2926e07..71d18c148bc12f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/HorizontalAdd.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/HorizontalAdd.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/HorizontalAddSaturate.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/HorizontalAddSaturate.Int16.cs index 47cf4259b3c97e..fece4383da4c65 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/HorizontalAddSaturate.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/HorizontalAddSaturate.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/HorizontalSubtract.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/HorizontalSubtract.Int16.cs index 80ab77a3ae376e..3ccb2763953f0e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/HorizontalSubtract.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/HorizontalSubtract.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/HorizontalSubtract.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/HorizontalSubtract.Int32.cs index d33adf0df0e686..3a59acbd244b3a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/HorizontalSubtract.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/HorizontalSubtract.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/HorizontalSubtractSaturate.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/HorizontalSubtractSaturate.Int16.cs index 21bc15fa081984..5f3816f49f80c9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/HorizontalSubtractSaturate.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/HorizontalSubtractSaturate.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/MultiplyAddAdjacent.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/MultiplyAddAdjacent.Int16.cs index 697062877f5211..3fedcd1fce3b54 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/MultiplyAddAdjacent.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/MultiplyAddAdjacent.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/MultiplyHighRoundScale.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/MultiplyHighRoundScale.Int16.cs index 82860648513448..0593cdf1c36baa 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/MultiplyHighRoundScale.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/MultiplyHighRoundScale.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Program.Ssse3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Program.Ssse3.cs index a074cdbf672dcd..7b0a3fdc92b6fb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Program.Ssse3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Program.Ssse3.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/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Shuffle.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Shuffle.Byte.cs index f0d653bedfffbf..198e612bf12d78 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Shuffle.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Shuffle.Byte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Shuffle.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Shuffle.SByte.cs index 0645602e810729..9fe7eff7dba669 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Shuffle.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Shuffle.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Sign.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Sign.Int16.cs index 43d7759ef8b9bd..ef3ce25cf0e4af 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Sign.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Sign.Int16.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Sign.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Sign.Int32.cs index 4b19bbfa30abe7..8b362bd2800bc0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Sign.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Sign.Int32.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Sign.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Sign.SByte.cs index 371de9cb7d43ef..527ae8b9cba7ac 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Sign.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Sign.SByte.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. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/add.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/add.il index 07fa8668c546d4..9dfe91a50261b0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/add.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/add.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/add_ovf.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/add_ovf.il index 837d45745a139d..292a50772456cd 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/add_ovf.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/add_ovf.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/and.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/and.il index 5a2af276b974fb..36378247fb843c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/and.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/and.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/beq.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/beq.il index 940defc7260ec3..531b9e515fb238 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/beq.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/beq.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/beq_s.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/beq_s.il index 6e8c88348dae6f..66eda3868963ad 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/beq_s.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/beq_s.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bge.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bge.il index b0b7518ef0307b..9385223481cb2c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bge.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bge.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bge_s.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bge_s.il index d4c33273c44964..2cc1fb8675c486 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bge_s.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bge_s.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bgt.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bgt.il index 4bebbf1391063f..000140926595d3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bgt.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bgt.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bgt_s.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bgt_s.il index ed65b1acb04c9f..44ccd502f4529a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bgt_s.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bgt_s.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ble.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ble.il index b55f24c64c5443..d3845de3796ffd 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ble.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ble.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ble_s.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ble_s.il index aff92ca7289d93..a52f287efe7d94 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ble_s.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ble_s.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/blt.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/blt.il index fd271adceb34c3..a367c7f192bda1 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/blt.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/blt.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/blt_s.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/blt_s.il index 8cede3a431118d..77e48aadb3138e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/blt_s.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/blt_s.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bne.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bne.il index 53671c30a3863c..42671bd8f423a3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bne.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bne.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bne_s.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bne_s.il index e27f62aa816e89..b3028e9ee7cb37 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bne_s.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bne_s.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/br.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/br.il index e6d2bef00136c9..922adb53f7bc20 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/br.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/br.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/br_s.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/br_s.il index 61f428db82c6ac..4e4df5de05645e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/br_s.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/br_s.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brfalse.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brfalse.il index f2c5299a2d009c..26bd6beb0bcfd4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brfalse.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brfalse.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brfalse_s.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brfalse_s.il index 5cc8e7413ee294..e59f9413ab2b6d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brfalse_s.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brfalse_s.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brtrue.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brtrue.il index 1f316114fbc7f6..a6bfc343295231 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brtrue.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brtrue.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brtrue_s.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brtrue_s.il index 96bb96719b78b8..71a508a8359de9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brtrue_s.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brtrue_s.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/call.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/call.il index c9f7c7da9cacf9..5ce6d09058595f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/call.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/call.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ceq.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ceq.il index 5a3a1447f169ab..22d99f768e61ca 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ceq.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ceq.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/cgt.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/cgt.il index af631cce150a50..e038a440a0d47b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/cgt.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/cgt.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ckfinite.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ckfinite.il index 68d5aa78aa08db..9ee1badb5238a4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ckfinite.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ckfinite.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/clt.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/clt.il index b9688efa72f579..d3e36a3cdb7155 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/clt.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/clt.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/conv.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/conv.il index 977af42f8d3cdd..dacc820f90289f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/conv.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/conv.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/conv_ovf.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/conv_ovf.il index db5cc5747a4ba7..a6403200605cad 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/conv_ovf.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/conv_ovf.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/cpblk.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/cpblk.il index f960249ef3576c..a70683c43993a0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/cpblk.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/cpblk.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/div.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/div.il index c70611ff1b3f45..0a12a553082c96 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/div.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/div.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/dup.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/dup.il index 5168fc989ca9dc..2fdeb4d64b1586 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/dup.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/dup.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/initblk.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/initblk.il index 1def892d3e5146..3d6d38b5cea52f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/initblk.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/initblk.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/jmp.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/jmp.il index ffa5d2d98fc309..767b0c73915546 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/jmp.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/jmp.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldarg_n.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldarg_n.il index be09655498ec9b..72cfe7842da81b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldarg_n.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldarg_n.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldarg_starg.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldarg_starg.il index efd593f43d4801..46e88423ad5397 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldarg_starg.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldarg_starg.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldargs_stargs.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldargs_stargs.il index 584f63af70f1dd..a42363e7837c69 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldargs_stargs.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldargs_stargs.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldc.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldc.il index d2bd6df5293e67..0f5b3da8b4da58 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldc.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldc.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldc_i4_n.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldc_i4_n.il index 1254f149c08986..945f30b5b02ee8 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldc_i4_n.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldc_i4_n.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldftn_calli.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldftn_calli.il index 01bff63a094ce9..2fcd161c551ab0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldftn_calli.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldftn_calli.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldind_stind.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldind_stind.il index ff90e1fa99da05..470be079f911f5 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldind_stind.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldind_stind.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldloc_stloc.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldloc_stloc.il index fc29291df20b50..341e97408fe083 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldloc_stloc.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldloc_stloc.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldloca.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldloca.il index 16e2150dd5800d..22707100495c49 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldloca.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldloca.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldnull.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldnull.il index d2b0e46397c04a..661bec5a469c0f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldnull.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldnull.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/mul.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/mul.il index 0a1d9db130416d..d2342ad684b9fb 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/mul.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/mul.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/mul_ovf.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/mul_ovf.il index 8d04222ab6f4e6..7cfe254af98333 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/mul_ovf.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/mul_ovf.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/neg.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/neg.il index 9fa91da19a5fcb..c987590695b2ac 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/neg.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/neg.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/nop.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/nop.il index c450f6ac83a6c0..ca3f6790b49637 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/nop.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/nop.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/not.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/not.il index 903f376af77a25..a3642d7fa3e15c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/not.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/not.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/or.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/or.il index 286f1844d7aa89..9af0e5d56f4a78 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/or.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/or.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/pop.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/pop.il index c9a5f0fc853a83..b2afd00abc90c6 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/pop.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/pop.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/rem.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/rem.il index 24d235506895a7..2eaf56eb12198c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/rem.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/rem.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ret.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ret.il index fb24a051527085..375fbd47282a16 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ret.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ret.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/shl.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/shl.il index 246b251ab96031..d66247476c6932 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/shl.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/shl.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/shr.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/shr.il index 49a6c4e90c065b..300cf2aea66642 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/shr.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/shr.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/sub.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/sub.il index 4d9e6677c1f842..5e16f8ba2e659d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/sub.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/sub.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 legacy library mscorlib {} .assembly extern mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/sub_ovf.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/sub_ovf.il index b26892a3376831..ad56b1c7e5bcba 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/sub_ovf.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/sub_ovf.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/switch.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/switch.il index 65ae3c74069539..bc87c1c695816e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/switch.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/switch.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/tailcall.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/tailcall.il index 4aa8b943d0a20e..5504e3732554e3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/tailcall.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/tailcall.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.Console { auto } diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/unaligned.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/unaligned.il index 4caca77184bee5..301fdbee41372a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/unaligned.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/unaligned.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/volatile.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/volatile.il index 1fbcca6b1d3f81..aabb8fda1deb67 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/volatile.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/volatile.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 mscorlib {} .assembly volatile.exe{} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/xor.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/xor.il index 62ecd8a17727c0..cbd60598762fa4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/xor.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/xor.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ConvDLL.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ConvDLL.il index 96f5f782dd564c..dfe911efaac5d0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ConvDLL.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ConvDLL.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. //====================================== // diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_I4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_I4.il index 9b60d593a36c47..66c7c6c34469ff 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_I4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_I4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_I8-64.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_I8-64.il index 670d73b66f6867..6957d00a283665 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_I8-64.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_I8-64.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_R4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_R4.il index 05d2b06ed43389..000f2cb1c2b69d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_R4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_R4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_I4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_I4.il index d59a0968f4acb9..587a7e59f84b4c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_I4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_I4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_i.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_i.il index d93c7a5925d58d..1c8717ec2bf3f5 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_i.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_i.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 legacy library mscorlib {} .class public _add { diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_i8.il index cf2303523a2889..642a8e8c9538c5 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i1.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i1.il index 89f32bd0400cdd..89dced523ba377 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i1.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i1.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i2.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i2.il index dbdecef937e6ad..d9b34528d53271 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i2.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i2.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i4.il index 28be515d02a9b1..662ebc36f7b4b5 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i8.il index 7a3ec676ff3611..f7ae9da9d31c9a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u1.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u1.il index ac3b02f93bb9cb..85a77139a2f4d3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u1.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u1.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u2.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u2.il index fda95d2b67ee4f..679165a905ed14 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u2.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u2.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u4.il index 24e03e9ea53e18..c664c2bae0dd52 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u8.il index 13559f9ef6caf0..35819e49bd55f0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_r4.il index 04e869fc7779aa..8133f39737c5c4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_r8.il index 4c05490ebba23b..8b2eabb81351c3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/and_u4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/and_u4.il index bfe52dcbe6c13f..6567fb0ce1a824 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/and_u4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/and_u4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/and_u8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/and_u8.il index a322c2f82d9e93..cb0d9dcad22ab1 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/and_u8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/and_u8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i.il index 611473f57383a4..e3eecf01ae4e6d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i4.il index 58021c6da380e4..27fb2f1fdf552d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i8.il index b1e6c920ad5719..0a274eb1278b73 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_r4.il index 7dc95abf3bdfd5..3a19785237968c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_r8.il index f033a3839f536e..0e162d47aa7fec 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_i4.il index 30ea41a3f9969c..63b09e4c8e6e2b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_i8.il index 4a87f541a90603..4168c45044c79e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_r4.il index ccbdaf19ecd1a0..eb35e62379408c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_r8.il index 9e40d20bf73e4a..99d7b6007ed431 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_u.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_u.il index 2f6655f1b767c6..6b4f2fca1cc676 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_u.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_u.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_i4.il index 8312d67bf29fc2..f5cd419c864259 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_i8.il index 09f1d74d180e00..f2186f9e4cf197 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r4.il index ea5452ba0bf842..9ff23b4643573e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r8.il index 6f425bd7a2fc2a..01d8511fcde87b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_i4.il index 6e3c39f34d4932..888bf068f1f0a0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_i8.il index 758eb767a846f9..611a2bea749e77 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_r4.il index 19be37cdae0521..246c39a9466786 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_r8.il index 40376bcf2b4fb9..a4bf075b7de7a8 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u.il index 19ba426410d4fe..7e493ebc4eba9c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u4.il index 9dda40df96beea..28b917a8c4828d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u8.il index 58ffaa2e0bdeb4..785eb79801b146 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_un_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_un_r4.il index b18272832cdfdc..863bb2df72f184 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_un_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_un_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_un_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_un_r8.il index ec2f72100f9b76..850e9af06cbc5f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_un_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_un_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_i4.il index e2e95c4cfe0d2c..9dfd1b8ac40165 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_i8.il index 471055093dec31..515e012b9d85f7 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_r4.il index 1653f5b872d0e2..c7053cf8e5b21f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_r8.il index 92b27921beff17..4403a1fb6bbf39 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u.il index 474412356e9787..ac746efe57f8ae 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u4.il index f7c181fdf8d658..3dc5ad97d5b517 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u8.il index e7911fb934beac..2488e64419ed05 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_un_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_un_r4.il index ac29aaecf27668..22927bd13e2569 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_un_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_un_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_un_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_un_r8.il index c37c5bad075e5c..b228a9fecaf436 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_un_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_un_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_i4.il index 91ec45d88c939c..748aac387c9630 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_i8.il index ccaada50ad2900..e3b6214de3043b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_r4.il index 46c84f083031f5..47cb5979f0c212 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_r8.il index dc1fb315ec63b8..071ec2ab79fd64 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u.il index da01571f56a439..3b7c62f88178e3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u4.il index 5ad240ca6f398a..b4d049f825019e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u8.il index ddf33e989c81ca..a09212935ba6fe 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_un_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_un_r4.il index 7ae76174c2c4c3..0e254711d19669 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_un_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_un_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_un_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_un_r8.il index 860a01038b8bc7..8df3e29e0d9d3c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_un_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_un_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u.il index 16df3a74a76c92..795cc50aaa1a77 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u4.il index d0869b69669810..3a7c95d35e5be0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u8.il index c122094981f4ba..49e36ab035de3f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r4.il index cba669bf5f0ad1..c02bcad9c7da11 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r8.il index 06789ff326497d..4c160e9b5831bd 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/br.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/br.il index dbf089cc120ea6..030611824a7c85 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/br.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/br.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 mscorlib {} .class public _br { diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/brfalse.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/brfalse.il index 9636e3cf7e69d2..820b8b4d49b0c5 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/brfalse.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/brfalse.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 mscorlib {} .class public _brfalse { diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/brtrue.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/brtrue.il index 22cf8d3773d872..440bd8b43975ab 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/brtrue.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/brtrue.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 mscorlib {} .class public _brtrue { diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_br.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_br.il index 06c8b37bbf98b7..68a72ed261e12c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_br.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_br.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_brfalse.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_brfalse.il index 639cae6e7a7c07..9aa6605e35dbd9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_brfalse.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_brfalse.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_brtrue.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_brtrue.il index 7ba97537518e72..69173398e9015f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_brtrue.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_brtrue.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_call.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_call.il index c3898eba419cf7..68f359a47530cc 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_call.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_call.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_cpblk.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_cpblk.il index c29d31fb929221..b8f2a94048eed9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_cpblk.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_cpblk.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_initblk.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_initblk.il index e26068374b9db6..9d61ee79a13bf3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_initblk.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_initblk.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_ldvirtftn.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_ldvirtftn.il index 9bebec583264ae..7d022962c1a59e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_ldvirtftn.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_ldvirtftn.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_localloc.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_localloc.il index 36c73801f9c672..0e19d23ce6828e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_localloc.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_localloc.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_nop.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_nop.il index b8f2158cd232fb..7e4bc0e3a2ae3d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_nop.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_nop.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 legacy library mscorlib {} .class _nop { diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_ret.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_ret.il index 383e799e82e907..757e53c5181c3e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_ret.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_ret.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 legacy library mscorlib {} .class _ret { diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_switch.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_switch.il index 0964734bcd1997..173d01dd5fa03c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_switch.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_switch.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/call.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/call.il index b9f274a43907a7..907eec03fd7a7c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/call.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/call.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 mscorlib {} .method public static int32 test() { diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i.il index d970d1bf7ea2cf..68703efde59200 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i4.il index 4b271a933558b5..503ab4ec1e71ca 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i8.il index 1e7e4333c073b6..bd8ab1677a2b4f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_r4.il index ef9d988274a0a3..85afd75d76ec35 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_r8.il index 601df9476da593..b7c2558336d4b6 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_i4.il index ea1747cb151543..4b6de4d97b6f0b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_i8.il index 5be82485096bee..219ce1b30a311f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_r4.il index ffd29e374c81c6..d6dbe06847802a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_r8.il index f4599954f91376..42cb35f968f707 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u.il index b88588a4345a3d..fb85e8d1b50f2a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u4.il index 5561fdeefbafb9..c1b0ac663f00a4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u8.il index 054106a4a5d4f2..73e67336a2c322 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_un_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_un_r4.il index cff2b26acd3b9d..bb8f47dab8a879 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_un_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_un_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_un_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_un_r8.il index 3946c311907db4..95af03090f6fc0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_un_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_un_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ckfinite_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ckfinite_r4.il index ffc802951f147e..a7acb3a9d40128 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ckfinite_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ckfinite_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ckfinite_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ckfinite_r8.il index 1b60c1f9b37928..83d57611c69e2e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ckfinite_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ckfinite_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_i4.il index 2d4eae8786da6c..1087ab07aad134 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_i8.il index 0641382016d8ca..bb23cf3a648968 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_r4.il index 4fc11b40287c3c..4521767704d784 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_r8.il index f2a923b682936c..00cd5713dde817 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u.il index ba330a55dcd22b..9204dd53d42649 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u4.il index 8abf88ac7950bb..6fa44f8fd61acb 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u4.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 legacy library mscorlib {} .class public clt_un { diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u8.il index 717f60f9970b1e..05c3dff53ed741 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_un_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_un_r4.il index 12129a123b7999..8e753f2e9c3a2a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_un_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_un_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_un_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_un_r8.il index c6e3377b549549..1585af3efe8bd7 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_un_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_un_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i1_un.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i1_un.il index f10f0105160a79..140817efd7b0df 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i1_un.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i1_un.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.Console { diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_i1.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_i1.il index f6683590e378c0..e031f518fef7e8 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_i1.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_i1.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_i2.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_i2.il index 2c38234afe7ae5..e78ce2470b461f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_i2.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_i2.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_u4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_u4.il index 558d9f6b908f0b..386b0f48521be4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_u4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_u4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_i.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_i.il index 56b3b848a5b1b3..ba0f2c1ed9c1db 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_i.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_i.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_i4.il index 937cfb38ba6cc8..a75254f8707551 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_u8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_u8.il index b16b71ea5db10c..2ae12ad9178a17 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_u8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_u8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i.il index 3a87a08e4abdbd..43910c8da394dd 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i4.il index 0947ede122b310..9b3ca53ec313e2 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i8.il index a7c322d6da084f..9658c033b272e4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_i.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_i.il index b36fc5ecd077b4..52317186be8055 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_i.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_i.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_i4.il index e86932bde1803a..53fb2e640339b7 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_u1.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_u1.il index c42540758ddf5b..bacbf2c7ead7c1 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_u1.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_u1.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_u2.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_u2.il index 00841585aa1eab..2a85eb66b88d71 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_u2.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_u2.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u8_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u8_i8.il index c3c3428c18aee9..dc5caf1bddf39f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u8_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u8_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u8_u4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u8_u4.il index ba438f84bb1606..f2d0944abbbb97 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u8_u4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u8_u4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cpblk.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cpblk.il index a6eabfcf4caf68..8deb42886e0ac6 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cpblk.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cpblk.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 mscorlib {} .class public _cpblk { diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_i4.il index 76dde917414d23..f93fe9badd807f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_i8.il index 247a315e79b52e..6a12cb443c3311 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_r4.il index 2242cc62853dba..6d4b405b970f95 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_r8.il index 05d0c654c528fa..dca91a23ddb897 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_u4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_u4.il index a6439fd5a9c9b3..da36bdcd9fc366 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_u4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_u4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_u8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_u8.il index b8f23ff1457928..f67a35dfbe9f9e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_u8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_u8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dup4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dup4.il index 22591e0c25812e..2ff393bfb4a693 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dup4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dup4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dup8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dup8.il index 889fd1f53f8103..4079d4787d6542 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dup8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dup8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dupi.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dupi.il index a63431bdc9125c..8c80618e7c0b47 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dupi.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dupi.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/initblk.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/initblk.il index 0b5e2df92f5ef1..14ebe7dd1e5430 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/initblk.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/initblk.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 mscorlib {} .class public _initblk { diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i.il index b70cba5da44902..5f5f4a7a5134ed 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i4.il index a62c88b217d4fb..656968a7b00b26 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i8.il index f4eddf5704fea4..4a20edbac5d32f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_r4.il index 5e7660c14fc7c8..dd4299016969b9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_r8.il index 17ea44f699c168..5fdd33a1ccf907 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_ref.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_ref.il index 86ea18bf5eb36c..e201e707d87ecb 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_ref.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_ref.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i.il index 2e2c130d9b095f..a67f2ebddf685d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i4.il index 3dd498dd63cfe9..00e0d6e9bc6c02 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i8.il index f40d4db2e923da..e928f610506128 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_r4.il index d223141f2c8f6c..91b562262f6a89 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_r8.il index 27d91ff35267db..3f2db7a6ac88d0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_ref.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_ref.il index c80d5c9e59381c..d3b0d588df2f00 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_ref.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_ref.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i1.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i1.il index 724051a639005d..7409bcaac59f02 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i1.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i1.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i2.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i2.il index dcaefc9d18e114..920d66e2e81f54 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i2.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i2.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i4.il index a6dbf484511888..b09a1098590540 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i8.il index b71c24a42fb48f..95f5143ec5ff88 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u1.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u1.il index 5fa314f8dad0b6..aba34891aad438 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u1.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u1.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u2.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u2.il index 532ea27d2d38cc..457987df67df8e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u2.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u2.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u4.il index 7baaf364700e75..0cf2f157c3f731 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u8.il index bb2b2ec7ccc974..380c845e1be3e0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_cpblk.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_cpblk.il index c2ceb2b57216e0..75ddc66e5b8293 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_cpblk.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_cpblk.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_initblk.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_initblk.il index 81d2a1a8c968cd..e6949725ec391b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_initblk.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_initblk.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_nop.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_nop.il index 8674fc40e31b7b..fc8d96efd65e61 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_nop.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_nop.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_ret.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_ret.il index e8e60a6f9aeb72..fa5cebb562c2d4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_ret.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_ret.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_switch.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_switch.il index 78b818819e9463..9538a8f3905502 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_switch.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_switch.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ckfinite_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ckfinite_r4.il index 6138c761d30621..2f2f94b711e66b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ckfinite_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ckfinite_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ckfinite_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ckfinite_r8.il index 536a52bcbeb6f7..707e75ad89cd6f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ckfinite_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ckfinite_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_i1.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_i1.il index fc2796ceded87d..70eaff93e77803 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_i1.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_i1.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_i2.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_i2.il index 1dd9d7ec38ae1b..fddd00064dc4e0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_i2.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_i2.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_u4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_u4.il index d6e35a16ef76e9..ac9ebd628d78d0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_u4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_u4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i8_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i8_i4.il index d35c240a8353e7..60633572b57903 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i8_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i8_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i8_u8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i8_u8.il index 3d6a233885dd3a..e4d27570d3da92 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i8_u8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i8_u8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i.il index dba66dab40d758..3b16ee175c100c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i4.il index 50979fbea5ba03..1084ff304b0540 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i8.il index 7657c1cb65eca1..78cade08735255 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_i.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_i.il index f568e55adcb19d..edeae291984fab 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_i.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_i.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_i4.il index ed6a12946e2780..4bfdd3d7eb3b85 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_u1.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_u1.il index 65a1beedc24b97..58ddf8692fb508 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_u1.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_u1.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_u2.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_u2.il index 5dc3aa7b2a0ee8..0ff5820b430f79 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_u2.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_u2.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u8_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u8_i8.il index bdbcc3e05d7c07..f3f21db2252171 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u8_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u8_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u8_u4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u8_u4.il index d2336f7743a867..b4b45f0ff07e95 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u8_u4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u8_u4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_i4.il index 4e7c7fd2d6896f..25c3f8e7e8e8a2 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_i8.il index b90c43815e68b2..99da9a4b9ac812 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i1.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i1.il index f3f6c54a592da4..f29812347d7415 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i1.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i1.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i2.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i2.il index 1627060c55b8fa..feac23a08dc1cc 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i2.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i2.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i4.il index 62a720d4a036f7..010542fb8c87d8 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i8.il index deabdeba7c3688..9f41516f800a85 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u1.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u1.il index a30efea524ab1d..3769be4bd60c22 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u1.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u1.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u2.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u2.il index 39329440245917..ef0e007f8f3a7d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u2.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u2.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u4.il index 1693bbc1302f00..be88d0e1c3d4a2 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u8.il index 780f9bf74ea63a..68f0283a131dde 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_neg_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_neg_i4.il index d5dae63341def7..92897825a6890b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_neg_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_neg_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_neg_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_neg_i8.il index 4cdfd44059cffe..cac0b83fab3ffc 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_neg_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_neg_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_r4.il index b96aa19811fd9e..535f812855c5a9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_r8.il index f9268d656ccb21..417663e839be2c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_i.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_i.il index 6c65a4f5da9696..672391543751f7 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_i.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_i.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_i4.il index 4ceafa279f21e1..9beb8ab5207d33 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_i8.il index e16b25f2a0fe8b..c4aa499721b942 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_r4.il index af2a932dbd275f..716e1fce4a4617 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_r8.il index a6b04a51ba00bb..3548d9eb25a5b4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_ref.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_ref.il index b81788947f8cde..3d33f92f2b0b3a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_ref.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_ref.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_i.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_i.il index 65c4b36e263c1d..ccdea51bc64234 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_i.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_i.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i1.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i1.il index 088c89a6e81a29..cf031d7d481327 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i1.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i1.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i2.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i2.il index c0f0eb402e3f59..652fb4eeb5548a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i2.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i2.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i4.il index f316aa9564f810..f1fa4b0ebf07c4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i8.il index 80ac25e66c7e11..79b7475f9bbc63 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u1.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u1.il index f367fd9a02c3a8..6c688d6c266f02 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u1.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u1.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u2.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u2.il index 24ac7d9539224e..50bed0d62b26a1 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u2.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u2.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u4.il index 316b17785e5681..0a7180a9d9116b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u8.il index 8e8b1ccf4df114..46a5d5709dec77 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldftn.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldftn.il index bbd220c6c79744..aa8e2b68810aa0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldftn.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldftn.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i.il index d110927720b39f..ebbb597779ef53 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i1.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i1.il index 04f9b3c49410e9..696d492cf71edf 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i1.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i1.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i2.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i2.il index 697f10573b15e8..3a005c20178015 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i2.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i2.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i4.il index 8d0093519931ac..6777e39628c547 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i8.il index 1ff7dbdeff151f..53b649d18e122a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_r4.il index f29509c7ec2147..2e353640ec2758 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_r8.il index 081a1bc9769c5f..66707d04e3c9d6 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_ref.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_ref.il index ca4105b81f522d..8049a84d09d33b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_ref.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_ref.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u1.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u1.il index 1f808a37f95d36..46d4ace65264de 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u1.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u1.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u2.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u2.il index 2130fe1200daca..4f7bda53609878 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u2.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u2.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u4.il index 8e510b170a7765..ae29a238414431 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i.il index 68367113001c7f..b180cb7c12ab96 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i4.il index 258bbd34afbb0f..8af5afcd431429 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i8.il index f06340f10abedf..5aefe29570f707 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_r4.il index 9dc29b6da32d97..3a800c29fff13f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_r8.il index ce8b15e0d4e2b0..d44ca9466b877e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_ref.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_ref.il index 3528a95b0973d0..abc313672e08ab 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_ref.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_ref.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldnull_i.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldnull_i.il index 4e1f5bccbdb623..7bf162f1c5a5fc 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldnull_i.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldnull_i.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 mscorlib {} .class public ldnull_i { diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldnull_ref.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldnull_ref.il index 0aa96efdb3a231..ca4952f8538bb7 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldnull_ref.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldnull_ref.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldvirtftn.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldvirtftn.il index cf628fa9e906e2..322e6b111775f7 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldvirtftn.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldvirtftn.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 mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/localloc.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/localloc.il index 3aa9c1cc78268f..d075e0e26171e7 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/localloc.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/localloc.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 mscorlib {} .class public _localloc { diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_i4.il index ef4f6116fcf34d..b24522bcdb6675 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_i8.il index dec205b022e40a..1a4ba03f4d665f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i1.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i1.il index e4e72ecf69524b..beeb4b0cf39d61 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i1.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i1.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i2.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i2.il index 570f39aa5b0f03..3a9c52c48a0a5f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i2.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i2.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i4.il index 76c0d97dfccf43..a9958813d97cf1 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i8.il index 4f0d7762ca8090..e3dad8fb5714e5 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u1.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u1.il index 524976577929ea..f2a6b6d31e4d4f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u1.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u1.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u2.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u2.il index 1ec474dd94e1a9..ebf9bdb77a9ccd 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u2.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u2.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u4.il index 34148bde439f54..300d7eb616218c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u8.il index 4dff56bcc8760c..663b568e650550 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_r4.il index 96d812841958be..9ed1faee0671d7 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_r8.il index d14c848ceb056a..93e92b6d31cd15 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_i4.il index 63803e1b276e7f..e4c7940a23fadf 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_i8.il index b1596fd1219410..a30d70531350a2 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_r4.il index 3fa0c5f545af1a..66a84e47937a32 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_r8.il index 0c158d29b4b4bc..8423da0f83e647 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/nop.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/nop.il index 481c227261cb4a..b6f9ed6a55468e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/nop.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/nop.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 mscorlib {} .assembly nop.exe{} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/not_u4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/not_u4.il index e36561d836d482..0b567a1b5dae36 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/not_u4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/not_u4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/not_u8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/not_u8.il index d2ff0d3280f11f..61985328ea113b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/not_u8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/not_u8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/or_u4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/or_u4.il index 1bee36a6441871..0453cf3b4ebe7d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/or_u4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/or_u4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/or_u8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/or_u8.il index 175022c5b80592..4f9ade07b0ffa7 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/or_u8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/or_u8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/pop4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/pop4.il index c14619bc492d20..8406f3cdfdfb04 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/pop4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/pop4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/pop8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/pop8.il index b66438cb75ecd9..b76391f85a5e8f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/pop8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/pop8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/popi.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/popi.il index de4cdce68883cd..5f3a3712b80b94 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/popi.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/popi.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/refs.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/refs.il index c7cfa76f319022..9080838def7595 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/refs.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/refs.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_i4.il index 0e38ee7c5e36bd..15887c8dc5c196 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_i8.il index e27bf259f04f34..d316f64b7b7d14 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_r4.il index 21d236995a56fb..836324064975ab 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_r4.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.Console { diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_r8.il index cd30076c827ad0..be94156fb5fbfc 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_u4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_u4.il index d17b731712f877..af18b1f5a209c7 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_u4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_u4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_u8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_u8.il index 459f3ead16591b..ec396dc93c58b4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_u8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_u8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret.il index ba191dcfb7aa10..b75cbc93b32573 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret.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 mscorlib {} .assembly ret.exe{} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i.il index c6d806dafa4361..ab0a4f5f8bf3b0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i4.il index 1106ba64b93a3a..827605acbe76ae 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i8.il index 47c0b187a38458..609fcfd0be6604 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_r4.il index c8b6fa414935ff..f3237d485342d9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_r8.il index 040b4cd7b420b5..4f35ad848b49dc 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_ref.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_ref.il index 6242ab7976a517..9506762afd8eed 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_ref.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_ref.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shl_u4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shl_u4.il index da338031a98713..f019c89cede215 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shl_u4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shl_u4.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 legacy library mscorlib {} .class public Shl_U4 { diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shl_u8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shl_u8.il index f1a18c7aedbabf..59a8c50bae67f4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shl_u8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shl_u8.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 legacy library mscorlib {} .class public Shl_U8 { diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_i4.il index d1471b03c41e7d..55da891fe32ea8 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_i8.il index 1cd971f1cf3542..08ff518143463a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_u4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_u4.il index 27e300247f0301..6a314a150f9419 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_u4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_u4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_u8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_u8.il index 3a48ac0ad66bdb..23ad9a36d6d188 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_u8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_u8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sizeof.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sizeof.il index d27fe6c7fa3343..88149707b11e1a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sizeof.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sizeof.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i.il index d534171e8ac143..2dfd51f020c8d3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i4.il index 663de6432b92a6..b3fd11cc15328e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i8.il index 98c4a3c8bddc13..f6c9a56532da90 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_r4.il index 120de89f4020fe..3a16738e50094a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_r8.il index 3b555b9a0467f7..03489d548b5b04 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_ref.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_ref.il index f9fdd9244bfe0f..5b7d83d54c4e4f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_ref.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_ref.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i1.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i1.il index 5c3d054c887a0d..0eaf53cda3b87f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i1.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i1.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i2.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i2.il index e929ef186fafec..2c3d84bf53ed3f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i2.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i2.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i4.il index 3fceba708e6aa2..e69cfaf373b2c1 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i8.il index 1528c7b2213533..11e611c91bb7ec 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_r8.il index 47ad90c502b03d..8571a521c22290 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_ref.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_ref.il index 3cae32830aa56e..8ebe21b9274fc5 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_ref.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_ref.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 legacy library mscorlib {} .class public stind_ref { diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i.il index 61132548dba0d9..64069de5cd8fe9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i4.il index edb76127655f3b..418457708445ce 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i8.il index 1dae1746709384..bccea762badbbb 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_r4.il index a8eb170adb84ca..a28f03125e78fd 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_r8.il index b316496eaeb44a..033ea8bddbc087 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_ref.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_ref.il index d7951cb6f66ba0..d9c31b98c3d596 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_ref.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_ref.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i.il index b28657331dd371..d105ff88ef72ed 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i4.il index 1154b19f886d59..4d428004ba8858 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i8.il index 1f9383a6c7b4e7..dfe5bac5f2d468 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i1.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i1.il index cce8dad72a5efc..1947b5db4c9855 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i1.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i1.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i2.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i2.il index 92bfa347bea890..13dee7e3834988 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i2.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i2.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i4.il index 005275e3bcce44..c0d6e48fb0ef61 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i8.il index 4901b337ddab97..ac12317979ecc1 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u1.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u1.il index 889a984cded37d..ad0eeb22bc4c10 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u1.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u1.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u2.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u2.il index 4614edee88952f..1cb2960e2cbe47 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u2.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u2.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u4.il index 08647d0d975b2e..3aa1e37042a8c7 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u8.il index 09977ab39299ed..18baf018bb0020 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_r4.il index 17bcc5d413cf50..d1b4dfcc0b4688 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_r8.il index 0fc44d16d60d86..4d1c2fd55afab7 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/switch.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/switch.il index 464e41b00db6f4..82123558a377ac 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/switch.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/switch.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 mscorlib {} .assembly switch.exe{} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/xor_u4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/xor_u4.il index c36245f2040e24..62200ac59dd2f5 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/xor_u4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/xor_u4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/xor_u8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/xor_u8.il index a32a9f7d2559f9..5630ab5a6a9450 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/xor_u8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/xor_u8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/AutoInit.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/AutoInit.il index 5d8157bd51243e..a60181e284e638 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/AutoInit.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/AutoInit.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/heap_ovf.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/heap_ovf.il index c8e8fdfccd4d72..ae62636387523c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/heap_ovf.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/heap_ovf.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. diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i1.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i1.il index b4ac94f7e7bf4e..d62c6e5065e8de 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i1.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i1.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i2.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i2.il index 8ad3dda96211b5..5c2c92df65b45d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i2.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i2.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i4.il index 69a25a58159110..ee572ce509ee74 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i8.il index 841be7ae0d4ed5..fb1c781be9152e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_r4.il index 2c2d9b3a231243..7d850362e98b27 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_r8.il index 120fe8dc844731..a4e652081c712f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i1.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i1.il index 49cce9a07ca7dc..bd820a99bd33fa 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i1.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i1.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i2.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i2.il index 34e2aed054337d..69c7821c8a3824 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i2.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i2.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i4.il index e8659815f4665f..c9f86e787e7e21 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i8.il index 82d519d55dc4b1..fde6811d3511b6 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_r4.il index 17048b36e5ed3e..feacbd7ac17141 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_r8.il index 35a13b0f7a84a8..95a5a73f182476 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i1.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i1.il index 61fcb698c72f98..eccdab79cac402 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i1.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i1.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i2.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i2.il index a5975364b4f9d6..dffdd535230795 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i2.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i2.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i4.il index 95ca06ce5c73e5..2d008863285a89 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i8.il index 54f5d7c535027e..8bb32c75015b84 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_r4.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_r4.il index a0e6b91691a0f5..e5809536dbe9da 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_r4.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_r4.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_r8.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_r8.il index a29d0177ab1c41..10d3728a2812d2 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_r8.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_r8.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/Box_Unbox.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/Box_Unbox.il index 75f42e32d047da..2dc79576581fb7 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/Box_Unbox.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/Box_Unbox.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/array_tests.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/array_tests.il index afd6bfdb1c8bec..c3121b0bb18197 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/array_tests.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/array_tests.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callintf.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callintf.il index 076b02729d53f6..0ce1ba1ca098fd 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callintf.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callintf.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callnonvirt.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callnonvirt.il index 820f8451522e30..c367e23ae86715 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callnonvirt.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callnonvirt.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. diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callstatic.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callstatic.il index cdeed02e48c1e5..bd6ec1b36ac615 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callstatic.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callstatic.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callsuper.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callsuper.il index 3325b03bf8287d..3412a9cb2a67c9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callsuper.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callsuper.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callvirt.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callvirt.il index 77b22596c76f4d..2570f18c4b5d3c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callvirt.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callvirt.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/castclass.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/castclass.il index 1e7f569dc64c94..89e57d94893a04 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/castclass.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/castclass.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. diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/cpobj.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/cpobj.il index 9b2f12632a3d21..7487b5bf294d45 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/cpobj.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/cpobj.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.Console diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/field_tests.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/field_tests.il index e795b764cce8e1..6089a3402423a7 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/field_tests.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/field_tests.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/fielda_tests.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/fielda_tests.il index 5906d5a9d8683e..dd83dbeecab22a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/fielda_tests.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/fielda_tests.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. diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/initobj.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/initobj.il index ec249a40c03491..2d230a5d74f645 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/initobj.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/initobj.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. diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/isinst.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/isinst.il index 861e7e4a05f85b..7315341821eed8 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/isinst.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/isinst.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldlen.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldlen.il index cb474cb41ddbae..786d8703655fb2 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldlen.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldlen.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldobj.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldobj.il index cd29c2e783949d..359f8bc3cb68ca 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldobj.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldobj.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.Console diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldstr.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldstr.il index ce45d3a865e7ed..54e38a13bd2188 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldstr.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldstr.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.Console diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldtoken.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldtoken.il index d24c80e32c5fca..469ad6e91282d3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldtoken.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldtoken.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldvirtftn.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldvirtftn.il index fcc5b08daedab7..60935028b20b89 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldvirtftn.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldvirtftn.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/localloc.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/localloc.il index 36aab4de3eb04b..c1604aecb7016e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/localloc.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/localloc.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.Console diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/newobj.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/newobj.il index d85301accd350b..b726c360a2c654 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/newobj.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/newobj.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/seh_tests.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/seh_tests.il index ee5340dbfac488..100bcb5a8f6c14 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/seh_tests.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/seh_tests.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.Console diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/throw.il b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/throw.il index 940239dbcb21b5..f1ddcebf6a6994 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/throw.il +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/throw.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Intrinsics/BinaryPrimitivesReverseEndianness.cs b/src/coreclr/tests/src/JIT/Intrinsics/BinaryPrimitivesReverseEndianness.cs index a1a2f748c238a4..bbc174b0b1d9fc 100644 --- a/src/coreclr/tests/src/JIT/Intrinsics/BinaryPrimitivesReverseEndianness.cs +++ b/src/coreclr/tests/src/JIT/Intrinsics/BinaryPrimitivesReverseEndianness.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/coreclr/tests/src/JIT/Intrinsics/MathCeilingDouble.cs b/src/coreclr/tests/src/JIT/Intrinsics/MathCeilingDouble.cs index 56e27c95ff51cd..5c479c352e2d5d 100644 --- a/src/coreclr/tests/src/JIT/Intrinsics/MathCeilingDouble.cs +++ b/src/coreclr/tests/src/JIT/Intrinsics/MathCeilingDouble.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/coreclr/tests/src/JIT/Intrinsics/MathCeilingSingle.cs b/src/coreclr/tests/src/JIT/Intrinsics/MathCeilingSingle.cs index aa8299c1bc6f77..118737c610df83 100644 --- a/src/coreclr/tests/src/JIT/Intrinsics/MathCeilingSingle.cs +++ b/src/coreclr/tests/src/JIT/Intrinsics/MathCeilingSingle.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/coreclr/tests/src/JIT/Intrinsics/MathFloorDouble.cs b/src/coreclr/tests/src/JIT/Intrinsics/MathFloorDouble.cs index 1835ade996814b..dd0ffad2fa546d 100644 --- a/src/coreclr/tests/src/JIT/Intrinsics/MathFloorDouble.cs +++ b/src/coreclr/tests/src/JIT/Intrinsics/MathFloorDouble.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/coreclr/tests/src/JIT/Intrinsics/MathFloorSingle.cs b/src/coreclr/tests/src/JIT/Intrinsics/MathFloorSingle.cs index 5a312fbb692095..14f4a18a26ac69 100644 --- a/src/coreclr/tests/src/JIT/Intrinsics/MathFloorSingle.cs +++ b/src/coreclr/tests/src/JIT/Intrinsics/MathFloorSingle.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/coreclr/tests/src/JIT/Intrinsics/MathFusedMultiplyAdd.cs b/src/coreclr/tests/src/JIT/Intrinsics/MathFusedMultiplyAdd.cs index 3f117048f4c5d7..2ef3e873e6864d 100644 --- a/src/coreclr/tests/src/JIT/Intrinsics/MathFusedMultiplyAdd.cs +++ b/src/coreclr/tests/src/JIT/Intrinsics/MathFusedMultiplyAdd.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; @@ -317,4 +316,4 @@ static void TestExplicitFmaUsage6(ref Vector128 a, double b) } #endregion } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Intrinsics/MathRoundDouble.cs b/src/coreclr/tests/src/JIT/Intrinsics/MathRoundDouble.cs index f81afaf14e8af7..cebb706365cdc3 100644 --- a/src/coreclr/tests/src/JIT/Intrinsics/MathRoundDouble.cs +++ b/src/coreclr/tests/src/JIT/Intrinsics/MathRoundDouble.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/coreclr/tests/src/JIT/Intrinsics/MathRoundSingle.cs b/src/coreclr/tests/src/JIT/Intrinsics/MathRoundSingle.cs index aa6ca50187b440..a7651671c993d2 100644 --- a/src/coreclr/tests/src/JIT/Intrinsics/MathRoundSingle.cs +++ b/src/coreclr/tests/src/JIT/Intrinsics/MathRoundSingle.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/coreclr/tests/src/JIT/Intrinsics/TypeEquality.cs b/src/coreclr/tests/src/JIT/Intrinsics/TypeEquality.cs index aa4fad2e1ef8e5..009891fdead7c1 100644 --- a/src/coreclr/tests/src/JIT/Intrinsics/TypeEquality.cs +++ b/src/coreclr/tests/src/JIT/Intrinsics/TypeEquality.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/coreclr/tests/src/JIT/Intrinsics/TypeEqualitySealed.cs b/src/coreclr/tests/src/JIT/Intrinsics/TypeEqualitySealed.cs index 1686b1d221eb9f..9583d3938e0828 100644 --- a/src/coreclr/tests/src/JIT/Intrinsics/TypeEqualitySealed.cs +++ b/src/coreclr/tests/src/JIT/Intrinsics/TypeEqualitySealed.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; @@ -164,4 +163,4 @@ private static void AssertIsFalse(bool value, [CallerLineNumber] int line = 0) Console.WriteLine($"Expected: False, L:{line}"); } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Intrinsics/TypeIntrinsics.IsAssignableFrom.cs b/src/coreclr/tests/src/JIT/Intrinsics/TypeIntrinsics.IsAssignableFrom.cs index 65a25549695867..d6520d30f9b7ec 100644 --- a/src/coreclr/tests/src/JIT/Intrinsics/TypeIntrinsics.IsAssignableFrom.cs +++ b/src/coreclr/tests/src/JIT/Intrinsics/TypeIntrinsics.IsAssignableFrom.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; @@ -247,4 +246,4 @@ public class ClassD : ClassA { } -public delegate void CustomAction(); \ No newline at end of file +public delegate void CustomAction(); diff --git a/src/coreclr/tests/src/JIT/Intrinsics/TypeIntrinsics.cs b/src/coreclr/tests/src/JIT/Intrinsics/TypeIntrinsics.cs index 11992f554bd41c..0c91318abb34f2 100644 --- a/src/coreclr/tests/src/JIT/Intrinsics/TypeIntrinsics.cs +++ b/src/coreclr/tests/src/JIT/Intrinsics/TypeIntrinsics.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/coreclr/tests/src/JIT/Intrinsics/TypeIntrinsics_il.il b/src/coreclr/tests/src/JIT/Intrinsics/TypeIntrinsics_il.il index 0e38349f9f0f11..d0c0b7feb405dc 100644 --- a/src/coreclr/tests/src/JIT/Intrinsics/TypeIntrinsics_il.il +++ b/src/coreclr/tests/src/JIT/Intrinsics/TypeIntrinsics_il.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 mscorlib { auto } .assembly extern System.Runtime { auto } @@ -41,4 +40,4 @@ FAILED: ldc.i4.s 42 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_b.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_b.il index 6bc7044a4b12a1..cc67c12a518eab 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_b.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_b.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_i4.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_i4.il index ee7df4ce6b9334..7cd2f32080f214 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_i4.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_i4.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_objref.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_objref.il index aafa15db65f8e1..ea7d4224423c2b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_objref.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_objref.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_r4.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_r4.il index e20f72d6e7b158..f25e5af20fc6d5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_r4.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_r4.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_r8.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_r8.il index 66016be994b83c..b2bbeb592a19a7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_r8.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_r8.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_struct.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_struct.il index f2c611e6e8ed52..6fdbe14f7872e6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_struct.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_struct.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_u8.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_u8.il index 63722c0cd72e20..dff07510b3c12a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_u8.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/huge_u8.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge_struct.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge_struct.il index c871f79c56910f..bee72a73f7d628 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge_struct.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge_struct.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcs.cs b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcs.cs index 907b2659aeb1ae..05ab3b9a4ef2d1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcs.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcs.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/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcs2.cs b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcs2.cs index 0a2ca4879194b7..1345b3aac54b52 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcs2.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcs2.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/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcs_ldlen.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcs_ldlen.il index 92dbf14dc3b2b7..ee66c462ced8d4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcs_ldlen.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcs_ldlen.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcsbas.cs b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcsbas.cs index e56f77ef6cda30..aa4c51b28c6c46 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcsbas.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcsbas.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/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcsbox.cs b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcsbox.cs index 6dee0008318839..b8c21e07f351a3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcsbox.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcsbox.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/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcsmax.cs b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcsmax.cs index f2f81d195ef9b0..2aa9e9db0af632 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcsmax.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcsmax.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/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcsmixed.cs b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcsmixed.cs index 3af5e86efd029d..c8742adf5279a8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcsmixed.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcsmixed.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/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcsval.cs b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcsval.cs index d32fcb16b88614..8658356aa36ae8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcsval.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcsval.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/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcsvalbox.cs b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcsvalbox.cs index 65e35d7cd5673a..5b281fa80cb8b5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcsvalbox.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/lcsvalbox.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/coreclr/tests/src/JIT/Methodical/Arrays/misc/address.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/address.il index 7fecc437f88cd4..b4bb950641bfe4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/address.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/address.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/arrres.cs b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/arrres.cs index e021a59d8c38dd..28379fca26b02b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/arrres.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/arrres.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/coreclr/tests/src/JIT/Methodical/Arrays/misc/arrres.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/arrres.il index ebdf16051b20d1..2185460915ef9b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/arrres.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/arrres.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/gcarr.cs b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/gcarr.cs index 3810c5213b4e48..4724c971d96bed 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/gcarr.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/gcarr.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/coreclr/tests/src/JIT/Methodical/Arrays/misc/gcarr.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/gcarr.il index 50255b50f82403..c0773d119cc7ed 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/gcarr.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/gcarr.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/initializearray_enum.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/initializearray_enum.il index 04f8f250a3f4e1..2ffe3950597cb2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/initializearray_enum.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/initializearray_enum.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/ldelem_get.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/ldelem_get.il index dc92ccc0d78e74..4e7de7a19482db 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/ldelem_get.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/ldelem_get.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/length0.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/length0.il index e97cf6a6731ef8..b29f0aac4466bd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/length0.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/length0.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/lengthm2.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/lengthm2.il index d3b8cc718b5a83..db84556f8e9b2d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/lengthm2.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/lengthm2.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/selfref.cs b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/selfref.cs index a633a2be1e9f33..3c2f912f6f408c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/selfref.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/selfref.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/coreclr/tests/src/JIT/Methodical/Arrays/misc/selfref.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/selfref.il index 16f2fcf81c65e3..72fa052c2f2478 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/selfref.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/selfref.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/float64_range1.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/float64_range1.il index 91703beb5dc8d2..a8472942b8b2f2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/float64_range1.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/float64_range1.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/float64_range2.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/float64_range2.il index ae30e3eae0dd07..9d7d5d91eca523 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/float64_range2.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/float64_range2.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_0.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_0.il index b5be8496080ced..fc60b7a3771dc2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_0.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_0.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_0_5a.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_0_5a.il index 3cd39643cf0ef3..2b48862369e47a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_0_5a.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_0_5a.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_0_5b.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_0_5b.il index 3cd39643cf0ef3..2b48862369e47a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_0_5b.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_0_5b.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_1.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_1.il index 98eab0900467ba..c867ce1c021d47 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_1.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_1.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_m1.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_m1.il index 20b32e2b9d9f52..837021088d468f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_m1.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_m1.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_neg_range.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_neg_range.il index 5539b2f62c5144..e76559c547cdc5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_neg_range.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_neg_range.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_range1.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_range1.il index 4c7287b1827dbc..fb732100fbe204 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_range1.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_range1.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_range2.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_range2.il index fac1651735d5e8..a9c038188c7be7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_range2.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/int32_range2.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/negIndexRngChkElim.il b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/negIndexRngChkElim.il index d2e5ab2cab4d85..83433d06b132ca 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/negIndexRngChkElim.il +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/negIndexRngChkElim.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 ILGEN_0x1d013582 {} .assembly extern mscorlib{auto} diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4.cs b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4.cs index 2e63b731f07281..6320ad96b6e14d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4.cs +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4.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/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4flat.cs b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4flat.cs index dec528c3945de3..f9d5cda2faa0eb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4flat.cs +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4flat.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/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8.cs b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8.cs index 7e82169db9b41a..75caeb8fd93a7f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8.cs +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8.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/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8flat.cs b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8flat.cs index 7ff5eca37f412c..76222aa513f6b8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8flat.cs +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8flat.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/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4.cs b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4.cs index 36672c86364464..d94f838e6e7916 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4.cs +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4.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/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4flat.cs b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4flat.cs index 255e86f8e6f773..740e9e3969ed50 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4flat.cs +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4flat.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/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8.cs b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8.cs index 6f2233089f378a..746cb95674b338 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8.cs +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8.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/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8flat.cs b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8flat.cs index e36784726a1ebf..6a5f623bfa721e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8flat.cs +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8flat.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/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/array.il b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/array.il index ee5304593330db..ac1cfc06a76ef2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/array.il +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/array.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/chain.il b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/chain.il index f94f3ffc56900b..2b4343e429ec4e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/chain.il +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/chain.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/finally.il b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/finally.il index 846cf51661852d..87785b4bc549b1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/finally.il +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/finally.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/huge_filter.il b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/huge_filter.il index 0d2c1b091b4213..4bf59f27095aba 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/huge_filter.il +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/huge_filter.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/jump.il b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/jump.il index 36858bb3530965..b1f78069170d20 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/jump.il +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/jump.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/local.il b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/local.il index 6301f1dc41b10d..996d2e84e5ca8a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/local.il +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/local.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/localloc.il b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/localloc.il index 6eef467e492230..6679b202179a8d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/localloc.il +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/localloc.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/simple.il b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/simple.il index 219e24fa9a2865..b372d50e2c6961 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/simple.il +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/simple.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/tailcall.il b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/tailcall.il index b9979be66e35b8..fa668cbe8be196 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/tailcall.il +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/tailcall.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.Console { auto } diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/try.il b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/try.il index 6a85a00b13450a..fcae3ad277e431 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/try.il +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/try.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/instance.cs b/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/instance.cs index 1fd1fd8407405e..8a74c65b0c7459 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/instance.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/instance.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/coreclr/tests/src/JIT/Methodical/Boxing/callconv/instance.il b/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/instance.il index 6c0b239dff5fbe..572f7d335fbbf7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/instance.il +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/instance.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/fibo.cs b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/fibo.cs index c1f0f0f7ea4de3..bcc16cae57090a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/fibo.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/fibo.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/coreclr/tests/src/JIT/Methodical/Boxing/functional/fibo.il b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/fibo.il index 7f0b89ea30cde3..a69adbc37ce4ad 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/fibo.il +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/fibo.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/sin.cs b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/sin.cs index 0c8beacbbd8a11..f9e983f48ca2fd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/sin.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/sin.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/coreclr/tests/src/JIT/Methodical/Boxing/functional/sin.il b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/sin.il index 8a38cf517f73d2..889379e3a252a3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/sin.il +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/sin.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/concurgc.il b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/concurgc.il index a9317bd2259eb6..51281e91ff3b82 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/concurgc.il +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/concurgc.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.Console { auto } diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/enum.cs b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/enum.cs index ee739bc5532fa5..c0f256cb0862aa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/enum.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/enum.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/coreclr/tests/src/JIT/Methodical/Boxing/misc/enum.il b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/enum.il index f24cd8ec8dadbd..ba867822b4643f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/enum.il +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/enum.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/nestval.cs b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/nestval.cs index a51c4ac11f5152..4794aabdd046c5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/nestval.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/nestval.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/coreclr/tests/src/JIT/Methodical/Boxing/misc/nestval.il b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/nestval.il index 960a96aaf4bf5d..32660f80cd5b98 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/nestval.il +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/nestval.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/tailjump.cs b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/tailjump.cs index 24a3792b767cca..50aa94a1b751cc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/tailjump.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/tailjump.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/coreclr/tests/src/JIT/Methodical/Boxing/misc/tailjump.il b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/tailjump.il index 82ebbeca734b05..f6d2b87be22a37 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/tailjump.il +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/tailjump.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/typedref.il b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/typedref.il index dbb1d64d506958..f238181c52d1eb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/typedref.il +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/typedref.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/unusedindir.cs b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/unusedindir.cs index 970ca6697ef962..cf0f1698e70cdf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/unusedindir.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/unusedindir.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/coreclr/tests/src/JIT/Methodical/Boxing/morph/sin.cs b/src/coreclr/tests/src/JIT/Methodical/Boxing/morph/sin.cs index f1cb996f593fd4..71205f11897e2a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/morph/sin.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/morph/sin.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/coreclr/tests/src/JIT/Methodical/Boxing/morph/sin3double.il b/src/coreclr/tests/src/JIT/Methodical/Boxing/morph/sin3double.il index 65cc41d81e3565..eb41a116353b0d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/morph/sin3double.il +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/morph/sin3double.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 mscorlib { diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/fault.il b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/fault.il index 625d5e8a1fb8a3..69c71a8204e232 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/fault.il +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/fault.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/filter.il b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/filter.il index 8cce217a6dc612..badea4a3e62b35 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/filter.il +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/filter.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/try.cs b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/try.cs index 426f96e4f4515f..1e0cb984974fbe 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/try.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/try.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/coreclr/tests/src/JIT/Methodical/Boxing/seh/try.il b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/try.il index 6f1b364fcc9a80..3355859172f282 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/try.il +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/try.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sin.cs b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sin.cs index aa5a62788f70ba..27ee2cf6999d2d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sin.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sin.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 SinCalc { diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sin_cs.il b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sin_cs.il index b5f317d129e787..134937faef4375 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sin_cs.il +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sin_cs.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. .module 'sin_il_cs.exe' .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sin_il.il b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sin_il.il index cc5b9364cfa4e0..3e0ff2dbad3ad2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sin_il.il +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sin_il.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. .module 'sin_il_il.exe' .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sinlib.cs b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sinlib.cs index 7fbfd352f7a6e1..f2b21815bb34d4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sinlib.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sinlib.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 SinCalcLib { diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sinlib.il b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sinlib.il index 0fc03075b82e08..544e04fdcb0d93 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sinlib.il +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sinlib.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. .module 'sinlib_il.dll' .assembly extern legacy library mscorlib { auto } .assembly 'sinlib_il' {} diff --git a/src/coreclr/tests/src/JIT/Methodical/Coverage/arglist_pos.il b/src/coreclr/tests/src/JIT/Methodical/Coverage/arglist_pos.il index 273895fbd865fd..443de1481ecabd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Coverage/arglist_pos.il +++ b/src/coreclr/tests/src/JIT/Methodical/Coverage/arglist_pos.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/Coverage/b39946.il b/src/coreclr/tests/src/JIT/Methodical/Coverage/b39946.il index 255dcab3690ccb..44a6e64258ea86 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Coverage/b39946.il +++ b/src/coreclr/tests/src/JIT/Methodical/Coverage/b39946.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/Coverage/b433189.cs b/src/coreclr/tests/src/JIT/Methodical/Coverage/b433189.cs index bc6a1a0d29a594..daac252cacbe30 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Coverage/b433189.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Coverage/b433189.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.Security; diff --git a/src/coreclr/tests/src/JIT/Methodical/Coverage/b518440.il b/src/coreclr/tests/src/JIT/Methodical/Coverage/b518440.il index 1a76e7043d0c5b..dfbe528c7a6dbe 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Coverage/b518440.il +++ b/src/coreclr/tests/src/JIT/Methodical/Coverage/b518440.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/Coverage/hole.il b/src/coreclr/tests/src/JIT/Methodical/Coverage/hole.il index 337363061064a9..e1f7eb46e8818e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Coverage/hole.il +++ b/src/coreclr/tests/src/JIT/Methodical/Coverage/hole.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/conv_i8_i.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/conv_i8_i.il index f4339fe26ea0f2..45e27c17d1acc1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/conv_i8_i.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/conv_i8_i.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. // // diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/conv_i8_u.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/conv_i8_u.il index 05d60ee911c39d..bc48a31d203ff4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/conv_i8_u.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/conv_i8_u.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. // // diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/convovf_i8_i.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/convovf_i8_i.il index a92a069e18b458..ff54422d798566 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/convovf_i8_i.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/convovf_i8_i.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. // // diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/convovf_i8_u-ia64.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/convovf_i8_u-ia64.il index 8e8b9da02352a7..a18978f095f0a8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/convovf_i8_u-ia64.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/convovf_i8_u-ia64.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. // // diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_array_merge-i386.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_array_merge-i386.il index 2f3c423244559f..df1378a0155339 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_array_merge-i386.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_array_merge-i386.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_array_merge-ia64.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_array_merge-ia64.il index bf0bdac817dcc9..204d039fb88745 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_array_merge-ia64.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_array_merge-ia64.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_box.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_box.il index 29e267808d5dcc..5bb094dac13cce 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_box.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_box.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_conv.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_conv.il index bef4e4f217c694..f8b36b077bad46 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_conv.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_conv.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. // // diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_fld.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_fld.il index 38aac85afefab1..ca1adf5e0fa752 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_fld.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_fld.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. // // diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_flood.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_flood.il index 096a6eb0131d14..a0befda38eea3e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_flood.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_flood.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_flow.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_flow.il index 2efdf59f1d771c..3d62d437457be1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_flow.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_flow.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_prop.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_prop.il index d42bb813f8d6f8..a392ebe812db8d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_prop.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_prop.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. // // diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_qsort1.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_qsort1.il index 7ca54ca162a14e..5ce9a06f908253 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_qsort1.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_qsort1.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_qsort2.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_qsort2.il index c92bace6ba6e9e..f60e0448546a54 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_qsort2.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_qsort2.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_ref.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_ref.il index e5db925156c7ee..4f1d6abc6f84e2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_ref.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_ref.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_seq.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_seq.il index 7191427471ddd3..8fe5239f473b40 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_seq.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_seq.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. // // diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_vfld.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_vfld.il index 3961cbf0002993..c78b4b36de6f72 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_vfld.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_vfld.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. // // diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/ptr.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/ptr.il index dea67fbf402efd..1d5a862dc42ca9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/ptr.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/ptr.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. // //.corflags 0x00000002 diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/qperm.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/qperm.il index e4a08997d56b61..87d0be8fabea57 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/qperm.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/qperm.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/sizeof-i386.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/sizeof-i386.il index db5c5b41e2530b..eaa1230047ca01 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/sizeof-i386.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/sizeof-i386.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/sizeof-ia64.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/sizeof-ia64.il index 7b50ed627ce851..8570210dd1dbc7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/sizeof-ia64.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/sizeof-ia64.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_array_merge-i386.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_array_merge-i386.il index 1dd83a9f1b2a89..4e1ef9fe937c73 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_array_merge-i386.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_array_merge-i386.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_array_merge-ia64.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_array_merge-ia64.il index 3b0567980ba98e..f01e4038dc0ed3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_array_merge-ia64.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_array_merge-ia64.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_box.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_box.il index d776dcf1b7e7ca..5a3159882b635e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_box.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_box.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_conv.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_conv.il index e13c203d7ea76e..d4791c7ca886e9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_conv.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_conv.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. // // diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_fld.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_fld.il index d93ee0f41b8502..321bb19365b9e8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_fld.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_fld.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. // // diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_flood.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_flood.il index 5cc9457db8b4ac..fb36a19686b976 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_flood.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_flood.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_flow.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_flow.il index 926617ad614678..37c661ef4564ba 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_flow.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_flow.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_prop.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_prop.il index 403a9e9dbd6812..9d71f2d6f30d35 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_prop.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_prop.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. // // diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_qsort1.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_qsort1.il index 741dd979b95131..792d8d878db034 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_qsort1.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_qsort1.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_qsort2.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_qsort2.il index 0f42b6ee80329b..384010549d83da 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_qsort2.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_qsort2.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_ref.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_ref.il index 895386897cf27f..e89495c743fdc7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_ref.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_ref.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_seq.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_seq.il index 462b04fda55528..28bf137cb2df8b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_seq.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_seq.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. // // diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_vfld.il b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_vfld.il index d1a5d210aa6e47..ff342ec881971f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_vfld.il +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/u_vfld.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. // // diff --git a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convX.il b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convX.il index 11ca8d325caec5..217fc1b66f30cf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convX.il +++ b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convX.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4a.cs b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4a.cs index 2495c8fd44d53c..a0034a945dc6e0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4a.cs +++ b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4a.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. //testing float narrowing upon conv.r4 explicit cast diff --git a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4d.il b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4d.il index d488e1fe6ec8c6..ce7eab6427144c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4d.il +++ b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4d.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8a.cs b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8a.cs index aad95041070154..ce3ae321552b9f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8a.cs +++ b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8a.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. //testing double narrowing diff --git a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8d.il b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8d.il index 202c72409a34b3..5234ac6c9561db 100644 --- a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8d.il +++ b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8d.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1a.cs b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1a.cs index 8248731cbc9bfb..b64755c624c1ee 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1a.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1a.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; internal class test diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1b.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1b.il index 5218a42ba41c09..a87f3cde457bf6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1b.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1b.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1c.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1c.il index 90ec277a1af5e1..7f68d3279d2020 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1c.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1c.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2a.cs b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2a.cs index fc62d92fd1cf5d..0ecc17f7624046 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2a.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2a.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; internal struct VT diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2b.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2b.il index 5fe53f02eb0b2c..bbbd2966188d3e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2b.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2b.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2c.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2c.il index ee2d8d0a5c8f08..689385584ad9e7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2c.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2c.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3a.cs b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3a.cs index dade907e76f739..af2b2cd404c623 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3a.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3a.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. // long chain of methods diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3b.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3b.il index e0e29bdcb602c0..1ff0d48ac43f63 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3b.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3b.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 mscorlib { } .assembly extern System.Console @@ -1725,4 +1724,4 @@ call void [System.Console]System.Console::WriteLine(string) IL_0006: ret } // end of method test::.ctor -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3c.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3c.il index 34dfed83f20468..0332142e45a0ce 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3c.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3c.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 mscorlib { } .assembly extern System.Console @@ -2349,4 +2348,4 @@ call void [System.Console]System.Console::WriteLine(string) IL_0006: ret } // end of method test::.ctor -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25paramMixed.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25paramMixed.il index e5fa5103a8dd82..62ec1084057b6f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25paramMixed.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25paramMixed.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 mscorlib { } .assembly extern System.Console @@ -2076,4 +2075,4 @@ call void [System.Console]System.Console::WriteLine(string) IL_0006: ret } // end of method test::.ctor -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfault.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfault.il index 563485a6718b80..29ee9f84d5077a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfault.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfault.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfault_jmp.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfault_jmp.il index 899240c2d331f9..15f936ea8184a7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfault_jmp.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfault_jmp.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfault_tail.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfault_tail.il index 8085c0284000de..e465d99c4ed584 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfault_tail.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfault_tail.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfinally.cs b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfinally.cs index 0e015b97d29bbf..8c4f1b7d869067 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfinally.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfinally.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/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfinally_ind.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfinally_ind.il index 50f365ace49b0d..f0f1fafffcd1a9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfinally_ind.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfinally_ind.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfinally_jmp.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfinally_jmp.il index 6af555122b3d14..ad5a4bdd1afc61 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfinally_jmp.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfinally_jmp.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfinally_jmpind.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfinally_jmpind.il index e9c311a47e98a6..7eb20cd317abc9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfinally_jmpind.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfinally_jmpind.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfinally_tail.cs b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfinally_tail.cs index a3790f6dd36fb5..cdd54b540a3917 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfinally_tail.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfinally_tail.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/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfinally_tail.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfinally_tail.il index 4dbd362cf97c7b..299e258fe97b69 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfinally_tail.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/catchfinally_tail.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/test1.cs b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/test1.cs index bd1cb582636085..db746405139336 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/test1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/test1.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/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/test1.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/test1.il index c0f11e173a7caa..c90ffaf2f3a910 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/test1.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/test1.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/test2.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/test2.il index f8cda9a06d46b6..ed8e5056206d61 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/test2.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/test2.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/test3.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/test3.il index 0e8abda109b8a4..8afcc1b78b2877 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/test3.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/test3.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/val_cctor.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/val_cctor.il index 8592b5b0a34419..ee8ea1ade7a686 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/val_cctor.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/val_cctor.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/val_ctor.cs b/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/val_ctor.cs index d99837ad702528..7c0a55d5eea533 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/val_ctor.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/val_ctor.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/coreclr/tests/src/JIT/Methodical/Invoke/ctor/val_ctor_newobj.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/val_ctor_newobj.il index 23c5143b60a532..eb2806b961705e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/val_ctor_newobj.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/val_ctor_newobj.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/deep.cs b/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/deep.cs index bbb495db45875a..a8ad8c5863e1e9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/deep.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/deep.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/coreclr/tests/src/JIT/Methodical/Invoke/deep/deep1.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/deep1.il index 210249b05ad32e..887d14ba8b0a72 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/deep1.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/deep1.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/deep2.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/deep2.il index 288dd3a85b42a5..367f261a5c2a71 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/deep2.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/deep2.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/ftn_t.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/ftn_t.il index 2ad9feac5d142b..fcdcc31c7118bf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/ftn_t.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/ftn_t.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/instftn.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/instftn.il index 77500da284e1e3..be26ffa424f54f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/instftn.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/instftn.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/instftn_t.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/instftn_t.il index a6be7b577b512e..a4c91aca61f291 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/instftn_t.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/instftn_t.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/recurse.cs b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/recurse.cs index 75d4c6756a0331..6978659f2e7e10 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/recurse.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/recurse.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/coreclr/tests/src/JIT/Methodical/Invoke/fptr/recurse_calli.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/recurse_calli.il index 74161b0985db2b..8034946c8f197c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/recurse_calli.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/recurse_calli.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/recurse_jmp.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/recurse_jmp.il index 000caeae350d05..b9457ded190c96 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/recurse_jmp.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/recurse_jmp.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/recurse_jmpi.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/recurse_jmpi.il index 2d8da01f40ca9d..ff20c680e17d5f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/recurse_jmpi.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/recurse_jmpi.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/recurse_tail_call.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/recurse_tail_call.il index e33c9faef9fb35..9a70c58078324b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/recurse_tail_call.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/recurse_tail_call.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/recurse_tail_calli.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/recurse_tail_calli.il index fd89d72a5fb3e8..7b4eb5ec36f87f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/recurse_tail_calli.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/recurse_tail_calli.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/valftn.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/valftn.il index 053eafb1c1743d..31a3ff63fe85bd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/valftn.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/valftn.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/valftn_t.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/valftn_t.il index 2fa7e0562d7425..eff2839dfce87b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/valftn_t.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/valftn_t.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/virtftn.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/virtftn.il index 916e6e1e092a16..208fa5a4145f7d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/virtftn.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/virtftn.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/virtftn_t.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/virtftn_t.il index e88a83dfdca6e0..7f170955b3e725 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/virtftn_t.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/virtftn_t.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/hfa_params/hfa_params.cs b/src/coreclr/tests/src/JIT/Methodical/Invoke/hfa_params/hfa_params.cs index 1894b21f99e04a..4900ab2ead964f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/hfa_params/hfa_params.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/hfa_params/hfa_params.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; @@ -65,4 +64,4 @@ public static int Main(string[] args) return (foo(ds, ds2, ds3) ? 100 : -1); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/fr4.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/fr4.il index 1bac4f71cf243b..6641a08152ed58 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/fr4.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/fr4.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/fr8.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/fr8.il index 07da2d2a6f476c..c87fc8bd7f8d92 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/fr8.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/fr8.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/i4i1.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/i4i1.il index da248d0ed4aae0..cfcb81f9250859 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/i4i1.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/i4i1.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/i4i2.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/i4i2.il index 7d6e588147503b..e72bf3cb1135ed 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/i4i2.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/i4i2.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/i4u1.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/i4u1.il index 92f82a148911d3..276253ba136a1e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/i4u1.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/i4u1.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/i4u2.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/i4u2.il index ffb415985b1324..fb6555c01082ce 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/i4u2.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/i4u2.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/i4u4.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/i4u4.il index 232f864e6bb277..56e3af4b4ceb9e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/i4u4.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/i4u4.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/i8u8.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/i8u8.il index 61c7f66eaa9ce2..9448aab078013a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/i8u8.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/i8u8.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/ii1.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/ii1.il index a73693206b26e0..f8680f0f11d5fe 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/ii1.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/ii1.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/ii2.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/ii2.il index 0d0eee93a1e8ed..7e2a9f753b600a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/ii2.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/ii2.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/ii4.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/ii4.il index c08fb3df82a7b0..2f940d44efe374 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/ii4.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/ii4.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/iu1.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/iu1.il index 6506aa8be612e6..fd6dc0711df309 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/iu1.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/iu1.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/iu2.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/iu2.il index a5738ec15199bf..9c4b9dbbd5c0e7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/iu2.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/iu2.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/iu4.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/iu4.il index dea7ac703aa8ee..052d29768ea3f9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/iu4.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/iu4.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/obj.cs b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/obj.cs index 499767cb072f36..6bea2ea340647a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/obj.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/obj.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/coreclr/tests/src/JIT/Methodical/Invoke/implicit/objref.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/objref.il index bd107fe7564921..dbf7ae9a00f2a4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/objref.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/objref.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/thiscall/thisnull.il b/src/coreclr/tests/src/JIT/Methodical/Invoke/thiscall/thisnull.il index b7d566868e745d..397ab8af4369b6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/thiscall/thisnull.il +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/thiscall/thisnull.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/bool.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/bool.cs index a1d673b6db8db4..8edf0a94d65a31 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/bool.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/bool.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/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/byte.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/byte.cs index ed35b300bd686a..6aad4120c2f255 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/byte.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/byte.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/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/char.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/char.cs index 95ce1047d102fe..d8063d6f9a30f6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/char.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/char.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/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/decimal.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/decimal.cs index 6e6515c69b64a6..3dde7c5bd7c55f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/decimal.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/decimal.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/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/double.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/double.cs index cf57f914fcadf2..107c96d967151f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/double.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/double.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/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/float.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/float.cs index 81e6e6c066d819..f9d71ef3232415 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/float.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/float.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/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/int.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/int.cs index 09538c64b73443..6b86a9a618c440 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/int.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/int.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/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/long.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/long.cs index 330752b1cad351..b0649235c0341b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/long.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/long.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/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/sbyte.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/sbyte.cs index 65be76949dcfb1..51adfc37f8f528 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/sbyte.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/sbyte.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/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/short.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/short.cs index 1cbe99d6ea1024..06fe7c895ece3c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/short.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/short.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/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/uint.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/uint.cs index e10efc25430bba..8aa85e1a3fc907 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/uint.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/uint.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/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ulong.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ulong.cs index 75434f2c78309c..e0f3fe5149f6d5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ulong.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ulong.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/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ushort.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ushort.cs index 7558350fdef8f9..a9f3c4cf82dfd9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ushort.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ushort.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/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/classarr.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/classarr.cs index b266e898fc8738..d7e2f7b57fc14c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/classarr.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/classarr.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. //Solving AX=B and the inverse of A with Gauss-Jordan algorithm diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/jaggedarr.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/jaggedarr.cs index a0542bf60c8399..e8b1b092d29060 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/jaggedarr.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/jaggedarr.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. //Solving AX=B and the inverse of A with Gauss-Jordan algorithm diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/plainarr.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/plainarr.cs index d382ae55a1de08..a0e28f17b6dba8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/plainarr.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/plainarr.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. //Solving AX=B and the inverse of A with Gauss-Jordan algorithm diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/structarr.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/structarr.cs index 020b66c5877e89..2515b3eb56d699 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/structarr.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/structarr.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. //Solving AX=B and the inverse of A with Gauss-Jordan algorithm diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/classarr.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/classarr.cs index 67697e5e2119da..6cba6825fc9f61 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/classarr.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/classarr.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. //Inner Product of two 2D array diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/doublearr.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/doublearr.cs index 37b86eb8358d81..b3010878d042e9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/doublearr.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/doublearr.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/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/intarr.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/intarr.cs index f294939442e32a..39510cd62d2d84 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/intarr.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/intarr.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/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr.cs index dd58064caaf692..cd9de011a9fdc9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr.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/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/stringarr.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/stringarr.cs index e8885afcc9494a..29d24dba5a5be4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/stringarr.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/stringarr.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/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/structarr.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/structarr.cs index 16d59fc482f11c..f3cd8d90d08daf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/structarr.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/structarr.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/coreclr/tests/src/JIT/Methodical/MDArray/basics/classarr.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/classarr.cs index eb03f4fb5aaa55..558ba9649dc811 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/classarr.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/classarr.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. //Simple arithmatic manipulation of one 2D array elements diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/doublearr.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/doublearr.cs index 046f203377afe4..96b2d225302560 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/doublearr.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/doublearr.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. //Simple arithmatic manipulation of one 2D array elements diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/jaggedarr.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/jaggedarr.cs index 472143b02667c3..e2f27705111dff 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/jaggedarr.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/jaggedarr.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. //Simple arithmatic manipulation of one 2D array elements diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/stringarr.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/stringarr.cs index cf8c6ec113181d..10a0b139a090b4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/stringarr.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/stringarr.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. //Simple arithmatic manipulation of one 2D array elements diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/structarr.cs b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/structarr.cs index 109433e099bcec..d867b7f70c9474 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/structarr.cs +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/structarr.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. //Simple arithmatic manipulation of one 2D array elements diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32.cs b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32.cs index e05a552c3090c8..687b567e6b2add 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32.cs +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32.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 JitTest diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64.cs b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64.cs index 950695e9d8537f..dc7bf30670d7a8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64.cs +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64.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 JitTest diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/comp32.il b/src/coreclr/tests/src/JIT/Methodical/NaN/comp32.il index afd81227ed8b43..b0681058e194cf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/comp32.il +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/comp32.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/comp64.il b/src/coreclr/tests/src/JIT/Methodical/NaN/comp64.il index 567acd54200d3a..0b8ba6ca955608 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/comp64.il +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/comp64.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/cond32.il b/src/coreclr/tests/src/JIT/Methodical/NaN/cond32.il index cd56fd53be09ca..f616fa64be5b35 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/cond32.il +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/cond32.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/cond64.il b/src/coreclr/tests/src/JIT/Methodical/NaN/cond64.il index f92e5aa65a4a78..af3783d38adcce 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/cond64.il +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/cond64.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic.cs b/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic.cs index f6a97e5b938ecc..7b45fcd70b5f19 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic.cs +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic.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 JitTest { diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_nonf.il b/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_nonf.il index 9c9faa76dd0aa3..49f060b39a52cc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_nonf.il +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_nonf.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNadd.cs b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNadd.cs index 813344597da3af..92bdc195ef1882 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNadd.cs +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNadd.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/coreclr/tests/src/JIT/Methodical/NaN/r4NaNconv.il b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNconv.il index b29a24ef327559..7700250ba012be 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNconv.il +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNconv.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.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNdiv.cs b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNdiv.cs index 879e61c3c714a5..1ee1f993c28cd2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNdiv.cs +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNdiv.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/coreclr/tests/src/JIT/Methodical/NaN/r4NaNmul.cs b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNmul.cs index 9970fa3f982348..16745f72ff506b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNmul.cs +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNmul.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/coreclr/tests/src/JIT/Methodical/NaN/r4NaNrem.cs b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNrem.cs index 62c360a54fa50a..075cd5ce30df3c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNrem.cs +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNrem.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/coreclr/tests/src/JIT/Methodical/NaN/r4NaNsub.cs b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNsub.cs index 8e6065a765d366..e0bcd1fb5c9eec 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNsub.cs +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNsub.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/coreclr/tests/src/JIT/Methodical/NaN/r8NaNadd.cs b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNadd.cs index 19087fc6dcaa6f..8c8ab0cfde2157 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNadd.cs +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNadd.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/coreclr/tests/src/JIT/Methodical/NaN/r8NaNconv.il b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNconv.il index 2e19ad81f0c41a..44281937905965 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNconv.il +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNconv.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.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNdiv.cs b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNdiv.cs index b683fa42abb831..ed93da7e6efa1a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNdiv.cs +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNdiv.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/coreclr/tests/src/JIT/Methodical/NaN/r8NaNmul.cs b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNmul.cs index 5204274e1482a1..811a0d9697db5a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNmul.cs +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNmul.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/coreclr/tests/src/JIT/Methodical/NaN/r8NaNrem.cs b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNrem.cs index 24679db919a919..4351a42473e390 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNrem.cs +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNrem.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/coreclr/tests/src/JIT/Methodical/NaN/r8NaNsub.cs b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNsub.cs index 43f65d49072bd3..4ba2bd82b280b9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNsub.cs +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNsub.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/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt.cs b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt.cs index f3616ac48c4643..dc1cac51bb2579 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt.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/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2.cs b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2.cs index 14bff590108ae0..dfd292b755bec8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2.cs +++ b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2.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/coreclr/tests/src/JIT/Methodical/VT/callconv/aa.il b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/aa.il index 2e4b0a93e3db00..ea859c6a501716 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/aa.il +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/aa.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/call.cs b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/call.cs index 53dcce5231499a..a832399328f36d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/call.cs +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/call.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/coreclr/tests/src/JIT/Methodical/VT/callconv/calli.il b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/calli.il index 6dcf39ad2f791b..04139e9120c589 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/calli.il +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/calli.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/dd.il b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/dd.il index 24ee164aa119fd..90ad4d5bea9f36 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/dd.il +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/dd.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/ee.il b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/ee.il index 97a1a9d8f52a9f..8b63740e2d02a1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/ee.il +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/ee.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumper.cs b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumper.cs index 40234c6b37c5da..04ec7bc3368911 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumper.cs +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumper.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/coreclr/tests/src/JIT/Methodical/VT/callconv/jumper1.il b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumper1.il index c781b0c08cf3bd..d5d327de598155 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumper1.il +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumper1.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumper2.il b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumper2.il index adbdf9c0c20e71..84a07e1bc9549b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumper2.il +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumper2.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumper3.il b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumper3.il index 4b4b1ae616c63d..4d348e90cff2b5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumper3.il +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumper3.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumper4.il b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumper4.il index 6bbd4555fd76ab..9842d163e84441 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumper4.il +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumper4.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumper5.il b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumper5.il index 86e95c3ab4d9c6..584b4ef6500fef 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumper5.il +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumper5.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumps.cs b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumps.cs index 046ad32f20f5ff..2a4a79ce1d44ed 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumps.cs +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumps.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/coreclr/tests/src/JIT/Methodical/VT/callconv/jumps1.il b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumps1.il index 86b4a708062d29..49e792d589da09 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumps1.il +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumps1.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumps2.il b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumps2.il index 6e4da60a301bb6..9660d6216e58e2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumps2.il +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumps2.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumps3.il b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumps3.il index 17d870b86c8958..37c4ad83a3d553 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumps3.il +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumps3.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumps4.il b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumps4.il index 3391c00897037d..bc115f8f79fbc1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumps4.il +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumps4.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumps5.il b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumps5.il index c5b2226c45c49d..60d7ae9be8ffcf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumps5.il +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/jumps5.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/vtret.cs b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/vtret.cs index aa4f4b4eebefd5..31f28f3be2336a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/vtret.cs +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/vtret.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/coreclr/tests/src/JIT/Methodical/VT/callconv/vtret.il b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/vtret.il index a34596db4b2bf4..5a67d027fa2448 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/vtret.il +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/vtret.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/vtret2.il b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/vtret2.il index 6884b3f73c2459..850551a7e7d63f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/vtret2.il +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/vtret2.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/ctor_recurse.cs b/src/coreclr/tests/src/JIT/Methodical/VT/etc/ctor_recurse.cs index 4d3a65f27ce0da..e3ef63fb354991 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/ctor_recurse.cs +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/ctor_recurse.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/coreclr/tests/src/JIT/Methodical/VT/etc/gc_nested.cs b/src/coreclr/tests/src/JIT/Methodical/VT/etc/gc_nested.cs index 33d79af5a448ee..69fded790980e6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/gc_nested.cs +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/gc_nested.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/coreclr/tests/src/JIT/Methodical/VT/etc/han2.cs b/src/coreclr/tests/src/JIT/Methodical/VT/etc/han2.cs index 00b50d37813c4c..453842187c7ceb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/han2.cs +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/han2.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/coreclr/tests/src/JIT/Methodical/VT/etc/han3.cs b/src/coreclr/tests/src/JIT/Methodical/VT/etc/han3.cs index de6bf543793c11..8eef08c7872779 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/han3.cs +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/han3.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/coreclr/tests/src/JIT/Methodical/VT/etc/han3.il b/src/coreclr/tests/src/JIT/Methodical/VT/etc/han3.il index 266f78b6fe16aa..6fe3e31458f0ff 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/han3.il +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/han3.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/han3_ctor.cs b/src/coreclr/tests/src/JIT/Methodical/VT/etc/han3_ctor.cs index 6214b2d910240f..5addcc161deaac 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/han3_ctor.cs +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/han3_ctor.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/coreclr/tests/src/JIT/Methodical/VT/etc/han3_ctor.il b/src/coreclr/tests/src/JIT/Methodical/VT/etc/han3_ctor.il index f4efa66631751f..66b0704658f867 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/han3_ctor.il +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/han3_ctor.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/han3_ref.cs b/src/coreclr/tests/src/JIT/Methodical/VT/etc/han3_ref.cs index d33aa3c18242cd..f4e097e2e5a437 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/han3_ref.cs +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/han3_ref.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/coreclr/tests/src/JIT/Methodical/VT/etc/han3_ref.il b/src/coreclr/tests/src/JIT/Methodical/VT/etc/han3_ref.il index d00be62aedea37..de302e1612d3eb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/han3_ref.il +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/han3_ref.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/hanoi.cs b/src/coreclr/tests/src/JIT/Methodical/VT/etc/hanoi.cs index 3c382cd1cd102c..9d1510012f76b0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/hanoi.cs +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/hanoi.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/coreclr/tests/src/JIT/Methodical/VT/etc/hanoi.il b/src/coreclr/tests/src/JIT/Methodical/VT/etc/hanoi.il index fbcf1327e9febd..10024d2d22f0ad 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/hanoi.il +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/hanoi.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/hanoi2.il b/src/coreclr/tests/src/JIT/Methodical/VT/etc/hanoi2.il index e1476d306f6141..ac1d3acfca2f8c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/hanoi2.il +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/hanoi2.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/knight.cs b/src/coreclr/tests/src/JIT/Methodical/VT/etc/knight.cs index 97ba19439d917f..a94288717c1221 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/knight.cs +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/knight.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/coreclr/tests/src/JIT/Methodical/VT/etc/knight.il b/src/coreclr/tests/src/JIT/Methodical/VT/etc/knight.il index 4108a8a09a95e5..9e7d3b05d2802a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/knight.il +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/knight.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/nested.cs b/src/coreclr/tests/src/JIT/Methodical/VT/etc/nested.cs index 52a25fc0d95601..31ec394f13b5f7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/nested.cs +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/nested.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/coreclr/tests/src/JIT/Methodical/VT/etc/nested.il b/src/coreclr/tests/src/JIT/Methodical/VT/etc/nested.il index de6704d921b11d..21e07002170002 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/nested.il +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/nested.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/identity/accum.cs b/src/coreclr/tests/src/JIT/Methodical/VT/identity/accum.cs index 9d57744a7be007..4e04590b14eb3d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/identity/accum.cs +++ b/src/coreclr/tests/src/JIT/Methodical/VT/identity/accum.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/coreclr/tests/src/JIT/Methodical/VT/identity/accum.il b/src/coreclr/tests/src/JIT/Methodical/VT/identity/accum.il index 261af21a97cb00..2c6c239629bed6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/identity/accum.il +++ b/src/coreclr/tests/src/JIT/Methodical/VT/identity/accum.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/identity/livecall.il b/src/coreclr/tests/src/JIT/Methodical/VT/identity/livecall.il index 3242f4ffe02570..32cbd13d3b958a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/identity/livecall.il +++ b/src/coreclr/tests/src/JIT/Methodical/VT/identity/livecall.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/identity/vcall.cs b/src/coreclr/tests/src/JIT/Methodical/VT/identity/vcall.cs index 3e8ac01f31a5d0..c3bea41cf9dd2e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/identity/vcall.cs +++ b/src/coreclr/tests/src/JIT/Methodical/VT/identity/vcall.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/coreclr/tests/src/JIT/Methodical/VT/identity/volatile.il b/src/coreclr/tests/src/JIT/Methodical/VT/identity/volatile.il index d3a871ae7fdf53..77733154d6b973 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/identity/volatile.il +++ b/src/coreclr/tests/src/JIT/Methodical/VT/identity/volatile.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/port/huge_gcref.il b/src/coreclr/tests/src/JIT/Methodical/VT/port/huge_gcref.il index f791f5fa66db08..6c61d339225a4a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/port/huge_gcref.il +++ b/src/coreclr/tests/src/JIT/Methodical/VT/port/huge_gcref.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/port/lcs.cs b/src/coreclr/tests/src/JIT/Methodical/VT/port/lcs.cs index fd73be213d30dd..6bef5a1b3a3d5c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/port/lcs.cs +++ b/src/coreclr/tests/src/JIT/Methodical/VT/port/lcs.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/coreclr/tests/src/JIT/Methodical/VT/port/lcs_gcref.cs b/src/coreclr/tests/src/JIT/Methodical/VT/port/lcs_gcref.cs index 8031cc99824ebe..678dbb1bc72a18 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/port/lcs_gcref.cs +++ b/src/coreclr/tests/src/JIT/Methodical/VT/port/lcs_gcref.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/coreclr/tests/src/JIT/Methodical/acceptance/Boxing/boxing001.il b/src/coreclr/tests/src/JIT/Methodical/acceptance/Boxing/boxing001.il index 2e1fc4a4c4b8ae..060cc95600d46e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/acceptance/Boxing/boxing001.il +++ b/src/coreclr/tests/src/JIT/Methodical/acceptance/Boxing/boxing001.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 mscorlib { diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/cast_throw.cs b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/cast_throw.cs index 671b622def4ba9..561ecbd3dd236e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/cast_throw.cs +++ b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/cast_throw.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/coreclr/tests/src/JIT/Methodical/casts/SEH/castclass_catch.il b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/castclass_catch.il index 3ec8551b407f26..c81110d3b92f11 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/castclass_catch.il +++ b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/castclass_catch.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/castclass_catch_neg.il b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/castclass_catch_neg.il index 2179364b7696fc..58aa67324cfee5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/castclass_catch_neg.il +++ b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/castclass_catch_neg.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. // castclass_catch_neg.il .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/filter.il b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/filter.il index 291f7126b4d228..a165815bc394fd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/filter.il +++ b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/filter.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/isinst_catch.il b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/isinst_catch.il index 5715b3c7931904..b7a06f309a52bc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/isinst_catch.il +++ b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/isinst_catch.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/isinst_catch_neg.il b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/isinst_catch_neg.il index 5d790693498c1d..e7b215628e78af 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/isinst_catch_neg.il +++ b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/isinst_catch_neg.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. // isinst_catch_neg.il .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/throw.cs b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/throw.cs index d5732bcd8668c4..36b587d07f206b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/throw.cs +++ b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/throw.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/coreclr/tests/src/JIT/Methodical/casts/array/arrays.il b/src/coreclr/tests/src/JIT/Methodical/casts/array/arrays.il index a8856135e583f6..6e7f9b0d0d52ab 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/array/arrays.il +++ b/src/coreclr/tests/src/JIT/Methodical/casts/array/arrays.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. // arrays.il .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/array/castclass_ldlen.il b/src/coreclr/tests/src/JIT/Methodical/casts/array/castclass_ldlen.il index a0df5413f012a1..df5abf3a4fc1a8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/array/castclass_ldlen.il +++ b/src/coreclr/tests/src/JIT/Methodical/casts/array/castclass_ldlen.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. // ldlen.il .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/array/isinst_ldlen.il b/src/coreclr/tests/src/JIT/Methodical/casts/array/isinst_ldlen.il index 013d5edaf8e3e6..e0357fdd689c1f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/array/isinst_ldlen.il +++ b/src/coreclr/tests/src/JIT/Methodical/casts/array/isinst_ldlen.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. // ldlen.il .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_call.cs b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_call.cs index 9b8f8e53e04483..1a712e680a8057 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_call.cs +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_call.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/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_call.il b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_call.il index 4e8096000ccf57..275e2c837afb51 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_call.il +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_call.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_calli.il b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_calli.il index 3b2be4a6959149..d636037058b265 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_calli.il +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_calli.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_ldarg.cs b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_ldarg.cs index 8a85f6e1786252..9c089b42caaf1f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_ldarg.cs +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_ldarg.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/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_ldarg.il b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_ldarg.il index c2023939597288..a7f489916ae0e3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_ldarg.il +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_ldarg.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_ldloc.cs b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_ldloc.cs index 48761a7b609122..a07e8d5020975e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_ldloc.cs +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_ldloc.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/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_ldloc.il b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_ldloc.il index d5c79889934de9..29e232a7ddb33d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_ldloc.il +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_ldloc.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_newobj.cs b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_newobj.cs index 1c71d66dc0452d..af96f530913c21 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_newobj.cs +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/castclass_newobj.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/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_call.cs b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_call.cs index 0733e16f41aa18..8b8d571aef5abb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_call.cs +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_call.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/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_call.il b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_call.il index 38b69f2733a040..57ad39ff60d0f4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_call.il +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_call.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_calli.il b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_calli.il index 4d8e7b6cb8a690..6b2461d2bb305a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_calli.il +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_calli.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_ldarg.cs b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_ldarg.cs index de4848830342e0..afaf636c728f7e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_ldarg.cs +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_ldarg.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/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_ldarg.il b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_ldarg.il index f8ba214f0d5b4c..525c036ee6bd0e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_ldarg.il +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_ldarg.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_ldloc.cs b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_ldloc.cs index ed41b89be62c59..a408c9a496189b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_ldloc.cs +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_ldloc.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/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_ldloc.il b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_ldloc.il index 97f943e08800d3..f7952cc5925911 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_ldloc.il +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_ldloc.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_newobj.cs b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_newobj.cs index 5e53fa0d22b17e..2d83da470165ab 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_newobj.cs +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/isinst_newobj.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/coreclr/tests/src/JIT/Methodical/casts/coverage/ldnull.il b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/ldnull.il index 6f3ded25277a61..47ae0e127c1b16 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/ldnull.il +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/ldnull.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/iface/iface1.cs b/src/coreclr/tests/src/JIT/Methodical/casts/iface/iface1.cs index e76eb3426fb840..4403aa65a7315e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/iface/iface1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/casts/iface/iface1.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/coreclr/tests/src/JIT/Methodical/casts/iface/iface2.il b/src/coreclr/tests/src/JIT/Methodical/casts/iface/iface2.il index 92b90c2b905a02..5fbe95196c164c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/iface/iface2.il +++ b/src/coreclr/tests/src/JIT/Methodical/casts/iface/iface2.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. // iface2.il .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/ilseq/commonBase.cs b/src/coreclr/tests/src/JIT/Methodical/casts/ilseq/commonBase.cs index edc4c9f7ebb262..ac5d4f6a217f9c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/ilseq/commonBase.cs +++ b/src/coreclr/tests/src/JIT/Methodical/casts/ilseq/commonBase.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/coreclr/tests/src/JIT/Methodical/cctor/misc/Desktop/throw.cs b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/Desktop/throw.cs index 5fc97c930b79d1..afba9f7118231c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/Desktop/throw.cs +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/Desktop/throw.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/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname.cs b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname.cs index 4e0a8a71a2977f..f83108c2c2ec52 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname.cs +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname.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. // static field diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/deadlock.il b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/deadlock.il index 9156f90fbcf55a..fb37cc09b69bbc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/deadlock.il +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/deadlock.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/testlib.cs b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/testlib.cs index 5035f185adbb07..1cd2dc73a2a2f5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/testlib.cs +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/testlib.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1.cs b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1.cs index 711a2671240962..fc63ecfa6f9539 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1.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. // static field diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2.cs b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2.cs index bb7bdea99b0a01..49ecf79bd8097b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2.cs +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2.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. // static field diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw.cs b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw.cs index 02dfea604181a5..3e5d3e8dd02a49 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw.cs +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw.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; internal class measure diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/Desktop/prefldinit3.il b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/Desktop/prefldinit3.il index 39a4892d4a6915..f9a6986491b476 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/Desktop/prefldinit3.il +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/Desktop/prefldinit3.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1.cs b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1.cs index bb013ece9e927b..c3addfe0fe2c31 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1.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. // static method diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1b.cs b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1b.cs index e4bfd6d59ea39b..37b17048c2a291 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1b.cs +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1b.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. // static method - inlineable diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise2.cs b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise2.cs index a07e5aea8320d8..2828830087551c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise2.cs +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise2.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. // instance method diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise4.cs b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise4.cs index f3572e4be3425b..7f04645a1b3363 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise4.cs +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise4.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. // static field diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit1.il b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit1.il index 60d82daf649a52..be3401ab46e80d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit1.il +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit1.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit2.il b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit2.il index c7fb2f1ff994f2..d83599666effa2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit2.il +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit2.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit4.il b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit4.il index f30ae25d6f2464..f9196dc2912101 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit4.il +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit4.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/testlib.cs b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/testlib.cs index 4e9ae581ab196a..3b31dbf734ad44 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/testlib.cs +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/testlib.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; namespace Precise diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1.cs b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1.cs index 5f5d8b4bb5dd83..0e3939247f45df 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1.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. // static method using System; namespace Precise { @@ -38,4 +37,4 @@ public static int Main() return 100; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1b.cs b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1b.cs index 25b4e0f1e3ba0f..c230cd25cb1d57 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1b.cs +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1b.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. // static method using System; diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise2.cs b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise2.cs index 90e14e9053f733..1fcf976357550b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise2.cs +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise2.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. // instance method using System; diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise4.cs b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise4.cs index 143676dfd70488..e432c7b20b0856 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise4.cs +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise4.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. // static field using System; diff --git a/src/coreclr/tests/src/JIT/Methodical/delegate/oddpower.il b/src/coreclr/tests/src/JIT/Methodical/delegate/oddpower.il index 107a4e5db4b1f5..0af2ff9c6b2298 100644 --- a/src/coreclr/tests/src/JIT/Methodical/delegate/oddpower.il +++ b/src/coreclr/tests/src/JIT/Methodical/delegate/oddpower.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.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/decimaldiv.cs b/src/coreclr/tests/src/JIT/Methodical/divrem/div/decimaldiv.cs index 67d5c17b2d6ed3..120210982f2d10 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/decimaldiv.cs +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/decimaldiv.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. /**************************************************************************** op1/op2, op1 is of type decimal, op2 can be i4, u4, i8, u8, r4, r8, decimal diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/i4div.cs b/src/coreclr/tests/src/JIT/Methodical/divrem/div/i4div.cs index 4ae22a695c10b0..1009e849adadee 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/i4div.cs +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/i4div.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. /**************************************************************************** op1/op2, op1 is of type i4, op2 can be i4, u4, i8, u8, r4, r8, decimal diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/i8div.cs b/src/coreclr/tests/src/JIT/Methodical/divrem/div/i8div.cs index e5f0c455b53c05..f549000f4f6b2b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/i8div.cs +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/i8div.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. /**************************************************************************** op1/op2, op1 is of type i8, op2 can be i4, u4, i8, u8, r4, r8, decimal diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/negSignedMod.cs b/src/coreclr/tests/src/JIT/Methodical/divrem/div/negSignedMod.cs index 416a3e18450cbc..055f863eb54eda 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/negSignedMod.cs +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/negSignedMod.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.IO; diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/overlddiv.cs b/src/coreclr/tests/src/JIT/Methodical/divrem/div/overlddiv.cs index 0e1b4d2fe49a6b..fd250cbde10784 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/overlddiv.cs +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/overlddiv.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. /**************************************************************************** op1/op2 diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/r4div.cs b/src/coreclr/tests/src/JIT/Methodical/divrem/div/r4div.cs index 69ba62809c1729..768b076f30582d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/r4div.cs +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/r4div.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. /**************************************************************************** op1/op2, op1 is of type r4, op2 can be i4, u4, i8, u8, r4, r8, decimal diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/r8div.cs b/src/coreclr/tests/src/JIT/Methodical/divrem/div/r8div.cs index 9959251a231e53..a67f4a626b3fc4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/r8div.cs +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/r8div.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. /**************************************************************************** op1/op2, op1 is of type r8, op2 can be i4, u4, i8, u8, r4, r8, decimal diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/u4div.cs b/src/coreclr/tests/src/JIT/Methodical/divrem/div/u4div.cs index 432f38867d84a4..627b7f2943114c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/u4div.cs +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/u4div.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. /**************************************************************************** op1/op2, op1 is of type u4, op2 can be i4, u4, i8, u8, r4, r8, decimal diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/u8div.cs b/src/coreclr/tests/src/JIT/Methodical/divrem/div/u8div.cs index 4358f036412a7b..208a6209b160ae 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/u8div.cs +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/u8div.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. /**************************************************************************** op1/op2, op1 is of type u8, op2 can be i4, u4, i8, u8, r4, r8, decimal diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/decimalrem.cs b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/decimalrem.cs index 4b88415f8a5011..809dd07f206694 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/decimalrem.cs +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/decimalrem.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. /**************************************************************************** op1%op2, op1 is of type decimal, op2 can be i4, u4, i8, u8, r4, r8, decimal diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i4rem.cs b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i4rem.cs index d5cc3fdbcf0d59..f104c0215ca055 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i4rem.cs +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i4rem.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. /**************************************************************************** op1%op2, op1 is of type i4, op2 can be i4, u4, i8, u8, r4, r8, decimal diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i8rem.cs b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i8rem.cs index 571adffaf01586..4b68ca26db462b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i8rem.cs +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i8rem.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. /**************************************************************************** op1%op2, op1 is of type i8, op2 can be i4, u4, i8, u8, r4, r8, decimal diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/overldrem.cs b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/overldrem.cs index e94ac1abdf6093..9d2f125b875a8d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/overldrem.cs +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/overldrem.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. /**************************************************************************** op1%op2 diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r4rem.cs b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r4rem.cs index 438c21bb0cda98..ff015480af1493 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r4rem.cs +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r4rem.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. /**************************************************************************** op1%op2, op1 is of type r4, op2 can be i4, u4, i8, u8, r4, r8, decimal diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r8rem.cs b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r8rem.cs index b1a7f99fe3ee64..68a9c207e49a6c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r8rem.cs +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r8rem.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. /**************************************************************************** op1%op2, op1 is of type r8, op2 can be i4, u4, i8, u8, r4, r8, decimal diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u4rem.cs b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u4rem.cs index 0d28d2871a22c9..ddce3eadbf90c9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u4rem.cs +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u4rem.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. /**************************************************************************** op1%op2, op1 is of type u4, op2 can be i4, u4, i8, u8, r4, r8, decimal diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u8rem.cs b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u8rem.cs index f9f4c625679a8d..31c52d0a2601a8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u8rem.cs +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u8rem.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. /**************************************************************************** op1%op2, op1 is of type u8, op2 can be i4, u4, i8, u8, r4, r8, decimal diff --git a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray1.cs b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray1.cs index 55d7a4f59a02e3..7b4fab9eb4ad95 100644 --- a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray1.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. // Goal: Test arrays of doubles are allocated on large object heap and therefore 8 byte aligned // Assumptions: diff --git a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray2.cs b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray2.cs index 79ac40d75b4d3e..dfaa305051938b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray2.cs +++ b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray2.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. // Goal: Test arrays of doubles are allocated on large object heap and therefore 8 byte aligned // Assumptions: diff --git a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray3.cs b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray3.cs index c9f7f9b3bcefdd..1c59e6b0f5af51 100644 --- a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray3.cs +++ b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray3.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray4.cs b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray4.cs index 404de0af08fb39..5c33f9a789d9c1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray4.cs +++ b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray4.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. // Goal: Test arrays of doubles are allocated on large object heap and therefore 8 byte aligned // Assumptions: diff --git a/src/coreclr/tests/src/JIT/Methodical/dynamic_methods/bug_445388.cs b/src/coreclr/tests/src/JIT/Methodical/dynamic_methods/bug_445388.cs index 3d9d526d22538b..22e1b54841d1b2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/dynamic_methods/bug_445388.cs +++ b/src/coreclr/tests/src/JIT/Methodical/dynamic_methods/bug_445388.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.Reflection; diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/emptyfinally.il b/src/coreclr/tests/src/JIT/Methodical/eh/basics/emptyfinally.il index 59e7bf92cbb00c..502640bd515366 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/emptyfinally.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/emptyfinally.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. // empty finally (with only endfinally in it) diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/multihandler.cs b/src/coreclr/tests/src/JIT/Methodical/eh/basics/multihandler.cs index 88e62b71f828e6..b11fa133fb2412 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/multihandler.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/multihandler.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. // Typed catches, multiple handler diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwincatch.cs b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwincatch.cs index f7b650dd53efa2..e36684a2a08521 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwincatch.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwincatch.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. // Throw in catch handler diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinclassconstructor.cs b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinclassconstructor.cs index 8cea18377fd6b6..d48390dccf6e46 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinclassconstructor.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinclassconstructor.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. // Throwing an exception in a class (static) constructor. // NDPWhidbey 10958 diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinexcept.il b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinexcept.il index 6bb0c009de78e4..885011d292f639 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinexcept.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinexcept.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. // throw in except diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfault.il b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfault.il index 2e8fff95b4d111..c1c9907d8b6601 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfault.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfault.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. // throw in fault diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfilter.il b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfilter.il index 63faf4534358b7..291e49a3ea8579 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfilter.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfilter.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. // throw in filter diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinally.cs b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinally.cs index 5c1dbb8dca25ee..cec3faccfd9f4e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinally.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinally.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. // Throw from a finally block diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpath.cs b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpath.cs index 090636550139d4..9724d19e1247d4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpath.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpath.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. // Try/finally error case, one function using System; diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn.cs b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn.cs index 94e28b837d4604..25611cd0bdd054 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn.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. // Throw from a finally, error case diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter1.il b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter1.il index e527880db35263..0413083851e26b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter1.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter1.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter2.il b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter2.il index e4f547aae9b450..9245d8dc5ae750 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter2.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter2.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter3.il b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter3.il index 03c9fd62767c47..4f12bbb419ae32 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter3.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter3.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwisfirstinstruction.il b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwisfirstinstruction.il index 42c0c381f08db1..ee2e2f7b404d63 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwisfirstinstruction.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwisfirstinstruction.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. // throw first instruction in catch block - NDPWhidbey 10777 diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwoutside.cs b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwoutside.cs index ac732d6da9b237..5898a15eb720e5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwoutside.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwoutside.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. // Throw from outside of an EH region diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatch.cs b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatch.cs index 66173bad6de5ea..e3c59c9f13af0b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatch.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatch.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. // Try catch, non error case, the code in catch should not be executed using System; diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatchtrycatch.cs b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatchtrycatch.cs index c079c90cea264b..8087d1bae67d3c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatchtrycatch.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatchtrycatch.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/coreclr/tests/src/JIT/Methodical/eh/basics/tryexcept.il b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryexcept.il index 7d908616e8b157..028f83baf188da 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryexcept.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryexcept.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. // basic SEH, non error case diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfault.il b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfault.il index 5df356bdea51be..ee9e8173061214 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfault.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfault.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. // try fault, non error case diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatch.il b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatch.il index 10d82897ca3a8b..ffb39123b97f1c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatch.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatch.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. // try fault, error case diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatchfn.il b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatchfn.il index 0bf8e14d15a052..51fe932c712c5f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatchfn.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatchfn.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. // try fault, error case diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinally.cs b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinally.cs index c62d51fc7fff96..ac3fd22e41883d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinally.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinally.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. // Try finally, non error case using System; diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch.cs b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch.cs index 31231a6ccbf3b8..cd4b1b1788a8ff 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch.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. // Try/finally error case using System; diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally.cs b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally.cs index c6419472b75e7a..8d9275557f9014 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally.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/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2endfinally.il b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2endfinally.il index 2723d4eda9b6b0..44718675be2da2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2endfinally.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2endfinally.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. // a finally with 2 endfinallys (1 unreachable) diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2reachableendfinally.il b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2reachableendfinally.il index eb4b82262e473b..3cbc464cf79157 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2reachableendfinally.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2reachableendfinally.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. // endfinally diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatch.cs b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatch.cs index 706c20a6089ff4..d23607734d6f13 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatch.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatch.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. // Try catch error case using System; diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally.cs b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally.cs index bf1da72ed46f86..a6156aef932d4b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally.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. // try { throw } catch {} finally {} using System; diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowexcept.il b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowexcept.il index a87c09599979e3..c13e04e5bc0144 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowexcept.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowexcept.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. // basic SEH, error case diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/common/common.cs b/src/coreclr/tests/src/JIT/Methodical/eh/common/common.cs index a6c1a931661419..a8c0c73397eaa5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/common/common.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/common/common.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. // throw in catch handler diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/cs/unsafe.cs b/src/coreclr/tests/src/JIT/Methodical/eh/cs/unsafe.cs index bb71d21b76ab05..e7dcf476a54fe6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/cs/unsafe.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/cs/unsafe.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. // unsafe memory access in a funclet diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftercatch.il b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftercatch.il index 178b524b83e2c2..9c073785f8f44f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftercatch.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftercatch.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.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfault.il b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfault.il index 551aa764da2d57..d3c910f11ccc03 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfault.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfault.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.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfilter.il b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfilter.il index 3993ae43a8a2cf..3fff0af3dca105 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfilter.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfilter.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.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfinally.il b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfinally.il index ae7ddea3c4b254..475564e0cbde58 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfinally.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfinally.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.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftertry.il b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftertry.il index 66f697661481c5..9572a497b2c80c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftertry.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftertry.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.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeinsidefinally.il b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeinsidefinally.il index 75663c8108423f..e61b9e9b0f96ba 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeinsidefinally.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeinsidefinally.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.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/branchoverendfinally.il b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/branchoverendfinally.il index d2cc883169499c..9e5ca769428710 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/branchoverendfinally.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/branchoverendfinally.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadEHregionacrossBB.il b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadEHregionacrossBB.il index fb6b9e19c8a082..336b3618d2da10 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadEHregionacrossBB.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadEHregionacrossBB.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadcodeincatch.il b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadcodeincatch.il index 4ffde2a06f67c0..a48fe492d8852b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadcodeincatch.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadcodeincatch.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 mscorlib { diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadnonlocalexit.il b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadnonlocalexit.il index 4853b8999ca6fa..87afce8ed023aa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadnonlocalexit.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadnonlocalexit.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.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerror.il b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerror.il index b40d2cb0ee0701..c1a9001e0bc47a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerror.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerror.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 mscorlib diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerrorinfunclet.il b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerrorinfunclet.il index 1554ecb55e5ffb..bac6eb7349a6f5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerrorinfunclet.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerrorinfunclet.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadrgninfunclet.il b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadrgninfunclet.il index 801f001722d2aa..1be0fbaadf6dd6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadrgninfunclet.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadrgninfunclet.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. // dead region in funclet diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtrycatch.il b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtrycatch.il index 0d14335ef27705..6f2b4ae7539f87 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtrycatch.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtrycatch.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. // dead trycatch due to a br diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinally.il b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinally.il index b1ec737cd374a4..670dbb0cabc573 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinally.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinally.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. // dead try finally due to a br diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinallythrow.il b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinallythrow.il index 28b286a2eced27..dfa8026b5162a6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinallythrow.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinallythrow.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. // dead try finally due to a throw. diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/endfinallyinloop.il b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/endfinallyinloop.il index 91011895bed913..5f610e5ccc192c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/endfinallyinloop.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/endfinallyinloop.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto.cs b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto.cs index 4002b08816a777..edfb46ac883357 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto.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. /* dead code in a switch contained ina a loop */ diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severaldeadehregions.il b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severaldeadehregions.il index 65015746a6e98c..5f2eb80d4e97e3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severaldeadehregions.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severaldeadehregions.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. // the simplest dead EH region that will not also have dead nonlocal exit diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severalnesteddeadehregions.il b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severalnesteddeadehregions.il index 380831a6def2b6..15a80075731cb2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severalnesteddeadehregions.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severalnesteddeadehregions.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. // the simplest dead EH region that will not also have dead nonlocal exit diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/simpledeadehregion.il b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/simpledeadehregion.il index 42aa94439e679c..ca4968a72bef71 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/simpledeadehregion.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/simpledeadehregion.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. // the simplest dead EH region that will not also have dead nonlocal exit diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/backwardleave.il b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/backwardleave.il index a82d66f29694de..781ef2b38c5228 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/backwardleave.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/backwardleave.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. // disconnected catch{} try {}, with a backward leave to go to the unprotected code in between the handler and tryblock .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchbeforetrybody.il b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchbeforetrybody.il index 780bc6a9fbc2d4..f0d0a420ed5202 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchbeforetrybody.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchbeforetrybody.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. // catch before trybody, error case diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchtryintryfinally.il b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchtryintryfinally.il index 58b6d76ca05693..6d420b2c8bc106 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchtryintryfinally.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchtryintryfinally.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/faultbeforetrybody.il b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/faultbeforetrybody.il index 4d8b93f795fe4d..87d57ceed316cd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/faultbeforetrybody.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/faultbeforetrybody.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. // fault before trybody .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallybeforetrybody.il b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallybeforetrybody.il index fc76bfa061957d..abadfc6cccd519 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallybeforetrybody.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallybeforetrybody.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. // finally before try body .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallytryintryfinally.il b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallytryintryfinally.il index 8bdf69a7241d4d..6410ba8dc23a59 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallytryintryfinally.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallytryintryfinally.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. // finally/try in try/finally .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedhandlers.il b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedhandlers.il index 040ce10115ce04..1b608f188a935f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedhandlers.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedhandlers.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.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedtryblock.il b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedtryblock.il index 93acbc908d168c..7b235446a3be38 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedtryblock.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedtryblock.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.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/sehhandlerbeforetry.il b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/sehhandlerbeforetry.il index 69f169f16a6d45..2f7670b2a374d3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/sehhandlerbeforetry.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/sehhandlerbeforetry.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. // seh handler before body .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/testeit.il b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/testeit.il index a694ab69c9eefd..5b0b814728807a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/testeit.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/testeit.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. // nested disconnected try/catch handlers with unprotected islands in the middle diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/trybodyinbetweencatchhandlers.il b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/trybodyinbetweencatchhandlers.il index 64c881e5db2ae2..0bb018bfff34a2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/trybodyinbetweencatchhandlers.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/trybodyinbetweencatchhandlers.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. // trybody in between catch handlers diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/tryfinallyincatchtry.il b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/tryfinallyincatchtry.il index 1e695d1210ba05..1148f9c7f16121 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/tryfinallyincatchtry.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/tryfinallyincatchtry.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. // try/finally in catch/try .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry.cs b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry.cs index 540650fbdee7a3..37be221adc65eb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry.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. // catch ret to the beginning of the inner try // we will need to use the il after the C# compiler is fixed diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry.il b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry.il index 75366b4dc6b369..ed77e4cebc788f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/localgotoinahandler.cs b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/localgotoinahandler.cs index d4d39ca5286ee8..f771e6a4779a93 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/localgotoinahandler.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/localgotoinahandler.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. // local goto in a handler should not cause us to add the goto into the nonlocal handler map // 112209 diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/loopinfinally.cs b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/loopinfinally.cs index de811d925e1e4d..9ff0fe44925c6c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/loopinfinally.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/loopinfinally.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/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nestedfinallycall.il b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nestedfinallycall.il index 5d9c5a0656edef..78863ce6ae1030 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nestedfinallycall.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nestedfinallycall.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.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittobeginningoftry.cs b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittobeginningoftry.cs index cd9765e328c9ca..f7fb6942d9061f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittobeginningoftry.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittobeginningoftry.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. // try/finally embedded in a try catch with a nonlocal exit to the beginning of try block // to make sure that we don't execute the finally unnecessarily diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittonestedsibling.il b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittonestedsibling.il index b6c7dacdf050ea..2febf87f8bad6d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittonestedsibling.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittonestedsibling.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalgotoinatryblockinahandler.cs b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalgotoinatryblockinahandler.cs index b249f1effde484..b1f597138b9e3b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalgotoinatryblockinahandler.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalgotoinatryblockinahandler.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. //112256 // [karimf] If we happen to have a try that is in nested CATCHs, and the try has a nonLocalGoto diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexit.cs b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexit.cs index cad735667860ed..eb982bfccf47c1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexit.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexit.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. // try/finally embedded in a try catch with a nonlocal exit using System; diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexitnestedintrycatch.cs b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexitnestedintrycatch.cs index 2f20dccb32b481..007767e6265f41 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexitnestedintrycatch.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexitnestedintrycatch.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. // try/finally embedded in a try catch with a nonlocal exit using System; diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/switchincatch.cs b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/switchincatch.cs index f355396386f1be..d877f016aa3284 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/switchincatch.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/switchincatch.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. // switch in catch diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1.cs b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1.cs index 4f5553e1d59f40..240eaad720cb45 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1.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/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2.cs b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2.cs index 29401ba99635e1..8f298039f9cf80 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2.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/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3.cs b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3.cs index 8a0970d0439cc5..96e7db9036aa9f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3.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/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4.cs b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4.cs index b5624d81b3fe0f..2b3d7be778c917 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4.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/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit.cs b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit.cs index 4593b5b1f54a46..9e13611f04aa20 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit.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. /* A test to make sure that calls to finally for nonlocal exits are diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/generics/throwincatch.cs b/src/coreclr/tests/src/JIT/Methodical/eh/generics/throwincatch.cs index a5a44836734207..9bce106563d814 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/generics/throwincatch.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/generics/throwincatch.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.IO; diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchnestedtype.cs b/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchnestedtype.cs index 2f1398ba4c47f9..bed7ebcb350439 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchnestedtype.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchnestedtype.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.IO; diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchsimpletype.cs b/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchsimpletype.cs index e2ac744781975f..3481d8e31c1496 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchsimpletype.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchsimpletype.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.IO; diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/ehSO.cs b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/ehSO.cs index 1a31c1ac8644b4..4a33ab6ca1722e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/ehSO.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/ehSO.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. /* Spilling volatile objects opposed to spilling only diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/gcincatch.cs b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/gcincatch.cs index e3594b4826c603..dce8fad3563308 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/gcincatch.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/gcincatch.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. // GC.Collect in a handler might corrupt values in gc heap if gcinfo is not correct diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/rangecheckinfinally.cs b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/rangecheckinfinally.cs index 9c16a513fcee28..cf446a37ae68b7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/rangecheckinfinally.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/rangecheckinfinally.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/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal.cs b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal.cs index cc7b14f77439a0..d8925257a6b33a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal.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. /* switch with string values contained in a loop with various try/catch and try/finally constructs */ diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/switchinfinally.cs b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/switchinfinally.cs index 547e8894e748e9..b00747fad113cb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/switchinfinally.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/switchinfinally.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. // switch statement in a finally diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw1dimarray.il b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw1dimarray.il index 3e6530d84bd11d..ff428e81d58973 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw1dimarray.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw1dimarray.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. // throw a 1 dimensional array, and then print the array diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw2dimarray.il b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw2dimarray.il index ace05d05c4cf69..8b192f6a648a0f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw2dimarray.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw2dimarray.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. // throw a 2 dimensional array, and then print the array diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/volatileFromFinally.cs b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/volatileFromFinally.cs index 3bbbae36f7a25e..5a22e947c19fbc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/volatileFromFinally.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/volatileFromFinally.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. /* diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/2branchesoutoftry.il b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/2branchesoutoftry.il index f06154a056052a..80e4f3c954bd4b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/2branchesoutoftry.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/2branchesoutoftry.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. // 2 branches out of try with dead code after tryend diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/backwardleaveincatch.il b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/backwardleaveincatch.il index cbbf77ccac1e13..54d1c7a0f88ff9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/backwardleaveincatch.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/backwardleaveincatch.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. // backward leave in catch, with destination before optry diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithcatch.il b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithcatch.il index 54e6c63ff6bac4..7ac5cf44e6be20 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithcatch.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithcatch.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. // branch backwards from try body (a try / catch struct) diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithfinally.il b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithfinally.il index c7278cbe7616a8..c0b01ffa1ef3ef 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithfinally.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithfinally.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. // branch backwards from try body (a try / finally struct) diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutofnestedtryfinally.il b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutofnestedtryfinally.il index dc5c1b4c80f29c..46bb57a61f866d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutofnestedtryfinally.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutofnestedtryfinally.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. // branch out of nested try-finally with dead code after try end diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutoftryfinally.il b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutoftryfinally.il index cde4772ac32cb0..76bd763d345e38 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutoftryfinally.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutoftryfinally.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. // branch out of try finally // with dead code after tryend diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet.cs b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet.cs index 37dee5672fbb2a..cb2ac623d9caa3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet.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. // A nonlocal exit and a catchret in a funclet where the destination label is also in the same funclet // cause confusion when we're building FG for the funclet (114611) diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/forwardleaveincatch.il b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/forwardleaveincatch.il index dfd4556590afcb..18fbbfd766bb6b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/forwardleaveincatch.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/forwardleaveincatch.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. // forward leave (with dead code after try end) in catch diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeforefinally.il b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeforefinally.il index 52dc0948db9aea..d23289733ed971 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeforefinally.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeforefinally.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeginningfinally.il b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeginningfinally.il index df08618471a27b..fb08f8e17b99e9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeginningfinally.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeginningfinally.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. // label at the beginning of finally block diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveinsameregion.il b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveinsameregion.il index 65479b0f0f7b3a..9d14c6388f9ae4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveinsameregion.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveinsameregion.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. // a try catch where there is a leave statement whose destination is inside the catch handler diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveintotrybody.il b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveintotrybody.il index 5b658d1c62311c..965f766e91522a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveintotrybody.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveintotrybody.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. // try catch, with leave statements from the catch back into trybody (allowed by spec) diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch.cs b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch.cs index 8d096c4bb3fccc..a449f7901348ae 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch.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. // Non local exit from a catch handler nested inside another catch handler diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/oponerror.cs b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/oponerror.cs index 78e6664992f94e..e7186a47d1e00b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/oponerror.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/oponerror.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. // catch ret inside try region diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyintrycatchwithleaveintotry.il b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyintrycatchwithleaveintotry.il index 56fd9f51f565e2..b81d14a494d6ec 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyintrycatchwithleaveintotry.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyintrycatchwithleaveintotry.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. // try catch with branches into try body // try finally at the end of trybody of the try catch diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyloop.cs b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyloop.cs index 94fad1847a0dcc..609d32b5a8b6f9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyloop.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyloop.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/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/catchfiltercatch.il b/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/catchfiltercatch.il index 84a3f13aeeb961..e6e5a94c484845 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/catchfiltercatch.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/catchfiltercatch.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. // try block with both filter/handler and typed handler // the filter handles the exception // if there are more than one handlers that is suitable, make sure that the diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/filterfiltercatchcatch.il b/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/filterfiltercatchcatch.il index d520d51ff3577b..fbfd8cb61e0bbd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/filterfiltercatchcatch.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/filterfiltercatchcatch.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. // try block with both filter/handler and typed handler // two filter and two catches, the 2nd filter handles the exception // if there are more than one handlers that is suitable, make sure that the diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedcatch.il b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedcatch.il index ba96864ad46675..e8bffa7b012074 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedcatch.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedcatch.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedexcept.il b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedexcept.il index 96edbfcabb243b..4a3110d78cd419 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedexcept.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedexcept.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatch.il b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatch.il index 8660e3ad93254a..00a0066375f8d6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatch.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatch.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatchnofin.il b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatchnofin.il index 1932a64ea98d78..914b92c8504688 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatchnofin.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatchnofin.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexcept.il b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexcept.il index 382b97729ae08a..dfee82c1605d30 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexcept.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexcept.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexceptnofin.il b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexceptnofin.il index 96c00ee91cfcda..1b2db08e20f62f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexceptnofin.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexceptnofin.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/cascadedcatch.cs b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/cascadedcatch.cs index ba241be734a2a6..941d24164bcee9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/cascadedcatch.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/cascadedcatch.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. // non-local exits in a catch handler nested in another catch handler diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/localvarincatch.il b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/localvarincatch.il index 8f6e2db4106fa7..1f751fde678414 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/localvarincatch.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/localvarincatch.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. // local variable value should be preserved in all nested handlers diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/methodthrowsinfinally.cs b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/methodthrowsinfinally.cs index d01e9101c78752..c940dda71f4de8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/methodthrowsinfinally.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/methodthrowsinfinally.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. // A method throws an exception in both try and finally nested in try/catch. // NDPWhidbey 10962 diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/rethrowincatchnestedinfinally.cs b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/rethrowincatchnestedinfinally.cs index d7607389c7565a..d1d35f1d43b5e0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/rethrowincatchnestedinfinally.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/rethrowincatchnestedinfinally.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. // Re-throw an exception in catch nested in finally which is nested in try with catch and finally. // NDPWhidbey 10959 diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinally.cs b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinally.cs index 04804b61b2f59c..7d5ae5b7183471 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinally.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinally.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. // Throw from a try block nested in finally, non error case diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry.cs b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry.cs index 964b02d0ab3ad6..1de3e89cfd1d2a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry.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. // Throw from a try block nested in a finally which in turn nested in a try block diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedcatch.il b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedcatch.il index b91ba1d6e9d673..819250be51b44b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedcatch.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedcatch.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. // Throwing an exception from an inner catch guarded with multiple catch blocks. diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedfinally.cs b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedfinally.cs index d47433b6d4eea9..d688519c4bf656 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedfinally.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedfinally.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. // Throw from a try block nested in 2 finallys diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/trycatchintryfinally.cs b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/trycatchintryfinally.cs index a3d998aaef3e56..54d201613ad05e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/trycatchintryfinally.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/trycatchintryfinally.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. // Throw from a try block nested in finally, non error case diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtrycatch.il b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtrycatch.il index fafe96c920c707..8add131d3c6ce1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtrycatch.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtrycatch.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryexcept.il b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryexcept.il index aaa3cb69de457d..58af7df97cbee1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryexcept.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryexcept.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfault.il b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfault.il index f2615fd59504b8..f3253ee6500805 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfault.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfault.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfinally.il b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfinally.il index 7fb0565a66fb3e..0c8572f2397890 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfinally.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfinally.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtrycatch.il b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtrycatch.il index 2ce15fbbc07711..515522c906ca53 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtrycatch.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtrycatch.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryexcept.il b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryexcept.il index c7c6dd36657106..0dddf751278715 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryexcept.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryexcept.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfault.il b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfault.il index 0cf324e5fb2bfb..6e6606fd378cfb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfault.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfault.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfinally.il b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfinally.il index 795a3bb73865e9..8c8aecc99648aa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfinally.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfinally.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50.cs b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50.cs index fe5401e4344d20..ca26914e764083 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50.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/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallynestedintry_30.cs b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallynestedintry_30.cs index 14275371eb68f6..3b44d5481d439a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallynestedintry_30.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallynestedintry_30.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/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallyrecursive_20.cs b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallyrecursive_20.cs index e43091156656fa..509a1193a2706c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallyrecursive_20.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallyrecursive_20.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/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/122239/outermostFinally.cs b/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/122239/outermostFinally.cs index dc5a137e2d563e..3b9b416a1009d5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/122239/outermostFinally.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/122239/outermostFinally.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/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/140713/innerFinally.cs b/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/140713/innerFinally.cs index 2789acf07a2093..c3ca67c86c9886 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/140713/innerFinally.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/140713/innerFinally.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/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/141358/uncaughtException.cs b/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/141358/uncaughtException.cs index 239caa133bca58..ba882c232506c9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/141358/uncaughtException.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/141358/uncaughtException.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/coreclr/tests/src/JIT/Methodical/eh/regress/vswhidbey/148190/baduwinfo.cs b/src/coreclr/tests/src/JIT/Methodical/eh/regress/vswhidbey/148190/baduwinfo.cs index a70d14f41cdcf1..f124b1ead432db 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/regress/vswhidbey/148190/baduwinfo.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/regress/vswhidbey/148190/baduwinfo.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/coreclr/tests/src/JIT/Methodical/eh/regress/vswhidbey/148190/baduwinfo1.cs b/src/coreclr/tests/src/JIT/Methodical/eh/regress/vswhidbey/148190/baduwinfo1.cs index 9f20fd307e6f07..f6ae7241efabff 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/regress/vswhidbey/148190/baduwinfo1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/regress/vswhidbey/148190/baduwinfo1.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/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch.cs b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch.cs index 6c555ee894a1a0..a41667d9ab2d77 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch.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. // Re-throwing an exception from finally block enclosed within a catch block. diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyinsidecatch.il b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyinsidecatch.il index a1c6fc1fae1419..aa0596e562c69d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyinsidecatch.il +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyinsidecatch.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowwithhandlerscatchingbase.cs b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowwithhandlerscatchingbase.cs index a4d4a517c26238..1585d10baaea2e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowwithhandlerscatchingbase.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowwithhandlerscatchingbase.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. // 119053 diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice.cs b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice.cs index 4d1536cd661c61..63ee47c2f881fb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice.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. // 119019 diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samethrowtwice.cs b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samethrowtwice.cs index f3a90943777ac5..86ecd1b6396ca2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samethrowtwice.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samethrowtwice.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. // 119019 // execute the same throw in handler (int f1, f2) twice (accomplished by calling f1 twice) diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/simplerethrow.cs b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/simplerethrow.cs index 61ca6150ef67e0..daa5d48dbbd640 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/simplerethrow.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/simplerethrow.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. // simple rethrow test diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase.cs b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase.cs index 94845c1d399f60..32a212d1a42943 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase.cs +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase.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. // 119053 // throw in a handler will not work properly if the protected block is protected by other diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_c.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_c.cs index 2ae0a4c14a7703..3ec76f1706c12b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_c.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_c.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/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_c.il b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_c.il index 1b81cf7e6ba357..65679283977ec7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_c.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_c.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_f4.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_f4.cs index 84557d056400c5..3363ecd87fc1e3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_f4.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_f4.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/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_f4.il b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_f4.il index cfb5a623dd5a2e..2ae537a7a8b880 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_f4.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_f4.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_f8.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_f8.cs index b57198e86c3174..821487cca22b9e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_f8.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_f8.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/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_f8.il b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_f8.il index 0b85f5adaf7762..a5a7fb4c331239 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_f8.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_f8.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_i1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_i1.cs index 8696ec2c03f4a8..fb69d229de9ace 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_i1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_i1.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/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_i1.il b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_i1.il index 87126bb4a8759a..bcdb3eddec6335 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_i1.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_i1.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_i2.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_i2.cs index 6b1a0f279a434c..35d3ea1f57fdb2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_i2.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_i2.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/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_i2.il b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_i2.il index b8cb4711472350..19dec712902229 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_i2.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_i2.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_i4.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_i4.cs index 323dc9df730215..c410004582c9d9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_i4.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_i4.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/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_i4.il b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_i4.il index 5c34b03f4af83d..40ed7b1f52f99f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_i4.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_i4.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_o.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_o.cs index 92fd33abbcf6f2..7ce68a0f3d5a02 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_o.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_o.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/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_o.il b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_o.il index bb24b6483c629a..d7e59a6505721a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_o.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_o.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_s.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_s.cs index 2f5c10b02b0bf1..a72361c2662244 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_s.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_s.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/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_s.il b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_s.il index aac154e0bcc434..a730e6cd8d4ff9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_s.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refarg_s.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_c.il b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_c.il index b2cbe1463a0bca..a08e2d01d7938b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_c.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_c.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_i1.il b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_i1.il index 07acbaf186e55e..206fe24546fb52 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_i1.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_i1.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_i2.il b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_i2.il index eec9a9b1a2381c..1c6b1121147516 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_i2.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_i2.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_i4.il b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_i4.il index d71a92a8d305bc..a5cce38f6a41d7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_i4.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_i4.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_o.il b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_o.il index a5938490372017..124fc8a1fa20be 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_o.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_o.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_o2.il b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_o2.il index e4c8a6d20f3577..98421a578ee80b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_o2.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_o2.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_r4.il b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_r4.il index cf9f6245350260..dd284918cfebcf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_r4.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_r4.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_r8.il b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_r8.il index 24251a9de7df14..470d43bc59a7ae 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_r8.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_r8.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_u2.il b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_u2.il index 65674fb50f5558..25d18d158220c7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_u2.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/refloc_u2.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_byte.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_byte.cs index 3d622af2b53629..dcd17d9cf98adc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_byte.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_byte.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_double.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_double.cs index 723413c0bdf165..dcb93ccdac36ed 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_double.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_double.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_float.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_float.cs index d6b1bffab3913b..7b0d95c7db7993 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_float.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_float.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_int.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_int.cs index 34f6d3725a5c05..c87628c643e359 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_int.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_int.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_long.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_long.cs index 448738f1afe39c..f136973f263d4a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_long.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_long.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_obj.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_obj.cs index ebca03afe45446..9af254ae87c42d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_obj.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_obj.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_byte.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_byte.cs index 9cb011efdaf30d..ab2c2e2291cdd2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_byte.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_byte.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_double.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_double.cs index 8e9ad4468dbcb8..a002a482d6d2df 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_double.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_double.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_float.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_float.cs index 546aad8f6fcd92..4daefb76a61c83 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_float.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_float.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_int.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_int.cs index 38c8f269afc126..5d971075065ed9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_int.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_int.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_long.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_long.cs index 0557860185067d..43e442f3fb89b3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_long.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_long.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_obj.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_obj.cs index ebca03afe45446..9af254ae87c42d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_obj.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_obj.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_short.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_short.cs index 554ffb743b19cf..4e6f5dd332d53f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_short.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_short.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_val.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_val.cs index daa99a1ead929e..b2c2565fc12c02 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_val.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_safe_val.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_short.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_short.cs index bd0736c2aa6a4e..c0bc744cddcda7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_short.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_short.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_val.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_val.cs index daa99a1ead929e..b2c2565fc12c02 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_val.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/body_val.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_byte_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_byte_1.cs index 49193f23f89790..e60eb825dc1c55 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_byte_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_byte_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_double_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_double_1.cs index e423d089736c3a..1efd15bfd193ea 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_double_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_double_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_float_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_float_1.cs index 7fd3722bad0f08..511599b1b67aef 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_float_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_float_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_byte_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_byte_1.cs index c4a0f06ddda1b6..3efec6544ca2ad 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_byte_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_byte_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_double_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_double_1.cs index 2be3134948eb4d..29e47b9acc039d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_double_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_double_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_float_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_float_1.cs index cf973ea1f9c891..c12883a9f0d405 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_float_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_float_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_int_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_int_1.cs index d3c2fa548a478b..0aa58387e2b755 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_int_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_int_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_long_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_long_1.cs index a7b8d1608a83cf..19441213682f3e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_long_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_long_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_obj_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_obj_1.cs index 7f6fbe73ab54b7..a46c2d8a69e660 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_obj_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_obj_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_short_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_short_1.cs index 14e3e67ee36c8e..d830cdad50bdc4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_short_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_short_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_val_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_val_1.cs index 533e7f03b0cf30..6cf96a7415e601 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_val_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_val_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_int_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_int_1.cs index 25b8f76d979aca..738fbdc89659b2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_int_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_int_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_long_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_long_1.cs index e868f24bd381d2..210fbaae62a656 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_long_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_long_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_obj_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_obj_1.cs index a41e992b22af8e..1ed9af1ff44805 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_obj_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_obj_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_short_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_short_1.cs index c735be09f222de..47f58b9367bdb2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_short_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_short_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_val_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_val_1.cs index 14302d79853f46..cf5bbeb37eedcf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_val_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_val_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_byte_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_byte_1.cs index 73d7d06f9c851d..cd042371b86a4a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_byte_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_byte_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_double_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_double_1.cs index fa7caaec8739f4..7aa144ab816d80 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_double_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_double_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_float_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_float_1.cs index 4a709523bb7bdb..df18b13d6291f7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_float_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_float_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_byte_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_byte_1.cs index 142a78082a3b48..240124e14d5c0b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_byte_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_byte_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_double_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_double_1.cs index 90935a0227e224..812fc3a6bdc117 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_double_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_double_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_float_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_float_1.cs index ca27ac3613a963..9c0aaed0601804 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_float_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_float_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_int_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_int_1.cs index faccf016d54479..36fee29a2ec231 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_int_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_int_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_long_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_long_1.cs index 3c382b6c1e6239..6a997b1dc27629 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_long_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_long_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_obj_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_obj_1.cs index dc972cc14d5618..7cc1f50440a51d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_obj_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_obj_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_short_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_short_1.cs index b02cfbb08eebf4..9316db4156b07e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_short_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_short_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_val_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_val_1.cs index 3e3f0dca29cddc..4f1f8c7e474f48 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_val_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_val_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_int_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_int_1.cs index b09c9dfb15f814..2b2474e78d6547 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_int_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_int_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_long_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_long_1.cs index b94ba073d835b1..d06539b820e63a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_long_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_long_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_obj_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_obj_1.cs index 79470602b5fe5c..b42a94a8a64e3c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_obj_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_obj_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_short_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_short_1.cs index 725549939870a7..2f4b871b3b0b50 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_short_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_short_1.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/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_val_1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_val_1.cs index ab632e921a4891..b0e7c2d1f54620 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_val_1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_val_1.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/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_gc.il b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_gc.il index 2bc99f3b276bd3..7166f6f3f9ee3d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_gc.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_gc.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_val.il b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_val.il index c74e3b3f9288c3..799adcfda696c4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_val.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_val.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_gc.il b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_gc.il index 989a674c19a0a5..1c650924b5de44 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_gc.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_gc.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_val.il b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_val.il index e9205f4b19c065..2525d63a0c5d81 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_val.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_val.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit1.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit1.cs index e669f0fae96747..17c0c5597e01ff 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit1.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/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit2.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit2.cs index 647a28a54d70fd..fbcc32a653105b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit2.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit2.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/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit3.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit3.cs index 06cdd6741d37fa..42bb806d667148 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit3.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit3.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/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit4.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit4.cs index 6106dd79091dce..0ad9baf9376024 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit4.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit4.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/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit5.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit5.cs index b1741f53d4aa02..69a5ed242d1a1f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit5.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit5.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/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit6.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit6.cs index 35562d41e2070f..cfe61a62ba2a05 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit6.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit6.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/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit7.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit7.cs index 380c37ccef13a2..3e30b3c7f15a72 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit7.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit7.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/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit8.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit8.cs index 6fc6065227fa56..8c5611ccd1708c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit8.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/explicit8.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/coreclr/tests/src/JIT/Methodical/explicit/misc/refarg_box_f8.il b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/refarg_box_f8.il index 9d1bdd799925ac..1d793c32839583 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/refarg_box_f8.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/refarg_box_f8.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 mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/refarg_box_val.il b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/refarg_box_val.il index 94f6490a93d8ac..02289bf967d982 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/refarg_box_val.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/refarg_box_val.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_double.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_double.cs index 51e8078117fc34..ac68794a29b405 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_double.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_double.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/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_double.il b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_double.il index 4a17b2f6c02745..5f5eb40c570d4a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_double.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_double.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_float.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_float.cs index 5cadd793c83280..18ffddf34b835d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_float.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_float.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/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_float.il b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_float.il index 30169d3d332caa..21b10420124dc4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_float.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_float.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_objref.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_objref.cs index fa163bf4f7b2c5..63ce64d826be2f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_objref.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_objref.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/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_objref.il b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_objref.il index 79265b8cd495ac..43566a30899620 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_objref.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_objref.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_valref.cs b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_valref.cs index f87f1f6621fbe4..4080273bb7cfc6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_valref.cs +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_valref.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/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_valref.il b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_valref.il index 3ebcc5e0713d3d..a7b1a802bdc73f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_valref.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotarg_valref.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotate_i4.il b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotate_i4.il index f26d594ec2a35f..0aa25597d47e12 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotate_i4.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotate_i4.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotate_u2.il b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotate_u2.il index f64066a71ab21d..3dab9081d4bcfe 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotate_u2.il +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/rotate_u2.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug614098/intToByte.cs b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug614098/intToByte.cs index ad8a8533a94287..2b415c16d491fa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug614098/intToByte.cs +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug614098/intToByte.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. /* * Bug info: diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/ILStackAllocRepro.il b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/ILStackAllocRepro.il index e441c4afe46cee..1ba15d40121098 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/ILStackAllocRepro.il +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/ILStackAllocRepro.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/ehCodeMotion.cs b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/ehCodeMotion.cs index 1c4869db6a7169..61cc0ae0a9da2f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/ehCodeMotion.cs +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/ehCodeMotion.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. /* * Actually it was a case of the JIT incorrectly move the 'ret=true' down to a point where logically it was reachable via the artifical edges we add to simulate the EH flow, but in reality it was totally unreachable. diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/finallyclone.cs b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/finallyclone.cs index 650f6274bcae4c..bfa7d3b9db7e52 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/finallyclone.cs +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/finallyclone.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. /* * Problem: There were no SSA edges added for cloned finally blocks. A finally block is cloned if there is an EH, switch or throw within it. This implied bad codegen as described in the customer scenario below. The call to Console.WriteLine changes code movement around the call and so the issue appears to go away but the Console.WriteLine is not really related. diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/moduleHandleCache.cs b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/moduleHandleCache.cs index b0529bbbc4e943..00cb8348adf0a0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/moduleHandleCache.cs +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/moduleHandleCache.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. /* Test case for Dev10 bug #640711 diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/moduleLibrary.cs b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/moduleLibrary.cs index f73f2b82e4daa5..8f5a8ea4bcfcb3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/moduleLibrary.cs +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/moduleLibrary.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. // Test case library for Dev10 bug #640711 // Please see moduleHandleCache.cs diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys.cs b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys.cs index a23ce223fb39f5..8d21f89daf234f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys.cs +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys.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. /* * The basic scenario is the test should have two returns (endfinallys) in the finally block. diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys.il b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys.il index ddda6fd7bc96f4..e5bc14f13ac32c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys.il +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug621705/ptuple_lost.cs b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug621705/ptuple_lost.cs index 915d7bc80b7011..17eae526f50566 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug621705/ptuple_lost.cs +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug621705/ptuple_lost.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; internal class A diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug647189/ssa_tuIsAddr.cs b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug647189/ssa_tuIsAddr.cs index d19cc430981fa2..19a1985109db20 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug647189/ssa_tuIsAddr.cs +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug647189/ssa_tuIsAddr.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. /* * The SSA phase isn't counting TU_ISADDR leafs when determining how many hash nodes to allocate. diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug642944/GCMaskForGSCookie.il b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug642944/GCMaskForGSCookie.il index e4cb5b95179f0d..63b70981db1aff 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug642944/GCMaskForGSCookie.il +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug642944/GCMaskForGSCookie.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug675304/arrayDim.cs b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug675304/arrayDim.cs index 6649ef72c9f596..8517880c3481c9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug675304/arrayDim.cs +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug675304/arrayDim.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. /* * We need to propigate array dimmension changes through OPADDs that are already NonNull. diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug675304/loopIV_init.il b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug675304/loopIV_init.il index 3dbfda0f155e0c..a649b5b116fd5d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug675304/loopIV_init.il +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug675304/loopIV_init.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug675304/osrAddovershot.cs b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug675304/osrAddovershot.cs index a6ed5a1f560a6a..96972c7e57e811 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug675304/osrAddovershot.cs +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug675304/osrAddovershot.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. // This test determines if a range check can pass through an operation // Suppose we have: diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/EHCopyProp.cs b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/EHCopyProp.cs index 9debcab6ab4634..0a5dbdf70cd9a7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/EHCopyProp.cs +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/EHCopyProp.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/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/castClassEH.cs b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/castClassEH.cs index 756e36d275550f..b79d02783e63c2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/castClassEH.cs +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/castClassEH.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. /* This is a potential security exploit. diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/dependentLifetimes.il b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/dependentLifetimes.il index ac4f90d1a3fb82..a936fb60623d68 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/dependentLifetimes.il +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/dependentLifetimes.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/ehDescriptorPtrUpdate.il b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/ehDescriptorPtrUpdate.il index 91f53e922531b2..84645765c104af 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/ehDescriptorPtrUpdate.il +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/ehDescriptorPtrUpdate.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.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/fgloop.il b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/fgloop.il index 284dadded0db33..3c151b2eb30368 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/fgloop.il +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/fgloop.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/fgloop2.il b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/fgloop2.il index 1268ccc4f688d3..d6453e1f641fe4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/fgloop2.il +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/fgloop2.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.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/helper.il b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/helper.il index 3b08fdd20053a8..310c3a3ee830aa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/helper.il +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/helper.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 mscorlib { diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/sealedCastVariance.cs b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/sealedCastVariance.cs index 6421dcc7dc3cb7..30c46165e1e740 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/sealedCastVariance.cs +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/sealedCastVariance.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. /* * This is a potential security exploit. Variance allows a sealed type to be cast to/from another sealed type that is neither it's base class or derived class (which to the JIT makes it look like interfaces or other unsealed types). diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/singleRefField.cs b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/singleRefField.cs index bdb3802218b3cf..7049bea333c73b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/singleRefField.cs +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/singleRefField.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. /* * The JIT generates incorrect code for occasional uses of a struct parameter that contains a single field that is a reference type. diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/zeroInitStackSlot.cs b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/zeroInitStackSlot.cs index ad2cbe86121fc6..fbd0e83f071af7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/zeroInitStackSlot.cs +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/zeroInitStackSlot.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. /* * The JIT was removing a zero-init, but then emitting an untracked lifetime. diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679053/cpblkInt32.il b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679053/cpblkInt32.il index 5a5b1b04098122..f25083cfe0c5bf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679053/cpblkInt32.il +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679053/cpblkInt32.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 ILGEN_0xb8816d7d {} diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679053/flowgraph.il b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679053/flowgraph.il index 1d5d13af31a966..8c4c0543121f68 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679053/flowgraph.il +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679053/flowgraph.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679053/regionLive.il b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679053/regionLive.il index 086ab06c30e947..0aad5b27c502d2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679053/regionLive.il +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679053/regionLive.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.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679955/indexMinusOne.il b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679955/indexMinusOne.il index 36e8bce497f996..9b72a9c798f48c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679955/indexMinusOne.il +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679955/indexMinusOne.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 ILGEN_0x52ea038a {} .assembly extern mscorlib{auto} diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679955/volatileLocal1.il b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679955/volatileLocal1.il index 51cc373ddeacf0..1f9a8f9d6df162 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679955/volatileLocal1.il +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679955/volatileLocal1.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 ILGEN_0xd01d9fe9 {} .assembly extern mscorlib{auto} diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679955/volatileLocal2.il b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679955/volatileLocal2.il index 943c383ac9b214..6c1a9800f586e4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679955/volatileLocal2.il +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679955/volatileLocal2.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 ILGEN_0x537f7b0 {} .assembly extern mscorlib{auto} diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/apps/BouncingBall.cs b/src/coreclr/tests/src/JIT/Methodical/fp/apps/BouncingBall.cs index f607305be1ec51..f7e8bdb21d99e0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/apps/BouncingBall.cs +++ b/src/coreclr/tests/src/JIT/Methodical/fp/apps/BouncingBall.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. // Method: Simulate a bouncing ball based on the laws of physics. diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/1000w1d.cs b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/1000w1d.cs index 1b52671eea16f4..4ff5fc547b3197 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/1000w1d.cs +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/1000w1d.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; internal unsafe class testout1 diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w250d.cs b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w250d.cs index 01ac2c722649bb..cb88e079841ec6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w250d.cs +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w250d.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/coreclr/tests/src/JIT/Methodical/fp/exgen/10w5d.cs b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w5d.cs index 2fb7d18d545292..ccd43ee3426c55 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w5d.cs +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w5d.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; unsafe class testout1 diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-01.cs b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-01.cs index beca174167de7e..3068f47549512b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-01.cs +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-01.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/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-02.cs b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-02.cs index bdb6e6b29decaa..f7f86765bdf248 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-02.cs +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-02.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/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01.cs b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01.cs index a106304fbe47fb..f409792dc13b20 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01.cs +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01.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; internal unsafe class testout1 diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02.cs b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02.cs index 8f7c40ae9e90b4..03ab81cace2678 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02.cs +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02.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; internal unsafe class testout1 diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01.cs b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01.cs index 9f6d54032fe824..d471dfd3a70a43 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01.cs +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01.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; internal unsafe class testout1 diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02.cs b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02.cs index 44ce8754954457..c92355477db8ad 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02.cs +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02.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; internal unsafe class testout1 diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03.cs b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03.cs index 5b7dc7d41f87a7..126d302b339e74 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03.cs +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03.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; internal unsafe class testout1 diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04.cs b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04.cs index f59b58d09db798..658d73ebaa7a97 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04.cs +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04.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; internal unsafe class testout1 diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-05.cs b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-05.cs index bffe5abeaaea27..05747a7d0cd6af 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-05.cs +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-05.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; internal unsafe class testout1 diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06.cs b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06.cs index c1649f4a593b13..99355bdc066d3c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06.cs +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06.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; internal class testout1 diff --git a/src/coreclr/tests/src/JIT/Methodical/gc_poll/GCPollNative.cpp b/src/coreclr/tests/src/JIT/Methodical/gc_poll/GCPollNative.cpp index 256b267ba2a72b..80ee4c0b5ee850 100644 --- a/src/coreclr/tests/src/JIT/Methodical/gc_poll/GCPollNative.cpp +++ b/src/coreclr/tests/src/JIT/Methodical/gc_poll/GCPollNative.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 #include @@ -41,4 +40,4 @@ EXPORT(uint32_t) STDMETHODCALLTYPE NextUInt32(uint32_t t) EXPORT(uint64_t) STDMETHODCALLTYPE NextUInt64(uint64_t t) { return NextUInt(t); -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Methodical/gc_poll/InsertGCPoll.cs b/src/coreclr/tests/src/JIT/Methodical/gc_poll/InsertGCPoll.cs index 37bd0763dac385..56daeb76a6f9c1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/gc_poll/InsertGCPoll.cs +++ b/src/coreclr/tests/src/JIT/Methodical/gc_poll/InsertGCPoll.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; @@ -105,4 +104,4 @@ public static int Main() } return 100; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Methodical/inlining/boolean/InlineBool.cs b/src/coreclr/tests/src/JIT/Methodical/inlining/boolean/InlineBool.cs index ece501c6913ca5..f11a40061e9b67 100644 --- a/src/coreclr/tests/src/JIT/Methodical/inlining/boolean/InlineBool.cs +++ b/src/coreclr/tests/src/JIT/Methodical/inlining/boolean/InlineBool.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. // Tests for boolean expression, control flow, and inlining optimizations. // All 100 variants of Id should generate the same code. diff --git a/src/coreclr/tests/src/JIT/Methodical/inlining/bug505642/test.cs b/src/coreclr/tests/src/JIT/Methodical/inlining/bug505642/test.cs index 94153f8c7b4cb0..7cd63e1fc891b0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/inlining/bug505642/test.cs +++ b/src/coreclr/tests/src/JIT/Methodical/inlining/bug505642/test.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. /* * Some comments about the test: diff --git a/src/coreclr/tests/src/JIT/Methodical/inlining/dev10_bug719093/variancesmall.il b/src/coreclr/tests/src/JIT/Methodical/inlining/dev10_bug719093/variancesmall.il index f07e0272566124..929d8afe128a14 100644 --- a/src/coreclr/tests/src/JIT/Methodical/inlining/dev10_bug719093/variancesmall.il +++ b/src/coreclr/tests/src/JIT/Methodical/inlining/dev10_bug719093/variancesmall.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/hugedim.il b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/hugedim.il index 267f3a0e72c8d9..c4a92faa5f601f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/hugedim.il +++ b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/hugedim.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/lcs_long.cs b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/lcs_long.cs index 229adabf90e9ee..8e1c3eb534181a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/lcs_long.cs +++ b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/lcs_long.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/coreclr/tests/src/JIT/Methodical/int64/arrays/lcs_long.il b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/lcs_long.il index fc3de222206b5b..4f3d3139dcd7ce 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/lcs_long.il +++ b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/lcs_long.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/lcs_ulong.cs b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/lcs_ulong.cs index e010aab3da7c3f..db9fd883dbd441 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/lcs_ulong.cs +++ b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/lcs_ulong.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/coreclr/tests/src/JIT/Methodical/int64/arrays/lcs_ulong.il b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/lcs_ulong.il index 46b5319c2d5457..9e3e09891dbbf1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/lcs_ulong.il +++ b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/lcs_ulong.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/misc/binop.cs b/src/coreclr/tests/src/JIT/Methodical/int64/misc/binop.cs index a892cbee056d3b..437d76d095f803 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/misc/binop.cs +++ b/src/coreclr/tests/src/JIT/Methodical/int64/misc/binop.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/coreclr/tests/src/JIT/Methodical/int64/misc/binop.il b/src/coreclr/tests/src/JIT/Methodical/int64/misc/binop.il index cde59b8994f6b5..1b103ff14a5405 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/misc/binop.il +++ b/src/coreclr/tests/src/JIT/Methodical/int64/misc/binop.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/misc/box.cs b/src/coreclr/tests/src/JIT/Methodical/int64/misc/box.cs index daf7aea693fdb5..f4190f46b9aa43 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/misc/box.cs +++ b/src/coreclr/tests/src/JIT/Methodical/int64/misc/box.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/coreclr/tests/src/JIT/Methodical/int64/misc/box.il b/src/coreclr/tests/src/JIT/Methodical/int64/misc/box.il index 07891d17790613..9fb4149842b1bc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/misc/box.il +++ b/src/coreclr/tests/src/JIT/Methodical/int64/misc/box.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_addsub.cs b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_addsub.cs index 6d04e88f5c65b5..ae8170f3f36972 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_addsub.cs +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_addsub.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/coreclr/tests/src/JIT/Methodical/int64/signed/s_addsub.il b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_addsub.il index c33f2864383966..a4652a610a8c7b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_addsub.il +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_addsub.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldc_div.cs b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldc_div.cs index 347aa1699a6d96..edb296e83c4f0a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldc_div.cs +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldc_div.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/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldc_div.il b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldc_div.il index b809eb859e6475..2de90378f79135 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldc_div.il +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldc_div.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldc_mul.cs b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldc_mul.cs index 2b626e08f3c13d..267228c601a9db 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldc_mul.cs +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldc_mul.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/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldc_mul.il b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldc_mul.il index 8eee5e0f354e21..7d4cdf517088d3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldc_mul.il +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldc_mul.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldc_mulovf.cs b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldc_mulovf.cs index bdb6f20cc3ba42..a4b21421396fd8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldc_mulovf.cs +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldc_mulovf.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/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldc_mulovf.il b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldc_mulovf.il index efe6b438d7fab0..86795ffa176997 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldc_mulovf.il +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldc_mulovf.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldfld_mul.cs b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldfld_mul.cs index cc50d104075477..80cb597afb6f08 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldfld_mul.cs +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldfld_mul.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/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldfld_mul.il b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldfld_mul.il index fb1ffa7f8264ae..66c0a4687a6553 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldfld_mul.il +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldfld_mul.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldfld_mulovf.cs b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldfld_mulovf.cs index 7934cf35bf8a13..0df7eb22bb3365 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldfld_mulovf.cs +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldfld_mulovf.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/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldfld_mulovf.il b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldfld_mulovf.il index 8420fa9f466f83..c600fd72b541c4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldfld_mulovf.il +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldfld_mulovf.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldsfld_mul.cs b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldsfld_mul.cs index caff44a532cf5b..6d84b940d6800f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldsfld_mul.cs +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldsfld_mul.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/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldsfld_mul.il b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldsfld_mul.il index 35ede55465486f..065979aab8a783 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldsfld_mul.il +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldsfld_mul.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldsfld_mulovf.cs b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldsfld_mulovf.cs index 2b5fd8508104aa..70e57ebd49a06d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldsfld_mulovf.cs +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldsfld_mulovf.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/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldsfld_mulovf.il b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldsfld_mulovf.il index 9c16572f24ed1e..27bc6a1de6bddb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldsfld_mulovf.il +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_ldsfld_mulovf.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_muldiv.cs b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_muldiv.cs index 235595fe5e6168..05628c77942b25 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_muldiv.cs +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_muldiv.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/coreclr/tests/src/JIT/Methodical/int64/signed/s_muldiv.il b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_muldiv.il index 91ef935d610f8f..b5796ff0250b13 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_muldiv.il +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/s_muldiv.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/superlong/superlong.cs b/src/coreclr/tests/src/JIT/Methodical/int64/superlong/superlong.cs index 0d06f55f60c117..6975ea92a2d468 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/superlong/superlong.cs +++ b/src/coreclr/tests/src/JIT/Methodical/int64/superlong/superlong.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/coreclr/tests/src/JIT/Methodical/int64/superlong/superlong.il b/src/coreclr/tests/src/JIT/Methodical/int64/superlong/superlong.il index 79831ba78d1a14..49ea339354fe0e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/superlong/superlong.il +++ b/src/coreclr/tests/src/JIT/Methodical/int64/superlong/superlong.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/addsub.cs b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/addsub.cs index def3a83304867a..125183cdfc3601 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/addsub.cs +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/addsub.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/coreclr/tests/src/JIT/Methodical/int64/unsigned/addsub.il b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/addsub.il index 6ad46ec560ae24..cc3eeb9c76bce3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/addsub.il +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/addsub.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldc_mul.cs b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldc_mul.cs index c0bb88cc22eec7..df17c79c058572 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldc_mul.cs +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldc_mul.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/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldc_mul.il b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldc_mul.il index 1d685cb61b56bc..5e58743ebbf9be 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldc_mul.il +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldc_mul.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldc_mulovf.cs b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldc_mulovf.cs index f71065034bd145..adbd2e7ff9c970 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldc_mulovf.cs +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldc_mulovf.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/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldc_mulovf.il b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldc_mulovf.il index 3a4e019266749d..f136923527bc9e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldc_mulovf.il +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldc_mulovf.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldfld_mul.cs b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldfld_mul.cs index 0bfd9b0d6d8f0b..4c8029a861dfb5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldfld_mul.cs +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldfld_mul.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/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldfld_mul.il b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldfld_mul.il index 05e13bda53876f..8e404e7c97b9a0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldfld_mul.il +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldfld_mul.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldfld_mulovf.cs b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldfld_mulovf.cs index 03ffd807847934..70535de8aa85d8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldfld_mulovf.cs +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldfld_mulovf.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/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldfld_mulovf.il b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldfld_mulovf.il index e9adb47a48c0e8..850f9e22d0cf87 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldfld_mulovf.il +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldfld_mulovf.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldsfld_mul.cs b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldsfld_mul.cs index fea7692837d058..e1c2868898719c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldsfld_mul.cs +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldsfld_mul.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/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldsfld_mul.il b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldsfld_mul.il index 807673ce4eb229..2cd58731c0cc87 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldsfld_mul.il +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldsfld_mul.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldsfld_mulovf.cs b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldsfld_mulovf.cs index 7ed7993e6245c5..f6a91eb550c6f6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldsfld_mulovf.cs +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldsfld_mulovf.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/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldsfld_mulovf.il b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldsfld_mulovf.il index 836c206235de26..d44b9b960a0d92 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldsfld_mulovf.il +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/ldsfld_mulovf.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/muldiv.cs b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/muldiv.cs index 2eb6f279d7e3ca..b593a5a68998cd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/muldiv.cs +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/muldiv.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/coreclr/tests/src/JIT/Methodical/int64/unsigned/muldiv.il b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/muldiv.il index 7888194ac9c267..915e1abfbdce9e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/muldiv.il +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/muldiv.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/jitinterface/bug603649.cs b/src/coreclr/tests/src/JIT/Methodical/jitinterface/bug603649.cs index e5ab9d489ef05f..035e4d406870be 100644 --- a/src/coreclr/tests/src/JIT/Methodical/jitinterface/bug603649.cs +++ b/src/coreclr/tests/src/JIT/Methodical/jitinterface/bug603649.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/coreclr/tests/src/JIT/Methodical/largeframes/basic/bigframes.cs b/src/coreclr/tests/src/JIT/Methodical/largeframes/basic/bigframes.cs index 65b70dbb7356ca..134b566de9df23 100644 --- a/src/coreclr/tests/src/JIT/Methodical/largeframes/basic/bigframes.cs +++ b/src/coreclr/tests/src/JIT/Methodical/largeframes/basic/bigframes.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. // Test probing of large stack frames. // diff --git a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip/skippage.cs b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip/skippage.cs index 5f17cdb16d3c05..adb47d9f42cdd5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip/skippage.cs +++ b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip/skippage.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. // Consider a case of potentially skipping probing a page on ARM32. // 1. Have a function with a "very large frame" that requires a probing loop, diff --git a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip2/skippage2.cs b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip2/skippage2.cs index d78eeae6faf657..60d14c2b449f65 100644 --- a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip2/skippage2.cs +++ b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip2/skippage2.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. // Consider a case of potentially skipping probing a page on ARM64. // 1. Have a function with a frame just under a page size, so it doesn't diff --git a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip3/skippage3.cs b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip3/skippage3.cs index f4ec9ff6931ed0..f044b083cc0aab 100644 --- a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip3/skippage3.cs +++ b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip3/skippage3.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. // Passing a very large struct by value on the stack, on arm32 and x86, // can cause it to be copied from a temp to the outgoing space without diff --git a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip4/skippage4.cs b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip4/skippage4.cs index 7e0fed56bf38d5..cfd812a1bcc5b2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip4/skippage4.cs +++ b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip4/skippage4.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. // Passing a very large struct by value on the stack, on arm32 and x86, // can cause it to be copied from a temp to the outgoing space without diff --git a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip4/skippage4_save.cs b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip4/skippage4_save.cs index 95fe0edfc69637..65bb2e5634a9c4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip4/skippage4_save.cs +++ b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip4/skippage4_save.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. // Passing a very large struct by value on the stack, on arm32 and x86, // can cause it to be copied from a temp to the outgoing space without diff --git a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip5/skippage5.cs b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip5/skippage5.cs index 4d10adb77b51ed..c6b0c5fbfe3e86 100644 --- a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip5/skippage5.cs +++ b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip5/skippage5.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/coreclr/tests/src/JIT/Methodical/largeframes/skip6/skippage6.cs b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip6/skippage6.cs index caa203b37d6af4..e7cdb1c5ee81a5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip6/skippage6.cs +++ b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip6/skippage6.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/coreclr/tests/src/JIT/Methodical/largeframes/skip7/skippage7.cs b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip7/skippage7.cs index 0949ca7db50185..ce8384b9dd2489 100644 --- a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip7/skippage7.cs +++ b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip7/skippage7.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/coreclr/tests/src/JIT/Methodical/ldtoken/ldtoken.il b/src/coreclr/tests/src/JIT/Methodical/ldtoken/ldtoken.il index 8c27a58bbc04a3..89008da2e5905d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ldtoken/ldtoken.il +++ b/src/coreclr/tests/src/JIT/Methodical/ldtoken/ldtoken.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. // ldtoken.il .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Methodical/ldtoken/ldtokena.il b/src/coreclr/tests/src/JIT/Methodical/ldtoken/ldtokena.il index 785f7de36b6664..340a21677f8beb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ldtoken/ldtokena.il +++ b/src/coreclr/tests/src/JIT/Methodical/ldtoken/ldtokena.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. // ldtokena.il .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Methodical/ldtoken/ptr_types.il b/src/coreclr/tests/src/JIT/Methodical/ldtoken/ptr_types.il index 5d0464f45f63d2..c1d17e06e6271c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ldtoken/ptr_types.il +++ b/src/coreclr/tests/src/JIT/Methodical/ldtoken/ptr_types.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. // ptr_types.il .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Methodical/ldtoken/types.il b/src/coreclr/tests/src/JIT/Methodical/ldtoken/types.il index c3e320f4668b2d..decf7d77109efd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ldtoken/types.il +++ b/src/coreclr/tests/src/JIT/Methodical/ldtoken/types.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/Methodical/localloc/call/call01.cs b/src/coreclr/tests/src/JIT/Methodical/localloc/call/call01.cs index 572ccef2d4b2de..8966596b1378b5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/localloc/call/call01.cs +++ b/src/coreclr/tests/src/JIT/Methodical/localloc/call/call01.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. /* * Test reading localloc variable with function call. diff --git a/src/coreclr/tests/src/JIT/Methodical/localloc/verify/verify01_dynamic.il b/src/coreclr/tests/src/JIT/Methodical/localloc/verify/verify01_dynamic.il index d4dea618e67b20..65f3a49f7b5c18 100644 --- a/src/coreclr/tests/src/JIT/Methodical/localloc/verify/verify01_dynamic.il +++ b/src/coreclr/tests/src/JIT/Methodical/localloc/verify/verify01_dynamic.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. // Test Invalid program (evaluation stack is not empty before localloc call diff --git a/src/coreclr/tests/src/JIT/Methodical/localloc/verify/verify01_large.il b/src/coreclr/tests/src/JIT/Methodical/localloc/verify/verify01_large.il index 90e2a0ab472bb1..165d173d62c421 100644 --- a/src/coreclr/tests/src/JIT/Methodical/localloc/verify/verify01_large.il +++ b/src/coreclr/tests/src/JIT/Methodical/localloc/verify/verify01_large.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. // Test Invalid program (evaluation stack is not empty before localloc call diff --git a/src/coreclr/tests/src/JIT/Methodical/localloc/verify/verify01_small.il b/src/coreclr/tests/src/JIT/Methodical/localloc/verify/verify01_small.il index 9c57093d55a62a..f7e9e5838bdf50 100644 --- a/src/coreclr/tests/src/JIT/Methodical/localloc/verify/verify01_small.il +++ b/src/coreclr/tests/src/JIT/Methodical/localloc/verify/verify01_small.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. // Test Invalid program (evaluation stack is not empty before localloc call diff --git a/src/coreclr/tests/src/JIT/Methodical/localloc/zeroinit/zeroinit01_large.il b/src/coreclr/tests/src/JIT/Methodical/localloc/zeroinit/zeroinit01_large.il index 278b95bb05f383..5784cc97259938 100644 --- a/src/coreclr/tests/src/JIT/Methodical/localloc/zeroinit/zeroinit01_large.il +++ b/src/coreclr/tests/src/JIT/Methodical/localloc/zeroinit/zeroinit01_large.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. // Test zero initialization of localloc .assembly extern legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Methodical/localloc/zeroinit/zeroinit01_small.il b/src/coreclr/tests/src/JIT/Methodical/localloc/zeroinit/zeroinit01_small.il index 9cbe605cc07502..adb36e309a9046 100644 --- a/src/coreclr/tests/src/JIT/Methodical/localloc/zeroinit/zeroinit01_small.il +++ b/src/coreclr/tests/src/JIT/Methodical/localloc/zeroinit/zeroinit01_small.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. // Test zero initialization of localloc .assembly extern legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic.cs b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic.cs index c7da9b91a5c079..86b14e13ee3818 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic.cs +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic.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.IO; diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic.il b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic.il index 9eb685c4da0739..3ad9074b75290b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic.il +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate.cs b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate.cs index a5eacf9ce28d00..9c97559bd3a7b6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate.cs +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate.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.IO; diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate.il b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate.il index ca1df8c1e4fcd5..4730a4bb1304f8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate.il +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics.cs b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics.cs index 91d6b9d2de4c8f..b1636661975350 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics.cs +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics.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.IO; diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics.il b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics.il index 234880b7ca6e28..c56b0514fdc0dc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics.il +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2.cs b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2.cs index 07e1e2d972faac..4924c1c97817ca 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2.cs +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2.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.IO; diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2.il b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2.il index 764fe303f34248..d96c214ceec702 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2.il +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall.cs b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall.cs index 9d84ef16732577..0bb9446a629e26 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall.cs +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall.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.IO; diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall.il b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall.il index 005c7a6ed63bdd..f1dfcbee963293 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall.il +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall.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.Console { auto } diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype.cs b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype.cs index 30a5de0bd22cfa..7d55d198a69c0b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype.cs +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype.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.IO; diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype.il b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype.il index c0e3f9600f61cd..67850b8e6ff8c7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype.il +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/array1.cs b/src/coreclr/tests/src/JIT/Methodical/refany/array1.cs index 3322903c3d8ee5..ed80746186e61d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/array1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/refany/array1.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/coreclr/tests/src/JIT/Methodical/refany/array1.il b/src/coreclr/tests/src/JIT/Methodical/refany/array1.il index 442adbd24b622c..a7a6e3e9fe3532 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/array1.il +++ b/src/coreclr/tests/src/JIT/Methodical/refany/array1.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/array2.cs b/src/coreclr/tests/src/JIT/Methodical/refany/array2.cs index 7cb1c61f56bd59..34a8039f4c2132 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/array2.cs +++ b/src/coreclr/tests/src/JIT/Methodical/refany/array2.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/coreclr/tests/src/JIT/Methodical/refany/array2.il b/src/coreclr/tests/src/JIT/Methodical/refany/array2.il index 7af900a3f39790..7c3558237b6026 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/array2.il +++ b/src/coreclr/tests/src/JIT/Methodical/refany/array2.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/array3.il b/src/coreclr/tests/src/JIT/Methodical/refany/array3.il index a164dd55202146..8777ba58b079dd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/array3.il +++ b/src/coreclr/tests/src/JIT/Methodical/refany/array3.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/format.cs b/src/coreclr/tests/src/JIT/Methodical/refany/format.cs index 33f9273c1a9461..7b36e8bec29a2e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/format.cs +++ b/src/coreclr/tests/src/JIT/Methodical/refany/format.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/coreclr/tests/src/JIT/Methodical/refany/format.il b/src/coreclr/tests/src/JIT/Methodical/refany/format.il index 86cae213bc109a..2c477bc91e709d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/format.il +++ b/src/coreclr/tests/src/JIT/Methodical/refany/format.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/gcreport.cs b/src/coreclr/tests/src/JIT/Methodical/refany/gcreport.cs index 1a960985dfb310..a6ebe806b20a23 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/gcreport.cs +++ b/src/coreclr/tests/src/JIT/Methodical/refany/gcreport.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/coreclr/tests/src/JIT/Methodical/refany/indcall.il b/src/coreclr/tests/src/JIT/Methodical/refany/indcall.il index 0c6249c0568bc9..3284c7d0368055 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/indcall.il +++ b/src/coreclr/tests/src/JIT/Methodical/refany/indcall.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/lcs.cs b/src/coreclr/tests/src/JIT/Methodical/refany/lcs.cs index 2c5e0e248df501..3d0e9fdbd35c19 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/lcs.cs +++ b/src/coreclr/tests/src/JIT/Methodical/refany/lcs.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/coreclr/tests/src/JIT/Methodical/refany/lcs.il b/src/coreclr/tests/src/JIT/Methodical/refany/lcs.il index c43876fefaecc8..a28e4ab9a0b221 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/lcs.il +++ b/src/coreclr/tests/src/JIT/Methodical/refany/lcs.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/longsig.il b/src/coreclr/tests/src/JIT/Methodical/refany/longsig.il index 395d0425958ca0..5dd3e8c0b67cc3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/longsig.il +++ b/src/coreclr/tests/src/JIT/Methodical/refany/longsig.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/native.cs b/src/coreclr/tests/src/JIT/Methodical/refany/native.cs index 0041d6a2fa1d44..649c8043e8a9e6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/native.cs +++ b/src/coreclr/tests/src/JIT/Methodical/refany/native.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; //THIS IS NOT A TEST diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/native.il b/src/coreclr/tests/src/JIT/Methodical/refany/native.il index 42e301280d4fea..e8dd544325111f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/native.il +++ b/src/coreclr/tests/src/JIT/Methodical/refany/native.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/seq.il b/src/coreclr/tests/src/JIT/Methodical/refany/seq.il index ac9c9195fc6806..9dca180b8e1d18 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/seq.il +++ b/src/coreclr/tests/src/JIT/Methodical/refany/seq.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/shortsig.il b/src/coreclr/tests/src/JIT/Methodical/refany/shortsig.il index e013baeeccd7a0..3e6b71970f9b70 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/shortsig.il +++ b/src/coreclr/tests/src/JIT/Methodical/refany/shortsig.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/stress1.cs b/src/coreclr/tests/src/JIT/Methodical/refany/stress1.cs index aba5701cc35774..971c8ab05d8284 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/stress1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/refany/stress1.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 JitTest { diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/stress2.il b/src/coreclr/tests/src/JIT/Methodical/refany/stress2.il index 989a4df1d16f79..cf317d5f52c3a9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/stress2.il +++ b/src/coreclr/tests/src/JIT/Methodical/refany/stress2.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/stress3-64bit.cs b/src/coreclr/tests/src/JIT/Methodical/refany/stress3-64bit.cs index 3c829764ed3901..21953ed46587f4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/stress3-64bit.cs +++ b/src/coreclr/tests/src/JIT/Methodical/refany/stress3-64bit.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 JitTest { diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/u_native.il b/src/coreclr/tests/src/JIT/Methodical/refany/u_native.il index 9aec971d93a73c..e7d3add4ccaa7d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/u_native.il +++ b/src/coreclr/tests/src/JIT/Methodical/refany/u_native.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/virtcall.cs b/src/coreclr/tests/src/JIT/Methodical/refany/virtcall.cs index b950cc1d0a899b..44b3470bb73ec5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/virtcall.cs +++ b/src/coreclr/tests/src/JIT/Methodical/refany/virtcall.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/coreclr/tests/src/JIT/Methodical/stringintern/b207621.cs b/src/coreclr/tests/src/JIT/Methodical/stringintern/b207621.cs index 36e0ce74763dd5..6ef4471f042f45 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/b207621.cs +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/b207621.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/coreclr/tests/src/JIT/Methodical/stringintern/test1.cs b/src/coreclr/tests/src/JIT/Methodical/stringintern/test1.cs index e7160442e00c80..63d8fd6d5185db 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/test1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/test1.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. // ==, != diff --git a/src/coreclr/tests/src/JIT/Methodical/stringintern/test2.cs b/src/coreclr/tests/src/JIT/Methodical/stringintern/test2.cs index d89f5a575c0959..dba1862629e0df 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/test2.cs +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/test2.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. // switch, for diff --git a/src/coreclr/tests/src/JIT/Methodical/stringintern/test4.cs b/src/coreclr/tests/src/JIT/Methodical/stringintern/test4.cs index 490ee2188d1d39..79216acee28824 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/test4.cs +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/test4.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. // try/catch, try/finally diff --git a/src/coreclr/tests/src/JIT/Methodical/stringintern/testgenstr.cs b/src/coreclr/tests/src/JIT/Methodical/stringintern/testgenstr.cs index 2782c412cd01f4..8b1d6737babfc1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/testgenstr.cs +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/testgenstr.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/coreclr/tests/src/JIT/Methodical/stringintern/teststr.cs b/src/coreclr/tests/src/JIT/Methodical/stringintern/teststr.cs index f062aef3508641..28d1119ff1d862 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/teststr.cs +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/teststr.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/coreclr/tests/src/JIT/Methodical/structs/ExplicitLayout.cs b/src/coreclr/tests/src/JIT/Methodical/structs/ExplicitLayout.cs index c6b94f547ba27c..f159193449d9c1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/structs/ExplicitLayout.cs +++ b/src/coreclr/tests/src/JIT/Methodical/structs/ExplicitLayout.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/coreclr/tests/src/JIT/Methodical/structs/StructStackParams.cs b/src/coreclr/tests/src/JIT/Methodical/structs/StructStackParams.cs index 5dc0a44f4e86c2..ad6ffcc89cb945 100644 --- a/src/coreclr/tests/src/JIT/Methodical/structs/StructStackParams.cs +++ b/src/coreclr/tests/src/JIT/Methodical/structs/StructStackParams.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. // // This tests passing structs that are less than 64-bits in size, but that diff --git a/src/coreclr/tests/src/JIT/Methodical/structs/systemvbringup/structpasstest.cs b/src/coreclr/tests/src/JIT/Methodical/structs/systemvbringup/structpasstest.cs index 1faea11cb4c679..94379ecbc2b9c5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/structs/systemvbringup/structpasstest.cs +++ b/src/coreclr/tests/src/JIT/Methodical/structs/systemvbringup/structpasstest.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; namespace structinreg @@ -230,4 +229,4 @@ public static int Main1() return 100; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Methodical/structs/systemvbringup/structpasstest1.cs b/src/coreclr/tests/src/JIT/Methodical/structs/systemvbringup/structpasstest1.cs index 8ffa4c111fa6b2..48171b743a4295 100644 --- a/src/coreclr/tests/src/JIT/Methodical/structs/systemvbringup/structpasstest1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/structs/systemvbringup/structpasstest1.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; @@ -427,4 +426,4 @@ public static int Main1() return 100; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Methodical/structs/systemvbringup/structpinvoketests.cs b/src/coreclr/tests/src/JIT/Methodical/structs/systemvbringup/structpinvoketests.cs index 993d0c43a2036d..85f1e40f52ae89 100644 --- a/src/coreclr/tests/src/JIT/Methodical/structs/systemvbringup/structpinvoketests.cs +++ b/src/coreclr/tests/src/JIT/Methodical/structs/systemvbringup/structpinvoketests.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/coreclr/tests/src/JIT/Methodical/structs/systemvbringup/structrettest.cs b/src/coreclr/tests/src/JIT/Methodical/structs/systemvbringup/structrettest.cs index 54a1fcbf008446..b5fb56c060b2a3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/structs/systemvbringup/structrettest.cs +++ b/src/coreclr/tests/src/JIT/Methodical/structs/systemvbringup/structrettest.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; @@ -237,4 +236,4 @@ public static int Main1() return 100; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Methodical/structs/valuetuple.cs b/src/coreclr/tests/src/JIT/Methodical/structs/valuetuple.cs index 9e8af5e20cade3..510b1ce1d982e3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/structs/valuetuple.cs +++ b/src/coreclr/tests/src/JIT/Methodical/structs/valuetuple.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. // // This test is extracted and simplified from the corefx tests for the ValueTuple class. diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch1.il b/src/coreclr/tests/src/JIT/Methodical/switch/switch1.il index 1d1956e127ac48..4be93cbf58722b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch1.il +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch1.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. //simple switch diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch10.il b/src/coreclr/tests/src/JIT/Methodical/switch/switch10.il index 41f41888a31210..1d58441812798b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch10.il +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch10.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. // check inlining diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch11.il b/src/coreclr/tests/src/JIT/Methodical/switch/switch11.il index 02827e35b2c2b2..332834c75a63b2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch11.il +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch11.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. // non-empty stack before switch diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch2.il b/src/coreclr/tests/src/JIT/Methodical/switch/switch2.il index c38d925c7a031a..55327be153834d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch2.il +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch2.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. // add and subtract integers diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch3.il b/src/coreclr/tests/src/JIT/Methodical/switch/switch3.il index 0e4696fd0291b7..b2258015d6cfe1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch3.il +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch3.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. // checking fallthrough in switch diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch4.il b/src/coreclr/tests/src/JIT/Methodical/switch/switch4.il index 51c848069cd31a..c7c98cfdfdb2ce 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch4.il +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch4.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. // loop in switch diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch5.il b/src/coreclr/tests/src/JIT/Methodical/switch/switch5.il index 806d2d8ab8ae4e..c8017342f7e59c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch5.il +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch5.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. // Stack implementation diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch6.il b/src/coreclr/tests/src/JIT/Methodical/switch/switch6.il index 2e9e8479ad15cd..39b22facd4ccee 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch6.il +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch6.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. // try -- catch in switch diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch7.il b/src/coreclr/tests/src/JIT/Methodical/switch/switch7.il index c187cc97331eb6..e5866d2e7a76a9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch7.il +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch7.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. // calling switch in a loop diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch8.il b/src/coreclr/tests/src/JIT/Methodical/switch/switch8.il index 31a4f1c0f91a7e..932646bfa56c20 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch8.il +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch8.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. // goto statements in switch diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch9.il b/src/coreclr/tests/src/JIT/Methodical/switch/switch9.il index 5752b0ea4b65fc..3bab44a2af3f10 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch9.il +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch9.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. //Nested Switch diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/Desktop/thread-race.cs b/src/coreclr/tests/src/JIT/Methodical/tailcall/Desktop/thread-race.cs index 97acf33231b2ea..f9d613ab12d143 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/Desktop/thread-race.cs +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/Desktop/thread-race.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_enum.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_enum.il index a203777715c31e..7b973c89c78770 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_enum.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_enum.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_i2_bool.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_i2_bool.il index dc4cae7221d531..f52f51b2f3264f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_i2_bool.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_i2_bool.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_i4_i1.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_i4_i1.il index ca8d18fb429146..f2df547b9c0ddf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_i4_i1.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_i4_i1.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_i4_u.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_i4_u.il index 5da6b1c243db56..a9738da9a7aed3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_i4_u.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_i4_u.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_i_u2.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_i_u2.il index 940842ef69cb0c..2101954f7b6810 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_i_u2.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_i_u2.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_obj.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_obj.il index b4043d7cb7a67a..98a4c1ff041d7a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_obj.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_obj.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_r4_r8.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_r4_r8.il index 2a95f8e4a89d40..56a2e947c59e6e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_r4_r8.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_r4_r8.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_r4_r8_inl.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_r4_r8_inl.il index 429a17af742736..0b9632a7e29975 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_r4_r8_inl.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_r4_r8_inl.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_r8_r4.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_r8_r4.il index f0711fce3a83fa..cd303618a22447 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_r8_r4.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_r8_r4.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_r8_r4_inl.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_r8_r4_inl.il index 183e2e9677ad88..5a0d42a1255911 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_r8_r4_inl.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_r8_r4_inl.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_v.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_v.il index 3cfbd47120c2b9..b30d052a712e2c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_v.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/compat_v.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/deep_array.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/deep_array.il index fdf00b3dcd19d5..ab0fc88da0e4ad 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/deep_array.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/deep_array.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/deep_array_nz.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/deep_array_nz.il index 0e26511742e884..e1cc4825254d67 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/deep_array_nz.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/deep_array_nz.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/deep_gc.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/deep_gc.il index 1119a8062d1f51..1dde75f2d65bd7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/deep_gc.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/deep_gc.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/deep_inst.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/deep_inst.il index 06308eafd63c62..a73d179f634835 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/deep_inst.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/deep_inst.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/deep_value.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/deep_value.il index 26abf001767a55..a900f4d04c47d2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/deep_value.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/deep_value.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/deep_virt.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/deep_virt.il index 6c8da89e34785c..6393282c740134 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/deep_virt.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/deep_virt.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/gcval.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/gcval.il index 6040f073f9eb6f..5632492e96bbc1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/gcval.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/gcval.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/gcval_nested.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/gcval_nested.il index e15d11f7884380..547856c114f31a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/gcval_nested.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/gcval_nested.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/gcval_sideeffect.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/gcval_sideeffect.il index dcf8eba51498f2..f22a0182302417 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/gcval_sideeffect.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/gcval_sideeffect.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/pointer.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/pointer.il index 643d495a65c33d..5da933e217828b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/pointer.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/pointer.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/pointer_i.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/pointer_i.il index 2151ac3f8a1754..c6b4d64b24d0f8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/pointer_i.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/pointer_i.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/recurse_ep.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/recurse_ep.il index b7db73c7dbe138..1a7262f10368cd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/recurse_ep.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/recurse_ep.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/recurse_ep_void.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/recurse_ep_void.il index 6bc067783a6a75..047e510383a18c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/recurse_ep_void.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/recurse_ep_void.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.Console { auto } diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/reference_i.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/reference_i.il index 64f4a4c59dfe0a..486500a6879104 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/reference_i.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/reference_i.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/test_2a.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/test_2a.il index 0d32a164a8b357..a75b6543a8b2b4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/test_2a.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/test_2a.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.Console { auto } diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/test_2b.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/test_2b.il index f43dc42b0d72e5..070f6c0e3429fc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/test_2b.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/test_2b.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.Console { auto } diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/test_2c.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/test_2c.il index dd8109cb95e0f7..78189c2a41cf41 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/test_2c.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/test_2c.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.Console { auto } diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/test_3b.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/test_3b.il index fa940e2423852f..e4b70e332e31cf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/test_3b.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/test_3b.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/test_implicit.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/test_implicit.il index 8df233ea6f0f86..a0c757c65cc323 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/test_implicit.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/test_implicit.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.Console { auto } diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/test_mutual_rec.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/test_mutual_rec.il index f17c813ebb7832..d1c81a6224d3c0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/test_mutual_rec.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/test_mutual_rec.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.Console { auto } diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/test_switch.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/test_switch.il index 45d026e1128149..7617103224da2f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/test_switch.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/test_switch.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.Console { auto } diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/test_virt.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/test_virt.il index a5920199557fc2..ffc4eaf028eb1c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/test_virt.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/test_virt.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.Console { auto } diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/test_void.il b/src/coreclr/tests/src/JIT/Methodical/tailcall/test_void.il index 698c665b080c48..bc5a15fde8580b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/test_void.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/test_void.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.Console { auto } diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/delegateParamCallTarget.cs b/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/delegateParamCallTarget.cs index dafbc79314ba6d..f864436b7e3b7a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/delegateParamCallTarget.cs +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/delegateParamCallTarget.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. /* * When generating the code for a tail call, the JIT was not careful to preserve any stack-based parameters used in the computation of the call target address if it is a simple indirection (like in the case of delgate.Invoke). diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/delegateTail.il b/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/delegateTail.il index 8827dbada1bf80..82f033f96841ae 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/delegateTail.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/delegateTail.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/hijacking.il b/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/hijacking.il index e92e27dfcf6422..8c642832f3ef60 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/hijacking.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/hijacking.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. diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/smallFrame.il b/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/smallFrame.il index eb2ac39bf28059..e9a48512d9cd7b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/smallFrame.il +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/smallFrame.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/main.cs b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/main.cs index 180277b161e301..6706964df63af4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/main.cs +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/main.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/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-0.cs b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-0.cs index d2a63096a711c9..c27972016346e5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-0.cs +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-0.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/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-1.cs b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-1.cs index ef52d92264786a..c25c8d9eab8af1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-1.cs +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-1.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/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-2.cs b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-2.cs index 8efb8380f2893a..e60897b03c8a1c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-2.cs +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-2.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/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-3.cs b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-3.cs index 81a9f58994c8e2..2ac1999c4a7510 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-3.cs +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-3.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/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-4.cs b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-4.cs index 46e790b5ce21f8..783962d71ac5e3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-4.cs +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-4.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/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-5.cs b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-5.cs index 7c7f6d20fc6fb9..61161d437ed95b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-5.cs +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-5.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/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-6.cs b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-6.cs index d41a32d959ff62..04539ff465d6f8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-6.cs +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/unsafe-6.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/coreclr/tests/src/JIT/Methodical/xxblk/cpblk3.il b/src/coreclr/tests/src/JIT/Methodical/xxblk/cpblk3.il index 35da033d55f503..1cfda13f8338a2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxblk/cpblk3.il +++ b/src/coreclr/tests/src/JIT/Methodical/xxblk/cpblk3.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. //"plain", volatile., unaligned. cpblk //transient, managed, unmanaged pointer diff --git a/src/coreclr/tests/src/JIT/Methodical/xxblk/dynblk.il b/src/coreclr/tests/src/JIT/Methodical/xxblk/dynblk.il index b0acbb4d4f0468..f0ab590d15ee45 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxblk/dynblk.il +++ b/src/coreclr/tests/src/JIT/Methodical/xxblk/dynblk.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. // Test for a bug involving an initblk with a non-constant size, // for which the DYN_BLK(ADDR(lcl)) can't be optimized away. diff --git a/src/coreclr/tests/src/JIT/Methodical/xxblk/initblk3.il b/src/coreclr/tests/src/JIT/Methodical/xxblk/initblk3.il index 8d7fb4782a8181..e97d7f6ae695f0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxblk/initblk3.il +++ b/src/coreclr/tests/src/JIT/Methodical/xxblk/initblk3.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. //transient, managed, unmanaged pointer //"plain", volatile., unaligned. initblk diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/ldobj_I.il b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/ldobj_I.il index 3c458657191fea..9fb409b6d7b6c3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/ldobj_I.il +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/ldobj_I.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. // ldobj_I.il .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/ldobj_I8.il b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/ldobj_I8.il index bf4c9b99a2f2f5..393a63bc154166 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/ldobj_I8.il +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/ldobj_I8.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. // ldobj_I8.il .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/ldobj_R4.il b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/ldobj_R4.il index 029c1945872530..c069aaac317beb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/ldobj_R4.il +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/ldobj_R4.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. // ldobj_R4.il .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/ldobj_R8.il b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/ldobj_R8.il index 513927f8e96f28..ac83b481d0d886 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/ldobj_R8.il +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/ldobj_R8.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. // ldobj_R8.il .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/ldobj_U2.il b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/ldobj_U2.il index 02363fba156832..7939437142c293 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/ldobj_U2.il +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/ldobj_U2.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. // ldobj_U2.il .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/ldobj_V.il b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/ldobj_V.il index 46c14121097da7..f180312affc0ba 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/ldobj_V.il +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/ldobj_V.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. // ldobj_V.il .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/const.il b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/const.il index 808d27ad7bd853..520afcd192d7d3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/const.il +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/const.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. // const.il .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/ldelema.il b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/ldelema.il index 82af6ca39c488e..6915362c355c60 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/ldelema.il +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/ldelema.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. // mdarray.il .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/localloc.il b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/localloc.il index cfe6b7cbdb9bfd..863e140ee3c5af 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/localloc.il +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/localloc.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/mdarray.il b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/mdarray.il index d26b06aa0c725a..1eea79a00fae70 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/mdarray.il +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/mdarray.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. // mdarray.il .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/refanyval.cs b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/refanyval.cs index 39b134f3ea4519..d37d1f7e78ae35 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/refanyval.cs +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/refanyval.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/coreclr/tests/src/JIT/Methodical/xxobj/operand/refanyval.il b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/refanyval.il index d52b7cc9a6802d..cbb9fd91896564 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/refanyval.il +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/refanyval.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. // refanyval.il .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/unbox.cs b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/unbox.cs index faf6efdd7af575..1680efa3c822a5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/unbox.cs +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/unbox.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/coreclr/tests/src/JIT/Methodical/xxobj/operand/unbox.il b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/unbox.il index 1adf896c6ce389..8758380ff701c2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/unbox.il +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/unbox.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. // unbox.il .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/64sizeof.il b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/64sizeof.il index 429642ac3a3420..6884fadf3d7b9f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/64sizeof.il +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/64sizeof.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/64sizeof32.il b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/64sizeof32.il index ffe802dc15a2fd..eb2f2401af36f4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/64sizeof32.il +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/64sizeof32.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 mscorlib { } .assembly sizeof32 { } diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/64sizeof64.il b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/64sizeof64.il index 1b6b606e87b8d6..07fe692effddc0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/64sizeof64.il +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/64sizeof64.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 mscorlib { } .assembly sizeof64 { } diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/sizeof.cs b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/sizeof.cs index 2c5e012f37b865..d358521e9d4ab5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/sizeof.cs +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/sizeof.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 JitTest { diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/sizeof.il b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/sizeof.il index 09703667a9fc00..e901a52bca0c3d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/sizeof.il +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/sizeof.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.Console { diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/sizeof32.cs b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/sizeof32.cs index bb711f0e2452f2..212ac6a1e68f0d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/sizeof32.cs +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/sizeof32.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/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/sizeof32.il b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/sizeof32.il index 026db64ee8f821..e43e4e563e991d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/sizeof32.il +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/sizeof32.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. // sizeof32.il .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/sizeof64.cs b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/sizeof64.cs index 0762e670e356a8..e0c46deb2dc8ab 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/sizeof64.cs +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/sizeof64.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/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/sizeof64.il b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/sizeof64.il index c6e506a7c33a62..9797ad7bbc232e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/sizeof64.il +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/sizeof64.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. // sizeof64.il .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees-2.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees-2.cs index bf0b307721d1d8..d8c20a6b92cc58 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees-2.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees-2.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. // Adapted from binary-trees C# .NET Core #2 program // http://benchmarksgame.alioth.debian.org/u64q/program.php?test=binarytrees&lang=csharpcore&id=2 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees-5.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees-5.cs index 6b4e092b0e26ec..875989e038aff0 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees-5.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees-5.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. // Adapted from binary-trees C# .NET Core #5 program // http://benchmarksgame.alioth.debian.org/u64q/program.php?test=binarytrees&lang=csharpcore&id=5 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fannkuch-redux/fannkuch-redux-2.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fannkuch-redux/fannkuch-redux-2.cs index f7a8154ee78d06..edd5bc6f2c22d6 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fannkuch-redux/fannkuch-redux-2.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fannkuch-redux/fannkuch-redux-2.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. // Adapted from fannkuch-redux C# .NET Core #2 program // http://benchmarksgame.alioth.debian.org/u64q/program.php?test=fannkuchredux&lang=csharpcore&id=2 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fannkuch-redux/fannkuch-redux-5.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fannkuch-redux/fannkuch-redux-5.cs index 562a62468fbba5..5754e0f8935149 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fannkuch-redux/fannkuch-redux-5.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fannkuch-redux/fannkuch-redux-5.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. // Adapted from fannkuch-redux C# .NET Core #5 program // http://benchmarksgame.alioth.debian.org/u64q/program.php?test=fannkuchredux&lang=csharpcore&id=5 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta-1.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta-1.cs index 0535c21adf446f..0f5068924bfe56 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta-1.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta-1.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. // Adapted from fasta C# .NET Core program // http://benchmarksgame.alioth.debian.org/u64q/program.php?test=fasta&lang=csharpcore&id=1 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta-2.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta-2.cs index 3694e5de47fd70..036a9f3f78881d 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta-2.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta-2.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. // Adapted from fasta C# .NET Core #2 program // http://benchmarksgame.alioth.debian.org/u64q/program.php?test=fasta&lang=csharpcore&id=2 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/harness-helpers.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/harness-helpers.cs index 757aaba0509408..7560e3755cf40b 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/harness-helpers.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/harness-helpers.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. // Helper functionality to locate inputs and find outputs for // k-nucleotide benchmark in CoreCLR test harness diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-1.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-1.cs index 449baa2da28735..ed29a1c23451d2 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-1.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-1.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. // Adapted from k-nucleotide C# .NET Core program // http://benchmarksgame.alioth.debian.org/u64q/program.php?test=knucleotide&lang=csharpcore&id=1 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-9.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-9.cs index 0b787bfb7910f8..2a9ca2cb79a370 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-9.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-9.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. // Adapted from k-nucleotide C# .NET Core #9 program // http://benchmarksgame.alioth.debian.org/u64q/program.php?test=knucleotide&lang=csharpcore&id=9 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/mandelbrot/mandelbrot-2.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/mandelbrot/mandelbrot-2.cs index fa55666be5de13..f03cf3c9c0731b 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/mandelbrot/mandelbrot-2.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/mandelbrot/mandelbrot-2.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. // Adapted from mandelbrot C# .NET Core #2 program // http://benchmarksgame.alioth.debian.org/u64q/program.php?test=mandelbrot&lang=csharpcore&id=2 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/mandelbrot/mandelbrot-7.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/mandelbrot/mandelbrot-7.cs index 00469e136984de..afb345174cb96a 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/mandelbrot/mandelbrot-7.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/mandelbrot/mandelbrot-7.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. // Adapted from mandelbrot C# .NET Core #7 program // http://benchmarksgame.alioth.debian.org/u64q/program.php?test=mandelbrot&lang=csharpcore&id=7 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/n-body/n-body-3.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/n-body/n-body-3.cs index 9be89da2f02691..85c15926085c4a 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/n-body/n-body-3.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/n-body/n-body-3.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. // Adapted from n-body C# .NET Core #3 program // http://benchmarksgame.alioth.debian.org/u64q/program.php?test=nbody&lang=csharpcore&id=3 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/pidigits/pidigits-3.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/pidigits/pidigits-3.cs index 0f97c277d5a9fd..b6744e57bbf693 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/pidigits/pidigits-3.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/pidigits/pidigits-3.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. // Adapted from pidigits C# .NET Core #3 program // http://benchmarksgame.alioth.debian.org/u64q/program.php?test=pidigits&lang=csharpcore&id=3 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/harness-helpers.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/harness-helpers.cs index af5ead11085b83..a5dc268d1b2e88 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/harness-helpers.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/harness-helpers.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. // Helper functionality to locate inputs and find outputs for // regex-redux benchmark in CoreCLR test harness diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regex-redux-1.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regex-redux-1.cs index 12c35290519122..6a167af92df851 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regex-redux-1.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regex-redux-1.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. // Adapted from regex-redux C# .NET Core program // http://benchmarksgame.alioth.debian.org/u64q/program.php?test=regexredux&lang=csharpcore&id=1 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regex-redux-5.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regex-redux-5.cs index 47e2bace0a4a54..79db79e012384a 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regex-redux-5.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regex-redux-5.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. // Adapted from regex-redux C# .NET Core #5 program // http://benchmarksgame.alioth.debian.org/u64q/program.php?test=regexredux&lang=csharpcore&id=5 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/harness-helpers.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/harness-helpers.cs index d275982919f46b..78532b10f43d4b 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/harness-helpers.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/harness-helpers.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. // Helper functionality to locate inputs and find outputs for // reverse-complement benchmark in CoreCLR test harness diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/reverse-complement-1.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/reverse-complement-1.cs index edf405d9fa7973..76b1fb795852bb 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/reverse-complement-1.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/reverse-complement-1.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. // Adapted from reverse-complement C# .NET Core program // http://benchmarksgame.alioth.debian.org/u64q/program.php?test=revcomp&lang=csharpcore&id=1 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/reverse-complement-6.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/reverse-complement-6.cs index 4ce5634869670a..ac6c0a33bd759f 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/reverse-complement-6.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/reverse-complement-6.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. // Adapted from reverse-complement C# .NET Core #6 // http://benchmarksgame.alioth.debian.org/u64q/program.php?test=revcomp&lang=csharpcore&id=6 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm-1.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm-1.cs index 117c818673f636..3a321299dead9f 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm-1.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm-1.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. // Adapted from spectral-norm C# .NET Core program // http://benchmarksgame.alioth.debian.org/u64q/program.php?test=spectralnorm&lang=csharpcore&id=1 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm-3.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm-3.cs index 4a1cf855070235..6a135360e43dab 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm-3.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm-3.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. // Adapted from spectral-norm C# .NET Core #3 program // http://benchmarksgame.alioth.debian.org/u64q/program.php?test=spectralnorm&lang=csharpcore&id=3 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Adams/Adams.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Adams/Adams.cs index 3f21d9cd4c9d4f..534f49e7ba70a8 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Adams/Adams.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Adams/Adams.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. // // The Adams-Moulton Predictor Corrector Method adapted from Conte and de Boor // original source: adams_d.c diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/BenchMk2/BenchMk2.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/BenchMk2/BenchMk2.cs index 5c616a5b6c37b5..422f5863f557f2 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/BenchMk2/BenchMk2.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/BenchMk2/BenchMk2.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/BenchMrk/BenchMrk.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/BenchMrk/BenchMrk.cs index ec70102f27f906..dbae97c49f94b2 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/BenchMrk/BenchMrk.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/BenchMrk/BenchMrk.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Bisect/Bisect.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Bisect/Bisect.cs index cd44b1c83ebadc..46e2a30866d93d 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Bisect/Bisect.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Bisect/Bisect.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. // // The Bisect algorithm adapted from Conte and de Boor diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/DMath/DMath.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/DMath/DMath.cs index dbce0240992e89..22969d2b0441c1 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/DMath/DMath.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/DMath/DMath.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/FFT/FFT.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/FFT/FFT.cs index 3ddd75491d8614..fb669309b6dcb1 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/FFT/FFT.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/FFT/FFT.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. // // FFT benchmark adapted from a Fortran routine from the book // Digital Signal Analysis, Samuel Stearns, Hayden Book Co. diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/InProd/InProd.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/InProd/InProd.cs index 08665a8950ae78..02bf991c0e242c 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/InProd/InProd.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/InProd/InProd.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/InvMt/InvMt.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/InvMt/InvMt.cs index ee0af77b59c41e..64f322d20ededd 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/InvMt/InvMt.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/InvMt/InvMt.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. // // Solution of linear algebraic equations and matrix inversion. diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/LLoops/LLoops.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/LLoops/LLoops.cs index d7d7eb82596e4b..62f2162b5e3430 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/LLoops/LLoops.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/LLoops/LLoops.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. // // C# adaptation of C implementation of Livermore Loops Fortran benchmark. diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Lorenz/Lorenz.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Lorenz/Lorenz.cs index 5fe7ef34e4cf8e..0dd6685e0429b7 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Lorenz/Lorenz.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Lorenz/Lorenz.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. // // This program solves the "lorenz" equations using Runge-Kutta 4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/MatInv4/MatInv4.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/MatInv4/MatInv4.cs index 02588e18edfaa1..c8f1752f3b6cef 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/MatInv4/MatInv4.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/MatInv4/MatInv4.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.Xunit.Performance; using System; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/NewtE/NewtE.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/NewtE/NewtE.cs index cc698f44dd7a6d..faeaeb68895e78 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/NewtE/NewtE.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/NewtE/NewtE.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. // // Simultaneous equations by Newton's method adapted from Conte and De Boor // to solve F(X,Y)=0 and G(X,Y)=0 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/NewtR/NewtR.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/NewtR/NewtR.cs index bfb6546a388d2b..06a81658adeecc 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/NewtR/NewtR.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/NewtR/NewtR.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. // // Newton's method adapted from Conte and De Boor diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Regula/Regula.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Regula/Regula.cs index c2978914b28169..60885f0229068d 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Regula/Regula.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Regula/Regula.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. // // The modified regula-falsi routine adapted from Conte and De Boor diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Romber/Romber.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Romber/Romber.cs index 1e7c6879ad9e13..46dd4008142ce1 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Romber/Romber.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Romber/Romber.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. // // Integration by romberg method adapted from Conte and de Boor diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Secant/Secant.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Secant/Secant.cs index 9dcc1feb3fabc4..5eb2808e4757cc 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Secant/Secant.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Secant/Secant.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. // // The secant algorithm adapted from Conte and DeBoor diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Simpsn/Simpsn.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Simpsn/Simpsn.cs index 34c6c56230d1e9..4f00f16639f07b 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Simpsn/Simpsn.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Simpsn/Simpsn.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. // // Integration by Simpson's rule adapted from Conte and de Boor diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/SqMtx/SqMtx.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/SqMtx/SqMtx.cs index 8ea7556d5603d1..4a048554bf98d6 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/SqMtx/SqMtx.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/SqMtx/SqMtx.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Trap/Trap.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Trap/Trap.cs index 33895ccc0cb577..a0b032ed608d32 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Trap/Trap.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Trap/Trap.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. // // Integration by corrected trapezoid rule adapted from Conte and de Boor diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Whetsto/Whetsto.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Whetsto/Whetsto.cs index d72e58789db521..9f244af06a508e 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Whetsto/Whetsto.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Whetsto/Whetsto.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. // // C# translation of Whetstone Double Precision Benchmark diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/8Queens/8Queens.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/8Queens/8Queens.cs index d4994418228b86..9a8230a1d8da14 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/8Queens/8Queens.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/8Queens/8Queens.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Ackermann/Ackermann.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Ackermann/Ackermann.cs index 5188571c91f0c3..28693bf98ef41d 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Ackermann/Ackermann.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Ackermann/Ackermann.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/AddArray/AddArray.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/AddArray/AddArray.cs index 16da08250d8853..03b8a7b698dfb6 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/AddArray/AddArray.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/AddArray/AddArray.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/AddArray2/AddArray2.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/AddArray2/AddArray2.cs index 3ce1a98f9fb26f..ab51afea7ea520 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/AddArray2/AddArray2.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/AddArray2/AddArray2.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Array1/Array1.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Array1/Array1.cs index 5e383ace66bb2d..100937adb0b36f 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Array1/Array1.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Array1/Array1.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. // // The sorting benchmark calls a random number generator the number // of times specified by Maxnum to create an array of int integers, diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Array2/Array2.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Array2/Array2.cs index 45a4a9765b3bb9..af157579720b06 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Array2/Array2.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Array2/Array2.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BenchE/BenchE.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BenchE/BenchE.cs index 5d9a7f10cb6404..f8d94d00086b15 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BenchE/BenchE.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BenchE/BenchE.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BubbleSort/BubbleSort.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BubbleSort/BubbleSort.cs index a2fbbcee3077b9..aa15e059b79ab2 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BubbleSort/BubbleSort.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BubbleSort/BubbleSort.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BubbleSort2/BubbleSort2.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BubbleSort2/BubbleSort2.cs index 2dba59a793ce61..05fc86a5ea6a00 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BubbleSort2/BubbleSort2.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BubbleSort2/BubbleSort2.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/CSieve/CSieve.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/CSieve/CSieve.cs index 67544bae599fdd..0c23232dc0579e 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/CSieve/CSieve.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/CSieve/CSieve.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. // // Based on Eratosthenes Sieve Prime Number Program in C, Byte Magazine, January 1983. diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Fib/Fib.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Fib/Fib.cs index 3dd897db0f68f0..43b397be89c811 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Fib/Fib.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Fib/Fib.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/HeapSort/HeapSort.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/HeapSort/HeapSort.cs index b33087bd8e0651..061382a97f8330 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/HeapSort/HeapSort.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/HeapSort/HeapSort.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/IniArray/IniArray.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/IniArray/IniArray.cs index ff878d612720f5..1b672f5b8cce34 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/IniArray/IniArray.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/IniArray/IniArray.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/LogicArray/LogicArray.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/LogicArray/LogicArray.cs index c82b1e1e8b1a22..c8b5864fb4ed04 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/LogicArray/LogicArray.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/LogicArray/LogicArray.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Midpoint/Midpoint.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Midpoint/Midpoint.cs index f04fa9ff6036f9..a693e55bb86253 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Midpoint/Midpoint.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Midpoint/Midpoint.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/MulMatrix/MulMatrix.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/MulMatrix/MulMatrix.cs index 202ed3c052255e..d7fc33568167f3 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/MulMatrix/MulMatrix.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/MulMatrix/MulMatrix.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/NDhrystone/NDhrystone.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/NDhrystone/NDhrystone.cs index 7a28c97cf72db0..8574fb04887f15 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/NDhrystone/NDhrystone.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/NDhrystone/NDhrystone.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. // // Adapted from // diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Permutate/Permutate.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Permutate/Permutate.cs index 5dda2631b227c1..9cb419de734dfc 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Permutate/Permutate.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Permutate/Permutate.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Pi/Pi.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Pi/Pi.cs index 7a6bed7dd74b21..73e4d58141399b 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Pi/Pi.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Pi/Pi.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Puzzle/Puzzle.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Puzzle/Puzzle.cs index 220b5c70234b53..0971da830ef562 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Puzzle/Puzzle.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Puzzle/Puzzle.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/QuickSort/QuickSort.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/QuickSort/QuickSort.cs index b5bbc479131ab2..edd2606a95ca04 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/QuickSort/QuickSort.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/QuickSort/QuickSort.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/TreeInsert/TreeInsert.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/TreeInsert/TreeInsert.cs index 76d04d607a0551..a151ffdde09371 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/TreeInsert/TreeInsert.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/TreeInsert/TreeInsert.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/TreeSort/TreeSort.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/TreeSort/TreeSort.cs index 07c7c298772e16..66003f671fbc5d 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/TreeSort/TreeSort.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/TreeSort/TreeSort.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/XposMatrix/XposMatrix.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/XposMatrix/XposMatrix.cs index 47fbf3730a2996..a3c6c2824d05d7 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/XposMatrix/XposMatrix.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/XposMatrix/XposMatrix.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BilinearInterpol/BilinearInterpol.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BilinearInterpol/BilinearInterpol.cs index 24656569b5c000..99ec698208931c 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BilinearInterpol/BilinearInterpol.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BilinearInterpol/BilinearInterpol.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. // // This benchmark is also in the github.com/dotnet/performance repo, diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Burgers/Burgers.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Burgers/Burgers.cs index 9880ee511fcc49..3c60c763eb4526 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Burgers/Burgers.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Burgers/Burgers.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. // // .NET SIMD to solve Burgers' equation // diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/ByteMark.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/ByteMark.cs index 79e7c5e7095ebd..51dbd7bfcd26c0 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/ByteMark.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/ByteMark.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. /* ** This program was translated to C# and adapted for xunit-performance. ** New variants of several tests were added to compare class versus diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/Huffman.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/Huffman.cs index f398b0ad10383a..e97dd08f4f7cef 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/Huffman.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/Huffman.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. /* ** This program was translated to C# and adapted for xunit-performance. ** New variants of several tests were added to compare class versus diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/StringSort.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/StringSort.cs index 12238e4447fd1e..e654f8bd93191e 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/StringSort.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/StringSort.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. /* ** This program was translated to C# and adapted for xunit-performance. ** New variants of several tests were added to compare class versus diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/assign_jagged.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/assign_jagged.cs index 42c5d780fde35c..1711be2a04e3e8 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/assign_jagged.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/assign_jagged.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. /* ** This program was translated to C# and adapted for xunit-performance. ** New variants of several tests were added to compare class versus diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/assign_rect.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/assign_rect.cs index ac49cddddf7dd1..01163982de9913 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/assign_rect.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/assign_rect.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. /* ** This program was translated to C# and adapted for xunit-performance. ** New variants of several tests were added to compare class versus diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/bitops.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/bitops.cs index 41a006f2fcb6f8..4804e8731ed227 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/bitops.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/bitops.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. /* ** This program was translated to C# and adapted for xunit-performance. ** New variants of several tests were added to compare class versus diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/emfloat.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/emfloat.cs index 1fba85cef8968b..83c24cc657e54d 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/emfloat.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/emfloat.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. /* ** This program was translated to C# and adapted for xunit-performance. ** New variants of several tests were added to compare class versus diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/emfloatclass.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/emfloatclass.cs index 6d90823dfd1e76..d8670b5e0b87cc 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/emfloatclass.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/emfloatclass.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. /* ** This program was translated to C# and adapted for xunit-performance. ** New variants of several tests were added to compare class versus diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/fourier.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/fourier.cs index 1ef2f550853a82..cc9139736b300f 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/fourier.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/fourier.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. /* ** This program was translated to C# and adapted for xunit-performance. ** New variants of several tests were added to compare class versus diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/idea.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/idea.cs index 9fa8dc212d720e..5c93ad809f5e83 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/idea.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/idea.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. /* ** This program was translated to C# and adapted for xunit-performance. ** New variants of several tests were added to compare class versus diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/ludecomp.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/ludecomp.cs index e2ce4d80f2e4b5..6a91ad797a16c0 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/ludecomp.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/ludecomp.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. /* ** This program was translated to C# and adapted for xunit-performance. ** New variants of several tests were added to compare class versus diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/neural-dat.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/neural-dat.cs index e7104a6e4a8884..d10c3df8d3bd8d 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/neural-dat.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/neural-dat.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. /* ** This program was translated to C# and adapted for xunit-performance. ** New variants of several tests were added to compare class versus diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/neural.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/neural.cs index 73854ee9ccced3..b5c39062274d67 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/neural.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/neural.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. /* ** This program was translated to C# and adapted for xunit-performance. ** New variants of several tests were added to compare class versus diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/neuraljagged.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/neuraljagged.cs index 2276fde3de572b..fb1836a9eaf573 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/neuraljagged.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/neuraljagged.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. /* ** This program was translated to C# and adapted for xunit-performance. ** New variants of several tests were added to compare class versus diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/numericsort.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/numericsort.cs index 76484b34c5ea18..246916c97f7ff4 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/numericsort.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/numericsort.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. /* ** This program was translated to C# and adapted for xunit-performance. ** New variants of several tests were added to compare class versus diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/utility.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/utility.cs index c0bdbb656f3c7b..0bba0fd30e35ac 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/utility.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/utility.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.Text; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Devirtualization/DefaultEqualityComparerPerf.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Devirtualization/DefaultEqualityComparerPerf.cs index b9da9f17fa7f89..3cc08c6428de6f 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Devirtualization/DefaultEqualityComparerPerf.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Devirtualization/DefaultEqualityComparerPerf.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.Xunit.Performance; using System; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/FractalPerf/FractalPerf.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/FractalPerf/FractalPerf.cs index d5761da4c2aa19..a758d1a9df2e90 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/FractalPerf/FractalPerf.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/FractalPerf/FractalPerf.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Camera.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Camera.cs index 6e274e474770ac..0c73f35070df1d 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Camera.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Camera.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.Intrinsics.X86; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Color.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Color.cs index 85d19d6891e0e2..c1aad08268018d 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Color.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Color.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. // internal struct Color diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/ColorPacket.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/ColorPacket.cs index bf48fcf9e9cdea..72abee21022c7c 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/ColorPacket.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/ColorPacket.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 static System.Runtime.Intrinsics.X86.Avx; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Intersections.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Intersections.cs index 6c1441cba530e6..32536edb098265 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Intersections.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Intersections.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 static System.Runtime.Intrinsics.X86.Avx; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/LightPacket.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/LightPacket.cs index 0b12ca434a6fcb..7fb8fd0f0537ad 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/LightPacket.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/LightPacket.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/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/ObjectPacket.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/ObjectPacket.cs index 85bd1a0800afd6..051721b568ae21 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/ObjectPacket.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/ObjectPacket.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.Intrinsics; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/ObjectPool.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/ObjectPool.cs index 29be23238b2bbb..b69b7b18606472 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/ObjectPool.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/ObjectPool.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/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/PacketTracer.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/PacketTracer.cs index 34a2dd5d38b435..093eea990c2174 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/PacketTracer.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/PacketTracer.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.Intrinsics.X86; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/PlanePacket.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/PlanePacket.cs index c2947944140af8..7d1d31452ea12e 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/PlanePacket.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/PlanePacket.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.Intrinsics.X86; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/ProducerConsumerCollectionBase.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/ProducerConsumerCollectionBase.cs index fee736397d614e..b340c66454d006 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/ProducerConsumerCollectionBase.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/ProducerConsumerCollectionBase.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/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Program.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Program.cs index a502320e7aab85..58e54afa8cdcfd 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Program.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Program.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/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/RayPacket.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/RayPacket.cs index 75559c3461dcc6..5f1ad6c41ffbb9 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/RayPacket.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/RayPacket.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.Intrinsics.X86; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Scene.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Scene.cs index 0cc0ab6bc505a8..e9650982299720 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Scene.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Scene.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/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/SpherePacket.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/SpherePacket.cs index 0f87171b263a1b..6ebf2808a8ad91 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/SpherePacket.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/SpherePacket.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.Intrinsics.X86; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Surface.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Surface.cs index 35e04bd842981d..402fdfc1777105 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Surface.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Surface.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.Intrinsics; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Surfaces.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Surfaces.cs index a376872a16bd66..1bbca5db7246ed 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Surfaces.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Surfaces.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.Intrinsics; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Vector.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Vector.cs index ec27d823f8cdd2..10892c212c3b61 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Vector.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/Vector.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. // internal struct Vector diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/VectorMath.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/VectorMath.cs index 074b90005036a6..d638af080db15d 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/VectorMath.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/VectorMath.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 static System.Runtime.Intrinsics.X86.Avx; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/VectorPacket.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/VectorPacket.cs index dbd657120ac5db..e698045efd9f3f 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/VectorPacket.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/VectorPacket.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 static System.Runtime.Intrinsics.X86.Avx; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/InlineGCStruct.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/InlineGCStruct.cs index 951ceced9920c4..e47b88dbf514ad 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/InlineGCStruct.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/InlineGCStruct.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. // In CoreCLR String.Format(ref, ref) is small and readily inlined. // The inline introduces a System.Parms GC struct local which is diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/NoThrowInline.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/NoThrowInline.cs index 2e9144d1e5d347..ce08c5dd07f2c2 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/NoThrowInline.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/NoThrowInline.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.Xunit.Performance; using System; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Layout/SearchLoops.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Layout/SearchLoops.cs index 972f7249a3d97d..f22748838f3a08 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Layout/SearchLoops.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Layout/SearchLoops.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.Xunit.Performance; using Microsoft.Xunit.Performance.Api; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Linq/Linq.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Linq/Linq.cs index 2a0fd27890ed9d..acac69141149a7 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Linq/Linq.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Linq/Linq.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/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/AbsDouble.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/AbsDouble.cs index ccd75182c90a27..0c5969cccbfc0c 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/AbsDouble.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/AbsDouble.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/AcosDouble.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/AcosDouble.cs index f758f0ad5f4f96..db7654c422ad82 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/AcosDouble.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/AcosDouble.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/AsinDouble.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/AsinDouble.cs index 61bf0c2a6791cb..41c8c80a5f2a98 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/AsinDouble.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/AsinDouble.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/Atan2Double.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/Atan2Double.cs index 510485a0a64ab4..f73901fe594087 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/Atan2Double.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/Atan2Double.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/AtanDouble.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/AtanDouble.cs index edc22c8ff97840..b834525b5e3d3e 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/AtanDouble.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/AtanDouble.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/CeilingDouble.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/CeilingDouble.cs index 6ccafe3b4e42c9..1fee49044a1ba5 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/CeilingDouble.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/CeilingDouble.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/CosDouble.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/CosDouble.cs index 68ad388aaf49f7..beecc9a91a8d85 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/CosDouble.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/CosDouble.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/CoshDouble.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/CoshDouble.cs index 79f11a0861db34..234e95568396d8 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/CoshDouble.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/CoshDouble.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/ExpDouble.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/ExpDouble.cs index ff46c189c25009..24f4dc8c645df2 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/ExpDouble.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/ExpDouble.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/FloorDouble.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/FloorDouble.cs index 5178a55113ed9a..4dfab0e756951a 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/FloorDouble.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/FloorDouble.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/Log10Double.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/Log10Double.cs index 764f05a51626f5..6cba736a4b0e0d 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/Log10Double.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/Log10Double.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/LogDouble.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/LogDouble.cs index 12992d417a8eb2..56e5fdc8651cd5 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/LogDouble.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/LogDouble.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/PowDouble.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/PowDouble.cs index ab9399c0903113..8bace15472bd35 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/PowDouble.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/PowDouble.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/RoundDouble.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/RoundDouble.cs index 97dbe912657f45..2873d56f146958 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/RoundDouble.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/RoundDouble.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/SinDouble.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/SinDouble.cs index 42891660f9b28b..447a1d9c991d64 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/SinDouble.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/SinDouble.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/SinhDouble.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/SinhDouble.cs index f2f7c8fa5e0485..faa2324c22fb3b 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/SinhDouble.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/SinhDouble.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/SqrtDouble.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/SqrtDouble.cs index 1a6f8a91d6f75f..73724a0118f348 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/SqrtDouble.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/SqrtDouble.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/TanDouble.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/TanDouble.cs index b97fba15d33136..2eb909805a309b 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/TanDouble.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/TanDouble.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/TanhDouble.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/TanhDouble.cs index 12fcf6ba5383e0..1b17ea23271004 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/TanhDouble.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/TanhDouble.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Functions.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Functions.cs index 2d820d2b10ed98..22c0fab013d386 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Functions.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Functions.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/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/MathTests.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/MathTests.cs index 8a1b9d254cb29b..6598103bf1c53b 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/MathTests.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/MathTests.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 Functions { diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/AbsSingle.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/AbsSingle.cs index 5ff67deddecd40..2854cf2e73cf03 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/AbsSingle.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/AbsSingle.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/AcosSingle.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/AcosSingle.cs index de0ff90d6e2857..c5ff277318e40e 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/AcosSingle.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/AcosSingle.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/AsinSingle.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/AsinSingle.cs index 0ab9b166cbb152..4e6168ecff28cb 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/AsinSingle.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/AsinSingle.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/Atan2Single.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/Atan2Single.cs index db599dce0e57d9..10d66078017592 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/Atan2Single.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/Atan2Single.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/AtanSingle.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/AtanSingle.cs index bb7dc72ed566ce..f4953a29d704e6 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/AtanSingle.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/AtanSingle.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/CeilingSingle.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/CeilingSingle.cs index e3134d656f078f..406472a843704c 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/CeilingSingle.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/CeilingSingle.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/CosSingle.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/CosSingle.cs index 2d71e5513ade99..1d9671933b1c42 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/CosSingle.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/CosSingle.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/CoshSingle.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/CoshSingle.cs index f008266611995b..d4a00bce3fbe4a 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/CoshSingle.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/CoshSingle.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/ExpSingle.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/ExpSingle.cs index b22fca81fb0f94..9250ff54e1ba30 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/ExpSingle.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/ExpSingle.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/FloorSingle.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/FloorSingle.cs index e3f55705f818b5..cda99283748a32 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/FloorSingle.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/FloorSingle.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/Log10Single.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/Log10Single.cs index 3b30f7a3d966c1..f5fd179f033fb3 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/Log10Single.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/Log10Single.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/LogSingle.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/LogSingle.cs index 0a8c8a58d26538..8a4069d568bee0 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/LogSingle.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/LogSingle.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/PowSingle.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/PowSingle.cs index 8ffd9f2d2d17f3..4206a9793d03de 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/PowSingle.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/PowSingle.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/RoundSingle.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/RoundSingle.cs index a109ac77dc660f..cb21e49c3b252f 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/RoundSingle.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/RoundSingle.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/SinSingle.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/SinSingle.cs index fe93755831aed3..afe64b4aff3988 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/SinSingle.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/SinSingle.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/SinhSingle.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/SinhSingle.cs index f805bcb1288d1d..d855a92fb7ba92 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/SinhSingle.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/SinhSingle.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/SqrtSingle.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/SqrtSingle.cs index de898b902070a3..8c7244865afc92 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/SqrtSingle.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/SqrtSingle.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/TanSingle.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/TanSingle.cs index 55ea983666dc34..60198e94ef0c06 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/TanSingle.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/TanSingle.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/TanhSingle.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/TanhSingle.cs index 5fb9f857ba50e9..1a9c4b22632847 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/TanhSingle.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Single/TanhSingle.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 Microsoft.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Roslyn/CscBench.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Roslyn/CscBench.cs index 704e728c55bdef..adc3618e4fb0d5 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Roslyn/CscBench.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Roslyn/CscBench.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.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/Abstractions.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/Abstractions.cs index 8cfc0d1238454a..ac550f10b0be72 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/Abstractions.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/Abstractions.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/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ConsoleMandel.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ConsoleMandel.cs index c5058dcfac13f7..79e3f02b155e84 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ConsoleMandel.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ConsoleMandel.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.Xunit.Performance; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/Interfaces.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/Interfaces.cs index dda2690e3db9dc..b338a5b673fb0f 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/Interfaces.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/Interfaces.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/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ScalarDouble.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ScalarDouble.cs index e4ef4fbdf27ffc..be637ab2435389 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ScalarDouble.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ScalarDouble.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/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ScalarFloat.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ScalarFloat.cs index a7f17385aa90b6..c95f41b1f6fe97 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ScalarFloat.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ScalarFloat.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/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/VectorDouble.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/VectorDouble.cs index 0d57e0b4bcf08e..7e97e3958239b4 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/VectorDouble.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/VectorDouble.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/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/VectorDoubleStrict.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/VectorDoubleStrict.cs index a6099c7821548b..b72dbf7726409d 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/VectorDoubleStrict.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/VectorDoubleStrict.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/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/VectorFloat.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/VectorFloat.cs index 418c271fcf1f0e..21155c264666ed 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/VectorFloat.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/VectorFloat.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/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/VectorFloatStrict.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/VectorFloatStrict.cs index f4b8ccf9a53369..3e87f64dcef47a 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/VectorFloatStrict.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/VectorFloatStrict.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/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/VectorHelpers.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/VectorHelpers.cs index cba8ce81949965..43c9a661c3fed1 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/VectorHelpers.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/VectorHelpers.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/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Camera.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Camera.cs index 7d96ca769eb682..08c9f95affcfe2 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Camera.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Camera.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. // internal class Camera diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Color.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Color.cs index c88b188ec4de6e..c1b049e15ea56a 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Color.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Color.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/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/ISect.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/ISect.cs index 71a8e0a5125608..f24e3912f3c9fa 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/ISect.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/ISect.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. // internal class ISect diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Light.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Light.cs index d8f448f1fa906a..e49871271ed0f4 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Light.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Light.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. // internal class Light diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/ObjectPool.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/ObjectPool.cs index 29be23238b2bbb..b69b7b18606472 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/ObjectPool.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/ObjectPool.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/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Plane.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Plane.cs index 9504a0b1169137..85416c6d3cae88 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Plane.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Plane.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. // internal class Plane : SceneObject diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/ProducerConsumerCollectionBase.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/ProducerConsumerCollectionBase.cs index fee736397d614e..b340c66454d006 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/ProducerConsumerCollectionBase.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/ProducerConsumerCollectionBase.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/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Ray.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Ray.cs index a2d91fb07cc644..47fb38c1647783 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Ray.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Ray.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. // internal struct Ray diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/RayTracerBench.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/RayTracerBench.cs index 715e0e2a89de84..c4fbd37e75ff0d 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/RayTracerBench.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/RayTracerBench.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. // // Based on the Raytracer example from // Samples for Parallel Programming with the .NET Framework diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Raytracer.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Raytracer.cs index c32782ee18debf..95e257e78cefa4 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Raytracer.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Raytracer.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/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Scene.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Scene.cs index 28bf788188ee43..dc757c593df5fe 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Scene.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Scene.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/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/SceneObject.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/SceneObject.cs index 8b4adea04f0f7d..0904080c415984 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/SceneObject.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/SceneObject.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. // internal abstract class SceneObject diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Sphere.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Sphere.cs index 5a92f9481a1cdf..fe77a6dd5c330c 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Sphere.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Sphere.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/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Surface.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Surface.cs index c33899edd76198..770e9bab9b738c 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Surface.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Surface.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/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Surfaces.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Surfaces.cs index 3342e1b7a64429..2aceab45018a4f 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Surfaces.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Surfaces.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/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Vector.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Vector.cs index c6ba48312b4f9e..ffc65e74648967 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Vector.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/Vector.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/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/SeekUnroll/SeekUnroll.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/SeekUnroll/SeekUnroll.cs index ed7ec6157ea8f4..8424155f2fa146 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/SeekUnroll/SeekUnroll.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/SeekUnroll/SeekUnroll.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.Xunit.Performance; using System; diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/CommandLine.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/CommandLine.cs index eeb40acfb4d4da..d54d5dd0edde2b 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/CommandLine.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/CommandLine.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. /// /// This is a port of the SciMark2a Java Benchmark to C# by /// Chris Re (cmr28@cornell.edu) and Werner Vogels (vogels@cs.cornell.edu) diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/Constants.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/Constants.cs index a0baa6fac6f6d0..1c77c8b4bd8e39 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/Constants.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/Constants.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. /// /// This is a port of the SciMark2a Java Benchmark to C# by /// Chris Re (cmr28@cornell.edu) and Werner Vogels (vogels@cs.cornell.edu) diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/FFT.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/FFT.cs index 824c50f01a2284..9035c19f76c198 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/FFT.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/FFT.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. /// /// This is a port of the SciMark2a Java Benchmark to C# by /// Chris Re (cmr28@cornell.edu) and Werner Vogels (vogels@cs.cornell.edu) diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/LU.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/LU.cs index db8d61a1c8d1d0..943e6cb81923a7 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/LU.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/LU.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. /// /// This is a port of the SciMark2a Java Benchmark to C# by /// Chris Re (cmr28@cornell.edu) and Werner Vogels (vogels@cs.cornell.edu) @@ -268,4 +267,4 @@ public static void solve(double[][] A, int[] pvt, double[] b) } } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/MonteCarlo.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/MonteCarlo.cs index e01d22bd9fe723..2c4f36e674e2ce 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/MonteCarlo.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/MonteCarlo.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. /// /// This is a port of the SciMark2a Java Benchmark to C# by /// Chris Re (cmr28@cornell.edu) and Werner Vogels (vogels@cs.cornell.edu) @@ -69,4 +68,4 @@ public static double integrate(int Num_samples) return ((double)under_curve / Num_samples) * 4.0; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/Random.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/Random.cs index 7c4f618ee3137c..6ec0e7771a716a 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/Random.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/Random.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. /// /// This is a port of the SciMark2a Java Benchmark to C# by /// Chris Re (cmr28@cornell.edu) and Werner Vogels (vogels@cs.cornell.edu) diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/SOR.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/SOR.cs index 5fb8099adce203..fe9c6f0c783df3 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/SOR.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/SOR.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. /// /// This is a port of the SciMark2a Java Benchmark to C# by /// Chris Re (cmr28@cornell.edu) and Werner Vogels (vogels@cs.cornell.edu) @@ -53,4 +52,4 @@ public static void execute(double omega, double[][] G, int num_iterations) } } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/SparseCompRow.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/SparseCompRow.cs index c65afa586b04b0..96d86d377e4626 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/SparseCompRow.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/SparseCompRow.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. /// /// This is a port of the SciMark2a Java Benchmark to C# by /// Chris Re (cmr28@cornell.edu) and Werner Vogels (vogels@cs.cornell.edu) @@ -56,4 +55,4 @@ public static void matmult(double[] y, double[] val, int[] row, int[] col, doubl } } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/Stopwatch.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/Stopwatch.cs index 9acaf9bce1daf5..a94bd3db42dc9c 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/Stopwatch.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/Stopwatch.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. /// /// This is a port of the SciMark2a Java Benchmark to C# by /// Chris Re (cmr28@cornell.edu) and Werner Vogels (vogels@cs.cornell.edu) @@ -109,4 +108,4 @@ public virtual double read() return _total; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/kernel.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/kernel.cs index 1e39aa226d8f4a..3ef1fe063062cb 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/kernel.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/kernel.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. /// /// This is a port of the SciMark2a Java Benchmark to C# by /// Chris Re (cmr28@cornell.edu) and Werner Vogels (vogels@cs.cornell.edu) diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Deserialize.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Deserialize.cs index 916640271c81dc..d294fa0f8b44ec 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Deserialize.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Deserialize.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/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Serialize.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Serialize.cs index 53c7df82ad272a..70ef7933d1730f 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Serialize.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Serialize.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/coreclr/tests/src/JIT/Performance/CodeQuality/Span/Indexer.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Span/Indexer.cs index 82583ad1e2726c..0b08a89e60edb8 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Span/Indexer.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Span/Indexer.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/coreclr/tests/src/JIT/Performance/CodeQuality/Span/SpanBench.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Span/SpanBench.cs index 3acedaf18701bc..319e5f8dd4f6bb 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Span/SpanBench.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Span/SpanBench.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/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.cs index f49f92f8db6f3e..f0080eb64cc081 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.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. /* * Copyright (c) 2003-2005 Tom Wu * All Rights Reserved. diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Richards/Richards.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Richards/Richards.cs index 33f00ad8aa940d..63dfb4c5da0c93 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Richards/Richards.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Richards/Richards.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. // // This is a C# implementation of the Richards benchmark from: // diff --git a/src/coreclr/tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.cs b/src/coreclr/tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.cs index 29b76c40ed96ef..3ba439d7a83520 100644 --- a/src/coreclr/tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.cs +++ b/src/coreclr/tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.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. // // RunBenchmark - .NET Benchmark Performance Harness // diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b12008/b12008.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b12008/b12008.cs index c0eb3049c52f5f..ae61cd0a747f93 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b12008/b12008.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b12008/b12008.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/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b14426/b14426.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b14426/b14426.cs index 10869dd4b29bed..d0ef9251a95762 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b14426/b14426.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b14426/b14426.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/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b16935/b16935.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b16935/b16935.il index 1951f747cb6acd..33c52351cf96cb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b16935/b16935.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b16935/b16935.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b40089/b40089.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b40089/b40089.cs index 4a908723775da4..5007bcdec8e5bd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b40089/b40089.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b40089/b40089.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b40138/b40138.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b40138/b40138.cs index 2d7b170129aa0d..42543a5b8c037f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b40138/b40138.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b40138/b40138.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b44018/b44018.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b44018/b44018.il index 7c2cedc53686a5..1cd63b32103d66 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b44018/b44018.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b44018/b44018.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. // // diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b45046/b45046.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b45046/b45046.il index e7de9173ba52fe..e8613199d6d116 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b45046/b45046.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b45046/b45046.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b45679/b45679.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b45679/b45679.cs index 4746ddb67c03dc..b6269f2c338045 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b45679/b45679.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b45679/b45679.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 JitTest diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b26323/b26323.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b26323/b26323.il index 55a6727874fc15..068b1c0c74efc7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b26323/b26323.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b26323/b26323.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b35455/b35455.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b35455/b35455.il index 8649aa9fec53f1..7e4736780c6ec3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b35455/b35455.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b35455/b35455.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b46847/b46847.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b46847/b46847.cs index d8f3665358ed05..4a9f674efeb3b6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b46847/b46847.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b46847/b46847.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b47392/b47392.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b47392/b47392.il index f5065d35ab9415..f20d9031c7a5e7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b47392/b47392.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b47392/b47392.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 legacy library mscorlib {} .assembly b47392 { } diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/v1-m10/b02353/b02353.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/v1-m10/b02353/b02353.cs index 6a3114f8601223..a7738ea790a04c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/v1-m10/b02353/b02353.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/v1-m10/b02353/b02353.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/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/v1-m10/b07847/b07847.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/v1-m10/b07847/b07847.il index 3c9f6615d34dd2..9a4f60aa998942 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/v1-m10/b07847/b07847.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/v1-m10/b07847/b07847.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440a.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440a.il index 26a1ed3da44d9f..21cd2b3d3e587f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440a.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440a.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 legacy library mscorlib {} .assembly extern System.Console @@ -68,4 +67,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440b.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440b.il index 99eed956ca7ab2..0030fac1f8fcca 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440b.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440b.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 legacy library mscorlib {} .assembly extern System.Console @@ -75,4 +74,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440c.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440c.il index 941593a5131dab..3dfbcbe03aa14f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440c.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440c.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 legacy library mscorlib {} .assembly extern System.Console @@ -53,4 +52,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b07341/b07341.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b07341/b07341.il index 7b2ac8c66aa8c1..9bd30ac4f56ed2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b07341/b07341.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b07341/b07341.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b09495/b09495.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b09495/b09495.il index 72821f96eba533..dfa5cb406a613b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b09495/b09495.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b09495/b09495.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10665/b10665.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10665/b10665.il index 49cf3192290056..b7f4c43c98926b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10665/b10665.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10665/b10665.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10666/b10666.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10666/b10666.il index a8004e06559c1b..c4db6fed5acbd2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10666/b10666.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10666/b10666.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10894/b10894.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10894/b10894.il index 1dffe91ced90dc..2a61e53cd50b23 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10894/b10894.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10894/b10894.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10897/b10897.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10897/b10897.il index e60e3fed7c8dc5..60f60d9e11861b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10897/b10897.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10897/b10897.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 legacy library mscorlib {} .assembly extern System.Console @@ -41,4 +40,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10939/b10939.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10939/b10939.il index 23436973772a75..f348761741d417 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10939/b10939.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10939/b10939.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940a.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940a.il index 5c4637f0429761..fbfb40ef80bc7c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940a.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940a.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940b.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940b.il index 9a4c4ab3052c11..215296edb18121 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940b.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940b.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11021/b11021.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11021/b11021.il index e0de05c4b03dc1..e115560c81e739 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11021/b11021.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11021/b11021.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11413/b11413.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11413/b11413.il index 695cfde10d28a9..c0ef4c9dcca295 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11413/b11413.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11413/b11413.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 legacy library mscorlib {} .assembly extern System.Console @@ -130,4 +129,4 @@ pop ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11490/b11490.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11490/b11490.cs index bdc9a744d772c7..0bf43889440037 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11490/b11490.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11490/b11490.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11949/b11949.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11949/b11949.il index 5ae5b4bd7afa02..a9fcd37ad5b74c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11949/b11949.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11949/b11949.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12053/b12053.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12053/b12053.cs index 00030aecb1b272..86d1963eeeedce 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12053/b12053.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12053/b12053.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. public class foo { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12274/b12274.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12274/b12274.il index 7175e9b34d7b6e..0fb6a279adde76 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12274/b12274.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12274/b12274.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 legacy library mscorlib {} .assembly extern System.Console @@ -68,4 +67,4 @@ call void [System.Console]System.Console::Write(class [mscorlib]System.Str .try try_start to try_end catch [mscorlib]System.OverflowException handler handler_start to handler_end } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12399/b12399.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12399/b12399.cs index 7e814f54db8a2f..307b0874501d96 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12399/b12399.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12399/b12399.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12487/b12487.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12487/b12487.il index b5e71dcd631354..2b9b7ab28f8f0a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12487/b12487.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12487/b12487.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 legacy library mscorlib {} .assembly extern System.Console @@ -48,4 +47,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12624/b12624.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12624/b12624.cs index 53f24e54cc3ec0..92435a66bed66a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12624/b12624.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12624/b12624.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12795/b12795.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12795/b12795.cs index 801f847257a89b..08b87d8c74aac1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12795/b12795.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12795/b12795.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 DefaultNamespace { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13509/b13509.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13509/b13509.il index c1c5024e59e2de..4b860bfe750eaf 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13509/b13509.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13509/b13509.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13522/b13522.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13522/b13522.il index dcdc72f8a984b4..911caf064d8d87 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13522/b13522.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13522/b13522.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13569/b13569.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13569/b13569.cs index 86c22bd8a08f52..eadf4479a65d5f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13569/b13569.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13569/b13569.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13586/b13586.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13586/b13586.il index 2a6b6b0231e27b..550e6c18c370e1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13586/b13586.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13586/b13586.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13738/b13738.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13738/b13738.il index 61aee4204c762a..7a2b1c2c7f01bd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13738/b13738.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13738/b13738.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14066/b14066.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14066/b14066.cs index bd78bda71fc541..1842fcdfea25b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14066/b14066.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14066/b14066.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 DefaultNamespace { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067a.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067a.il index 9744d4baa3b94c..69823ac3576a26 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067a.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067a.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067b.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067b.il index ace54451fe2a5d..ea02ba5c8ab880 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067b.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067b.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14068/b14068.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14068/b14068.il index e1d1c40528d2b1..9b542d2f641057 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14068/b14068.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14068/b14068.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14070/b14070.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14070/b14070.il index 33bf5cbb323137..294485efc17272 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14070/b14070.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14070/b14070.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14077/b14077.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14077/b14077.cs index da793ca4c57854..66c7005a14dbda 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14077/b14077.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14077/b14077.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14135/b14135.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14135/b14135.il index 74eb00f2999ca3..72db0f18e36132 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14135/b14135.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14135/b14135.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14197/b14197.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14197/b14197.il index 45c75e37b04be6..b4b2d51c8664cf 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14197/b14197.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14197/b14197.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14199/b14199.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14199/b14199.il index b54cb43f5b0122..c0afa6c8ab8203 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14199/b14199.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14199/b14199.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14202/b14202.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14202/b14202.il index 49ac70907801ca..37dd2776e5c0b3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14202/b14202.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14202/b14202.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14264/b14264.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14264/b14264.il index a0c9388457c87c..b3f6051526063c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14264/b14264.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14264/b14264.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14294/b14294.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14294/b14294.il index eb36c8a72a303b..750c44ea9ef0a9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14294/b14294.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14294/b14294.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14325/b14325.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14325/b14325.il index 243c6a5b0eee8d..27de612b4cee23 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14325/b14325.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14325/b14325.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14326/b14326.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14326/b14326.il index c3feacfa757ac3..d6b5a1d3d9b64c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14326/b14326.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14326/b14326.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14329/b14329.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14329/b14329.il index 7c9caf1c8d064b..00f1d959c9f6a9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14329/b14329.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14329/b14329.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14350/b14350.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14350/b14350.il index 049f11e9c3fcd3..af8f76dd6e34b6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14350/b14350.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14350/b14350.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14431/b14431.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14431/b14431.il index db1a5177a7dc35..1735d4ab4bfd13 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14431/b14431.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14431/b14431.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14591/b14591.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14591/b14591.il index f0130a773f44b2..332278237017a1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14591/b14591.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14591/b14591.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 legacy library mscorlib {} .assembly extern System.Console @@ -396,4 +395,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14716/b14716.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14716/b14716.cs index f624a27f12ead1..ed9d2a4e045962 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14716/b14716.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14716/b14716.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14769/b14769.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14769/b14769.il index 125a7baac26d61..e360d002031900 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14769/b14769.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14769/b14769.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14770/b14770.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14770/b14770.il index 8df910706fbd65..77b91d4a99cdbe 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14770/b14770.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14770/b14770.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14777/b14777.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14777/b14777.il index 1aa923a0bb7e9e..29fc829d9c9b76 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14777/b14777.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14777/b14777.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. // //----------------------------------------------------- diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14927/b14927.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14927/b14927.il index be445ee376900f..784c7b7634ca84 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14927/b14927.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14927/b14927.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14928/b14928.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14928/b14928.il index f9f9aeaaabf9ca..4f43baefbcce3c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14928/b14928.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14928/b14928.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15203/b15203.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15203/b15203.cs index 215f523103d809..33a7d14b3006f7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15203/b15203.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15203/b15203.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15222/b15222.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15222/b15222.il index 14ab0546282dcc..47c644983b57f9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15222/b15222.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15222/b15222.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 legacy library mscorlib {} .assembly extern System.Console @@ -381,4 +380,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15244/b15244.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15244/b15244.il index af04e4fa8fe61c..a91b348b20ef44 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15244/b15244.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15244/b15244.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15299/b15299.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15299/b15299.il index be3b5f1c7d6abd..33b39c4693ae03 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15299/b15299.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15299/b15299.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 legacy library mscorlib {} @@ -47,4 +46,4 @@ FAIL: ldc.i4 0x1 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15728/b15728.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15728/b15728.cs index 57b9ba3c4fd93c..7a7f1de840c044 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15728/b15728.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15728/b15728.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 defaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16039/b16039.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16039/b16039.il index 06aa236c2dff6d..9d848ae4d63a63 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16039/b16039.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16039/b16039.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16049/b16049.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16049/b16049.il index b2d9d40840e8a3..df3d23f26b1715 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16049/b16049.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16049/b16049.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16071/b16071.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16071/b16071.il index c1ffc4328d35e5..9ff9913e21c3b2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16071/b16071.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16071/b16071.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16238/b16238.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16238/b16238.cs index 96b99312070efd..dbf1201b154813 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16238/b16238.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16238/b16238.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16295/b16295.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16295/b16295.il index 4a2f9b503f4377..04f28f800a742a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16295/b16295.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16295/b16295.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16328/b16328.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16328/b16328.cs index 4b7ed3622d98b1..5f99757ceb7609 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16328/b16328.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16328/b16328.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16335/b16335.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16335/b16335.cs index cadfb699b837a3..ecc62781a9ffa8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16335/b16335.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16335/b16335.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16345/b16345.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16345/b16345.cs index aa22894ae9dbc9..b80335669c9984 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16345/b16345.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16345/b16345.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; internal class ReproBoxProblem diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16423/b16423.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16423/b16423.cs index a4bcae3ab40366..ee1e7931a3cd87 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16423/b16423.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16423/b16423.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16498/b16498.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16498/b16498.il index b00a92989e3c81..c8d6790cf23bdf 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16498/b16498.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16498/b16498.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499a.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499a.il index 67d9fb34e90bc4..c641450857f365 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499a.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499a.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499b.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499b.il index 2ceb139fa8592f..89146f84218234 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499b.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499b.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16500/b16500.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16500/b16500.il index 371e3eaf4c2471..ce99cadc5d4452 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16500/b16500.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16500/b16500.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16503/b16503.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16503/b16503.il index 693a618642a71f..0cf47f2014a46d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16503/b16503.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16503/b16503.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16554/b16554.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16554/b16554.il index 057c2539811f03..3ad9c91eb77584 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16554/b16554.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16554/b16554.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881a.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881a.il index 88563b593482c0..9fb638e0d91a42 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881a.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881a.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881b.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881b.il index 6a3a13b58efdc2..0637671f28f4e2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881b.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881b.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16886/b16886.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16886/b16886.il index 75142c50425f11..8296875c0f523d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16886/b16886.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16886/b16886.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16895/b16895.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16895/b16895.il index cd9507eed5841c..5b37f5e7e1fe85 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16895/b16895.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16895/b16895.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16896/b16896.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16896/b16896.il index 4bccff9a550db9..ea5789aad9ba02 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16896/b16896.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16896/b16896.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16922/b16922.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16922/b16922.il index 67f91e40bc9ddd..32135c3371aa75 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16922/b16922.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16922/b16922.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16928/b16928.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16928/b16928.il index 2c77b98a37eb42..9051f8b647a2cc 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16928/b16928.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16928/b16928.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b18852/b18852.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b18852/b18852.il index 4072bb047b9801..d77032bea3de32 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b18852/b18852.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b18852/b18852.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20079/b20079.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20079/b20079.il index 8a2a8314eaa15f..0d501c6ad8a473 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20079/b20079.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20079/b20079.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20217/b20217.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20217/b20217.il index 68f01600f8756d..bb565972acf17d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20217/b20217.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20217/b20217.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20249/b20249.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20249/b20249.il index e2ad116ad956b1..9aefaa54c4d868 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20249/b20249.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20249/b20249.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20913/b20913.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20913/b20913.cs index a07de06375f6d8..9ef6274cd0193a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20913/b20913.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20913/b20913.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 Bug diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b22290/b22290.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b22290/b22290.cs index 04c2576933de11..2e93f530e16259 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b22290/b22290.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b22290/b22290.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b24727/b24727.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b24727/b24727.cs index d883a9dad8ab6e..0ba2e4ad9c894b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b24727/b24727.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b24727/b24727.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. // // Struct_013.sc diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b24728/b24728.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b24728/b24728.cs index 4c56201a3ba1df..01569693735057 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b24728/b24728.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b24728/b24728.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. // // diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25458/b25458.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25458/b25458.il index 3e835600ad5176..95ac90dcee0c34 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25458/b25458.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25458/b25458.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25459/b25459.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25459/b25459.il index 7833b175fe2a57..ff03bf5130cac5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25459/b25459.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25459/b25459.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25463/b25463.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25463/b25463.il index 576858ffa86a92..8180d9b0d67570 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25463/b25463.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25463/b25463.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25468/b25468-ia64.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25468/b25468-ia64.il index 7028e1cb67c356..f03adcfd998075 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25468/b25468-ia64.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25468/b25468-ia64.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25474/b25474.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25474/b25474.il index 55ec8b5f35c1c2..88b4288858bc73 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25474/b25474.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25474/b25474.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25491/b25491.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25491/b25491.il index 83b6a348043ef7..094d7934a078d4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25491/b25491.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25491/b25491.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25507/b25507.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25507/b25507.il index d33e1a5abb87da..fc798efefe25f6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25507/b25507.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25507/b25507.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25647/b25647.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25647/b25647.cs index 5d104a4b33d5f1..54cf3cf91dd7d8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25647/b25647.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25647/b25647.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25701/b25701-ia64.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25701/b25701-ia64.il index 29307ca535d326..cf9cf9d885b1f5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25701/b25701-ia64.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25701/b25701-ia64.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25739/b25739.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25739/b25739.il index 783842c8afd70c..b253e5453f9a93 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25739/b25739.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25739/b25739.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25813/b25813.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25813/b25813.il index 15c80281e104be..32d796becf593f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25813/b25813.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25813/b25813.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25815/b25815.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25815/b25815.il index e790d95f4567d8..878b20b9b32bad 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25815/b25815.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25815/b25815.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25833/b25833.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25833/b25833.il index 1f71d6658cee9c..3d9a7cdb1ad899 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25833/b25833.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25833/b25833.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25835/b25835.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25835/b25835.il index c4297035030771..77bcdd97a0e183 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25835/b25835.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25835/b25835.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25882/b25882.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25882/b25882.cs index ad2d5d820fafe2..da6648e2f3932e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25882/b25882.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25882/b25882.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; diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26020/b26020.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26020/b26020.il index 5cb75bd4cbc955..f856fe6ddad074 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26020/b26020.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26020/b26020.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26153/b26153.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26153/b26153.il index 2ed2f6c2150990..9bfbdd2130f2d4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26153/b26153.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26153/b26153.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26155/b26155.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26155/b26155.il index 18d9ba03785ebe..b1b6503b990a68 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26155/b26155.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26155/b26155.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324a.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324a.il index 58ea284fec8278..697400a8a68be6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324a.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324a.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. .module 'gcindir.exe' .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324b.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324b.il index e42b8a60a9b34d..c92efb34351417 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324b.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324b.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. .module 'gcindir.exe' .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26332/b26332.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26332/b26332.il index 4bda056d8005c9..754f54788fd59c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26332/b26332.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26332/b26332.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26512/b26512.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26512/b26512.il index 49b32b35246d4c..c1a357a60f3368 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26512/b26512.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26512/b26512.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26558/b26558.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26558/b26558.cs index 0620654e3e4a9d..c6df0e1de78c0a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26558/b26558.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26558/b26558.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26560/b26560.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26560/b26560.cs index 5413013b1e4394..23dc2dfbb12893 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26560/b26560.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26560/b26560.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26732/b26732.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26732/b26732.cs index 07c3fbbb353491..1c2e82cbb7bd6a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26732/b26732.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26732/b26732.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26748/b26748.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26748/b26748.il index c45cfbe94dc823..4c597b5316ff79 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26748/b26748.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26748/b26748.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26863/b26863.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26863/b26863.cs index c2d31422219373..7c1c99005a1d21 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26863/b26863.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26863/b26863.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. // /* diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26888/b26888.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26888/b26888.il index b1c83cc9156857..7c3b3ae4f0860b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26888/b26888.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26888/b26888.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26957/b26957.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26957/b26957.il index 4ccad95c8fd1c6..eccffc64e78563 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26957/b26957.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26957/b26957.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27535/b27535.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27535/b27535.il index 3937c9cfe77f0c..0187b682c1ef71 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27535/b27535.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27535/b27535.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27538/b27538.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27538/b27538.il index 7142e6ee4d0aef..f1696018a0ac39 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27538/b27538.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27538/b27538.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27564/b27564.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27564/b27564.il index 2e0e8f664f2c55..a122815663992d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27564/b27564.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27564/b27564.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27657/b27657.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27657/b27657.il index daede7012903d9..10d5dd9cd59b9d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27657/b27657.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27657/b27657.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27658/b27658.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27658/b27658.il index 1697d556c0b941..976999b8d24955 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27658/b27658.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27658/b27658.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27811/b27811.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27811/b27811.cs index 1f437647307624..d169e66b31c2c4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27811/b27811.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27811/b27811.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27819/b27819.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27819/b27819.cs index bc6f96137ebd39..337e9042bb792c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27819/b27819.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27819/b27819.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27824/b27824.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27824/b27824.cs index c95e82da982092..190a9a0fdceed2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27824/b27824.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27824/b27824.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27880/b27880.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27880/b27880.il index 89bb08e667909d..8a62e212bafe46 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27880/b27880.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27880/b27880.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27883/b27883.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27883/b27883.il index 1a6c028116ed14..7d4ce4fbed6b3d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27883/b27883.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27883/b27883.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27917/b27917.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27917/b27917.il index b0d20ee1e101de..d14c7f7e5285c9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27917/b27917.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27917/b27917.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28037/b28037.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28037/b28037.cs index 538f111bb2f784..bec3d37c9065bd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28037/b28037.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28037/b28037.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. // /* diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28042/b28042.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28042/b28042.cs index c997c702b390d9..3defeabb4a62fc 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28042/b28042.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28042/b28042.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28080/b28080.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28080/b28080.il index 1b7a9d9e72b187..1590794c2f3536 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28080/b28080.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28080/b28080.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28522/b28522.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28522/b28522.il index 2548996cc60f23..f024dfabdcc844 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28522/b28522.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28522/b28522.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 legacy library mscorlib {} .assembly extern System.Console @@ -481,4 +480,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28594/b28594.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28594/b28594.il index de599428dda9bc..cd49434230de8d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28594/b28594.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28594/b28594.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28595/b28595.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28595/b28595.il index 1888290f958598..892969fcf99ee5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28595/b28595.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28595/b28595.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28596/b28596.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28596/b28596.il index 4797a75201783b..02a0d5adf11179 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28596/b28596.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28596/b28596.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28597/b28597.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28597/b28597.il index 5f21df31e7f90c..67d6ded085154f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28597/b28597.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28597/b28597.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28776/b28776.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28776/b28776.cs index dfd0c22d10953d..19724c9a0ca0bb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28776/b28776.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28776/b28776.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28787/b28787.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28787/b28787.cs index d5dd2e06321910..33a7e8ff74eb3d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28787/b28787.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28787/b28787.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28790/b28790.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28790/b28790.cs index 1d2948ae3ec47a..bb80dfc8b2dfd2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28790/b28790.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28790/b28790.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28805/b28805.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28805/b28805.il index aeb4ea59a9bee3..84a4ceca8ae7d7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28805/b28805.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28805/b28805.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28806/b28806.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28806/b28806.il index 9788e242281e5c..2a85e7a7871fad 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28806/b28806.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28806/b28806.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28901/b28901.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28901/b28901.il index 4b59826fcfa212..7e74e974d1a151 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28901/b28901.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28901/b28901.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28927/b28927.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28927/b28927.il index 5598221ced57c3..92ca5123bda22c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28927/b28927.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28927/b28927.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. // //----------------------------------------------------- diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29068/b29068.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29068/b29068.cs index 9ff79f1927511c..fa387eebf9b624 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29068/b29068.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29068/b29068.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 Test { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29456/b29456.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29456/b29456.cs index 1f949e724ba19d..eeb4aef2f6f98f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29456/b29456.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29456/b29456.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29583/b29583.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29583/b29583.il index 227f32eee64400..ed9f125a53df22 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29583/b29583.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29583/b29583.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30125/b30125.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30125/b30125.il index a3bf1d005ca6dd..c4e45f8ebe36c8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30125/b30125.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30125/b30125.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30126/b30126.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30126/b30126.cs index 09180d6e79be5d..75618bf4e71792 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30126/b30126.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30126/b30126.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30128/b30128.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30128/b30128.cs index 2e9bd268601e99..d6eed3375b886c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30128/b30128.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30128/b30128.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30630/b30630.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30630/b30630.cs index 87669090c6229d..7cf7c3dbbe65f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30630/b30630.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30630/b30630.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30792/b30792.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30792/b30792.il index f24f9715da46ac..48af9888b04d04 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30792/b30792.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30792/b30792.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30799/b30799.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30799/b30799.il index c16f9a7adf37eb..379376f6ce42b8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30799/b30799.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30799/b30799.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30838/b30838.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30838/b30838.il index 1d323dda1625c0..791786d6d17fec 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30838/b30838.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30838/b30838.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30862/b30862.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30862/b30862.il index ebe01bf7332a0b..707c90cb931d71 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30862/b30862.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30862/b30862.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30864/b30864.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30864/b30864.il index 35f84e9f9fb49a..9604ac078052d4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30864/b30864.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30864/b30864.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30869/b30869.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30869/b30869.il index bcc25308c070f2..518c26b6d66bea 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30869/b30869.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30869/b30869.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30892/b30892.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30892/b30892.il index b1153b365192d0..45d3ae022dc8c1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30892/b30892.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30892/b30892.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30905/b30905.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30905/b30905.il index 6f618b92cc379c..1610f4f9388f3e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30905/b30905.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30905/b30905.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31102/b31102.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31102/b31102.il index 7946bbab92fc98..1e584df7934f4b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31102/b31102.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31102/b31102.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31150/b31150.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31150/b31150.cs index 0f5cbbb02fcb50..84aafc43687dc4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31150/b31150.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31150/b31150.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. public class foo { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31273/b31273.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31273/b31273.il index 3c97d589e52ecf..93200b1f70b617 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31273/b31273.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31273/b31273.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31321/b31321.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31321/b31321.il index 8f2a44c19d40a1..a3436f876c2202 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31321/b31321.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31321/b31321.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31343/b31343.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31343/b31343.il index 5a851440a9ba67..f41b825f4b70f3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31343/b31343.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31343/b31343.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31448/b31448.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31448/b31448.il index dfc306c1769e9e..2c8d25d5a68a2e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31448/b31448.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31448/b31448.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31732/b31732.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31732/b31732.cs index b0f37288ef7210..e8932dc7271d8c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31732/b31732.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31732/b31732.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31748/b31748.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31748/b31748.cs index a521500270f37d..de71472010f4c1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31748/b31748.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31748/b31748.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31749/b31749.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31749/b31749.cs index c55466e9cd00f0..158d0f9b4ac286 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31749/b31749.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31749/b31749.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31763/b31763.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31763/b31763.cs index 583ce209f2eaba..a029f5ff9adbe4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31763/b31763.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31763/b31763.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31912/b31912.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31912/b31912.cs index dd18d7bf0f1e83..1c8b2a2cea5f1d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31912/b31912.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31912/b31912.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32093/b32093.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32093/b32093.il index 83770b0b7e6f93..3a082009658d55 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32093/b32093.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32093/b32093.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32303/b32303.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32303/b32303.cs index bde2f6e947e39c..dfe389ad8ff6df 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32303/b32303.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32303/b32303.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32345/b32345.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32345/b32345.cs index 4e5c3986212c4e..b2bf8ceb34620b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32345/b32345.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32345/b32345.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32374/b32374.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32374/b32374.il index 344f0eaeaa6bf9..ced1091972cd3f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32374/b32374.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32374/b32374.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551a.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551a.il index 78f38351354418..84f121e571b583 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551a.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551a.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551b.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551b.il index 78f38351354418..84f121e571b583 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551b.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551b.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32560/b32560.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32560/b32560.cs index fd2a0d3b2d3bdb..27f72128e03437 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32560/b32560.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32560/b32560.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32801/b32801.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32801/b32801.cs index ef62715b44181f..d3db274acfde78 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32801/b32801.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32801/b32801.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32879/b32879.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32879/b32879.il index 8e09a7868f900b..c73fa6a2c17ea4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32879/b32879.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32879/b32879.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b34423/b34423.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b34423/b34423.il index e3ddc5273129d1..3c0a8bacfc9dde 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b34423/b34423.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b34423/b34423.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13170/b13170.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13170/b13170.cs index 66fdeed020757e..f556ed63a4bfd5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13170/b13170.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13170/b13170.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. // /** diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13178/b13178.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13178/b13178.cs index 52bb2ecb7d5f2b..080e3204636dd4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13178/b13178.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13178/b13178.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13621/b13621.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13621/b13621.cs index ef5ab44ef796b5..5aed6f83564090 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13621/b13621.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13621/b13621.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13647/b13647.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13647/b13647.cs index 3cec3d403e959d..f1c172f480ffdf 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13647/b13647.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13647/b13647.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13944/b13944.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13944/b13944.cs index 50ad1acb6afdb8..9c69e19c4b4741 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13944/b13944.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13944/b13944.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14057/b14057.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14057/b14057.cs index 8ac2ed4f7fdca0..6e2c0ef527c93a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14057/b14057.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14057/b14057.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14059/b14059.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14059/b14059.cs index 44a1b4b9f45492..0f5c09579c13f0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14059/b14059.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14059/b14059.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14228/b14228.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14228/b14228.cs index 7da8b5e79e3c1d..949f517f1e97b7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14228/b14228.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14228/b14228.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14277/b14277.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14277/b14277.cs index a73d7154d0d28e..6434a4e3e0eae5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14277/b14277.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14277/b14277.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14314/b14314.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14314/b14314.cs index 8845bb84428b0b..4b18bacc4c5757 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14314/b14314.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14314/b14314.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14323/b14323.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14323/b14323.cs index 36cf846b365a2b..f9b16f0cb00458 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14323/b14323.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14323/b14323.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14367/b14367.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14367/b14367.cs index a9e91863bad22f..4844ff84f4b0f5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14367/b14367.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14367/b14367.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14396/b14396.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14396/b14396.cs index 4d0005f5cfbfb8..07a4bf72d4941f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14396/b14396.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14396/b14396.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14422/b14422.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14422/b14422.cs index 5782627c091d01..522585ad98597e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14422/b14422.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14422/b14422.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. // /** diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14428/b14428.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14428/b14428.cs index 0aa465924a8d5a..46d8a9c47421fb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14428/b14428.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14428/b14428.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14443/b14443.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14443/b14443.cs index 4a6df1c8e4adf2..7752aeff1f14bb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14443/b14443.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14443/b14443.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14475/b14475.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14475/b14475.cs index b8732c02addc86..968d57028800c2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14475/b14475.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14475/b14475.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; @@ -40,4 +39,4 @@ public static int Main(String[] args) return 100; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14616/b14616.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14616/b14616.cs index 8e3c50d82a866d..0427ad792fd9a5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14616/b14616.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14616/b14616.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14624/b14624.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14624/b14624.cs index 58e6624ada6d5f..63641436041741 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14624/b14624.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14624/b14624.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. // // The legendary 37-byte value class. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14640/b14640.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14640/b14640.cs index 470ea2ad004845..0166bad21e53af 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14640/b14640.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14640/b14640.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14673/b14673.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14673/b14673.cs index 613943a9c4e17b..de826a105b545c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14673/b14673.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14673/b14673.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14779/b14779.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14779/b14779.cs index 3c3e4fc2b248ef..651c601d1d1130 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14779/b14779.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14779/b14779.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15155/b15155.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15155/b15155.cs index 1329edb6de9c51..e7484c911fadf6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15155/b15155.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15155/b15155.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15307/b15307.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15307/b15307.cs index aa9052f3a5cf26..0c54bf714aa43f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15307/b15307.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15307/b15307.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.Globalization; diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15468/b15468.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15468/b15468.cs index 1a667664556440..d5b18b12f33490 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15468/b15468.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15468/b15468.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15526/b15526.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15526/b15526.cs index edd985e985470d..e687861a2906d4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15526/b15526.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15526/b15526.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15783/b15783.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15783/b15783.cs index 041e3709614952..0a281db8f7978e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15783/b15783.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15783/b15783.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15786/b15786.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15786/b15786.cs index 52f05277082539..23a5908f8d7639 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15786/b15786.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15786/b15786.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15797/b15797.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15797/b15797.cs index 82d489acfdb600..44ddce83f27bde 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15797/b15797.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15797/b15797.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. // // Compute distance light travels using long variables. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15864/b15864.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15864/b15864.cs index 09354db3172c1e..b3adb811adc92e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15864/b15864.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15864/b15864.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16054/b16054.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16054/b16054.il index 9dcdbb9267f7af..38659efec8133c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16054/b16054.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16054/b16054.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16102/b16102.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16102/b16102.cs index 18541877fdfed8..fbcd8090fa8d55 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16102/b16102.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16102/b16102.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16294/b16294.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16294/b16294.cs index f6f54344254a12..0ddd8b2334c427 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16294/b16294.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16294/b16294.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02043/b02043.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02043/b02043.il index 3fae4e157c6db3..bdd62b1a9d5c17 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02043/b02043.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02043/b02043.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02051/b02051.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02051/b02051.cs index 878da0d3e58d05..6e4d108a067570 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02051/b02051.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02051/b02051.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02062/b02062.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02062/b02062.il index 4076ea3ab55d88..7dde48655f1a5f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02062/b02062.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02062/b02062.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02076/b02076.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02076/b02076.cs index 59943b48fa02f8..db2374e0a9d21d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02076/b02076.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02076/b02076.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02352/b02352.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02352/b02352.cs index 356d717c6ddf9c..9c10824a909f86 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02352/b02352.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02352/b02352.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 DefaultNamespace { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b03995/b03995.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b03995/b03995.il index 92bc5dca8ccd0b..f21a1134f0cfc0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b03995/b03995.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b03995/b03995.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 legacy library mscorlib {} .assembly extern System.Console @@ -35,4 +34,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04083/b04083.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04083/b04083.il index 30107bac030efd..250a8ee558dd91 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04083/b04083.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04083/b04083.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 legacy library mscorlib {} .assembly extern System.Console @@ -24,4 +23,4 @@ ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04250/b04250.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04250/b04250.il index 61345064639544..53e4cda4d20e3f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04250/b04250.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04250/b04250.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04257/b04257.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04257/b04257.il index f459b741b20dcf..ce2a5aadd0afc4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04257/b04257.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04257/b04257.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 legacy library mscorlib {} .assembly extern System.Console @@ -29,4 +28,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04306/b04306.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04306/b04306.il index 9a1eb51927f46d..5d9b4d4ab34ed9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04306/b04306.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04306/b04306.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 legacy library mscorlib {} .assembly extern System.Console @@ -32,4 +31,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04345/b04345.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04345/b04345.il index 7481628307239e..76a53c821c134f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04345/b04345.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04345/b04345.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 legacy library mscorlib {} .assembly extern System.Console @@ -31,4 +30,4 @@ pop ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04384/b04384.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04384/b04384.il index af9459db6c6f3e..228cb96344405b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04384/b04384.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04384/b04384.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 legacy library mscorlib {} .assembly extern System.Console @@ -35,4 +34,4 @@ pop ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04538/b04538.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04538/b04538.il index 691275dfcc8138..0faa5f7fe85810 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04538/b04538.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04538/b04538.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 legacy library mscorlib {} .assembly extern System.Console @@ -45,4 +44,4 @@ pop ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04574/b04574.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04574/b04574.il index 47ba7cafa7dc04..d42a8bebaa7610 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04574/b04574.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04574/b04574.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 legacy library mscorlib {} .assembly extern System.Console @@ -36,4 +35,4 @@ ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04583/b04583.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04583/b04583.il index 680dbe4e41ff22..485a62e5911ac5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04583/b04583.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04583/b04583.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04612/b04612.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04612/b04612.il index c416a37b3fa79a..96b1bcb4a5d896 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04612/b04612.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04612/b04612.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04639/b04639.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04639/b04639.il index 59eb0287b2ea16..42d1cae3ec7778 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04639/b04639.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04639/b04639.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 legacy library mscorlib {} .assembly extern System.Console @@ -67,4 +66,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04726/b04726.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04726/b04726.il index 933f56992fb67f..7aeab8ec55d6af 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04726/b04726.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04726/b04726.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 legacy library mscorlib {} .assembly extern System.Console @@ -58,4 +57,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04914/b04914.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04914/b04914.cs index d809dde71c802e..308cae12b813b6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04914/b04914.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04914/b04914.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.Globalization; using System; diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05214/b05214.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05214/b05214.il index 566e9accf19e02..e20444b24ec547 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05214/b05214.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05214/b05214.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 legacy library mscorlib {} .assembly extern System.Console @@ -42,4 +41,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05477/b05477.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05477/b05477.cs index 618bbb788c229a..2c1e9de5541207 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05477/b05477.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05477/b05477.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05617/b05617.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05617/b05617.il index b0b56ca8753ab5..dd665323bb6ebc 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05617/b05617.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05617/b05617.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 legacy library mscorlib {} .assembly extern System.Console @@ -45,4 +44,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05619/b05619.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05619/b05619.il index ea4c72671904ab..0b9099815a2c4d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05619/b05619.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05619/b05619.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 legacy library mscorlib {} .assembly extern System.Console @@ -60,4 +59,4 @@ pop ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05621/b05621.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05621/b05621.il index f3d688a828b6fd..30fb79c299ca38 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05621/b05621.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05621/b05621.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 legacy library mscorlib {} .assembly extern System.Console @@ -39,4 +38,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05622/b05622.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05622/b05622.il index c383abe30355ce..214a0d4c884466 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05622/b05622.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05622/b05622.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 legacy library mscorlib {} .assembly extern System.Console @@ -31,4 +30,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05637/b05637.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05637/b05637.il index 2d6c12309b6bcb..82fa9c59bc9b3e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05637/b05637.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05637/b05637.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 legacy library mscorlib {} .assembly extern System.Console @@ -44,4 +43,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05639/b05639.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05639/b05639.il index 165b010df0e004..6e5b67df66cfc1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05639/b05639.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05639/b05639.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 legacy library mscorlib {} .assembly extern System.Console @@ -34,4 +33,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05737/b05737.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05737/b05737.il index 91bddd3457dacd..7ba05db5624808 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05737/b05737.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05737/b05737.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05740/b05740.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05740/b05740.il index 76f785f6ee4058..4137e0341d8534 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05740/b05740.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05740/b05740.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 legacy library mscorlib {} .assembly extern System.Console @@ -29,4 +28,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05773/b05773.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05773/b05773.il index 4eaf126d05fbb4..e607f92df0b313 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05773/b05773.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05773/b05773.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 legacy library mscorlib {} .assembly extern System.Console @@ -35,4 +34,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05780/b05780.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05780/b05780.il index 3a7e53241ef169..a04fcf393f5ee6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05780/b05780.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05780/b05780.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 legacy library mscorlib {} .assembly extern System.Console @@ -73,4 +72,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05784/b05784.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05784/b05784.il index 6d4171b75d4d7a..59f43021b738f6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05784/b05784.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05784/b05784.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 legacy library mscorlib {} .assembly extern System.Console @@ -50,4 +49,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05933/b05933.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05933/b05933.il index 5e92b500d75fbf..1ccf37f8d2e20a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05933/b05933.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05933/b05933.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 legacy library mscorlib {} .assembly extern System.Console @@ -26,4 +25,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06436/b06436.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06436/b06436.il index ba280102bf1f69..275450add8acd3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06436/b06436.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06436/b06436.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 legacy library mscorlib {} .assembly extern System.Console @@ -39,4 +38,4 @@ pop ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06464/b06464.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06464/b06464.cs index 7644025ab51ce5..b75cf47e38cc74 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06464/b06464.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06464/b06464.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06595/b06595.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06595/b06595.il index 07de01a16a0a82..d5a5a40a461af4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06595/b06595.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06595/b06595.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06680/b06680.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06680/b06680.cs index 27fb9200ab2fc2..bb3e7178dbdd27 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06680/b06680.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06680/b06680.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06730/b06730.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06730/b06730.il index 594b14c8f07863..d7f467eb49ce20 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06730/b06730.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06730/b06730.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 legacy library mscorlib {} .assembly extern System.Console @@ -45,4 +44,4 @@ pop ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06754/b06754.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06754/b06754.il index 31937ee6d8984c..a3d8f7d2943994 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06754/b06754.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06754/b06754.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06811/b06811.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06811/b06811.cs index dd92ecac234d88..19a38f9a7a1ff0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06811/b06811.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06811/b06811.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06812/b06812.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06812/b06812.cs index fdedadf0b8d817..04b5bcdf9e845a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06812/b06812.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06812/b06812.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 Def { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06859/b06859.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06859/b06859.cs index 73c3bf5a6d9888..799cd533b5cb1f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06859/b06859.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06859/b06859.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06924/b06924.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06924/b06924.cs index e0056290129fbb..aab958e772f080 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06924/b06924.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06924/b06924.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 AAAA diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07082/b07082.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07082/b07082.il index 92cedc79f7950b..661c5125c65477 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07082/b07082.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07082/b07082.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 legacy library mscorlib {} .assembly extern System.Console @@ -25,4 +24,4 @@ add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07411/b07411.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07411/b07411.il index f879703bba3c72..8c8c4fd0e53f67 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07411/b07411.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07411/b07411.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07458/b07458.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07458/b07458.il index 6c8e0a0c9c454c..dc427f98fcc39d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07458/b07458.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07458/b07458.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 legacy library mscorlib {} .assembly extern System.Console @@ -66,4 +65,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07483/b07483.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07483/b07483.cs index 3d265e08433b5c..aa42da28fdddf0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07483/b07483.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07483/b07483.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07704/b07704.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07704/b07704.il index c46773e64f68b8..2a74885785223a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07704/b07704.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07704/b07704.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 legacy library mscorlib {} .assembly extern System.Console @@ -143,4 +142,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08109/b08109.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08109/b08109.il index ece8f09ffdba7c..d9cd1afe00d57c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08109/b08109.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08109/b08109.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 legacy library mscorlib {} .assembly extern System.Console @@ -275,4 +274,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08672/b08672.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08672/b08672.il index d84cb7e97cbdc6..e7b660d954ddd3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08672/b08672.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08672/b08672.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 b08672 { @@ -138,4 +137,4 @@ FAIL: ldc.i4 0xABBA ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08797/b08797.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08797/b08797.il index 06b3ac66cb42ed..7b431054d48206 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08797/b08797.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08797/b08797.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 legacy library mscorlib {} .assembly extern System.Console @@ -37,4 +36,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944a.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944a.cs index ca1ac56b5fb54e..5a4e7281a34fec 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944a.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944a.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. // //extern("msvcrt.dll:printf") int printf(const char *fmt, ...); diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944b.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944b.cs index c857af3ccd25a0..b1fe3f287ae60b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944b.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944b.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 X diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09254/b09254.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09254/b09254.il index d844806e68850a..c063dc7746961d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09254/b09254.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09254/b09254.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09287/b09287.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09287/b09287.cs index 876b7f58206bdb..8524bd1b7a0be3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09287/b09287.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09287/b09287.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 Default diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09452/b09452.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09452/b09452.cs index aec19adf2d95a1..31148ed24d4e79 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09452/b09452.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09452/b09452.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13330/b13330.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13330/b13330.cs index 13486b4a9bf002..6c0a57b3976976 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13330/b13330.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13330/b13330.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 D diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13466/b13466.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13466/b13466.cs index d73a8121a4ccd9..9d252d5a0fc08e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13466/b13466.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13466/b13466.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 Default diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b27873/b27873.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b27873/b27873.il index 2ed1ad44d950c1..da2b2891c315c0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b27873/b27873.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b27873/b27873.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b29351/b29351.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b29351/b29351.il index a4d881f5380171..c73a2b566ff5f6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b29351/b29351.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b29351/b29351.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b30586/b30586.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b30586/b30586.cs index 4ccfd95d2c5577..db7d2a37e0fec6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b30586/b30586.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b30586/b30586.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b31878/b31878.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b31878/b31878.cs index c602325c44b513..1fb13580c98a5e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b31878/b31878.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b31878/b31878.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33759/b33759.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33759/b33759.il index ebc183bcd2dbba..e37bf3e548566b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33759/b33759.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33759/b33759.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33792/b33792.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33792/b33792.il index 3c4d6e3a8eef98..eb1c1c7a71ec36 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33792/b33792.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33792/b33792.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33888/b33888.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33888/b33888.il index 30fdd2d514add3..15f0f522212b48 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33888/b33888.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33888/b33888.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33922/b33922.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33922/b33922.il index 048b9d36ca098b..93b9fd2afcd3e7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33922/b33922.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33922/b33922.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33928/b33928.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33928/b33928.il index 39266659069dcf..beb21a00e6c659 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33928/b33928.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33928/b33928.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b34945/b34945.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b34945/b34945.cs index 53f24e54cc3ec0..92435a66bed66a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b34945/b34945.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b34945/b34945.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 DefaultNamespace diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b35784/b35784.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b35784/b35784.il index 332213a78027b0..ebab395fdebe52 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b35784/b35784.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b35784/b35784.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36030/b36030.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36030/b36030.il index fda9e2f02c2bdc..1ef354396fd030 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36030/b36030.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36030/b36030.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36274/b36274.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36274/b36274.cs index 6194109b52e6b7..1fa8a79edc0457 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36274/b36274.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36274/b36274.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. // // diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36332/b36332.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36332/b36332.cs index 4f2b1ac783cb0a..5c211722cac0d1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36332/b36332.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36332/b36332.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36470/b36470.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36470/b36470.cs index 6a0cbbe70e4d02..e37401ba623bda 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36470/b36470.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36470/b36470.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36471/b36471.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36471/b36471.cs index 661401042b7c5f..018964a536f021 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36471/b36471.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36471/b36471.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36472/b36472.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36472/b36472.cs index 00034e59c8e515..670bbc1096c266 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36472/b36472.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36472/b36472.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37131/b37131.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37131/b37131.cs index 8dbdf416212bd2..0be10c60a45d4e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37131/b37131.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37131/b37131.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37598/b37598.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37598/b37598.cs index ea8593ca403b33..afc57e0cefcc0d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37598/b37598.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37598/b37598.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37608/b37608.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37608/b37608.cs index 59ebefd57f7a71..fd09b68d8c4534 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37608/b37608.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37608/b37608.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37636/b37636.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37636/b37636.cs index 20d549574a8f54..37a1726453408a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37636/b37636.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37636/b37636.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b38403/b38403.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b38403/b38403.cs index 2026e72fe51d81..15b2778c0dad78 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b38403/b38403.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b38403/b38403.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b38556/b38556.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b38556/b38556.cs index b1dfb30f263129..75ae5363ce24e6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b38556/b38556.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b38556/b38556.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39217/b39217.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39217/b39217.cs index 7082e52bb51ee7..995ca8ddc99ff0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39217/b39217.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39217/b39217.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39224/b39224.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39224/b39224.cs index 5f890dc085ca97..2f1fb15335892a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39224/b39224.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39224/b39224.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39381/b39381.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39381/b39381.il index 8a92a21c6de104..3109d825b74ee7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39381/b39381.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39381/b39381.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39397/b39397.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39397/b39397.il index 9b1ba7f305b4b8..091054e06bb4cb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39397/b39397.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39397/b39397.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39417/b39417.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39417/b39417.il index 0a2b60a52472d2..692f859f58fe1e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39417/b39417.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39417/b39417.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39455/b39455.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39455/b39455.il index ba651bb477a303..90c2beb0265b87 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39455/b39455.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39455/b39455.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39946/b39946.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39946/b39946.il index e6325d531fc88b..e7150e9fc17525 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39946/b39946.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39946/b39946.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39951/b39951.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39951/b39951.cs index cec56b3fedbf0f..29754194d745f6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39951/b39951.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39951/b39951.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40141/b40141.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40141/b40141.cs index 7dacb68700f113..134bbc0ba10cf7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40141/b40141.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40141/b40141.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40174/b40174.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40174/b40174.il index e3bc32d168eaa8..e625ef2883b89f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40174/b40174.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40174/b40174.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40199/b40199.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40199/b40199.il index 076e05f1d33f28..c77796e2b80ab3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40199/b40199.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40199/b40199.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40216/b40216.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40216/b40216.cs index ba3b81437d5a53..5f793148424253 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40216/b40216.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40216/b40216.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40221/b40221.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40221/b40221.cs index 1cf87e5d5c20f4..ec23a123c1ed42 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40221/b40221.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40221/b40221.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40269/b40269.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40269/b40269.il index 911b66a5271542..c46bbbc872e856 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40269/b40269.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40269/b40269.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40347/b40347.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40347/b40347.il index 464a26d8f7d845..3e88a473014701 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40347/b40347.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40347/b40347.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40380/b40380.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40380/b40380.il index 2dfcdb72843fb5..9988fd55b33095 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40380/b40380.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40380/b40380.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40411/b40411.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40411/b40411.il index 581878e9efe5d9..f3a05f1ec1238e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40411/b40411.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40411/b40411.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40496/b40496.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40496/b40496.cs index 7ab7ef60589d99..5ad39c85a569ec 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40496/b40496.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40496/b40496.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40521/b40521.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40521/b40521.cs index cca148d220b803..52e7ae7f37461b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40521/b40521.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40521/b40521.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40721/b40721.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40721/b40721.il index 7f9d88a867d8ad..938b465c10c3fd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40721/b40721.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40721/b40721.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40725/b40725.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40725/b40725.il index ed013d2a57c6d6..869d7d758c3a3c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40725/b40725.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40725/b40725.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41002/b41002.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41002/b41002.il index 9c885e6d60534a..fa8d6a95a9edc8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41002/b41002.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41002/b41002.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41063/b41063.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41063/b41063.cs index 75a023501e5a0b..94967232fb1cba 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41063/b41063.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41063/b41063.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41126/b41126.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41126/b41126.il index 59402ac52b8037..84cab362666adc 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41126/b41126.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41126/b41126.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41129/b41129.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41129/b41129.il index ed467e70bcc580..777c562096e19f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41129/b41129.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41129/b41129.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41149/b41149.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41149/b41149.il index 40029351e25a9c..469f96d4c83e4d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41149/b41149.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41149/b41149.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41164/b41164.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41164/b41164.il index 01dffff54e08a2..6dd8de9578418f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41164/b41164.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41164/b41164.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41234/b41234.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41234/b41234.cs index 0492859d3ff8f1..0d5d57d389678c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41234/b41234.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41234/b41234.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 Nullstone diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41262/b41262.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41262/b41262.il index 4b64ba65f275f8..2e7f50c0148907 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41262/b41262.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41262/b41262.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 legacy library mscorlib {} .assembly extern System.Console @@ -30,4 +29,4 @@ add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41278/b41278.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41278/b41278.il index 174052fb0ef2b4..bc300cf93fa026 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41278/b41278.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41278/b41278.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41391/b41391.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41391/b41391.cs index dee6fed2fd2024..25f6cee2b28897 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41391/b41391.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41391/b41391.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. // /* diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41470/b41470.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41470/b41470.cs index 2de5a6a611d29a..ff5786aff3dad0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41470/b41470.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41470/b41470.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41488/b41488.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41488/b41488.cs index 9889453fd4e2c3..f2a793a46c89cd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41488/b41488.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41488/b41488.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41495/b41495.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41495/b41495.cs index 4cc11cbbf05ec8..aa00ca5a7c99d6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41495/b41495.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41495/b41495.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41621/b41621.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41621/b41621.cs index 4f706daf6d4e2b..2cbbfb517cd573 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41621/b41621.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41621/b41621.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41627/b41627.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41627/b41627.il index 238dbf43947dae..21d053d9fdfebd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41627/b41627.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41627/b41627.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41918/b41918.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41918/b41918.cs index 7ddfe2ae09e98b..1968f4b5787b32 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41918/b41918.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41918/b41918.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41990/b41990.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41990/b41990.cs index 4b76589e05ef24..e35f47e2a9570f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41990/b41990.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41990/b41990.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42009/b42009.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42009/b42009.cs index 6ef0bbea283da7..5bf942cfae25bc 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42009/b42009.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42009/b42009.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42013/b42013.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42013/b42013.cs index 2cefd7cda3b342..21dd46cb90ff3c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42013/b42013.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42013/b42013.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42387/b42387.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42387/b42387.il index 717fc4c52f674e..0e2874661d1201 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42387/b42387.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42387/b42387.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42732/b42732.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42732/b42732.il index 908fe684cd91bc..171cb810ec4871 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42732/b42732.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42732/b42732.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42918/b42918.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42918/b42918.cs index 362eacab40e33a..9224079c920701 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42918/b42918.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42918/b42918.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42929/b42929.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42929/b42929.cs index bfad13af412184..b9baefcc0eaad1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42929/b42929.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42929/b42929.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43010/b43010.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43010/b43010.cs index 1b19cac24a3aa5..ba5e73b3f64e7c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43010/b43010.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43010/b43010.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43033/b43033.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43033/b43033.il index 081259da8dcf95..8cfcf413e560ec 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43033/b43033.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43033/b43033.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43040/b43040.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43040/b43040.il index b63b544c417cea..0167c8c5ecf58a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43040/b43040.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43040/b43040.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43069/b43069.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43069/b43069.il index af3c7efe06d9be..e2dd0f226bbb0c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43069/b43069.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43069/b43069.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. // Max Args = 0 diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43115/b43115.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43115/b43115.il index 141cf541d5ffc4..5854f4c92f381f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43115/b43115.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43115/b43115.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43121/b43121.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43121/b43121.il index ba9cd574d602c2..b625c0e038d5ba 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43121/b43121.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43121/b43121.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43160/b43160.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43160/b43160.il index 81fbfab9766bd6..ebc905d0d07267 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43160/b43160.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43160/b43160.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/Desktop/b43313.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/Desktop/b43313.cs index 59df7fda931d7e..82c0af9ba3e9d7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/Desktop/b43313.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/Desktop/b43313.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 Test { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/b43313.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/b43313.cs index 0528c179302071..ab801a9f916ded 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/b43313.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/b43313.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43378/b43378.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43378/b43378.il index 605781b148edf6..9880c8031376c5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43378/b43378.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43378/b43378.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43714/b43714.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43714/b43714.il index caf39ed869272d..8d4bd092f76405 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43714/b43714.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43714/b43714.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43719/b43719.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43719/b43719.cs index 6d52fd1ccc7b15..3b893bf2ce9ad2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43719/b43719.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43719/b43719.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43958/b43958.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43958/b43958.cs index c2e529bda77ac5..6b03958f63efb8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43958/b43958.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43958/b43958.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43963/b43963.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43963/b43963.il index 9183d20e268e62..4cea95e080dd06 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43963/b43963.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43963/b43963.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. // Max Args = 1 diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43994/b43994.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43994/b43994.il index cc3b1e6768c3a3..a9e038ecfbb053 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43994/b43994.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43994/b43994.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44020/b44020.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44020/b44020.il index b51d87ef4d4484..c7bdef6ca6441a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44020/b44020.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44020/b44020.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. // // diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44193/b44193.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44193/b44193.cs index 2fb5d532ebe6c0..cbfb0082e4cbef 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44193/b44193.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44193/b44193.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44204/b44204.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44204/b44204.il index fea4dc97e9c750..f02367200754e7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44204/b44204.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44204/b44204.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44224/b44224.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44224/b44224.il index 309c0dabac907a..0a270487c8f9e3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44224/b44224.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44224/b44224.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44297/b44297.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44297/b44297.cs index 498914b512db55..4c1c8d07965b61 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44297/b44297.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44297/b44297.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44410/b44410.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44410/b44410.cs index eed34abef79e3b..a9db9b7505a2fd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44410/b44410.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44410/b44410.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. // /* diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44657/b44657.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44657/b44657.il index 2f12bce86f0b33..8d53ff676627c8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44657/b44657.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44657/b44657.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44723/b44723.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44723/b44723.il index 5e54fc0c886e9b..d615d0ab2b95ac 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44723/b44723.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44723/b44723.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44724/b44724.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44724/b44724.il index ff7cbf2ba5b4a4..8bf57896372933 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44724/b44724.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44724/b44724.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44861/b44861.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44861/b44861.il index 2d9b767825078b..5c766139fc9207 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44861/b44861.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44861/b44861.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44879/b44879.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44879/b44879.il index 62f32e904c1404..fac03a7b67414e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44879/b44879.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44879/b44879.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44946/b44946.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44946/b44946.il index 4d5a468bf02a59..5e7c01f03c64fb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44946/b44946.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44946/b44946.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44983/b44983.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44983/b44983.il index 63a63bd04649f6..255eeb02d2ea95 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44983/b44983.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44983/b44983.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44984/b44984.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44984/b44984.il index 3fd282b73464bf..51d58cf0cf3be1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44984/b44984.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44984/b44984.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44985/b44985.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44985/b44985.il index d051118475fcc3..7f3be1ec9c1d1f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44985/b44985.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44985/b44985.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45015/b45015.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45015/b45015.cs index 9c88de773c92c6..0f3932964b0e53 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45015/b45015.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45015/b45015.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45259/b45259.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45259/b45259.cs index ab4cc6938c20a3..4b4109e656be9c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45259/b45259.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45259/b45259.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45270/b45270.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45270/b45270.cs index 4c980faf436d0c..1d056e7ce05b0a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45270/b45270.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45270/b45270.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45439/b45439.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45439/b45439.il index 391542c6e6548a..e85179186d7ec0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45439/b45439.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45439/b45439.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45458/b45458.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45458/b45458.cs index 81f2004ce90eb6..94070087344e6c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45458/b45458.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45458/b45458.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 JitTest diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45535/b45535.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45535/b45535.cs index d4f91673667731..baedee329dd78d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45535/b45535.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45535/b45535.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45541/b45541.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45541/b45541.il index 44a1945734efa1..73be3f3777d565 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45541/b45541.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45541/b45541.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45956/b45956.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45956/b45956.il index 53d4574ef8fc8b..ef0325115c6bea 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45956/b45956.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45956/b45956.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45984/b45984.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45984/b45984.il index 0011f6a0ce4c31..7f4a803a720ea4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45984/b45984.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45984/b45984.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45985/b45985.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45985/b45985.il index 7cc944875eef04..0d3bd2e3c70fbd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45985/b45985.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45985/b45985.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46170/b46170.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46170/b46170.cs index bf560a330ee476..942f982a9cf051 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46170/b46170.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46170/b46170.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46292/b46292.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46292/b46292.il index 587a237e2a10cd..943d79406fd97d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46292/b46292.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46292/b46292.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46569/b46569.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46569/b46569.il index a1b2c5637e53cb..3ad4752b3908d3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46569/b46569.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46569/b46569.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46576/b46576.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46576/b46576.il index 156914a2ca67bc..1d3d902f757557 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46576/b46576.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46576/b46576.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46583/b46583.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46583/b46583.il index 03a937fd685806..60f0a597fb485b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46583/b46583.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46583/b46583.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46629/b46629.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46629/b46629.cs index 26e3e8e86e4540..82ec6e495e2fef 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46629/b46629.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46629/b46629.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46641/b46641.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46641/b46641.cs index bf6977b25c8381..d16bf2854267a8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46641/b46641.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46641/b46641.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46649/b46649.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46649/b46649.cs index d2667c81f86757..c41d2282fe9b5d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46649/b46649.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46649/b46649.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46867/b46867.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46867/b46867.cs index 196bdf2f495270..0ae732775ac3ef 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46867/b46867.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46867/b46867.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46897/b46897.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46897/b46897.il index a352565083f7b7..9c7f8eba73a6ab 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46897/b46897.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46897/b46897.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47022/b47022.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47022/b47022.il index b768df4b2c2628..fb9f4a84a9085e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47022/b47022.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47022/b47022.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47047/b47047.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47047/b47047.cs index f646c39557e3a6..7874fbf450a9c2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47047/b47047.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47047/b47047.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47080/b47080-ia64.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47080/b47080-ia64.il index 41da0fe115ff1d..4916e0662c9e24 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47080/b47080-ia64.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47080/b47080-ia64.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47093/b47093.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47093/b47093.il index 4e844e5920ee92..555acb94a52e20 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47093/b47093.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47093/b47093.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47610/b47610.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47610/b47610.il index 1be5549259c0a7..8ba94345888a4f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47610/b47610.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47610/b47610.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47885/b47885.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47885/b47885.il index 6fab5f801d0b25..a959bc6962a8ac 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47885/b47885.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47885/b47885.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47906/b47906.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47906/b47906.il index 5628e14190f536..e3eca2d54f842a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47906/b47906.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47906/b47906.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48248/b48248.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48248/b48248.cs index 257a1536e8f835..65658d1c84818b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48248/b48248.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48248/b48248.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48350/b48350.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48350/b48350.il index 06f06208a3b95f..30223b4ea3eece 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48350/b48350.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48350/b48350.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48554/b48554a.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48554/b48554a.il index 8148127f263921..a9b7790d2fa527 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48554/b48554a.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48554/b48554a.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 mscorlib { } .assembly extern System.Console @@ -86,4 +85,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48554/b48554b.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48554/b48554b.il index 57da94c624b2b4..453850f9eade54 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48554/b48554b.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48554/b48554b.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 mscorlib { } .assembly extern System.Console @@ -244,4 +243,4 @@ ldc.i4 100 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48614/b48614.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48614/b48614.il index 87147b9b3e1866..4ae495ceb8185e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48614/b48614.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48614/b48614.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48797/b48797.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48797/b48797.cs index 5a2b6ecfa66b59..7e59834f868b64 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48797/b48797.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48797/b48797.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48805/b48805.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48805/b48805.cs index 4d51f79753419c..058a5e2a535188 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48805/b48805.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48805/b48805.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48864/b48864.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48864/b48864.cs index 9dd782f45d76d5..dd5b15398d823b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48864/b48864.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48864/b48864.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48872/b48872.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48872/b48872.cs index 879614495c3d53..b8ecdd93038094 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48872/b48872.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48872/b48872.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48990/b48990a.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48990/b48990a.cs index 3802135ca2a602..fdb2917a61f97b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48990/b48990a.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48990/b48990a.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. // // diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48990/b48990b.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48990/b48990b.cs index c4836da2604d30..b1f3bd790a4872 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48990/b48990b.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48990/b48990b.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. // // diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49101/b49101.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49101/b49101.il index 39a340547a4fd9..fa7c5b131b13bb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49101/b49101.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49101/b49101.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49318/b49318.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49318/b49318.cs index 26758deb3c8f08..7b50682160ddd7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49318/b49318.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49318/b49318.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49322/b49322.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49322/b49322.cs index 392dc4ea36b989..2624d0faad9dea 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49322/b49322.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49322/b49322.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49644/b49644.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49644/b49644.il index 669eff8b175206..3da9c916ab50ea 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49644/b49644.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49644/b49644.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49717/b49717.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49717/b49717.cs index a6cf0089bdd1a5..73bfe121bf35f1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49717/b49717.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49717/b49717.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49984/b49984.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49984/b49984.il index 671489afb2329e..121a6d3a3b2cfe 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49984/b49984.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49984/b49984.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b11553/b11553.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b11553/b11553.cs index bdb50d467f4de1..ff36e5bbf91bb9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b11553/b11553.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b11553/b11553.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.IO; diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b16122/b16122.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b16122/b16122.il index 6630c3d11f4c28..c6643ef99647c2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b16122/b16122.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b16122/b16122.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. // // @@ -98,4 +97,4 @@ FAIL: ldc.i4.1 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b18857/b18857.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b18857/b18857.il index 2734b640fc2b3c..724c8999838d5b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b18857/b18857.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b18857/b18857.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b28598/b28598.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b28598/b28598.il index 077b5f74fd869e..74f18d32d1b9d7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b28598/b28598.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b28598/b28598.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b30868/b30868.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b30868/b30868.il index 036ce85f327265..18ec73cc12032c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b30868/b30868.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b30868/b30868.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31182/b31182.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31182/b31182.cs index a5f83006a0f8a1..820539452aa1dd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31182/b31182.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31182/b31182.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31283/b31283.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31283/b31283.il index 279f23acb322a8..cf145a0e4531c5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31283/b31283.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31283/b31283.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31289/b31289.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31289/b31289.il index 5880a1007c430e..0ca2eb1e4f5ed7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31289/b31289.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31289/b31289.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31292/b31292.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31292/b31292.il index 162647a48eba23..7e31b02dee0795 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31292/b31292.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31292/b31292.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31423/b31423.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31423/b31423.il index d8b7d59e7d7b81..17cf11369e8099 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31423/b31423.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31423/b31423.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31452/b31452.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31452/b31452.il index 9d769473d28286..7332713f200613 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31452/b31452.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31452/b31452.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31493/b31493.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31493/b31493.il index cb0906eb302585..1f450cdc4b6ded 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31493/b31493.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31493/b31493.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31547/b31547.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31547/b31547.il index 75964c2a97ccca..123fdbbc3c54e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31547/b31547.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31547/b31547.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31745/b31745.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31745/b31745.cs index 08c76c5d94796f..a56ef7e0392807 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31745/b31745.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31745/b31745.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31746/b31746.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31746/b31746.cs index 320e71f69065d1..fc7e3ed8229449 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31746/b31746.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31746/b31746.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31762/b31762.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31762/b31762.cs index 440deae458f72c..b1bea080dd4aee 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31762/b31762.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31762/b31762.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31780/b31780.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31780/b31780.il index 840cb4d22c9d45..582cce0f518f15 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31780/b31780.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31780/b31780.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31784/b31784.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31784/b31784.il index dbeed0236e5d1b..cf36e7d66dfcd8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31784/b31784.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31784/b31784.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31903/b31903.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31903/b31903.cs index 759f70624c6dc3..ffa37077fd54d8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31903/b31903.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31903/b31903.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31917/b31917.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31917/b31917.cs index 5d1d77ba7f6328..62c22ef23ac00d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31917/b31917.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31917/b31917.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b32613/b32613.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b32613/b32613.il index deb4dfad6076b9..5c4f61296fda7e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b32613/b32613.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b32613/b32613.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b32614/b32614.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b32614/b32614.il index 561e675c15699d..90af5b536a434d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b32614/b32614.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b32614/b32614.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33125/b33125.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33125/b33125.il index 521e191948459c..2aef16119f58d0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33125/b33125.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33125/b33125.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33131/b33131.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33131/b33131.il index 2f26cae16c2d7c..2dee7e62f18812 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33131/b33131.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33131/b33131.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33135/b33135.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33135/b33135.il index 6b6f1e77238b1e..52ecd61e19ff47 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33135/b33135.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33135/b33135.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33335/b33335.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33335/b33335.il index 0b16dd4ae42c80..10b6f84ee264d3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33335/b33335.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33335/b33335.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33361/b33361.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33361/b33361.il index 8669f66edb807c..c6c70eeeb8dfdf 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33361/b33361.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33361/b33361.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33362/b33362.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33362/b33362.il index e55d1d4df1fbec..da5cd3ecdd95e7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33362/b33362.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33362/b33362.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33388/b33388.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33388/b33388.il index 37ccb8896168b4..f6854b949cbe25 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33388/b33388.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33388/b33388.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33585/b33585.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33585/b33585.il index b174d1c620f724..935c6e1b2a3a5b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33585/b33585.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33585/b33585.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33586/b33586.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33586/b33586.il index ba9d58a0f0d10b..eaee787e48c2d7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33586/b33586.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33586/b33586.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34951/b34951.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34951/b34951.il index 89dfd392ad9f6a..ebd71a8084884a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34951/b34951.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34951/b34951.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34952/b34952.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34952/b34952.il index 16787a2dfb5891..680cfc1617ebfd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34952/b34952.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34952/b34952.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34953/b34953.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34953/b34953.il index c87418bc157db3..668239a1c01d2a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34953/b34953.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34953/b34953.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35315/b35315.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35315/b35315.il index 41efe10633309d..066c2e76f3a239 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35315/b35315.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35315/b35315.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35344/b35344.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35344/b35344.il index f6f467f5dd50e8..308348fc5a5b48 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35344/b35344.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35344/b35344.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35348/b35348.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35348/b35348.il index faae02d9e56db9..0f313b46d472f1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35348/b35348.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35348/b35348.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35351/b35351.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35351/b35351.il index cfc9deaa7fa29a..47356f1abdf2ee 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35351/b35351.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35351/b35351.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35354/b35354.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35354/b35354.il index 021e3d91e04a3c..bb47125c7bb2f7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35354/b35354.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35354/b35354.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35366/b35366.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35366/b35366.il index 98efc623004e32..fe2134365ecc27 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35366/b35366.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35366/b35366.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35486/b35486.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35486/b35486.il index 1d6225d46e9677..b159e76cc77489 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35486/b35486.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35486/b35486.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35635/b35635.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35635/b35635.il index ddb7be4552808b..01a32b0aedb94c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35635/b35635.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35635/b35635.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 legacy library mscorlib {} .assembly extern System.Console @@ -23,4 +22,4 @@ add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35779/b35779.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35779/b35779.il index 7837e9583260af..b0bd53550e7e50 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35779/b35779.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35779/b35779.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36301/b36301.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36301/b36301.il index 09805af405e5b9..d5b368a7b21c2f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36301/b36301.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36301/b36301.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36302/b36302.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36302/b36302.il index 8181e434a8d600..da5e5fc7e8010d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36302/b36302.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36302/b36302.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36304/b36304.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36304/b36304.il index f141d7ce2d1017..1f62ebf2266945 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36304/b36304.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36304/b36304.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36975/b36975.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36975/b36975.il index a329b12c452a46..0db5cfadf75377 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36975/b36975.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36975/b36975.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37214/b37214.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37214/b37214.il index c50a54a7498c75..7f652c74bb2a1e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37214/b37214.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37214/b37214.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37215/b37215.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37215/b37215.il index b68bb5cf991d84..6635290e1b93de 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37215/b37215.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37215/b37215.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37238/b37238.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37238/b37238.il index 096687d3ac1734..f82bb9cc9c77a3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37238/b37238.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37238/b37238.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37256/b37256.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37256/b37256.il index fe2af9bfc5273e..487028a437184f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37256/b37256.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37256/b37256.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37578/b37578.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37578/b37578.il index 6148a9eb35d18a..465f70027ce7a1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37578/b37578.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37578/b37578.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37646/b37646.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37646/b37646.cs index faa0146f826c88..cdb00647048341 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37646/b37646.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37646/b37646.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37830/b37830.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37830/b37830.il index 577735eedcb1cc..c3f8f81b525fe1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37830/b37830.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37830/b37830.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 legacy library mscorlib {} .assembly extern System.Console @@ -30,4 +29,4 @@ ret } } - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b38269/b38269.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b38269/b38269.cs index e5ac753c085093..79bc8a57c417a6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b38269/b38269.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b38269/b38269.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b40006/b40006.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b40006/b40006.il index a6dad292ada57d..0c5c8d3a02a3f9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b40006/b40006.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b40006/b40006.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b40347/b40347.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b40347/b40347.il index fc1294ead3ebb8..20f708c1d2aff3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b40347/b40347.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b40347/b40347.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b41852/b41852.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b41852/b41852.cs index 7b6dc0250d8579..55a4e310bc1914 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b41852/b41852.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b41852/b41852.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b43693/b43693.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b43693/b43693.il index 6d961910c773ff..d61f0ca5259b44 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b43693/b43693.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b43693/b43693.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b43694/b43694.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b43694/b43694.il index c4c69262f7b7aa..86011640d8b1e6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b43694/b43694.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b43694/b43694.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b46566/b46566.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b46566/b46566.il index 71dacf5fa3a31e..fdf2d93acad308 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b46566/b46566.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b46566/b46566.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47471/b47471.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47471/b47471.il index 24b82321930634..7325f7005610c3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47471/b47471.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47471/b47471.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47886/b47886.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47886/b47886.il index 22352d7e2f8787..7bd8945f6d6f37 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47886/b47886.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47886/b47886.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47975/b47975.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47975/b47975.cs index a581013e1e81b1..567c21a84d46cc 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47975/b47975.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47975/b47975.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b48929/b48929.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b48929/b48929.cs index 27517b3ad7796c..007895f384324c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b48929/b48929.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b48929/b48929.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49104/b49104.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49104/b49104.il index 78eec34eda155d..96c7b63198a6ff 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49104/b49104.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49104/b49104.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49142/b49142.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49142/b49142.il index 3a0dccaeded9db..76a0da57490502 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49142/b49142.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49142/b49142.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49335/b49335.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49335/b49335.il index cb24572b7d799c..9745e45ad2dce5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49335/b49335.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49335/b49335.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 legacy library mscorlib {} .assembly extern System.Console @@ -60,4 +59,4 @@ EEE: ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49435/b49435-ia64.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49435/b49435-ia64.il index c5413e5e8add00..8d8a27cf45d84c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49435/b49435-ia64.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49435/b49435-ia64.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49809/b49809.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49809/b49809.cs index 2715ae9de1097c..0979049a3cf31a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49809/b49809.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49809/b49809.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50026/b50026.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50026/b50026.il index 475689055d82ce..e8d59cd3c4a7a2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50026/b50026.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50026/b50026.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50027/b50027.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50027/b50027.il index 014eae8ccc0dd5..70222dabde1aca 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50027/b50027.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50027/b50027.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50033/b50033.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50033/b50033.il index 68c9e73738b5c7..55a6c133244348 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50033/b50033.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50033/b50033.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50042/b50042.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50042/b50042.cs index 1f1b2e85700e81..4bb0d8a722f8f2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50042/b50042.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50042/b50042.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. // /* diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145.cs index 99203def8fa3ea..a99dcbeb162b12 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145a.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145a.cs index 99203def8fa3ea..a99dcbeb162b12 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145a.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145a.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145b.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145b.cs index f0a6bfe58c38cc..62e8880fb5f4b1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145b.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145b.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145c.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145c.cs index eb4e46567b123a..3bd1498cfd174d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145c.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145c.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50535/b50535.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50535/b50535.cs index 608098785f2b9e..53d54a9f61f412 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50535/b50535.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50535/b50535.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51420/b51420.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51420/b51420.il index 67fc9e29d32549..6f7497c9f4351d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51420/b51420.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51420/b51420.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51463/b51463.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51463/b51463.cs index 725843c7f70d16..3695364ac01aa1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51463/b51463.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51463/b51463.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51469/b51469.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51469/b51469.cs index 4dba24005c761d..d83ee65c56512b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51469/b51469.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51469/b51469.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51515/b51515.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51515/b51515.il index 278d8c96914ada..9db6133e88d3c9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51515/b51515.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51515/b51515.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 legacy library mscorlib {} .assembly extern System.Console @@ -21,4 +20,4 @@ add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51565/b51565.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51565/b51565.cs index 15f0ba858aed58..159f763b0ac904 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51565/b51565.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51565/b51565.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. // /* diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51575/b51575.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51575/b51575.il index 1363e029983415..ef7b9a2908e7b5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51575/b51575.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51575/b51575.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51817/b51817.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51817/b51817.cs index c516db3f3d9828..da558d28f3accf 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51817/b51817.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51817/b51817.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 QQ { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51870/b51870.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51870/b51870.cs index 0a4f2c858fb7ed..3ab956d7e217a5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51870/b51870.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51870/b51870.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/Desktop/b51875.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/Desktop/b51875.cs index edab1997801b06..3a081832bb5345 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/Desktop/b51875.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/Desktop/b51875.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 Test { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/b51875.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/b51875.cs index 12531cc7cdd8a5..3ed820115b0cac 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/b51875.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/b51875.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52572/b52572.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52572/b52572.cs index f5d62351625b87..6d9b56b76718cd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52572/b52572.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52572/b52572.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52578/b52578.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52578/b52578.cs index 9d08285e04bdf5..653a4a0f8a8e49 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52578/b52578.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52578/b52578.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52593/b52593.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52593/b52593.cs index 12d1c72a74f04c..21dd9dad1a2b56 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52593/b52593.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52593/b52593.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 Test { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52733/b52733.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52733/b52733.cs index 1b9fe0be2bf647..7e49dba53f16f5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52733/b52733.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52733/b52733.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 Test { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52746/b52746.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52746/b52746.cs index e2be29d7ac34ed..b1e5b4bb82adbf 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52746/b52746.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52746/b52746.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52760/b52760.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52760/b52760.cs index f7ef3fa31632ba..1b4a534f172647 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52760/b52760.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52760/b52760.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52838/b52838.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52838/b52838.cs index 5d68656a5cbf78..14048d79e7b168 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52838/b52838.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52838/b52838.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52839/b52839.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52839/b52839.cs index e97e10e95f5359..29f1f28121a335 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52839/b52839.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52839/b52839.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52840/b52840.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52840/b52840.cs index db1f4d36710020..2916b85c0ef3ee 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52840/b52840.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52840/b52840.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 Test { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53226/b53226a.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53226/b53226a.cs index e1a8f056b000c9..c63d2c80616ada 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53226/b53226a.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53226/b53226a.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 Test { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53226/b53226b.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53226/b53226b.cs index cbcd1b6b85c70a..6103d82e067024 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53226/b53226b.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53226/b53226b.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 Test { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53547/b53547.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53547/b53547.cs index 507042928a18eb..71d18058009b7b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53547/b53547.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53547/b53547.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53650/b53650.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53650/b53650.il index 9a88953f941f72..adfb49c9dc67f2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53650/b53650.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53650/b53650.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 legacy library mscorlib {} .assembly extern System.Console @@ -30,4 +29,4 @@ ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53662/b53662.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53662/b53662.il index cba3beb76e91a7..3b4506ac340b72 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53662/b53662.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53662/b53662.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 mscorlib{} .assembly Recurse1 {} @@ -29,4 +28,4 @@ IL_0025: ldc.i4 100 ret } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53878/b53878.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53878/b53878.il index c17d9456b546b8..09e395df207db5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53878/b53878.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53878/b53878.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53884/b53884.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53884/b53884.il index 720b07712381d3..dfc352f07a874f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53884/b53884.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53884/b53884.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53942/b53942a.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53942/b53942a.il index 791cad1d3f72c1..76fe0e2a0105e7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53942/b53942a.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53942/b53942a.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53942/b53942b.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53942/b53942b.il index bbf90047a7e96a..b6136aa10f6eff 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53942/b53942b.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53942/b53942b.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53958/b53958.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53958/b53958.il index 3cc31ce921bfb7..18abdfe0a9c6b2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53958/b53958.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53958/b53958.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53977/b53977.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53977/b53977.il index f6a5fad31618d8..dc3a20f409f29a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53977/b53977.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53977/b53977.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53980/b53980.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53980/b53980.il index 4ba9836a4fa7df..0529c6245221f1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53980/b53980.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53980/b53980.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53994/b53994.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53994/b53994.il index 64793bd565350f..2fc77d29410c7f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53994/b53994.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53994/b53994.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53995/b53995.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53995/b53995.il index 3a5ff998b5fb87..fd85bd9289db6f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53995/b53995.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53995/b53995.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54006/b54006.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54006/b54006.il index 5e31edaaa5b003..d17e0c9aeb8395 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54006/b54006.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54006/b54006.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54565/b54565.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54565/b54565.il index 9fcc79a6744213..c5ea12e5183847 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54565/b54565.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54565/b54565.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54566/b54566.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54566/b54566.il index 8e3b3753bdece1..8fb7e173eca247 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54566/b54566.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54566/b54566.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54611/b54611.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54611/b54611.il index c798f8f2030f1c..971ec33ec50065 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54611/b54611.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54611/b54611.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54667/b54667.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54667/b54667.cs index 5eb1ba582ef7ae..2a22ee4ba1a942 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54667/b54667.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54667/b54667.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54971/b54971.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54971/b54971.il index b7711afbc65e4c..9d048e8119f62e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54971/b54971.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54971/b54971.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/Desktop/b55197.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/Desktop/b55197.cs index 3085f89c142851..5c59d366784bbb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/Desktop/b55197.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/Desktop/b55197.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 Test { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/b55197.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/b55197.cs index c975ab9ef46c29..a45ea77fbba586 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/b55197.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/b55197.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55216/b55216.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55216/b55216.il index 4b52882bdd7d66..4cfbe89ec68bdb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55216/b55216.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55216/b55216.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 legacy library mscorlib {} .assembly extern System.Console @@ -74,4 +73,4 @@ END: ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55875/b55875.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55875/b55875.il index 2bd5536d9d9ffb..50ea4cffe8a001 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55875/b55875.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55875/b55875.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 mscorlib{} .assembly H{} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55923/b55923.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55923/b55923.il index 4e8454846ad61a..f7fcf9928bf46d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55923/b55923.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55923/b55923.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56066/b56066.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56066/b56066.il index 7b8f40c47405be..aa3c9a91b323bf 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56066/b56066.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56066/b56066.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56068/b56068.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56068/b56068.il index c72a8c17c37e9b..be18bc2d408d1e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56068/b56068.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56068/b56068.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56149/b56149.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56149/b56149.cs index 086b6ad83b298c..a90414d3a8ac14 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56149/b56149.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56149/b56149.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56154/b56154.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56154/b56154.cs index a1bd5441e49e6c..377cbb1cb3d484 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56154/b56154.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56154/b56154.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56159/b56159.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56159/b56159.cs index b613e54b40fdde..038809c22b79c5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56159/b56159.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56159/b56159.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56174/b56174.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56174/b56174.il index 001d0cdee1b84c..b97cb901592af2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56174/b56174.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56174/b56174.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56349/b56349.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56349/b56349.il index 1feba24114e0eb..0d19faaf85be24 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56349/b56349.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56349/b56349.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56772/b56772.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56772/b56772.cs index da2a38db23d99f..f1aa2bc073364b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56772/b56772.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56772/b56772.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.Text; diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56780/b56780.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56780/b56780.il index 08ed537d133f8b..a0589372dd1e3f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56780/b56780.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56780/b56780.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57492/b57492.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57492/b57492.il index 07c003c317a1db..ad8c4254ff22d4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57492/b57492.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57492/b57492.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57493/b57493.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57493/b57493.il index 29c41a8c1f092b..2c646285f00f4c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57493/b57493.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57493/b57493.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57516/b57516.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57516/b57516.il index 2cbcc5b8fee4cb..5e591760472a35 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57516/b57516.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57516/b57516.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57518/b57518.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57518/b57518.il index 25c387c9a1ea83..b59b2b4c094c72 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57518/b57518.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57518/b57518.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57952/b57952.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57952/b57952.il index 2f13b297d7ada0..d83fe5671c20f1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57952/b57952.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57952/b57952.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58358/b58358.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58358/b58358.il index d102b76a61d37f..9ffbab3a2a80ef 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58358/b58358.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58358/b58358.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58360/b58360.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58360/b58360.il index 5dc00e2b9d7883..c46a7a42e159a8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58360/b58360.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58360/b58360.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58689/b58689.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58689/b58689.il index 1a7bf22271afc1..20228a0629ec87 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58689/b58689.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58689/b58689.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 legacy library mscorlib {} .assembly extern System.Console @@ -30,4 +29,4 @@ Branch_0x5: add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58690/b58690.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58690/b58690.il index 8e646d8bef449e..1b97850a312269 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58690/b58690.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58690/b58690.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 legacy library mscorlib {} .assembly extern System.Console @@ -48,4 +47,4 @@ EOM: ret add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58866/b58866.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58866/b58866.il index fbbb419a542d51..7e61d4f6f33aa2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58866/b58866.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58866/b58866.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 legacy library mscorlib {} .assembly extern System.Console @@ -63,4 +62,4 @@ ret add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59297/b59297.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59297/b59297.cs index 60f8b027e1981e..cf3cd05d45972b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59297/b59297.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59297/b59297.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59319/b59319.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59319/b59319.il index c87807e9371ed2..350bd945d8f0c4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59319/b59319.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59319/b59319.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59320/b59320.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59320/b59320.il index 6972252925d846..c6730617b0eb40 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59320/b59320.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59320/b59320.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59337/b59337.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59337/b59337.il index 39cd35f87b67f1..144621fb2ba980 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59337/b59337.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59337/b59337.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59477/b59477.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59477/b59477.il index ba0ee55ecfcc48..70722c9e384a8e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59477/b59477.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59477/b59477.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59478/b59478.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59478/b59478.il index 7afa64a85e37a5..7ad40a6414b607 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59478/b59478.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59478/b59478.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59508/b59508.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59508/b59508.il index bcfb73610e7b26..f283506c115190 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59508/b59508.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59508/b59508.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59546/b59546.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59546/b59546.il index 4a2d6dd5a3cc64..9f8bc13417a9d2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59546/b59546.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59546/b59546.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59554/b59554.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59554/b59554.il index 6bf4c593b6fd5f..9c7d07802d8316 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59554/b59554.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59554/b59554.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59647/b59647.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59647/b59647.il index 646331792ce363..aa1168bfdf4b57 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59647/b59647.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59647/b59647.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59678/b59678.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59678/b59678.il index 99028e5649428f..7683acd60b4fde 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59678/b59678.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59678/b59678.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59782/b59782.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59782/b59782.il index e31a782f50156b..6eb27c5c802cfa 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59782/b59782.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59782/b59782.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59822/b59822.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59822/b59822.il index ebb16cf4144310..0dbf996783a4ab 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59822/b59822.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59822/b59822.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59857/b59857.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59857/b59857.il index a4f2a128bc71ec..5867ff9c653811 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59857/b59857.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59857/b59857.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 legacy library mscorlib {} .assembly extern System.Console @@ -71,4 +70,4 @@ call void C20907::test_20907_stloc_ByReftoI4_over_ByReftoI2(class C,int32, int32 ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59858/b59858.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59858/b59858.il index 181c7d89c5bdac..3d84a6e74f5f99 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59858/b59858.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59858/b59858.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 legacy library mscorlib {} .assembly extern System.Console @@ -68,4 +67,4 @@ call void [System.Console]System.Console::WriteLine(class System.String) ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59899/b59899.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59899/b59899.cs index 4a8151901367ea..1c4b7680418214 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59899/b59899.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59899/b59899.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; public class SamplesArray diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59947/b59947.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59947/b59947.il index 1a1ade53c57c06..20c7ed37361279 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59947/b59947.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59947/b59947.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59948/b59948.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59948/b59948.il index 05d8ddd86515e3..e968b615df7c30 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59948/b59948.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59948/b59948.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59949/b59949.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59949/b59949.il index a9972a79c358a6..e3a76c3e850aa0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59949/b59949.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59949/b59949.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59952/b59952.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59952/b59952.il index 370f14f5d8bcca..2735ec8066c459 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59952/b59952.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59952/b59952.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59953/b59953.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59953/b59953.il index 013939eac340ff..f63945817feae7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59953/b59953.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59953/b59953.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60127/b60127.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60127/b60127.il index 0566ee21cbbb90..71812db927e71b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60127/b60127.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60127/b60127.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60142/b60142.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60142/b60142.il index 93f630713f9b89..692c0699b1c9c8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60142/b60142.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60142/b60142.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60194/b60194.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60194/b60194.il index 99a004c60a6e33..b2349684e55ca4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60194/b60194.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60194/b60194.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60600/b60600.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60600/b60600.cs index 021ff62a3c5044..657b558e5900f0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60600/b60600.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60600/b60600.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; internal unsafe class bug1 diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60723/b60723.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60723/b60723.cs index 952bf4f45e907d..05fee7132e4d9b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60723/b60723.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60723/b60723.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61025/b61025.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61025/b61025.il index 23cce57b6aa281..89448b49b4e918 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61025/b61025.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61025/b61025.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61028/b61028.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61028/b61028.cs index 6dd88b48f35ca4..d0edce1c75dda0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61028/b61028.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61028/b61028.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61185/b61185.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61185/b61185.il index 786a045a6abf5b..ab2220b1d70371 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61185/b61185.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61185/b61185.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61215/b61215.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61215/b61215.il index 6c0ad610d25d7d..b33f6f2959a60d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61215/b61215.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61215/b61215.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61515/b61515.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61515/b61515.cs index 44e743e040c5a9..dc44c55613b115 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61515/b61515.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61515/b61515.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61640/b61640.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61640/b61640.cs index 3fd0abdf3f192a..3665315296bca9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61640/b61640.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61640/b61640.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62145/b62145.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62145/b62145.il index 1a3e87961b6906..9831353036a036 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62145/b62145.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62145/b62145.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62498/b62498.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62498/b62498.cs index b05ff169469d8b..ecb61f6120e263 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62498/b62498.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62498/b62498.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62555/b62555.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62555/b62555.cs index 3e85a680141845..d2f51311f5b418 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62555/b62555.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62555/b62555.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62892/b62892.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62892/b62892.cs index 66e245b999dc77..39276cea69288f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62892/b62892.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62892/b62892.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63183/b63183.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63183/b63183.cs index 592f7618fa3ccc..f1767403aa27e7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63183/b63183.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63183/b63183.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63552/b63552.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63552/b63552.il index 3eb2d10830ba8b..da6ff58ab729de 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63552/b63552.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63552/b63552.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 legacy library mscorlib {} .assembly extern System.Console @@ -30,4 +29,4 @@ clt add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63725/b63725.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63725/b63725.il index 4f711957f65b87..d4421df832660a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63725/b63725.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63725/b63725.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 legacy library mscorlib {} .assembly extern System.Console @@ -62,4 +61,4 @@ EOM: ldc.i4 99 add ret -}} \ No newline at end of file +}} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63726/b63726.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63726/b63726.il index 599499a662a527..f2961de38ad3ce 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63726/b63726.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63726/b63726.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63730/b63730.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63730/b63730.il index 731e4f7ac1c7ec..23e031d854d9c2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63730/b63730.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63730/b63730.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 legacy library mscorlib {} .assembly extern System.Console @@ -60,4 +59,4 @@ ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63732/b63732.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63732/b63732.il index d271410d87886c..d78317e832d706 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63732/b63732.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63732/b63732.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 legacy library mscorlib {} .assembly extern System.Console @@ -47,4 +46,4 @@ ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63743/b63743.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63743/b63743.il index dcacccbc0258f2..45f3973d534b37 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63743/b63743.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63743/b63743.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63823/b63823.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63823/b63823.il index 22dfcd6f331d84..3623830d75582a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63823/b63823.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63823/b63823.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 legacy library mscorlib {} .assembly extern System.Console @@ -35,4 +34,4 @@ ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64026/b64026.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64026/b64026.il index 86aaf2d4b4cb04..fa20e3ef43d699 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64026/b64026.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64026/b64026.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. //Testing inliner on a small func that contains ldvirtftn and calli .assembly extern legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64560/b64560.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64560/b64560.il index 87836ff95bff92..5f3f9adb315872 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64560/b64560.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64560/b64560.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64579/b64579.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64579/b64579.cs index f8007d1e7045ed..b357954479054c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64579/b64579.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64579/b64579.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; public class Padre diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65087/b65087.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65087/b65087.il index b7e474d7105327..6829be85010cec 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65087/b65087.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65087/b65087.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 legacy library mscorlib {} .assembly extern System.Console @@ -53,4 +52,4 @@ ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65176/b65176.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65176/b65176.il index ffff08eb8c265e..e35398617b4837 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65176/b65176.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65176/b65176.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 legacy library mscorlib {} .assembly extern System.Console @@ -66,4 +65,4 @@ ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65407/b65407.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65407/b65407.il index 386c37d5a7273e..8965372b24a8f0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65407/b65407.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65407/b65407.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65423/b65423.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65423/b65423.il index 8a800ab353f879..7a07a5ac89bb1d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65423/b65423.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65423/b65423.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66226/b66226.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66226/b66226.il index b30fff33e4d722..23de6af0879a36 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66226/b66226.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66226/b66226.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 legacy library mscorlib {} .assembly extern System.Console @@ -47,4 +46,4 @@ ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66425/b66425.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66425/b66425.il index 18b907265cdbfb..99bfb55dc26c5d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66425/b66425.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66425/b66425.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66533/b66533.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66533/b66533.cs index b5bd46cf00cb4d..776fff8a2d823e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66533/b66533.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66533/b66533.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 Test { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66583/b66583.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66583/b66583.il index 4a9ffcace6c7cd..fe2828059e39f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66583/b66583.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66583/b66583.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66620/b66620.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66620/b66620.il index df3ac0fdc5275c..996f915fabfcc5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66620/b66620.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66620/b66620.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. // ctor_merge2.il // diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66679/b66679.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66679/b66679.il index b4bed195756377..14cfbdbbf3c1d5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66679/b66679.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66679/b66679.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 legacy library mscorlib {} .assembly extern System.Console @@ -58,4 +57,4 @@ ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67351/b67351.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67351/b67351.il index 2ac5ac584d8163..285b43e986f8df 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67351/b67351.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67351/b67351.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 legacy library mscorlib {} .assembly extern System.Console @@ -35,4 +34,4 @@ pop sub ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67414/b67414.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67414/b67414.cs index aa6884408fce69..d0879dbd4f09cd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67414/b67414.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67414/b67414.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.Reflection; diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67744/b67744.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67744/b67744.il index 4ed0ef29bf55df..6c0abf722a4495 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67744/b67744.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67744/b67744.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 legacy library mscorlib {} .assembly extern System.Console @@ -40,4 +39,4 @@ ldc.i4 97 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67819/b67819.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67819/b67819.il index 35aeb9dd941db2..d382965360206a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67819/b67819.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67819/b67819.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 legacy library mscorlib {} .assembly extern System.Console @@ -56,4 +55,4 @@ ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67987/b67987.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67987/b67987.il index 4a589fd4f4889e..f400efa126d36e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67987/b67987.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67987/b67987.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 legacy library mscorlib {} .assembly extern System.Console @@ -80,4 +79,4 @@ ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68028/b68028.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68028/b68028.il index 2bf1ef3c310622..4b21c35ef99386 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68028/b68028.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68028/b68028.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 legacy library mscorlib {} .assembly extern System.Console @@ -38,4 +37,4 @@ ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68045/b68045.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68045/b68045.il index fb43f75b9b2522..70fcd151163823 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68045/b68045.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68045/b68045.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 legacy library mscorlib {} .assembly extern System.Console @@ -42,4 +41,4 @@ sub ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68361/b68361.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68361/b68361.cs index 7df21b4ca46941..05b822c8e0ea5f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68361/b68361.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68361/b68361.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 A diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68634/b68634.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68634/b68634.cs index d49cadb61b0052..617047d931c5dc 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68634/b68634.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68634/b68634.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68757/b68757.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68757/b68757.il index c8eeb52bcdc5a9..e80660c21e857d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68757/b68757.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68757/b68757.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68872/b68872.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68872/b68872.il index 68a45ad15234be..e878449d60f962 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68872/b68872.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68872/b68872.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69225/b69225.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69225/b69225.il index 946eb2687b5b46..22d40b8ba76feb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69225/b69225.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69225/b69225.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69227/b69227.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69227/b69227.il index d65204bc359f62..fe64627a5cb561 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69227/b69227.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69227/b69227.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69512/b69512.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69512/b69512.il index 99bb05ad412b67..4a5556296dd0e6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69512/b69512.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69512/b69512.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 legacy library mscorlib {} .assembly extern System.Console @@ -50,4 +49,4 @@ ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69528/b69528.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69528/b69528.il index c71f2f9f1797e6..f24cfe277c7292 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69528/b69528.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69528/b69528.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 legacy library mscorlib {} .assembly extern System.Console @@ -44,4 +43,4 @@ ldc.i4 15 add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69848/b69848.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69848/b69848.il index ea2d8d7b204f37..c675b2fd91eab1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69848/b69848.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69848/b69848.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70267/b70267.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70267/b70267.il index 1523df9af051ab..7c95a1621e8126 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70267/b70267.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70267/b70267.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70289/b70289.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70289/b70289.il index f3239a759069b6..d127dd18f50617 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70289/b70289.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70289/b70289.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 legacy library mscorlib {} .assembly extern System.Console @@ -50,4 +49,4 @@ ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70335/b70335.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70335/b70335.il index b94f512e3d0680..6bbda4b0144d1c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70335/b70335.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70335/b70335.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 legacy library mscorlib {} .assembly extern System.Console @@ -40,4 +39,4 @@ ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70354/b70354.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70354/b70354.il index 9f51672a762cec..3fe8d22f21e34a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70354/b70354.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70354/b70354.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 legacy library mscorlib {} .assembly extern System.Console @@ -27,4 +26,4 @@ .try start_try to end_try catch [mscorlib]System.Exception handler start_handler to end_handler -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70808/b70808.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70808/b70808.il index 1a5d4124e53dd4..6f88d1c06e717f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70808/b70808.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70808/b70808.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 legacy library mscorlib {} .assembly extern System.Console @@ -37,4 +36,4 @@ sub ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70909/b70909.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70909/b70909.il index b27e21eebceaec..4eefd4f7ccd7af 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70909/b70909.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70909/b70909.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70964/b70964.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70964/b70964.il index 594ab875e1bc0a..86404c2e999740 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70964/b70964.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70964/b70964.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70967/b70967.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70967/b70967.il index 2b7f1831f30ca6..94b54dd589df2b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70967/b70967.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70967/b70967.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70992/b70992.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70992/b70992.il index 529ab4e494bd5e..f419824620f2f7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70992/b70992.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70992/b70992.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 legacy library mscorlib {} .assembly extern System.Console @@ -35,4 +34,4 @@ ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70994/b70994.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70994/b70994.il index 08e1a8fd75ebaa..23623d9989704f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70994/b70994.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70994/b70994.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 legacy library mscorlib {} .assembly extern System.Console @@ -43,4 +42,4 @@ ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71003/b71003.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71003/b71003.il index 4256666359c95a..139a6ed42cf5a7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71003/b71003.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71003/b71003.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 legacy library mscorlib {} .assembly extern System.Console @@ -41,4 +40,4 @@ ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71005/b71005.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71005/b71005.cs index 5c6c001e60e9fc..d529f98e85f4db 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71005/b71005.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71005/b71005.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; internal class testout1 diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71093/b71093.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71093/b71093.cs index c9b9d28b0624c7..3640b18c46181e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71093/b71093.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71093/b71093.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71099/b71099.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71099/b71099.cs index 9db3495499fee3..a4b84288cd114e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71099/b71099.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71099/b71099.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71120/b71120.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71120/b71120.cs index 54a27164524fba..2bba3d4323fa57 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71120/b71120.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71120/b71120.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71135/b71135.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71135/b71135.cs index fc0d6a9a1f2017..aa449237c75f82 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71135/b71135.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71135/b71135.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71155/b71155.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71155/b71155.cs index b72d2a4da9b037..8420df60bcb1c3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71155/b71155.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71155/b71155.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71179/b71179.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71179/b71179.il index e3364225b3b28e..e9285be678da34 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71179/b71179.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71179/b71179.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71231/b71231.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71231/b71231.cs index 526e05d92f5c5a..dd1c5b3a1a4650 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71231/b71231.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71231/b71231.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71318/b71318.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71318/b71318.il index 21799211603ea1..88c08eabf07dcf 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71318/b71318.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71318/b71318.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 legacy library mscorlib {} @@ -52,4 +51,4 @@ catch [mscorlib]System.Exception handler start_handler2 to end_handler2 .try start_try3 to end_try3 fault handler start_fault3 to end_fault3 -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71722/b71722.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71722/b71722.il index fdda451b90b362..ed6145f326025e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71722/b71722.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71722/b71722.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 legacy library mscorlib {} .assembly extern System.Console @@ -41,4 +40,4 @@ Branch_0x3: sub ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71831/b71831.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71831/b71831.il index 0d2bcab08e392a..93c5adfc801480 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71831/b71831.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71831/b71831.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71869/b71869.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71869/b71869.il index 7127d536533fa7..eb2f4dcf8d2f4e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71869/b71869.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71869/b71869.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 legacy library mscorlib {} .assembly extern System.Console @@ -31,4 +30,4 @@ ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71999/b71999.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71999/b71999.il index b3059694c74342..77569999da597a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71999/b71999.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71999/b71999.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72136/b72136.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72136/b72136.cs index 22a8300a49544b..dbf85cce629ad0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72136/b72136.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72136/b72136.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72160/b72160.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72160/b72160.il index 6ab72b2e77358e..2cb4e06afd0555 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72160/b72160.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72160/b72160.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72161/b72161.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72161/b72161.il index 256e1ff00b1fea..c8d939fcd18a22 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72161/b72161.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72161/b72161.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 mscorlib { } .assembly extern System.Console @@ -82,4 +81,4 @@ ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72164/b72164.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72164/b72164.cs index 55b0013ca1f90f..048ebbe5626236 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72164/b72164.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72164/b72164.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; internal unsafe class bug1 diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72422/b72422.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72422/b72422.cs index 94409199038087..1bf6c16f41bb8b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72422/b72422.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72422/b72422.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72518/b72518.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72518/b72518.il index f9e0651e0cd573..2da408c7d85d3e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72518/b72518.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72518/b72518.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 legacy library mscorlib {} .assembly extern System.Console @@ -43,4 +42,4 @@ End_Orphan_0: call int8 ILGEN_0xb37e58f3::Method_0xf9cacde1() ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72522/b72522.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72522/b72522.il index 08b0eb7f37d6bc..696aa3554a7107 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72522/b72522.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72522/b72522.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 legacy library mscorlib {} .assembly extern System.Console @@ -46,4 +45,4 @@ End_Orphan_0: call unsigned int16 ILGEN_0x2dda4eb5::Method_0xa084659a() ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72687/b72687.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72687/b72687.cs index 28b0e6f2ae9dca..ca2dae0875a438 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72687/b72687.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72687/b72687.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; internal unsafe class CSE2 diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72699/b72699.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72699/b72699.il index 450c749b2af80d..b87112803b73d4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72699/b72699.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72699/b72699.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72828/b72828.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72828/b72828.il index 0336cf06be7a95..73591db02cb91b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72828/b72828.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72828/b72828.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 legacy library mscorlib {} .assembly extern System.Console @@ -41,4 +40,4 @@ ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72932/b72932.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72932/b72932.cs index be650236ce7549..e50f2fe36bc487 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72932/b72932.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72932/b72932.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; internal unsafe class testout1 diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72986/b72986.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72986/b72986.cs index 434a0119731c89..6aa4263e0ebb80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72986/b72986.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72986/b72986.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; internal unsafe class testout1 diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72996/b72996.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72996/b72996.cs index 867fdb1088a550..503efc7e91f84f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72996/b72996.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72996/b72996.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73079/b73079.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73079/b73079.il index 1b4ea8cf54319b..101eb8808143c1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73079/b73079.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73079/b73079.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 legacy library mscorlib {} .assembly extern System.Console @@ -40,4 +39,4 @@ ldc.r4 float32(0x2794165b) add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73207/b73207.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73207/b73207.il index a74eed9d9e371b..6002f82b00846e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73207/b73207.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73207/b73207.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73283/b73283.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73283/b73283.il index a57409e17ae04b..c43b1541734374 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73283/b73283.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73283/b73283.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 legacy library mscorlib {} .assembly extern System.Console @@ -46,4 +45,4 @@ Branch_0x1: add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73786/b73786.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73786/b73786.il index 08894db7d1dd34..f647789d37ecee 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73786/b73786.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73786/b73786.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73921/b73921.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73921/b73921.cs index 08ab91a75a1b42..fb252334c6685a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73921/b73921.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73921/b73921.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74182/b74182.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74182/b74182.cs index 1b74cbb14df5bb..d9cc64bba467bd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74182/b74182.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74182/b74182.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74608/b74608.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74608/b74608.il index dfd225d0642e9f..7e6a1975941bee 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74608/b74608.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74608/b74608.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 legacy library mscorlib {} .assembly extern System.Console @@ -48,4 +47,4 @@ ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74937/b74937.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74937/b74937.il index 571eb5c2bd82ae..fd6bd8c2c6c86f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74937/b74937.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74937/b74937.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 legacy library mscorlib {} .assembly extern System.Console @@ -62,4 +61,4 @@ ldc.r4 float32(0xbb1960fe) or ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74939/b74939.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74939/b74939.il index c1bf034be68116..e81a26572adeb5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74939/b74939.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74939/b74939.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74976/b74976.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74976/b74976.il index 6286eebb660733..19e2264c4d66a6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74976/b74976.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74976/b74976.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 legacy library mscorlib {} .assembly extern System.Console @@ -16,4 +15,4 @@ ldc.i4.s 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75250/b75250.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75250/b75250.cs index 184229e0cfbb4a..6b605f4d10ed2f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75250/b75250.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75250/b75250.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75509/b75509.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75509/b75509.cs index 942ff9b7a6d5f5..2142bfe0148dbb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75509/b75509.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75509/b75509.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75888/b75888.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75888/b75888.il index 7f4ed29af13f49..3dd5732c32a3ac 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75888/b75888.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75888/b75888.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 legacy library mscorlib {} .assembly extern System.Console @@ -106,4 +105,4 @@ ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75890/b75890.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75890/b75890.il index ad67ce6fbd6f67..116fbaabf89c62 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75890/b75890.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75890/b75890.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 legacy library mscorlib {} .assembly extern System.Console @@ -85,4 +84,4 @@ ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75944/b75944.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75944/b75944.il index e4e68eabf7da59..1c03e8090d1e44 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75944/b75944.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75944/b75944.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 legacy library mscorlib {} .assembly extern System.Console @@ -54,4 +53,4 @@ ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75945/b75945.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75945/b75945.il index f3ba9a45d52ea6..a75e2f6a98544f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75945/b75945.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75945/b75945.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 legacy library mscorlib {} .assembly extern System.Console @@ -30,4 +29,4 @@ ldc.i4.s 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75988/b75988.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75988/b75988.il index fdbf8152ef7bc1..99631f1353ad45 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75988/b75988.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75988/b75988.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76267/b76267.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76267/b76267.cs index 831bd28f105ac4..bfb34ea57d80f4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76267/b76267.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76267/b76267.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; internal unsafe class testout1 diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76511/b76511.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76511/b76511.cs index 18b68a98b933a3..08d3d0481c3b1d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76511/b76511.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76511/b76511.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; internal class bug1 diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76590/b76590.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76590/b76590.cs index a858ca74d8221f..0586f286a41d92 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76590/b76590.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76590/b76590.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. // // diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76717/b76717.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76717/b76717.cs index 0cc2a6814aaaf5..82ed5984d11fe2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76717/b76717.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76717/b76717.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.Text; diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77304/b77304.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77304/b77304.il index 6d3682e5adee65..dd76b6fd2d66e5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77304/b77304.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77304/b77304.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77707/b77707.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77707/b77707.cs index aabc4f879c626e..32ef430f8578d1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77707/b77707.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77707/b77707.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77713/b77713.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77713/b77713.cs index b560fadd2d5705..71174dbf0e8550 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77713/b77713.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77713/b77713.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 Test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77806/b77806.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77806/b77806.il index b1e19cf44a415a..ff915d498f0896 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77806/b77806.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77806/b77806.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 legacy library mscorlib {} .assembly extern System.Console @@ -47,4 +46,4 @@ ret add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77950/b77950.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77950/b77950.il index bba11c3604feae..e1e8298286093c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77950/b77950.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77950/b77950.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b78392/b78392.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b78392/b78392.cs index 9b5153d5f32fc0..4e45f697b4df23 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b78392/b78392.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b78392/b78392.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b78694/b78694.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b78694/b78694.cs index 14466e12f2889f..00a40e041f64d0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b78694/b78694.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b78694/b78694.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79250/b79250.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79250/b79250.il index 9cae8b139db00e..4d923889d039a8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79250/b79250.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79250/b79250.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79418/b79418.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79418/b79418.cs index a90a643ed15c22..304acefb7282b3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79418/b79418.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79418/b79418.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79642/b79642.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79642/b79642.cs index fbb0f58591d0bc..bb3655724346be 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79642/b79642.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79642/b79642.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80043/b80043.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80043/b80043.il index 2f413c6c0e976f..4442a66eb8fddc 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80043/b80043.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80043/b80043.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 legacy library mscorlib {} .assembly extern System.Console @@ -53,4 +52,4 @@ ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80045/b80045.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80045/b80045.cs index 6c5d3f5b077d6f..76656af24743bd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80045/b80045.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80045/b80045.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80764/b80764.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80764/b80764.cs index 45b1a2ef5972ad..00c75b17d346e3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80764/b80764.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80764/b80764.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80824/b80824.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80824/b80824.il index a2d5e35bc2c06f..256f8610bcf28d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80824/b80824.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80824/b80824.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81618/b81618.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81618/b81618.cs index 0bf5db496fd282..a2e5cd4f431464 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81618/b81618.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81618/b81618.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; public class test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81938/b81938.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81938/b81938.il index aac901e514a286..3ae3269eff42e5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81938/b81938.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81938/b81938.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82048/b82048.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82048/b82048.cs index 7bcbbfc811f128..b5becbaaac3fe5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82048/b82048.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82048/b82048.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82160/b82160.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82160/b82160.il index b11752244e851c..0eeaaf2f79b108 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82160/b82160.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82160/b82160.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82247/b82247.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82247/b82247.il index 2b2d3782510f57..c6eb0703348711 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82247/b82247.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82247/b82247.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82249/b82249.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82249/b82249.il index f1c1f9fdd01b02..89510e4689c5dc 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82249/b82249.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82249/b82249.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82715/b82715.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82715/b82715.il index 6ed208c64eaa45..f420379173149c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82715/b82715.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82715/b82715.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82866/b82866.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82866/b82866.cs index e814b1cd708074..cf50b723d34323 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82866/b82866.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82866/b82866.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b83690/b83690.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b83690/b83690.cs index 394d8f97d8de3d..a02de363d089cd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b83690/b83690.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b83690/b83690.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b83702/b83702.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b83702/b83702.cs index d91b27b9fac5e6..a4d0a7760bc785 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b83702/b83702.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b83702/b83702.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; internal struct BB diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84836/b84836.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84836/b84836.cs index 0270835edc9c0b..6cff0dadaf273f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84836/b84836.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84836/b84836.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84909/b84909.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84909/b84909.il index 1ed7fa01fb1dcd..67c6c40258f404 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84909/b84909.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84909/b84909.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84916/b84916.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84916/b84916.il index 3173df48236529..0df9a5437eb84a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84916/b84916.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84916/b84916.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84971/b84971.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84971/b84971.il index 3b0998482cc797..ad61548fde5f24 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84971/b84971.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84971/b84971.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b85316/b85316.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b85316/b85316.il index 963c374a17c45f..8f3a8a6d42cc0a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b85316/b85316.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b85316/b85316.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b91377/b91377.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b91377/b91377.cs index dc6f9446ad6ddc..488a2631b45c77 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b91377/b91377.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b91377/b91377.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. // //COMMAND LINE: csc /nologo /optimize- /debug- /w:0 bug.cs diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b101147/b101147.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b101147/b101147.il index 7350dca5eb5d77..6f3b6728a62ad9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b101147/b101147.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b101147/b101147.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b113239/b113239.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b113239/b113239.cs index a5911143c2849d..375fe9258201b2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b113239/b113239.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b113239/b113239.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b85477/b85477.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b85477/b85477.il index 98e9a563acd945..639e5aa97d7dee 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b85477/b85477.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b85477/b85477.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b86139/b86139.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b86139/b86139.il index 16365d1aa0967c..0a7d067bcfd99e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b86139/b86139.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b86139/b86139.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b87284/b87284.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b87284/b87284.cs index c97fc96e6187f1..a20e1a7d2f30d5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b87284/b87284.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b87284/b87284.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b87285/b87285.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b87285/b87285.cs index 7cb987e2332ee9..af7f3d63c6aeff 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b87285/b87285.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b87285/b87285.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; internal unsafe class test1 diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b88712/b88712.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b88712/b88712.cs index 17b7680b37d69e..1b1c5e5effa445 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b88712/b88712.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b88712/b88712.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b88793/b88793.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b88793/b88793.cs index 900178c91ec84d..101ea71f8b842a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b88793/b88793.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b88793/b88793.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b88797/b88797.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b88797/b88797.cs index cbea00fd97cd38..8cb1b8024f3628 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b88797/b88797.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b88797/b88797.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89277/b89277.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89277/b89277.cs index 47a5ff70528ecc..4f7e183d291357 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89277/b89277.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89277/b89277.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89279/b89279.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89279/b89279.cs index 648b9477dfd0c3..1780b972533fb5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89279/b89279.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89279/b89279.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89409/b89409.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89409/b89409.il index 48ae1289697793..6aa161741244c3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89409/b89409.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89409/b89409.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89506/b89506.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89506/b89506.cs index 1c9d4a7a29f231..ff12aac1c068c9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89506/b89506.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89506/b89506.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89546/b89546.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89546/b89546.il index fed1ebf3415a09..0dabe57b3c164e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89546/b89546.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89546/b89546.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89600/b89600.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89600/b89600.cs index f2928bf556eedd..384c6344358a01 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89600/b89600.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89600/b89600.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89797/b89797.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89797/b89797.cs index 24841844dcd999..ef823a4b8650f0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89797/b89797.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89797/b89797.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; internal unsafe class testout1 diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89946/b89946.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89946/b89946.cs index ee3b4db602f387..c188c84420d733 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89946/b89946.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89946/b89946.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b90129/b90129.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b90129/b90129.il index ad04dc9dde4eaa..887de76535c171 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b90129/b90129.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b90129/b90129.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91021/b91021.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91021/b91021.il index 9a7f1dc3cc32f0..945830dddec403 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91021/b91021.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91021/b91021.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91189/b91189.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91189/b91189.cs index ab0b0f76edc521..22954112f380da 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91189/b91189.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91189/b91189.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. // //COMMAND LINE: csc /nologo /optimize+ /debug- /w:0 bug.cs diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91203/b91203.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91203/b91203.il index afd8fce9d97078..8ad6f5ef6dad1e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91203/b91203.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91203/b91203.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91223/b91223.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91223/b91223.il index cba1b3dde72c2f..0c8d0d4b55e5ea 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91223/b91223.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91223/b91223.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91230/b91230.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91230/b91230.cs index 5cb81d7743ffbc..2c8c15623b4735 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91230/b91230.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91230/b91230.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. // //COMMAND LINE: csc /nologo /optimize+ /debug- /w:0 bug.cs diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91248/b91248.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91248/b91248.cs index 4841ef02defd99..e6b7f96cccca73 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91248/b91248.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91248/b91248.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. // //COMMAND LINE: csc /nologo /optimize- /debug- /w:0 bug.cs diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91359/b91359.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91359/b91359.il index 98a71b66365188..ad1193d9eb0072 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91359/b91359.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91359/b91359.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91855/b91855.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91855/b91855.cs index 34e5ce4341f375..5257d6a7465863 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91855/b91855.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91855/b91855.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91859/b91859.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91859/b91859.cs index 19684af2d91cc5..5f405ca37553b9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91859/b91859.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91859/b91859.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91867/b91867.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91867/b91867.cs index 8f223b001bdf90..db7197b2dd0ebd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91867/b91867.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91867/b91867.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91917/b91917.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91917/b91917.cs index dad20690b98940..50a506c8bba889 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91917/b91917.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91917/b91917.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92066/b92066.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92066/b92066.il index 069ccdb1b9a086..3e1f84575e88bd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92066/b92066.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92066/b92066.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92073/b92073.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92073/b92073.il index 266478b0bb8d5d..b151d26b90ad11 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92073/b92073.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92073/b92073.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92289/b92289.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92289/b92289.il index 998a9a8a343245..fa5dba9c3a380e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92289/b92289.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92289/b92289.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92568/b92568.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92568/b92568.cs index cbf5c2398f5338..642f9aa5431d42 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92568/b92568.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92568/b92568.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92614/b92614.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92614/b92614.cs index 6d06fefe3b6c86..a866be30eb78e1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92614/b92614.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92614/b92614.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92693/b92693.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92693/b92693.cs index 31c483660e2882..cbbdbb88670da7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92693/b92693.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92693/b92693.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92714/b92714.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92714/b92714.cs index 89cb0988d92b61..ac4423d7804f58 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92714/b92714.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92714/b92714.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; internal struct AA diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92736/b92736.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92736/b92736.il index bd6e576e931ea6..589b2c24b510cb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92736/b92736.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92736/b92736.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 legacy library mscorlib {} .assembly extern System.Console @@ -42,4 +41,4 @@ End_Orphan_5a: add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b93027/b93027.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b93027/b93027.cs index 80a050cc90ab00..80427afc5f8ce4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b93027/b93027.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b93027/b93027.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b93635/b93635.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b93635/b93635.il index 9d62632326fd94..fe46ae963948ae 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b93635/b93635.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b93635/b93635.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b94306/b94306.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b94306/b94306.il index 0cb1bce9874e38..d568b10cfe6ddc 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b94306/b94306.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b94306/b94306.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b98958/b98958.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b98958/b98958.il index 127d0f67416824..2122bebf1b6033 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b98958/b98958.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b98958/b98958.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99222/b99222.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99222/b99222.cs index d1f6718142ee28..a7005829c02b01 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99222/b99222.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99222/b99222.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99235/b99235.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99235/b99235.cs index ec8ab677110305..93837b168c6acc 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99235/b99235.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99235/b99235.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99667/b99667.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99667/b99667.il index 5e5d9666e98a0a..7885b3ea8d84ef 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99667/b99667.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99667/b99667.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 simple {} .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99969/b99969.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99969/b99969.cs index 60bb1bf7f6eda3..45ae0e1124529b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99969/b99969.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99969/b99969.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M14-SP1/b119538/b119538a.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M14-SP1/b119538/b119538a.cs index 3dc4252036f61d..9adbff24c4f59f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M14-SP1/b119538/b119538a.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M14-SP1/b119538/b119538a.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. // class A diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M14-SP1/b119538/b119538b.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M14-SP1/b119538/b119538b.cs index af135d817b10ee..d7fbfaeac30aae 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M14-SP1/b119538/b119538b.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M14-SP1/b119538/b119538b.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M15-SP2/b124443/b124443.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M15-SP2/b124443/b124443.cs index 19a33c14926ddf..74215c533e5064 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M15-SP2/b124443/b124443.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M15-SP2/b124443/b124443.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M15-SP2/b124443/b124443_il.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M15-SP2/b124443/b124443_il.il index 0c1a2e28b332cb..a3ed89bb6c4bd9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M15-SP2/b124443/b124443_il.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M15-SP2/b124443/b124443_il.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b147814/rembug.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b147814/rembug.il index 2d5516135d281e..41b7dc4f6b1a64 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b147814/rembug.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b147814/rembug.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b147816/loop.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b147816/loop.il index d0e784edcc13f7..f392cd2f5a0580 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b147816/loop.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b147816/loop.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 loop {} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b148815/testclass.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b148815/testclass.cs index c666990da255a7..abf26ff28440b0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b148815/testclass.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b148815/testclass.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-mixed.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-mixed.il index 6583aef60e96df..0abbca96883468 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-mixed.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-mixed.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-none.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-none.il index 806bb85f186ce4..19273b1ab582a1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-none.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-none.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-object.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-object.il index 4304466849a0a0..b3bd8ae9e47da2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-object.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-object.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-value.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-value.il index 08c66805585e04..0217f8147dfb09 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-value.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-value.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-varargs.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-varargs.il index 1c2e5b06fb20aa..91c98a3b4a6434 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-varargs.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-varargs.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-mixed.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-mixed.il index cdb16f3e661ceb..4cca3c28f01f22 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-mixed.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-mixed.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-none.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-none.il index f1b3475556bb7a..6439bd2aa351e2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-none.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-none.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.Console { auto } diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-object.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-object.il index a9ea63b010f0bf..47320951af8f61 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-object.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-object.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-ref.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-ref.il index d2d32f116837ed..afe9b80ff4c5d7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-ref.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-ref.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b119294/b119294.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b119294/b119294.cs index 7f81047d121b1e..fdd0037b719610 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b119294/b119294.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b119294/b119294.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b130333/byteshift.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b130333/byteshift.cs index 7b3bef15859fdb..cb3d60a3336493 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b130333/byteshift.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b130333/byteshift.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b139895/b139895.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b139895/b139895.il index f21126d4cc38cd..392ec4cb95b641 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b139895/b139895.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b139895/b139895.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140118/b140118.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140118/b140118.il index aa8418972f1fa1..177aa4da5ea678 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140118/b140118.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140118/b140118.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140711/b140711.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140711/b140711.cs index cf7ea1c33de10b..57f9960c51ed27 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140711/b140711.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140711/b140711.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140902/b140902.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140902/b140902.cs index 0fe0242854cbb0..d7591ee301cd98 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140902/b140902.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140902/b140902.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; internal unsafe class testout1 diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b143840/b143840.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b143840/b143840.il index b9fcc6b32d7228..2886acf699d87e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b143840/b143840.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b143840/b143840.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.Console { auto } diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b102637/gbug.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b102637/gbug.il index c5eb078d94dee3..bbf90b61d7835d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b102637/gbug.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b102637/gbug.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b102879/dblinf.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b102879/dblinf.cs index 5fb07bb0d8914e..142cd2165e7805 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b102879/dblinf.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b102879/dblinf.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. // // compile with csc /o+ diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b103058/b103058.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b103058/b103058.cs index c9639cc96e4eaa..18bc557a8988a2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b103058/b103058.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b103058/b103058.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b124232/genisinst.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b124232/genisinst.cs index e45eb396b7ef16..5736c9e0791087 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b124232/genisinst.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b124232/genisinst.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147147/samabo.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147147/samabo.il index 71d89c898b37f7..fde3f700924029 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147147/samabo.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147147/samabo.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147924/bigdat.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147924/bigdat.il index 47b4a1cabba8dc..776dd0ed1ea2dc 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147924/bigdat.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147924/bigdat.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b169333/b169333.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b169333/b169333.cs index bd6eb777542cb1..02788454345697 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b169333/b169333.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b169333/b169333.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. // class A { } diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b178119/hugemthfrm.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b178119/hugemthfrm.cs index 38cdfe8f70aede..24989692781c7a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b178119/hugemthfrm.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b178119/hugemthfrm.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b178128/hugestruct.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b178128/hugestruct.cs index 5cb764c3fdc3ff..ef4fc0c5002b2d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b178128/hugestruct.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b178128/hugestruct.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b180381/constrained1.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b180381/constrained1.cs index ad62bad3a90c0d..968c3b4b5b11c8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b180381/constrained1.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b180381/constrained1.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b180381/constrained2.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b180381/constrained2.il index cf9cfa30ce1cfe..b3c3475060099f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b180381/constrained2.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b180381/constrained2.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b191926/ParamLimit.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b191926/ParamLimit.cs index 31d78fc7393da0..b75b01494ae36e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b191926/ParamLimit.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b191926/ParamLimit.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b210352/csharpgenerictypes.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b210352/csharpgenerictypes.cs index 9b9a91ce01de87..17c73acaddf2ad 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b210352/csharpgenerictypes.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b210352/csharpgenerictypes.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b210352/csharptester.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b210352/csharptester.cs index 883ae17598f618..90ca56860dcfc3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b210352/csharptester.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b210352/csharptester.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b213516/exe-219037.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b213516/exe-219037.il index d5d241fce295f5..72f6b4fb80de83 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b213516/exe-219037.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b213516/exe-219037.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b213516/lib-219037.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b213516/lib-219037.il index 160fe39bf17560..0e4a5ef1ecec5b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b213516/lib-219037.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b213516/lib-219037.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b219940/struct01_gen.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b219940/struct01_gen.cs index f639d7a3ecc67f..ea30752f45921e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b219940/struct01_gen.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b219940/struct01_gen.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b220968/1.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b220968/1.il index 90c4fa059a095a..6a76b2e4f0c446 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b220968/1.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b220968/1.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 ILGEN_0x5c19e96e {} .assembly extern mscorlib{auto} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223924/bug2.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223924/bug2.il index 6eefb7bd79eb7a..826eeb385058fe 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223924/bug2.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223924/bug2.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223932/bug3.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223932/bug3.il index 4dc71e4ec9c96a..61d33314a4452a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223932/bug3.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223932/bug3.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 ILGEN_0xb6f84258 {} .assembly extern mscorlib{auto} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223936/bug4.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223936/bug4.il index 9d6abc4320564c..9f8ebbe452a633 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223936/bug4.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223936/bug4.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b00722/b00722.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b00722/b00722.il index 84e1aa1254d2ff..7e751e5f4bea58 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b00722/b00722.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b00722/b00722.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b00735/b00735.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b00735/b00735.cs index 4c733fc963e0ab..7e9390ac81ec35 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b00735/b00735.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b00735/b00735.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b02345/b02345.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b02345/b02345.cs index 57a65048a16b0c..36cf2425734fd4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b02345/b02345.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b02345/b02345.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b02762/b02762.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b02762/b02762.cs index 8c39618f78c27d..5fcce7cb2d0161 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b02762/b02762.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b02762/b02762.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b03689/test-tls.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b03689/test-tls.il index 90d16a21240b44..a2c49ab3a5d948 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b03689/test-tls.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b03689/test-tls.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 legacy library mscorlib {} .assembly testtls { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b04319/b04319.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b04319/b04319.il index 6e3c276512e3c0..80d682eb1a794c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b04319/b04319.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b04319/b04319.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b06020/b06020.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b06020/b06020.il index c47d8b586d35dd..fe0849861fc56c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b06020/b06020.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b06020/b06020.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07211/byteshift.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07211/byteshift.cs index 890ba5091a76f1..3874b022c85d8b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07211/byteshift.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07211/byteshift.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07369/b07369.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07369/b07369.il index 0e454dfdc531f1..5d68364f3326ca 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07369/b07369.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07369/b07369.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07383/b07383.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07383/b07383.il index 925ce20d309c72..e740d71ae6f3b9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07383/b07383.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07383/b07383.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07900/rpPasses.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07900/rpPasses.cs index a016401115ffc2..88caef9ea232d7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07900/rpPasses.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07900/rpPasses.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07947/b07947.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07947/b07947.il index c36d655035adf3..7c6a5990897bec 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07947/b07947.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07947/b07947.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 legacy library mscorlib {} .assembly extern System.Console @@ -79,4 +78,4 @@ FAIL: } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b08020/bbHndIndex.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b08020/bbHndIndex.cs index 5b3d6bd6d93c0a..9dbce14a6a2bab 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b08020/bbHndIndex.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b08020/bbHndIndex.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b08046/SyncGCHole.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b08046/SyncGCHole.il index 7c4ea3edb60929..d3227ad3765eac 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b08046/SyncGCHole.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b08046/SyncGCHole.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.Console { auto } diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b11762/b11762.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b11762/b11762.cs index 2b68874b59700f..3d4f7c2f043016 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b11762/b11762.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b11762/b11762.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b13452/b13452.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b13452/b13452.il index 9a2a4010e8e6c9..edbaf1725b5930 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b13452/b13452.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b13452/b13452.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 mscorlib{} .assembly b13452{} @@ -37,4 +36,4 @@ ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b14617/b14617.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b14617/b14617.il index e081db9e386acf..4678bcc3b60480 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b14617/b14617.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b14617/b14617.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b15617/arrayDim.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b15617/arrayDim.il index a5d5d6f82af787..57bdb26f0c3ace 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b15617/arrayDim.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b15617/arrayDim.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16378/bbHndIndex.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16378/bbHndIndex.il index ee9296dfa90e19..fb37c04dd4615d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16378/bbHndIndex.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16378/bbHndIndex.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 mscorlib {} .assembly extern System {} .assembly bbHndIndex {} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16382/bbFlags.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16382/bbFlags.il index e0b31f79cac65a..f85e4d406350d1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16382/bbFlags.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16382/bbFlags.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 mscorlib {} .assembly extern System {} .assembly bbFlags {} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16386/gtnop.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16386/gtnop.cs index 1d3527f91efd1c..8b8c11a9ee66a6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16386/gtnop.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16386/gtnop.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16399/gtIsValid64RsltMul.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16399/gtIsValid64RsltMul.cs index 62f05f7ff36a94..aacf1eff4a1739 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16399/gtIsValid64RsltMul.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16399/gtIsValid64RsltMul.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16473/ebdTryEnd.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16473/ebdTryEnd.il index 859ccdad0fe9d4..1375adcc9a64a6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16473/ebdTryEnd.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16473/ebdTryEnd.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16570/pState.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16570/pState.cs index b6feb887343c43..7ab1962a906dbf 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16570/pState.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16570/pState.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; internal class test diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b18049/loop2.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b18049/loop2.il index f936cf6f00d1f9..80df8172bedbc8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b18049/loop2.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b18049/loop2.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 loop {} .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b00719/b00719.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b00719/b00719.cs index 515114aeb771c4..bbc57f91994058 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b00719/b00719.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b00719/b00719.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/t.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/t.il index 9c389683cbd71c..8b68ef24fbc2e4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/t.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/t.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 legacy library mscorlib {} .assembly extern System.Console @@ -34,4 +33,4 @@ IL_0013: call void [System.Console]System.Console::WriteLine(char) IL_0018: ldc.i4 100 IL_0019: ret -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/t2.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/t2.il index ff9b192fab7113..bb5d071898b460 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/t2.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/t2.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/vc178279.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/vc178279.il index c958909e582625..33521d5ab021d4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/vc178279.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/vc178279.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 mscorlib { } .assembly extern System.Console @@ -39,4 +38,4 @@ IL_000b: br.s IL_000d IL_000d: ret -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b115932/t.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b115932/t.il index c8753c9b594e4f..0cd059508a8c97 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b115932/t.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b115932/t.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b115932/t1.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b115932/t1.il index 32a1ba8366db48..e8c85f717e2a14 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b115932/t1.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b115932/t1.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b118260/b118260.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b118260/b118260.il index c905c3f794fe3e..916a886b545698 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b118260/b118260.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b118260/b118260.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b138117/ldsfldainitonlyvt.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b138117/ldsfldainitonlyvt.il index 2ca6b99abf67f9..5d1cdd924e67b8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b138117/ldsfldainitonlyvt.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b138117/ldsfldainitonlyvt.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 mscorlib { } .assembly extern System.Console @@ -75,4 +74,4 @@ FAIL: IL_0006: ret } // end of method ldsfldainitonlyvt::.ctor -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b19171/jmp2blk.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b19171/jmp2blk.cs index 43c26771a5324a..79fefbaee15110 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b19171/jmp2blk.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b19171/jmp2blk.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b30251/b578931.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b30251/b578931.cs index 196e66fe4d50d9..ad671b07ceccd6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b30251/b578931.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b30251/b578931.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b31398/cs1.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b31398/cs1.cs index 0276233fa0dab2..22d1175e79ab3d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b31398/cs1.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b31398/cs1.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.Reflection; diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b091942/nullref.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b091942/nullref.il index 7c13dc9e8c725a..d4982ae21fda4c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b091942/nullref.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b091942/nullref.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. // ASURT 149071 // VSWHIDBEY 91942 diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b102533/DeadBlock.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b102533/DeadBlock.cs index c92b07e058bd43..53dfd15971ec70 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b102533/DeadBlock.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b102533/DeadBlock.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b125091/eh.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b125091/eh.il index cd292c2458dde0..0a8d75ac2e65c3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b125091/eh.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b125091/eh.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b268908/vars2.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b268908/vars2.cs index 6f778e48aaf726..3d1316f2481789 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b268908/vars2.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b268908/vars2.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. // // coverage for clrjit!emitter::emitLclVarAddr::setVarNum diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b309555/x86-test-1084346006.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b309555/x86-test-1084346006.il index 454f1be60774c4..29aa197e4a3dea 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b309555/x86-test-1084346006.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b309555/x86-test-1084346006.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 mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b320147/1086745236.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b320147/1086745236.cs index 5ede375c34565f..9e5315ead5e2c4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b320147/1086745236.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b320147/1086745236.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b321799/repro.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b321799/repro.cs index 8fb058483053f1..e7959647c71e68 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b321799/repro.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b321799/repro.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b323557/1087985874.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b323557/1087985874.il index 34ca4d41a6ab77..e945624689fa3c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b323557/1087985874.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b323557/1087985874.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b338014/vsw338014.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b338014/vsw338014.cs index 3575f2f04e052f..d4207de842782e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b338014/vsw338014.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b338014/vsw338014.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. // // This is a coverage test... diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b353858/b353858.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b353858/b353858.il index 3161e6763b3acf..f96f039490eeaf 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b353858/b353858.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b353858/b353858.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b359564/1093488365.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b359564/1093488365.il index 51e41167209745..93f70f954cff96 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b359564/1093488365.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b359564/1093488365.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 Test1 {} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b374944/helper.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b374944/helper.il index 22cdcfbed1fc90..570bcc4e651312 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b374944/helper.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b374944/helper.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b399444/Repro.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b399444/Repro.cs index 8c3f08fe79708d..5a3f8729f06160 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b399444/Repro.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b399444/Repro.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.Reflection; diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b405223/b405223.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b405223/b405223.cs index ce6a8d61ba8d42..610474f6d3314f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b405223/b405223.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b405223/b405223.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b409617/b409617.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b409617/b409617.il index 2d37b31366b21b..5061425f39fe53 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b409617/b409617.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b409617/b409617.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b409748/b409748.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b409748/b409748.il index 397258caf57838..85ef0d2f1eeb26 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b409748/b409748.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b409748/b409748.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 mscorlib { auto } .assembly calldef { } diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b415164/b415164.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b415164/b415164.il index 17030363d3f28b..502e2118e0d579 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b415164/b415164.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b415164/b415164.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b416667/b416667.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b416667/b416667.cs index 894828dff425fb..28f2f134d3b656 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b416667/b416667.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b416667/b416667.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/b423721.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/b423721.cs index f79d4489d55796..c13667805e1435 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/b423721.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/b423721.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.Reflection; diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/c1.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/c1.cs index fda307f809e466..9df05df9810df4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/c1.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/c1.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423755/Desktop/b423755.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423755/Desktop/b423755.il index 0d4481eb6ecdf1..76a046d0ccb969 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423755/Desktop/b423755.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423755/Desktop/b423755.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423755/b423755.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423755/b423755.il index 9291c19f3e0610..fe14c490f143ad 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423755/b423755.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423755/b423755.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314.cs index 8e64a6a3d35741..c823a3d70877ab 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314.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.Security; diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b426654/b426654.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b426654/b426654.il index 57b2513dd2db35..3767e1f380dc6f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b426654/b426654.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b426654/b426654.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. .module extern user32.dll diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b441487/b441487.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b441487/b441487.il index 66bbaf849ebb39..c69c57d3be5ff4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b441487/b441487.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b441487/b441487.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b448208/Desktop/b448208.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b448208/Desktop/b448208.cs index 9eef9a600cb868..a4da4693930957 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b448208/Desktop/b448208.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b448208/Desktop/b448208.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.Security; diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b449827/b449827.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b449827/b449827.cs index c71e4f67001982..3ccf0b0ef6cf88 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b449827/b449827.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b449827/b449827.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b369916/b369916.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b369916/b369916.cs index 9918fe26da0f9a..4dfa30baf70822 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b369916/b369916.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b369916/b369916.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. // //((((((s.e*((s.a+(s.b*s.c))-(s.c*s.d)))-((s.f+(s.e*s.f))-(s.g*s.h)))+(s.e+((s.a+(s.b*s.c))-(s.c*s.d))))-(s.g+((s.f+(s.e*s.f))-(s.g*s.h))))+((s.a+((s.h+(s.f+s.g))-(s.p*s.q)))*(((s.a+s.b)+s.g)-((s.c+s.b)*s.k))))-(((s.b*s.b)+s.g)-((s.c+s.b)*s.k))) diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b471305/b471305.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b471305/b471305.il index f5ece5e60dc117..e9a3484f3860ca 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b471305/b471305.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b471305/b471305.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b487364/b487364.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b487364/b487364.il index 9386a2fc99c33c..361860523622c8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b487364/b487364.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b487364/b487364.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b487372/b487372.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b487372/b487372.il index 8ba2de9de6e1ca..7b20ee05316e69 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b487372/b487372.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b487372/b487372.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b489329/b489329.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b489329/b489329.il index 35799d2cbcc9b7..6010e56eb6ad51 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b489329/b489329.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b489329/b489329.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b491215/b491215.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b491215/b491215.cs index 999623382e20bc..f91f4287a81a44 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b491215/b491215.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b491215/b491215.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b518440/b518440.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b518440/b518440.il index 20dca34284ba2e..38c3fd4347fda0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b518440/b518440.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b518440/b518440.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.Console { @@ -89,4 +88,4 @@ IL_0001: call instance void [mscorlib]System.Object::.ctor() IL_0006: ret } // end of method A::.ctor -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b530694/b530694.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b530694/b530694.il index ccf7e58d11308d..416254e92d8d40 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b530694/b530694.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b530694/b530694.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b598031/test.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b598031/test.il index dfc326d761d88c..52e28b3e68e916 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b598031/test.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b598031/test.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 mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b598031/test2.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b598031/test2.il index b4f2b56f37c04b..84ac650edddafb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b598031/test2.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b598031/test2.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 mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b604247/b604247.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b604247/b604247.cs index 5d08e2fe5a5383..83290d8d4cd600 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b604247/b604247.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b604247/b604247.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b392262/b392262.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b392262/b392262.cs index 7895730f9a3b0c..e24536296ecdbe 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b392262/b392262.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b392262/b392262.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. // /* diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b393481/b393481.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b393481/b393481.cs index f5414e4d141570..7be56028750d1c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b393481/b393481.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b393481/b393481.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b400791/b400971.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b400791/b400971.cs index 24472efe2ca97c..9bf61712a191a8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b400791/b400971.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b400791/b400971.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. // /* diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b402658/b402658.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b402658/b402658.cs index f65d31cab7f632..e714a7fa76a542 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b402658/b402658.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b402658/b402658.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. // /* IndexOutOfRange Exception When Using UShort or Short as an Input Array Type diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b402701/b402701.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b402701/b402701.cs index e0801bebcb046b..8ab1690c209d76 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b402701/b402701.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b402701/b402701.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.Security; diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b404051/b404051.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b404051/b404051.il index ed12ea8d7fff49..e7cb94220070c7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b404051/b404051.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b404051/b404051.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b440158/b440158.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b440158/b440158.il index 5b5f99d34aee82..d19f9cf1df8e1e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b440158/b440158.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b440158/b440158.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b464149/b464149.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b464149/b464149.il index d6ccad2238dc02..deecd5eb196f1f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b464149/b464149.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b464149/b464149.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev11/DevDiv_376412/DevDiv_376412.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev11/DevDiv_376412/DevDiv_376412.cs index fe2b0adc4931a0..04f8156d5be08a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev11/DevDiv_376412/DevDiv_376412.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev11/DevDiv_376412/DevDiv_376412.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. // // diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v1-m08/b12668/b12668.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v1-m08/b12668/b12668.cs index 8fd3cd4222e146..a5d44225935af6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v1-m08/b12668/b12668.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v1-m08/b12668/b12668.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/B168384/LdfldaHack.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/B168384/LdfldaHack.il index c5f9e3e10b29ac..f7886af0b2df99 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/B168384/LdfldaHack.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/B168384/LdfldaHack.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b121938/ConstToString.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b121938/ConstToString.cs index e2b7550db0f909..202cf90a924f53 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b121938/ConstToString.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b121938/ConstToString.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b151497/NullCheckBoxedValuetypeReturn.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b151497/NullCheckBoxedValuetypeReturn.cs index 38c6ec13557ae6..93cea0607ecdbb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b151497/NullCheckBoxedValuetypeReturn.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b151497/NullCheckBoxedValuetypeReturn.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. // // JIT AVs and subsequently throws NullReferenceException when comparing a boxed valuetype return with null. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b158861/b158861.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b158861/b158861.cs index 347effc1a751ab..26aecc38a09e81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b158861/b158861.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b158861/b158861.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. // //Disable tailcall if the caller is marked no-inline. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b163200/b163200.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b163200/b163200.cs index 2da5148bbd401e..db25451b5e9e37 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b163200/b163200.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b163200/b163200.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362.cs index cfdd8aa5f72a95..9ee4d2592a9a47 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362.il index 8a68ffa71862c7..81cc91c8800dad 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b174294/spill.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b174294/spill.il index e71317e7abcfe9..8cdb253753e106 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b174294/spill.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b174294/spill.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b175679/b175679.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b175679/b175679.il index 7c415947205379..d624b772dab260 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b175679/b175679.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b175679/b175679.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.Console diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b176032/b176032.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b176032/b176032.il index 61c18964c466e4..b050bedaa65634 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b176032/b176032.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b176032/b176032.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b188478/b188478.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b188478/b188478.cs index 5dd26170f1984b..1c0a69aab836d4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b188478/b188478.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b188478/b188478.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b19679/b19679.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b19679/b19679.cs index 9dd77ca7c16f3c..0abb101e2b28a0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b19679/b19679.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b19679/b19679.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b202743/b202743.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b202743/b202743.cs index 13f2bfc56e2ca3..0fc30a658bc7e6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b202743/b202743.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b202743/b202743.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b33183/b33183.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b33183/b33183.cs index bbe97bbc444ec5..7e37ccb25a5951 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b33183/b33183.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b33183/b33183.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. // /* diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b49778/b49778.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b49778/b49778.cs index 055c2743c6ac76..645b103b2365cf 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b49778/b49778.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b49778/b49778.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. // // The test case has been checked into WbyQFE JIT\Regression tree under the VSW bug number . diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b106272/b106272.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b106272/b106272.cs index 281dd40a7bbbda..f17419d9935309 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b106272/b106272.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b106272/b106272.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b152292/b152292.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b152292/b152292.cs index f430833fedad87..9ee193fdda625d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b152292/b152292.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b152292/b152292.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. // /* diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b173313/b173313.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b173313/b173313.il index ea35a50a775bcb..a53e5694033bd9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b173313/b173313.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b173313/b173313.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b193264/b193264.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b193264/b193264.il index 3d9f880a3c3066..3530016b411c35 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b193264/b193264.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b193264/b193264.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b48850/b48850.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b48850/b48850.il index b09224e8c99ff3..b2a5f729a4599c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b48850/b48850.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b48850/b48850.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 mscorlib { } diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b561129/b561129.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b561129/b561129.cs index e01d4f794dd591..bb223f4d1cbb2d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b561129/b561129.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b561129/b561129.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b565808/b565808.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b565808/b565808.cs index ebeee8efe8cfdc..271ef32847e6cd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b565808/b565808.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b565808/b565808.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b569942/b569942.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b569942/b569942.cs index 937b2c742315e3..7af66a0f7e02f5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b569942/b569942.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b569942/b569942.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. internal class TEST { diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b589202/b589202.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b589202/b589202.cs index 47b0a58c3c1254..abff7c8c39a061 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b589202/b589202.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b589202/b589202.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b598034/b598034.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b598034/b598034.cs index eb373be06a1142..72830b441652c2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b598034/b598034.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b598034/b598034.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b598649/b598649.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b598649/b598649.cs index 0dc44f224eb124..fc75b57566075f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b598649/b598649.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b598649/b598649.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b602004/Inline_Vars2.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b602004/Inline_Vars2.cs index c4e6c7e4037b09..fbe28c7b54bef7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b602004/Inline_Vars2.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b602004/Inline_Vars2.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. // // coverage for mscorjit!emitter::emitLclVarAddr::setVarNum diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b608066/b608066.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b608066/b608066.cs index 00eef84cd30968..b2dd1ced333218 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b608066/b608066.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b608066/b608066.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. // //The test checks for a gchole and an assert failure. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b608198/b608198.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b608198/b608198.cs index 51e721cb909929..40c9404e28d73e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b608198/b608198.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b608198/b608198.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. // /* diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609280/b609280.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609280/b609280.cs index 649c4f6f2acc0c..b72357d224580a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609280/b609280.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609280/b609280.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. // /*Incorrect code generated for assignment in multidimmensional arrays of large (>255 bytes) valuetypes by the x86 JIT. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609988/Desktop/b609988.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609988/Desktop/b609988.il index 783a689e929ef3..c508bb6d48f3ca 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609988/Desktop/b609988.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609988/Desktop/b609988.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609988/b609988.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609988/b609988.il index 5b951c793dff9d..b12bd001306663 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609988/b609988.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609988/b609988.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b610562/b610562.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b610562/b610562.cs index 0370c816432bd6..98456d60fb5e21 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b610562/b610562.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b610562/b610562.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. // //This bug exists in whidbey rtm (2.0.50727.42) and has been fixed in Orcas and PUCLR diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b610750/32vs64.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b610750/32vs64.cs index 3e4a2e9434ee43..bb896c03e51f11 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b610750/32vs64.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b610750/32vs64.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b610750/b610750.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b610750/b610750.cs index ec03e6ce05f7a9..6d8e03f550bf01 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b610750/b610750.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b610750/b610750.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. // // This is a test case created by briansul. it compares diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b611219/b611219.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b611219/b611219.cs index a8569c6495fea5..623e4af8462abe 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b611219/b611219.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b611219/b611219.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. // //A constrained virtual call to an intrinsic returns incorrect value. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b72218/b72218.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b72218/b72218.cs index 7e808b6d077aea..33e6bfe708b584 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b72218/b72218.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b72218/b72218.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/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.2/ddb/b429039/b429039.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.2/ddb/b429039/b429039.il index 36cd9ee7c00ffc..7cb8b1a930f8d6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.2/ddb/b429039/b429039.il +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.2/ddb/b429039/b429039.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. diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.2/ddb/ddb188478/DDB188478.cs b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.2/ddb/ddb188478/DDB188478.cs index 76a6f29de924e6..ea5761650313d8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.2/ddb/ddb188478/DDB188478.cs +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.2/ddb/ddb188478/DDB188478.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/coreclr/tests/src/JIT/Regression/Dev11/Dev11_457559/Dev11_457559.cs b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_457559/Dev11_457559.cs index b396fb696e8428..0ab75caeec0c48 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_457559/Dev11_457559.cs +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_457559/Dev11_457559.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/coreclr/tests/src/JIT/Regression/Dev11/Dev11_468598/Test_HndIndex_10_Plain.il b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_468598/Test_HndIndex_10_Plain.il index ce80efcfd2f0f3..ead817ce9bcfa9 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_468598/Test_HndIndex_10_Plain.il +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_468598/Test_HndIndex_10_Plain.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. diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_468598/Test_HndIndex_10_Reordered.il b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_468598/Test_HndIndex_10_Reordered.il index 8e44e1a72b2d9c..21367409bfbad2 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_468598/Test_HndIndex_10_Reordered.il +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_468598/Test_HndIndex_10_Reordered.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_5437/Dev11_5437.cs b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_5437/Dev11_5437.cs index ace6dbe22c1c50..e76bd103ffded7 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_5437/Dev11_5437.cs +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_5437/Dev11_5437.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/coreclr/tests/src/JIT/Regression/Dev11/Dev11_617302/Dev11_617302.cs b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_617302/Dev11_617302.cs index f85d085c017369..38e79cee496343 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_617302/Dev11_617302.cs +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_617302/Dev11_617302.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/coreclr/tests/src/JIT/Regression/Dev11/Dev11_646049/Dev11_646049.cs b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_646049/Dev11_646049.cs index dd6ebeebfbdb4d..c9f48423b966b9 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_646049/Dev11_646049.cs +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_646049/Dev11_646049.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/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131.il b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131.il index 04882d385691b8..e4231e5af5f8a2 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131.il +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_byte.il b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_byte.il index ba6528a6a899f4..1fbf5a0d2f8e8d 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_byte.il +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_byte.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.Console diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_fld.il b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_fld.il index d282549d32896d..37afd96f5b02e0 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_fld.il +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_fld.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_intptr.il b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_intptr.il index 5b4ec0556a27fd..a985aac1e9c24c 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_intptr.il +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_intptr.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_struct.il b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_struct.il index c6b7d013c3bc00..a306c1a573d532 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_struct.il +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_struct.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_10623/DevDiv2_10623.cs b/src/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_10623/DevDiv2_10623.cs index c46512c85e90a7..57b513c50e5b82 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_10623/DevDiv2_10623.cs +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_10623/DevDiv2_10623.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/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_11321/DevDiv2_11321.il b/src/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_11321/DevDiv2_11321.il index 756ccc0e8e0779..06419d9290aa0b 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_11321/DevDiv2_11321.il +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_11321/DevDiv2_11321.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 mscorlib { diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_8863/DevDiv2_8863.cs b/src/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_8863/DevDiv2_8863.cs index f4aeead4e966ed..c3df1eff8a95f7 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_8863/DevDiv2_8863.cs +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_8863/DevDiv2_8863.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/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_14131/VectorForwarder.il b/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_14131/VectorForwarder.il index 38ffadf026d770..ecd9be31b2a3a9 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_14131/VectorForwarder.il +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_14131/VectorForwarder.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_243742/app.cs b/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_243742/app.cs index 9516b845aa174c..0df255aabed5df 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_243742/app.cs +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_243742/app.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. /* * Regression test for Dev11 243742 [Triton] diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_243742/dll.cs b/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_243742/dll.cs index d8d0810f4c1df5..e792f940195021 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_243742/dll.cs +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_243742/dll.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/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_90434/UseUnalignedDouble.il b/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_90434/UseUnalignedDouble.il index 3d8fe92b2c3cbc..f2342363f8f4df 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_90434/UseUnalignedDouble.il +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_90434/UseUnalignedDouble.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_111914/BadMax1.cs b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_111914/BadMax1.cs index 9110ba3bfba57d..249d78c8a5e095 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_111914/BadMax1.cs +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_111914/BadMax1.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/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_131317/BadBox1.cs b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_131317/BadBox1.cs index 858389b97d19fb..5bb03a76cb405d 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_131317/BadBox1.cs +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_131317/BadBox1.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/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_132534/Core.cs b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_132534/Core.cs index 9da9a33007b14f..136f828f307268 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_132534/Core.cs +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_132534/Core.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; namespace Test diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_132534/StandardSupport.cs b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_132534/StandardSupport.cs index 5867b744b72d62..8e74bedfce5b00 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_132534/StandardSupport.cs +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_132534/StandardSupport.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/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_132534/jmpwrappers.il b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_132534/jmpwrappers.il index 3ecfde42244ecb..a7b5c72b64d3d6 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_132534/jmpwrappers.il +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_132534/jmpwrappers.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 mscorlib { diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_135245/R3Trasher1.cs b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_135245/R3Trasher1.cs index ac102b7ca19458..b13f72462c28e3 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_135245/R3Trasher1.cs +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_135245/R3Trasher1.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/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_13748/ReflectOnField.il b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_13748/ReflectOnField.il index cf4695c7f88915..c58bfa64b6a2d6 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_13748/ReflectOnField.il +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_13748/ReflectOnField.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. diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_145295/BadUnwind2.cs b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_145295/BadUnwind2.cs index 52cc1081fd47a8..ea6edf9e754e05 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_145295/BadUnwind2.cs +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_145295/BadUnwind2.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/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_145295/ilpart.il b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_145295/ilpart.il index b5bc2ed9f781e0..47e168986d2405 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_145295/ilpart.il +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_145295/ilpart.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. .module extern CSharpPart.netmodule diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_149090/GcHole1.cs b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_149090/GcHole1.cs index 5b12d88fad7806..a4d4236f244bf0 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_149090/GcHole1.cs +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_149090/GcHole1.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/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_154899/DynamicStaticAlignment1.cs b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_154899/DynamicStaticAlignment1.cs index e78d196dd09a11..2071fe1243090e 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_154899/DynamicStaticAlignment1.cs +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_154899/DynamicStaticAlignment1.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/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_239804/ShowLocallocAlignment.cs b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_239804/ShowLocallocAlignment.cs index 1eef50e931dfd3..4ab7b6c585c493 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_239804/ShowLocallocAlignment.cs +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_239804/ShowLocallocAlignment.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. // Check that localloc return properly aligned memory. // The JIT guarantees that the localloc return value is at least as aligned as the platform stack alignment, which is: diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_27971/UninitializedHighWord.cs b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_27971/UninitializedHighWord.cs index 934833d282d1a1..9f492764915574 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_27971/UninitializedHighWord.cs +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_27971/UninitializedHighWord.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/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_28763/R3Contention.cs b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_28763/R3Contention.cs index f34ce9e5a29744..02af4ae6957580 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_28763/R3Contention.cs +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_28763/R3Contention.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/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_91048/UseTrashedVfp1.cs b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_91048/UseTrashedVfp1.cs index c2f926408a73c4..b63e6169d90d63 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_91048/UseTrashedVfp1.cs +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_91048/UseTrashedVfp1.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/coreclr/tests/src/JIT/Regression/Dev11/dev10_865840/dev10_865840.il b/src/coreclr/tests/src/JIT/Regression/Dev11/dev10_865840/dev10_865840.il index ea136ebbb5326c..d7a7d3d0a14b8c 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/dev10_865840/dev10_865840.il +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/dev10_865840/dev10_865840.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. diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/dev10_94677/loopvt.cs b/src/coreclr/tests/src/JIT/Regression/Dev11/dev10_94677/loopvt.cs index 353f1fd39f3836..c7f3933da64f83 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/dev10_94677/loopvt.cs +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/dev10_94677/loopvt.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. // /* diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_10427/conv_ovf_i4.il b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_10427/conv_ovf_i4.il index 6c95eff6ecdd2c..17be6038658934 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_10427/conv_ovf_i4.il +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_10427/conv_ovf_i4.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 Conv_ovf_u4_Bug {} diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_13912/dev11_13912.cs b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_13912/dev11_13912.cs index dbae31b2e236b8..0d1c791a19e632 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_13912/dev11_13912.cs +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_13912/dev11_13912.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/coreclr/tests/src/JIT/Regression/Dev11/dev11_165544/seqpts.cs b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_165544/seqpts.cs index 2b1515da4d212d..0a6933bd754376 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_165544/seqpts.cs +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_165544/seqpts.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. // /* diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_20929/dev11_20929.cs b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_20929/dev11_20929.cs index dd9b6c01fbaff2..d9730fb4535c68 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_20929/dev11_20929.cs +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_20929/dev11_20929.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/coreclr/tests/src/JIT/Regression/Dev11/dev11_4421/Dev11_4421.cs b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_4421/Dev11_4421.cs index 9bf8ede1c738c9..f85ed85ceb0ee0 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_4421/Dev11_4421.cs +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_4421/Dev11_4421.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/coreclr/tests/src/JIT/Regression/Dev11/dev11_76013/Dev11_76013.cs b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_76013/Dev11_76013.cs index 92535033bb932d..4207d7c29a1028 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_76013/Dev11_76013.cs +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_76013/Dev11_76013.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.Net; diff --git a/src/coreclr/tests/src/JIT/Regression/Dev14/DevDiv_876169/DevDiv_876169.cs b/src/coreclr/tests/src/JIT/Regression/Dev14/DevDiv_876169/DevDiv_876169.cs index 2aaa809b6fb068..b385dbb21b0900 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev14/DevDiv_876169/DevDiv_876169.cs +++ b/src/coreclr/tests/src/JIT/Regression/Dev14/DevDiv_876169/DevDiv_876169.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/coreclr/tests/src/JIT/Regression/JitBlue/CoreFX_15913/CoreFX_15913.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/CoreFX_15913/CoreFX_15913.cs index 326c9205748198..39615cf4c2843a 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/CoreFX_15913/CoreFX_15913.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/CoreFX_15913/CoreFX_15913.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.Numerics; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_142976/DevDiv_142976.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_142976/DevDiv_142976.cs index 7b0151793b1963..474c8f269d8af9 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_142976/DevDiv_142976.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_142976/DevDiv_142976.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; @@ -53,4 +52,4 @@ public static int Main() Console.WriteLine("Pass"); return 100; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_150265/DevDiv_150265.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_150265/DevDiv_150265.cs index a7a96b10787192..f78169255f953c 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_150265/DevDiv_150265.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_150265/DevDiv_150265.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/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_150586/DevDiv_150586.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_150586/DevDiv_150586.il index ed67fec3b003d1..6db52be8cb881b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_150586/DevDiv_150586.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_150586/DevDiv_150586.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. // This il tests importation of unbox[_any] when there are pending evaluations on the stack that side-effect // the arguments of the unbox. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_168744/DevDiv_168744.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_168744/DevDiv_168744.cs index 6bc3202f1125bb..11a822767d15ab 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_168744/DevDiv_168744.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_168744/DevDiv_168744.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/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_199169/DevDiv_199169.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_199169/DevDiv_199169.il index 482c69536c3a7b..e31584c25237ad 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_199169/DevDiv_199169.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_199169/DevDiv_199169.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 legacy library mscorlib {} .assembly DevDiv_199169 diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_200492/DevDiv_200492.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_200492/DevDiv_200492.cs index 41f067a24a3d67..1d5fe25c524bad 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_200492/DevDiv_200492.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_200492/DevDiv_200492.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.Reflection; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_205323/starg0.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_205323/starg0.il index d69453372de4e8..d363fa06d5d03d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_205323/starg0.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_205323/starg0.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. // Storing to arg 0 in an instance method requires special // handling by the jit. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_206786/handleMath.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_206786/handleMath.il index 18c76afbd9f59c..f7d841d88401b1 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_206786/handleMath.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_206786/handleMath.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. // Need to be careful about constant folding and handles // during prejitting. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_216571/DevDiv_216571.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_216571/DevDiv_216571.il index 50622775c593f1..69aadf0bcbb3f1 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_216571/DevDiv_216571.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_216571/DevDiv_216571.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. // Optimizations that attempt to track values that are reinterpreted // in different types require special handling. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_255263/DevDiv_255263.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_255263/DevDiv_255263.il index 497cf6c6712de1..414aaf47ad0178 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_255263/DevDiv_255263.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_255263/DevDiv_255263.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_255294/DevDiv_255294.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_255294/DevDiv_255294.cs index 05f1d90aaccb22..8e51591aaccc19 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_255294/DevDiv_255294.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_255294/DevDiv_255294.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/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278365/DevDiv_278365.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278365/DevDiv_278365.cs index 631175a38e79a7..d1709109c9249f 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278365/DevDiv_278365.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278365/DevDiv_278365.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/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278369/DevDiv_278369.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278369/DevDiv_278369.il index cf077786d9652e..c2b492cfaeb48d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278369/DevDiv_278369.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278369/DevDiv_278369.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. // This test checks that value numbering does not incorrectly propagate the value number for an operand to its // consuming operator unless the type of the operand and the operator agree. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278371/DevDiv_278371.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278371/DevDiv_278371.il index 447392e1fd2a23..53990924e979a6 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278371/DevDiv_278371.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278371/DevDiv_278371.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. // Test for a bug involving an initblk with a non-constant size, // which uses rep movs on x86 (x64 uses a helper call). diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278372/DevDiv_278372.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278372/DevDiv_278372.il index 10818771717eea..2d10e82ec2a769 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278372/DevDiv_278372.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278372/DevDiv_278372.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. // This test is a reduced repro case for DevDiv VSO bug 278372. // The failure mode is that the RyuJIT/x86 backend was not correctly diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278375/DevDiv_278375.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278375/DevDiv_278375.cs index ecd7e7fa3898df..3a9fa374f156ee 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278375/DevDiv_278375.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278375/DevDiv_278375.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; @@ -128,4 +127,4 @@ static int Main(string[] args) } return returnVal; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278523/DevDiv_278523_32.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278523/DevDiv_278523_32.il index c597ea4c7b1228..9660cf16efb5e5 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278523/DevDiv_278523_32.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278523/DevDiv_278523_32.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 mscorlib {} .assembly a {} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278523/DevDiv_278523_64.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278523/DevDiv_278523_64.il index 345687da0789aa..7f86d6f6a17ab8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278523/DevDiv_278523_64.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278523/DevDiv_278523_64.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 mscorlib {} .assembly a {} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278526/DevDiv_278526.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278526/DevDiv_278526.cs index e3c494b66dbbd0..727465703e9c67 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278526/DevDiv_278526.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278526/DevDiv_278526.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. // This test was originally a repro for an assertion regarding incorrect value number of the tree in cse. // The repro requires that the tree and its child are considered by cse and child is binary sub (a - b). diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_279396/DevDiv_279396.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_279396/DevDiv_279396.il index 70e02027fc47f9..2dfaf0e29d0286 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_279396/DevDiv_279396.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_279396/DevDiv_279396.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 mscorlib {} .assembly DevDiv_279396 {} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_279829/DevDiv_279829.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_279829/DevDiv_279829.il index 96c22d24d6c3a2..3f84058d2375d6 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_279829/DevDiv_279829.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_279829/DevDiv_279829.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 mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_280120/DevDiv_280120.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_280120/DevDiv_280120.cs index 39888b100d2cd9..a28f5040e06066 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_280120/DevDiv_280120.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_280120/DevDiv_280120.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. // This test was originally a repro for an assertion regarding incorrect lclVar ref counts due to a bug in the // decomposition of a long-typed st.lclFld node. The repro requires that a dead store of this type survives until diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_280123/DevDiv_280123.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_280123/DevDiv_280123.cs index 01e55ed580cfe2..da6eb516f52b6b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_280123/DevDiv_280123.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_280123/DevDiv_280123.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/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_280127/DevDiv_280127.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_280127/DevDiv_280127.cs index 3f8270f70c5086..2fd0afd50e13a1 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_280127/DevDiv_280127.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_280127/DevDiv_280127.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/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_283795/DevDiv_283795.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_283795/DevDiv_283795.cs index 55da5ba1e925ec..e8cc8fd2936c5d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_283795/DevDiv_283795.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_283795/DevDiv_283795.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/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_284785/DevDiv_284785.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_284785/DevDiv_284785.cs index 944993f0383cbd..663951cb73f3d7 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_284785/DevDiv_284785.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_284785/DevDiv_284785.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. // This test exercises expression folding in the place of overflowing operations. The original failure was SBCG due to // an incorrect application of the same: in the program below, the checked int -> ulong cast on line 24 was folded to a diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_288222/DevDiv_288222.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_288222/DevDiv_288222.cs index e24c7977bad5a8..dbc4ad424b1642 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_288222/DevDiv_288222.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_288222/DevDiv_288222.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/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359733/DevDiv_359733.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359733/DevDiv_359733.il index 18a712a4ae2e03..41e77dbef844b0 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359733/DevDiv_359733.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359733/DevDiv_359733.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. // This test originally triggered an assert during remorphing while performing constant propagation when // extracting the side effects of a discarded tree (specifically, the tree that corresponds to the xor in diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359734/DevDiv_359734.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359734/DevDiv_359734.il index 43f55b6e81ec8a..921936b0237e6f 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359734/DevDiv_359734.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359734/DevDiv_359734.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. // The original bug for this test was an assertion after the following sequence of events: // - Assertion propagation constant propagated away the ldlocs, or, and shl in the IL at label "expr" diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359736/DevDiv_359736.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359736/DevDiv_359736.cs index 56f7b903f3f220..eaf80a845f8fcd 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359736/DevDiv_359736.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359736/DevDiv_359736.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/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359737/DevDiv_359737.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359737/DevDiv_359737.il index 9917c21fca4031..c97cb94ffe68b9 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359737/DevDiv_359737.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359737/DevDiv_359737.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 mscorlib {} .assembly DevDiv_359737 {} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_367099/DevDiv_367099.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_367099/DevDiv_367099.il index f01b508ffd506f..358d9f0f1d4181 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_367099/DevDiv_367099.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_367099/DevDiv_367099.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_397793/DevDiv_397793.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_397793/DevDiv_397793.il index 95d40b6bed4d4c..6965aa2823b28a 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_397793/DevDiv_397793.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_397793/DevDiv_397793.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 mscorlib{} .assembly ILGEN_MODULE{} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_405852/DevDiv_405852.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_405852/DevDiv_405852.il index 10ec369fd4c9c8..02c11869bd3622 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_405852/DevDiv_405852.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_405852/DevDiv_405852.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_406156/DevDiv_406156.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_406156/DevDiv_406156.il index c907bc91f8cdec..861f260f0219e1 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_406156/DevDiv_406156.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_406156/DevDiv_406156.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 mscorlib{} .assembly ILGEN_MODULE{} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_406158/DevDiv_406158.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_406158/DevDiv_406158.il index ad0dc1f9f331f3..233c05768c766e 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_406158/DevDiv_406158.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_406158/DevDiv_406158.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 mscorlib{} .assembly ILGEN_MODULE{} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_406160/DevDiv_406160.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_406160/DevDiv_406160.il index a7eaea4def1202..d7c7005b5f8a9e 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_406160/DevDiv_406160.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_406160/DevDiv_406160.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. // Metadata version: v4.0.30319 @@ -80,4 +79,4 @@ IL_0006: ret } // end of method Program::.ctor -} // end of class Bug.Program \ No newline at end of file +} // end of class Bug.Program diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_461649/DevDiv_461649.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_461649/DevDiv_461649.cs index 0265f430653b9c..fdf7cd4bc9d6a4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_461649/DevDiv_461649.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_461649/DevDiv_461649.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.IO; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_462269/DevDiv_462269.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_462269/DevDiv_462269.il index 344879cace2dd1..77413e4ae608c6 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_462269/DevDiv_462269.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_462269/DevDiv_462269.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 mscorlib{} .assembly ILGEN_MODULE{} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_462274/DevDiv_462274.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_462274/DevDiv_462274.il index e06932912cac5a..d5c603c23fcd6b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_462274/DevDiv_462274.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_462274/DevDiv_462274.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 mscorlib{} .assembly ILGEN_MODULE{} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_468732/DevDiv_468732.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_468732/DevDiv_468732.cs index 6b184038ae3b98..6b5c4fd5e01712 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_468732/DevDiv_468732.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_468732/DevDiv_468732.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. // Repro case for a bug involving byref-typed appearances of int-typed lclVars. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_471670/DevDiv_471670.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_471670/DevDiv_471670.il index 81fa6064668bd7..e35405618f10fc 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_471670/DevDiv_471670.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_471670/DevDiv_471670.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 mscorlib{} .assembly ILGEN_MODULE{} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487699/DevDiv_487699.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487699/DevDiv_487699.il index f76f3894c3cdc7..4b8da8bf2d4bfc 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487699/DevDiv_487699.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487699/DevDiv_487699.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 mscorlib {} .assembly a {} @@ -125,4 +124,4 @@ ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487701/DevDiv_487701.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487701/DevDiv_487701.il index 80f2eade6b8f70..d45ec7601fc4a0 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487701/DevDiv_487701.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487701/DevDiv_487701.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 mscorlib {} .assembly ILGEN_MODULE {} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487702/DevDiv_487702.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487702/DevDiv_487702.il index 97072cd9a5ef5b..60f15592408488 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487702/DevDiv_487702.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487702/DevDiv_487702.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 mscorlib {} .assembly ILGEN_MODULE {} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487703/DevDiv_487703.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487703/DevDiv_487703.il index 9c28588a192284..5484884ebc3143 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487703/DevDiv_487703.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487703/DevDiv_487703.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 mscorlib {} .assembly ILGEN_MODULE {} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_491206/DevDiv_491206.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_491206/DevDiv_491206.il index 6bfe60bebb2165..6f18fc2c0b7f66 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_491206/DevDiv_491206.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_491206/DevDiv_491206.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 mscorlib {} .assembly a {} @@ -67,4 +66,4 @@ ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_491211/DevDiv_491211.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_491211/DevDiv_491211.il index 5d303e2a4a53a4..d4d125cbc40470 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_491211/DevDiv_491211.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_491211/DevDiv_491211.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 mscorlib {} .assembly ILGEN_MODULE {} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_495792/DevDiv_495792.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_495792/DevDiv_495792.il index 84f488d161425e..9e467ec862fc9c 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_495792/DevDiv_495792.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_495792/DevDiv_495792.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 mscorlib {} .assembly a {} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_524309/DevDiv_524309.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_524309/DevDiv_524309.il index 529fb95169fbb3..e8f92310c1882c 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_524309/DevDiv_524309.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_524309/DevDiv_524309.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 {auto} .assembly DevDiv_524309 {} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_534476/DevDiv_534476.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_534476/DevDiv_534476.il index 29bfb86befcb14..e6993a7bc12398 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_534476/DevDiv_534476.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_534476/DevDiv_534476.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 {auto} .assembly extern System.Console {auto} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_541648/DevDiv_541648.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_541648/DevDiv_541648.il index b8ef6b25e1ee68..13137fe7d86911 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_541648/DevDiv_541648.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_541648/DevDiv_541648.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 mscorlib { auto } .assembly extern System.Runtime { auto } diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_541653/DevDiv_541653.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_541653/DevDiv_541653.cs index eac3182ff43f5f..8df1a0e4e5f77f 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_541653/DevDiv_541653.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_541653/DevDiv_541653.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. // // The bug captured by this test was a case where: diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_543057/DevDiv_543057.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_543057/DevDiv_543057.cs index f01e3b9ad4a164..1da70ffa7d2d90 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_543057/DevDiv_543057.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_543057/DevDiv_543057.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. // // This tests passing variables in registers, which result in pass-through diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_543057a/DevDiv_543057a.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_543057a/DevDiv_543057a.cs index cfa907ad31a603..23c823a7fc4d3b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_543057a/DevDiv_543057a.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_543057a/DevDiv_543057a.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. // // The bug captured by this test was a case where: diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_544983/DevDiv_544983.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_544983/DevDiv_544983.il index da4afe1c1b7602..cf231b418f6bc2 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_544983/DevDiv_544983.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_544983/DevDiv_544983.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. // The bug that this test captures was a case where odd float register became free, // the corresponding even register was already free, and there was a double interval diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_544985/DevDiv_544985.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_544985/DevDiv_544985.il index 907b3e0bc2dfba..03fc6ce01b5528 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_544985/DevDiv_544985.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_544985/DevDiv_544985.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 mscorlib { auto } .assembly extern System.Runtime { auto } diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_545497/DevDiv_545497.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_545497/DevDiv_545497.il index fa6bf4997d0544..bb12cc7b336d6e 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_545497/DevDiv_545497.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_545497/DevDiv_545497.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. // The bug that this test captures was a case where arm LSRA built wrong uses order for // the IL_0090 shift operand. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_545500/DevDiv_545500.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_545500/DevDiv_545500.il index 9d66bcbe18f198..99f944c17996aa 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_545500/DevDiv_545500.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_545500/DevDiv_545500.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. // The bug that this test captures was a case where a call to a divide helper // was being removed as dead code, but the GT_FIELD_LIST node for the int64 diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_545504/DevDiv_545504.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_545504/DevDiv_545504.cs index 80817c0d5c748f..edc4e744df9a88 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_545504/DevDiv_545504.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_545504/DevDiv_545504.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. // // The bug captured by this test was an ARM failure where: diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_546018/DevDiv_546018.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_546018/DevDiv_546018.cs index 95a87e8087b806..fec6cb23c1016e 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_546018/DevDiv_546018.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_546018/DevDiv_546018.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. // // This tests an interop call (resulting in RETURNTRAP in its epilog) diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_590771/DevDiv_590771.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_590771/DevDiv_590771.il index d5167c2852080b..168558c1017fb3 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_590771/DevDiv_590771.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_590771/DevDiv_590771.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 mscorlib { auto } .assembly extern System.Runtime { auto } diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_590772/DevDiv_590772.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_590772/DevDiv_590772.il index 49d00c3cb707b3..fd886bda9bb9b8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_590772/DevDiv_590772.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_590772/DevDiv_590772.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 mscorlib { auto } .assembly extern System.Runtime { auto } diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_591210/DevDiv_591210.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_591210/DevDiv_591210.il index cbf2eae5f8b921..a1fbace5c4b5fc 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_591210/DevDiv_591210.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_591210/DevDiv_591210.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. // Test description diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_605447/DevDiv_605447.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_605447/DevDiv_605447.il index 92c8466bb233d2..9d499887648a8a 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_605447/DevDiv_605447.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_605447/DevDiv_605447.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 mscorlib { auto } .assembly extern System.Runtime { auto } diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_653853/DevDiv_653853.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_653853/DevDiv_653853.cs index 423acaa1699bc9..7f0cb6dc26251e 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_653853/DevDiv_653853.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_653853/DevDiv_653853.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/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_710234/DevDiv_710234.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_710234/DevDiv_710234.il index 8686dcd73b9397..254aadfa9234dc 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_710234/DevDiv_710234.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_710234/DevDiv_710234.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 mscorlib { auto } .assembly extern System.Runtime { auto } diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_714266/DevDiv_714266.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_714266/DevDiv_714266.cs index 23bb5e9768c30d..7dd646fb0463dc 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_714266/DevDiv_714266.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_714266/DevDiv_714266.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.Numerics; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_718151/DevDiv_718151.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_718151/DevDiv_718151.cs index 1b737a52911aee..8cf162c2ce37b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_718151/DevDiv_718151.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_718151/DevDiv_718151.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. // The test originally showed unsupported PUTARG_STK(OBJ(LCL_FLD_ADDR)) when both OBJ and LCL_FLD_ADDR were contained. // codegenarmarch `genPutArgStk` did not expect that. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_736188/DevDiv_736188.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_736188/DevDiv_736188.cs index a76c0b44d7c779..212709e730220d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_736188/DevDiv_736188.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_736188/DevDiv_736188.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. // The test exposed an issue in the prolog generation for arm64. The jit did not expect any holes in the mask // of registers that needed to be zero initialized in the prolog. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_754566/DevDiv_754566.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_754566/DevDiv_754566.il index 21290d24daf72a..fd1e6c28937950 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_754566/DevDiv_754566.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_754566/DevDiv_754566.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. // Metadata version: v4.0.30319 diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115.cs index 94b43f27986649..c11804ea32bc0b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115.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/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631.cs index 3f699966351dd5..88196db75021a0 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631.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/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940.cs index cf97e47a780a11..7250c94b23fb7f 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940.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/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617.cs index 1d10dae3f857c7..5fc94edd8ced1d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10215/GitHub_10215.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10215/GitHub_10215.cs index 80b640ae560d87..1fc60de83ad968 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10215/GitHub_10215.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10215/GitHub_10215.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10481/GitHub_10481.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10481/GitHub_10481.cs index 1c7a946fc24d16..8ab2d092b910ef 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10481/GitHub_10481.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10481/GitHub_10481.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10621/GitHub_10621.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10621/GitHub_10621.cs index 9f2a4b333e24d8..17ce8d03eacd27 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10621/GitHub_10621.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10621/GitHub_10621.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10714/GitHub_10714.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10714/GitHub_10714.cs index 1c8cd4656452e6..69c1fa6914933f 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10714/GitHub_10714.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10714/GitHub_10714.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10780/GitHub_10780.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10780/GitHub_10780.cs index 7b69838a3ac4a7..a7e8f3216a5fd7 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10780/GitHub_10780.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10780/GitHub_10780.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. // Repro case for a bug involving hoisting of static field loads out of // loops and (illegally) above the corresponding type initializer calls. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10940/GitHub_10940.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10940/GitHub_10940.cs index 2a72bd8a851b7a..d31469010711f9 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10940/GitHub_10940.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10940/GitHub_10940.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1133/GitHub_1133.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1133/GitHub_1133.cs index 0b941f170f3ca8..a5fada9c9f6d1c 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1133/GitHub_1133.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1133/GitHub_1133.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11343/GitHub_11343.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11343/GitHub_11343.cs index e23d9fc76c8211..dcb93340204bca 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11343/GitHub_11343.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11343/GitHub_11343.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11407/GitHub_11407.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11407/GitHub_11407.cs index dcdbe720357fad..4854d747bbf900 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11407/GitHub_11407.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11407/GitHub_11407.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. // This test has two effectively identical initializations of an // array of byte vs. an array of structs containing a single byte field. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11408/GitHub_11408.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11408/GitHub_11408.cs index 715cd5f0cffadf..ed0bdb976675a3 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11408/GitHub_11408.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11408/GitHub_11408.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11508/GitHub_11508.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11508/GitHub_11508.cs index 11081ba9aeaf73..de9eb4e1725b67 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11508/GitHub_11508.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11508/GitHub_11508.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11574/GitHub_11574.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11574/GitHub_11574.cs index 9e6e5d94cd8801..e2b80f32b88ec3 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11574/GitHub_11574.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11574/GitHub_11574.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1161/GitHub_1161.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1161/GitHub_1161.cs index b53382b045670a..144f437bf78b3e 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1161/GitHub_1161.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1161/GitHub_1161.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. // This test illustrates a limitation in the JIT in that it will not promote // a struct that has a single double register. See https://github.com/dotnet/coreclr/issues/1161. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11689/GitHub_11689.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11689/GitHub_11689.cs index 3d8428c928cc6d..07fa42dc9158fe 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11689/GitHub_11689.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11689/GitHub_11689.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. // Repro case for a bug involving hoisting of static field loads out of // loops and (illegally) above the corresponding type initializer calls. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11733/GitHub_11733.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11733/GitHub_11733.cs index 2c49d298d8b823..01cc441f2ceb9d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11733/GitHub_11733.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11733/GitHub_11733.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11804/GitHub_11804.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11804/GitHub_11804.il index 2a8e7507a9da18..282d0e4c2174a2 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11804/GitHub_11804.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11804/GitHub_11804.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 { auto } diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11814/GitHub_11814.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11814/GitHub_11814.cs index 16ca8c2f27eb31..abc145e8591bf8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11814/GitHub_11814.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11814/GitHub_11814.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. // Repro case for a bug involving failure to rewrite all references // to a promoted implicit byref struct parameter. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11816/GitHub_11816.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11816/GitHub_11816.cs index a7e308c1b7b326..e6ef3c40101925 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11816/GitHub_11816.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11816/GitHub_11816.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. // This test captures the redundant struct zeroing from https://github.com/dotnet/coreclr/issues/11816. // Since the issue was filed, the 'TestStructManuallyInlined' case has apparently diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12037/GitHub_12037.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12037/GitHub_12037.cs index 527a8a18a62ff5..dc87a9b1a34f7b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12037/GitHub_12037.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12037/GitHub_12037.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12392/GitHub_12392.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12392/GitHub_12392.cs index 23058fd768a9bc..f43c3d20af48a9 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12392/GitHub_12392.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12392/GitHub_12392.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.Reflection; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12398/Github_12398.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12398/Github_12398.cs index 69057f33a3026a..a74d87e13e2bf5 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12398/Github_12398.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12398/Github_12398.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. // // GitHub12398: Lowering is inconsistent in checking safety of RegOptional. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12761/GitHub_12761.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12761/GitHub_12761.il index 33f2312e55cb0b..2cd4178d8b05b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12761/GitHub_12761.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12761/GitHub_12761.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 mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_1.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_1.cs index c436802e40e442..53a1fdc9e4ee3e 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_1.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_1.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_2.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_2.cs index bbdc67ddc8e705..164ddfda8207da 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_2.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_2.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_3.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_3.cs index b7247c15a152a4..39b848a0aed741 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_3.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_3.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_4.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_4.cs index 126cdb9e3bbf8c..a2092602c0ff52 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_4.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_4.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_5.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_5.cs index 95a89457edd729..75fac1cf8290d0 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_5.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_5.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_6.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_6.cs index 1371dbbd47a3c2..a023c4c12de4d6 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_6.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_6.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_7.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_7.cs index 3ba6cd2e681441..1c153ba6cb7f39 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_7.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_7.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_8.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_8.cs index d5daa43f67bc9e..a4bca831101441 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_8.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_8.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12950/GitHub_12950.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12950/GitHub_12950.cs index 73abf003a1babe..22e4476f58054f 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12950/GitHub_12950.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12950/GitHub_12950.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.Numerics; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1296/GitHub_1296.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1296/GitHub_1296.cs index 4ae16202929741..f576127bca0884 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1296/GitHub_1296.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1296/GitHub_1296.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; // Simple struct containing two integers (size 8). @@ -89,4 +88,4 @@ static int Callee(MyStruct regParam1, int regParam2, int regParam3, int regParam return regParam1.C; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13056/GitHub_13056.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13056/GitHub_13056.cs index ed21fe17c51b91..e80e9de5adcdeb 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13056/GitHub_13056.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13056/GitHub_13056.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; @@ -38,4 +37,4 @@ public static int Main() return Pass; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13057/GitHub_13057.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13057/GitHub_13057.cs index 8076706309b0bb..8989499bc1e07b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13057/GitHub_13057.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13057/GitHub_13057.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1323/GitHub_1323.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1323/GitHub_1323.cs index a346348fa2691d..d4d04acc0f7a27 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1323/GitHub_1323.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1323/GitHub_1323.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13404/GitHub_13404.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13404/GitHub_13404.il index 0841e9f02b106b..15ec7fd038e901 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13404/GitHub_13404.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13404/GitHub_13404.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 mscorlib {auto} .assembly extern System.Console {auto} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13486/GitHub_13486.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13486/GitHub_13486.cs index cb4bd4e2b638ca..e56b41deabe483 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13486/GitHub_13486.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13486/GitHub_13486.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13501/GitHub_13501.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13501/GitHub_13501.il index d7626473917ecb..3d3c84926fc9d5 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13501/GitHub_13501.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13501/GitHub_13501.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.Console { auto } diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13561/GitHub_13561.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13561/GitHub_13561.cs index d5cbb92f158fdb..b43cddb8dc2680 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13561/GitHub_13561.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13561/GitHub_13561.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13568/GitHub_13568.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13568/GitHub_13568.cs index 98a136c1e69d0e..b64cee7b40f1ca 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13568/GitHub_13568.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13568/GitHub_13568.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.Numerics; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13822/GitHub_13822.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13822/GitHub_13822.il index 8a22a7a80b6121..38d0121d10455a 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13822/GitHub_13822.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13822/GitHub_13822.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 mscorlib { auto } diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13910/GitHub_13910.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13910/GitHub_13910.cs index d1805d1fa05c52..d6df16d97badf9 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13910/GitHub_13910.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13910/GitHub_13910.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13919/GitHub_13919.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13919/GitHub_13919.cs index 95c5ae0f8673af..62fae07e25e407 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13919/GitHub_13919.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13919/GitHub_13919.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14028/GitHub_14028.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14028/GitHub_14028.cs index dcd57eff990101..1ba34d778fea40 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14028/GitHub_14028.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14028/GitHub_14028.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14116/GitHub_14116.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14116/GitHub_14116.il index 7d3482f684194a..c4ab6797e9340e 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14116/GitHub_14116.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14116/GitHub_14116.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 mscorlib {auto} .assembly extern System.Console {auto} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14321/GitHub_14321.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14321/GitHub_14321.il index 4dc1b41ea9c5f4..40c7cc42eb31ff 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14321/GitHub_14321.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14321/GitHub_14321.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 mscorlib {auto} .assembly extern System.Console {auto} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14455/GitHub_14455.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14455/GitHub_14455.il index 473e13273b7c0e..2898a14370feca 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14455/GitHub_14455.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14455/GitHub_14455.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. // It is a non-stress repro for the issue #14455. // growTree is optimized as fast tail call and converted to a loop. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14783/GitHub_14783.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14783/GitHub_14783.cs index 2f3826250d4019..281fd3168f6a62 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14783/GitHub_14783.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14783/GitHub_14783.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14784/GitHub_14784.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14784/GitHub_14784.il index 7975342f4a9c4c..cd48659a9ff9b1 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14784/GitHub_14784.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14784/GitHub_14784.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. // Test for potentially incorrect optimizization of // diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15077/GitHub_15077.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15077/GitHub_15077.cs index 827bbc0133f67c..1f7a7c518ca0bb 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15077/GitHub_15077.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15077/GitHub_15077.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15291/GitHub_15291.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15291/GitHub_15291.il index d9c4330a22e444..5abc01140e3e99 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15291/GitHub_15291.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15291/GitHub_15291.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. // Test for casts of long shifts. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15319/GitHub_15319.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15319/GitHub_15319.cs index af7419f982010b..4b9c0615a8c94e 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15319/GitHub_15319.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15319/GitHub_15319.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.Linq; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15319/GitHub_15319_1.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15319/GitHub_15319_1.il index a4a1d159c7d675..118fd2044ea20d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15319/GitHub_15319_1.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15319/GitHub_15319_1.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. // Test for remorphing subexpressions in casts of long shifts. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15718/GitHub_15718.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15718/GitHub_15718.cs index fdcf12fd049dfe..7bb535bfdeca53 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15718/GitHub_15718.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15718/GitHub_15718.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15949/GitHub_15949.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15949/GitHub_15949.il index 34c07b13d25c84..9c893edd4ab7de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15949/GitHub_15949.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15949/GitHub_15949.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 mscorlib { auto } .assembly extern System.Console { auto } diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16041/GitHub_16041.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16041/GitHub_16041.il index 7edbddac3fe4b8..fe82bd59ac57ab 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16041/GitHub_16041.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16041/GitHub_16041.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 mscorlib { auto } .assembly GitHub_16041 { } diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_1.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_1.cs index 3a8a202cce9403..1a8c32993070bf 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_1.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_1.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_2.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_2.cs index e69fef1add965f..fa06060f66bdba 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_2.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_2.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_3.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_3.cs index ff5635258a3c9f..55cc9cce86e262 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_3.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_3.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16377/GitHub_16377.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16377/GitHub_16377.cs index 1f78cd0dcc5b4b..24dd9f9a768511 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16377/GitHub_16377.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16377/GitHub_16377.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16443/GitHub_16443.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16443/GitHub_16443.cs index 7273f0b7f998e4..a5711071db4329 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16443/GitHub_16443.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16443/GitHub_16443.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.Numerics; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16472/Github_16472.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16472/Github_16472.cs index d9a3b47624b182..d55e475f1e3290 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16472/Github_16472.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16472/Github_16472.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17329/GitHub_17329.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17329/GitHub_17329.cs index 4d5eb802ef786d..6142db2e058e43 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17329/GitHub_17329.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17329/GitHub_17329.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17585/GitHub_17585.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17585/GitHub_17585.il index 63547bea255980..63a1a29e0901f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17585/GitHub_17585.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17585/GitHub_17585.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. // This test shows an issue with tail call optimization of an interface call through Virtual Dispatch Stub. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17777/GitHub_17777.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17777/GitHub_17777.cs index 54b8f6ce056b8d..98dfb0ea9c3758 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17777/GitHub_17777.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17777/GitHub_17777.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17969/GitHub_17969.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17969/GitHub_17969.il index 7af2f54fd89f2d..964c4e5626be4e 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17969/GitHub_17969.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17969/GitHub_17969.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 mscorlib { auto } .assembly extern System.Console {auto} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18043/GitHub_18043.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18043/GitHub_18043.cs index 9e1becbdbf64cd..ba53c326cf21dc 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18043/GitHub_18043.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18043/GitHub_18043.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18056/Bool_And_Op.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18056/Bool_And_Op.cs index ee5e22201ac259..49a61c5fb71115 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18056/Bool_And_Op.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18056/Bool_And_Op.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. // // The test originally exposed the issue with predecessors lists: diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18144/GitHub_18144.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18144/GitHub_18144.cs index 499bde3ad586fd..b052a365a6df59 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18144/GitHub_18144.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18144/GitHub_18144.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18176/GitHub_18176.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18176/GitHub_18176.il index c4b33d89ab7bde..75f0ad2b187f71 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18176/GitHub_18176.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18176/GitHub_18176.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 mscorlib { auto } .assembly GitHub_18176 { } diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18232/GitHub_18232.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18232/GitHub_18232.cs index 0d8dfa535d25f4..819c369e4b16d1 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18232/GitHub_18232.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18232/GitHub_18232.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18235/GitHub_18235_1.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18235/GitHub_18235_1.cs index 190d2d371b70b4..2165c77a417ccc 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18235/GitHub_18235_1.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18235/GitHub_18235_1.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18235/GitHub_18235_2.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18235/GitHub_18235_2.cs index d3280d9427272c..556e30b0ee52c6 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18235/GitHub_18235_2.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18235/GitHub_18235_2.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. struct S0 { diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18238/GitHub_18238.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18238/GitHub_18238.cs index ac8e21b6f975a4..709698cb96393d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18238/GitHub_18238.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18238/GitHub_18238.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18259/GitHub_18259.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18259/GitHub_18259.cs index 795084e0db338c..e918eca294a7e7 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18259/GitHub_18259.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18259/GitHub_18259.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18291/GitHub_18291.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18291/GitHub_18291.il index d7f1752467e36c..1c07e50a5b3715 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18291/GitHub_18291.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18291/GitHub_18291.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. // The test showed an error in `Compiler::optVNConstantPropOnJTrue`, that // tried to remove the same tree twice. `IL_0083: brtrue` has known value @@ -186,4 +185,4 @@ IL_0007: ret } // end of method Program::.ctor -} // end of class GitHub_18291 \ No newline at end of file +} // end of class GitHub_18291 diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18295/GitHub_18295.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18295/GitHub_18295.il index fc17cf3d05eaaa..8310732e7720c8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18295/GitHub_18295.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18295/GitHub_18295.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 mscorlib { auto } .assembly extern System.Console {auto} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18332/GitHub_18332.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18332/GitHub_18332.cs index 57d6239d4406a2..dac13b326d26e2 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18332/GitHub_18332.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18332/GitHub_18332.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18362/GitHub_18362.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18362/GitHub_18362.cs index 695ca20981a52c..534627eb79f560 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18362/GitHub_18362.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18362/GitHub_18362.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.Numerics; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18408/GitHub_18408.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18408/GitHub_18408.cs index 6b0399dd6e37c3..8a2ac2a382977b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18408/GitHub_18408.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18408/GitHub_18408.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.Reflection; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18482/GitHub_18482.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18482/GitHub_18482.cs index fc7f62d3a3f9b3..ce18a2fede28bc 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18482/GitHub_18482.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18482/GitHub_18482.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18497/GitHub_18497.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18497/GitHub_18497.cs index c4359584f91996..5ec9777d44f858 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18497/GitHub_18497.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18497/GitHub_18497.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.Numerics; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522.cs index 8cbcc6e5b8b1c8..2b59c424feb776 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_1.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_1.cs index a5726451fb6c29..2348e28db56624 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_1.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_1.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_2.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_2.cs index ab4090d0d369a7..5f7ddb34c21743 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_2.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_2.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_3.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_3.cs index 9d6960cfcb7675..383cbffdb4caf3 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_3.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_3.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_4.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_4.cs index b6f54dc615073f..db322fef8de168 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_4.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_4.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_5.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_5.cs index fdb2a72dc9ca75..10796744e018aa 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_5.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_5.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_6.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_6.cs index 5a3990f509aed3..4d8944e0cb6e9f 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_6.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_6.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_7.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_7.cs index e59d3ded8b1983..b0c611319888aa 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_7.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_7.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_8.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_8.cs index 9bd91be9125ea2..2e4d9bab60010f 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_8.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_8.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18542/GitHub_18542.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18542/GitHub_18542.cs index 28ef079fca95ed..59869a3eb1944d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18542/GitHub_18542.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18542/GitHub_18542.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18582/GitHub_18582.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18582/GitHub_18582.cs index 0a589d18e8bbbc..ebd03029353309 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18582/GitHub_18582.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18582/GitHub_18582.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18672/GitHub_18672.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18672/GitHub_18672.cs index 51695fd944b895..9cfc90d1855466 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18672/GitHub_18672.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18672/GitHub_18672.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18770/GitHub_18770.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18770/GitHub_18770.cs index fde882df112077..da8f00e366b9c5 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18770/GitHub_18770.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18770/GitHub_18770.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18780/GitHub_18780.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18780/GitHub_18780.cs index 1833fe5c32348b..2f22ce349b855f 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18780/GitHub_18780.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18780/GitHub_18780.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18867/GitHub_18867.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18867/GitHub_18867.cs index ef5fd73c84cd09..20f5a766b80c1c 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18867/GitHub_18867.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18867/GitHub_18867.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18884/GitHub_18884.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18884/GitHub_18884.cs index 1cd9085bbe35bb..a35f578df1b5dc 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18884/GitHub_18884.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18884/GitHub_18884.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. // This bug had to do with the handling (reserving and killing) of RCX // for variable shift operations on X64. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18887/GitHub_18887.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18887/GitHub_18887.cs index c51de26735b7f7..ba45f1f8dc3185 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18887/GitHub_18887.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18887/GitHub_18887.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19022/GitHub_19022.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19022/GitHub_19022.cs index c5d1a8958615a7..09f50eb769fc19 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19022/GitHub_19022.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19022/GitHub_19022.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.Numerics; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19149/GitHub_19149.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19149/GitHub_19149.cs index e62ee0bb1e0fcd..11d6ed15f66cdc 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19149/GitHub_19149.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19149/GitHub_19149.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. // Bug report thanks to @mgravell // diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19171/GitHub_19171.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19171/GitHub_19171.cs index 71aeb8dbcc6265..32d2c995c00bae 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19171/GitHub_19171.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19171/GitHub_19171.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19197/GitHub_19197.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19197/GitHub_19197.cs index 6d18e0f44173e7..3265984a74fd1b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19197/GitHub_19197.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19197/GitHub_19197.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. // // This test was extracted from the corefx System.Numerics.Vectors tests, // and was failing with minOpts because a SIMD12 was being spilled using diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19222/GitHub_19222.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19222/GitHub_19222.il index 448f98a91974e1..0c27156721f28f 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19222/GitHub_19222.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19222/GitHub_19222.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. // Ensure that the jit doesn't rely on final methods for devirtualization // since a final method can be overridden by an explicit .override diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19243/GitHub_19243.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19243/GitHub_19243.cs index 68cd912d9382a7..9c9aa8acfad698 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19243/GitHub_19243.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19243/GitHub_19243.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. // // This test exposed a bug with the ordering of evaluation of a cpblk. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19256/GitHub_19256.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19256/GitHub_19256.cs index 261c07c4c2ed88..bc15ba1863a8a3 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19256/GitHub_19256.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19256/GitHub_19256.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19272/GitHub_19272.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19272/GitHub_19272.cs index dc46508152c37e..c6bc9388ab0ad8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19272/GitHub_19272.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19272/GitHub_19272.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. // The test showed an incorrect optimization of (int)(long<<32+) when the const 32+ tree // had side effects. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19288/GitHub_19288.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19288/GitHub_19288.cs index 8aac6a3081214b..7a6aa7f96a670c 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19288/GitHub_19288.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19288/GitHub_19288.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. // // This test exhibits a case where the JIT was passing a 3-byte struct // by loading 4-bytes, which is not always safe. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19361/GitHub_19361.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19361/GitHub_19361.cs index 10271c5c501bc8..09a6e68db255e5 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19361/GitHub_19361.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19361/GitHub_19361.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. // The test exposed a bug in CORINFO_HELP_ASSIGN_BYREF GC kill set on Unix x64. // that caused segfault. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19397/GitHub_19397.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19397/GitHub_19397.cs index c8ef4014896e81..799d4091087de5 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19397/GitHub_19397.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19397/GitHub_19397.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19438/GitHub_19438.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19438/GitHub_19438.cs index 8f738fafa48936..34340e4388c046 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19438/GitHub_19438.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19438/GitHub_19438.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.Numerics; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19444/GitHub_19444.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19444/GitHub_19444.cs index 73a12948870755..eef1a1a859bde5 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19444/GitHub_19444.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19444/GitHub_19444.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. // This test case illustrates a bug where the JIT_ByRefWriteBarrier was not // included in IsIPInMarkedJitHelper on non-32-bit-x86 platforms. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19454/Github_19454.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19454/Github_19454.cs index a2f028bba1e8ff..1b5305f76d2da0 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19454/Github_19454.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19454/Github_19454.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. // // GitHub19454: a zero length span was tripping up the jit when trying // to analyze a bounds check. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19537/GitHub_19537.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19537/GitHub_19537.cs index 9c0de17c87713b..a1866d7745f981 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19537/GitHub_19537.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19537/GitHub_19537.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19550/GitHub_19550.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19550/GitHub_19550.cs index 0e8f03c977c9cf..ee045978bd72f4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19550/GitHub_19550.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19550/GitHub_19550.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19583/GitHub_19583.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19583/GitHub_19583.cs index 8b9f0b911abb9c..079ae15ccb86d9 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19583/GitHub_19583.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19583/GitHub_19583.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19599/GitHub_19599.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19599/GitHub_19599.cs index 2705d45543c693..47d9168967332b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19599/GitHub_19599.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19599/GitHub_19599.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; using System.Threading; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19601/Github_19601.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19601/Github_19601.cs index ff0c7b17396e2d..a2e58d7baa7f31 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19601/Github_19601.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19601/Github_19601.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. class GitHub_19601 { diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19674/GitHub_19674.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19674/GitHub_19674.cs index 965b1317471e62..6875480434eb83 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19674/GitHub_19674.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19674/GitHub_19674.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.Numerics; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19910/GitHub_19910.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19910/GitHub_19910.cs index 77ff921c1d308c..87f4422bb9495d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19910/GitHub_19910.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19910/GitHub_19910.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.Intrinsics; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_2003/GitHub_2003.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_2003/GitHub_2003.cs index 77bb77661a88ed..b770f91f26022a 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_2003/GitHub_2003.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_2003/GitHub_2003.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. // This test has two effectively identical initializations of an // array of byte vs. an array of structs containing a single byte field. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20040/GitHub_20040.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20040/GitHub_20040.cs index 0c611a914fabbb..74efed5653166a 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20040/GitHub_20040.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20040/GitHub_20040.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20211/GitHub_20211.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20211/GitHub_20211.cs index 66ead463dda483..8930bc60f62c5b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20211/GitHub_20211.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20211/GitHub_20211.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.Numerics; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20260/GitHub_20260.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20260/GitHub_20260.cs index 2224f6556abad0..5150643106c0e2 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20260/GitHub_20260.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20260/GitHub_20260.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.Globalization; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20269/GitHub_20269.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20269/GitHub_20269.cs index 39a6714ebe9656..bb78f384053d96 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20269/GitHub_20269.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20269/GitHub_20269.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20499/GitHub_20499.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20499/GitHub_20499.cs index 6548c36c5bc4e7..042583668e5a2d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20499/GitHub_20499.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20499/GitHub_20499.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20625/GitHub_20625.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20625/GitHub_20625.il index c9133fa15d2b47..c8b8c5a177317c 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20625/GitHub_20625.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20625/GitHub_20625.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. // GitHub 20625: bug with LowerFastTailCall on platforms where fast tail call is supported. // Lower fast tail call can replace local variables (holding Caller stack arguments) with new temps diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20651/GitHub_20651.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20651/GitHub_20651.cs index 81a532d2f08597..d3ec5447173e09 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20651/GitHub_20651.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20651/GitHub_20651.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20657/GitHub_20657.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20657/GitHub_20657.cs index b301cfd045d8ec..4611b629ef6957 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20657/GitHub_20657.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20657/GitHub_20657.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.Numerics; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20799/GitHub_20799.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20799/GitHub_20799.il index 02b51fed526bd6..e9b0df8314f0c0 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20799/GitHub_20799.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20799/GitHub_20799.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 { } .assembly extern System.Console { } diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20838/GitHub_20838.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20838/GitHub_20838.cs index 2b0f4cb66f6b4e..e3a8d4ff9e1666 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20838/GitHub_20838.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20838/GitHub_20838.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21231/GitHub_21231a.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21231/GitHub_21231a.cs index 6fbbdccea4fa51..ffd3678a667baf 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21231/GitHub_21231a.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21231/GitHub_21231a.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21231/GitHub_21231b.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21231/GitHub_21231b.cs index b465b425f9c6e0..d65228bf868c4d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21231/GitHub_21231b.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21231/GitHub_21231b.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21295/GitHub_21295.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21295/GitHub_21295.cs index 7bd3d75954d8d7..9ea3bb446c5f80 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21295/GitHub_21295.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21295/GitHub_21295.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21546/GitHub_21546.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21546/GitHub_21546.cs index 1d942129212755..c3750881284de1 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21546/GitHub_21546.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21546/GitHub_21546.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21625/GitHub_21625.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21625/GitHub_21625.cs index 405d6ff5f73f46..17dd86ff1e337b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21625/GitHub_21625.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21625/GitHub_21625.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21761/GitHub_21761.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21761/GitHub_21761.il index 83e906a6bba42f..ee360573093f79 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21761/GitHub_21761.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21761/GitHub_21761.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 { } .assembly extern System.Numerics.Vectors { } diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21854/GitHub_21854.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21854/GitHub_21854.cs index 00e0915fb104cd..db6c840128ed3e 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21854/GitHub_21854.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21854/GitHub_21854.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.Numerics; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21915/Github_21915.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21915/Github_21915.cs index d554f15cb22332..83c00132396ee6 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21915/Github_21915.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21915/Github_21915.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21990/GitHub_21990.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21990/GitHub_21990.cs index f3c627819b4fb4..2f7ea8ac9770cd 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21990/GitHub_21990.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21990/GitHub_21990.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22330/GitHub_22330.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22330/GitHub_22330.cs index b0ed8e2ac0a574..26c8bda4c46910 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22330/GitHub_22330.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22330/GitHub_22330.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22556/GitHub_22556.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22556/GitHub_22556.cs index e66288b24474dd..db9fed5d4d5364 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22556/GitHub_22556.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22556/GitHub_22556.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22583/GitHub_22583.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22583/GitHub_22583.cs index dbd4c2b36501ba..e5faad27d34567 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22583/GitHub_22583.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22583/GitHub_22583.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22583/base.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22583/base.cs index 36d20e370fd95b..1520883156d642 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22583/base.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22583/base.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22583/lib.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22583/lib.cs index ef9f734dea27ef..0845a51438b153 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22583/lib.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22583/lib.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22820/GitHub_22820.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22820/GitHub_22820.cs index 4ad4d3dc7f6819..18d3b20c373817 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22820/GitHub_22820.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22820/GitHub_22820.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22850/GitHub_22850.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22850/GitHub_22850.cs index 664d1c19437610..be2c2858e38383 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22850/GitHub_22850.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22850/GitHub_22850.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23039/GitHub_23039.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23039/GitHub_23039.il index df896205a39da0..1671b2ed683589 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23039/GitHub_23039.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23039/GitHub_23039.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 mscorlib { diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23147/GitHub_23147.cs.txt b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23147/GitHub_23147.cs.txt index 679960789660bb..53f755ea3c6e34 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23147/GitHub_23147.cs.txt +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23147/GitHub_23147.cs.txt @@ -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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23159/GitHub_23159.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23159/GitHub_23159.cs index 67f23cfa28d704..745e10abff647d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23159/GitHub_23159.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23159/GitHub_23159.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23411/GitHub_23411.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23411/GitHub_23411.il index e561026206235a..4a3b078cc557ec 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23411/GitHub_23411.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23411/GitHub_23411.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 { } .assembly extern System.Console { } @@ -220,4 +219,4 @@ FAIL: } // end of method GitHub_23411::Main -} // end of class GitHub_23411 \ No newline at end of file +} // end of class GitHub_23411 diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23530/GitHub_23530.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23530/GitHub_23530.cs index 22bd603edeb098..6f671c63e8b14e 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23530/GitHub_23530.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23530/GitHub_23530.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.Numerics; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23545/GitHub_23545.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23545/GitHub_23545.cs index c0731302823bd7..3f97c2fd2a484f 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23545/GitHub_23545.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23545/GitHub_23545.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23739/GitHub_23739.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23739/GitHub_23739.cs index b75bc5156850e0..0b26deac9b6f35 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23739/GitHub_23739.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23739/GitHub_23739.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23791/GitHub_23791.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23791/GitHub_23791.cs index e724823c34f06b..d6b7dd7c2b7eeb 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23791/GitHub_23791.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23791/GitHub_23791.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23794/GitHub_23794.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23794/GitHub_23794.cs index bfa6fcc4925109..8c9806a5cf2ad3 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23794/GitHub_23794.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23794/GitHub_23794.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23861/GitHub_23861.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23861/GitHub_23861.cs index 2bd0d0982d9df7..edbdbefc221234 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23861/GitHub_23861.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23861/GitHub_23861.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23885/GitHub_23885.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23885/GitHub_23885.cs index 32f4993171cca7..5a1de1ad12b0e7 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23885/GitHub_23885.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23885/GitHub_23885.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23950/GitHub_23950.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23950/GitHub_23950.il index f96e2cd3d7980b..591253ff599f19 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23950/GitHub_23950.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23950/GitHub_23950.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 mscorlib {} @@ -46,4 +45,4 @@ ldind.i4 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24114/GitHub_24114.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24114/GitHub_24114.cs index 67a487a314beca..09572f361198c6 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24114/GitHub_24114.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24114/GitHub_24114.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24159/GitHub_24159.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24159/GitHub_24159.cs index 8017ca5e0c800e..ee0dd893604288 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24159/GitHub_24159.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24159/GitHub_24159.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24185/GitHub_24185.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24185/GitHub_24185.cs index 3695ab2a8f7390..d66e2919cd0416 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24185/GitHub_24185.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24185/GitHub_24185.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24253/GitHub_24253.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24253/GitHub_24253.cs index 65110fe40133cb..a5ec1c5d45f43f 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24253/GitHub_24253.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24253/GitHub_24253.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24278/GitHub_24278.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24278/GitHub_24278.il index e20cc03a79706f..b6e8088a8ed67f 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24278/GitHub_24278.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24278/GitHub_24278.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 { } .assembly GitHub_24278 { } diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24657/GitHub_24657.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24657/GitHub_24657.cs index be0f46b2265457..2d0c96459ee4c1 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24657/GitHub_24657.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24657/GitHub_24657.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24846/GitHub_24846.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24846/GitHub_24846.cs index 77aec9998bb841..bc1d52281d2cab 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24846/GitHub_24846.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24846/GitHub_24846.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25020/GitHub_25020.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25020/GitHub_25020.cs index 89d54315e8aee3..397f9a28f8bf50 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25020/GitHub_25020.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25020/GitHub_25020.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.Reflection; @@ -29,4 +28,4 @@ static int Main(string[] args) return 100; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25027/GitHub_25027.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25027/GitHub_25027.il index e4544bbc0ec33b..5d7c69234f580f 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25027/GitHub_25027.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25027/GitHub_25027.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. // // GitHub 25027: Tail call stress shouldn't cause asserts // in the presence of invalid IL diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25039/GitHub_25039.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25039/GitHub_25039.cs index 1c4b98f09878d6..6b0ff376a69cbc 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25039/GitHub_25039.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25039/GitHub_25039.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25134/GitHub_25134.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25134/GitHub_25134.cs index 05b21d7a5bfdda..31d1dc01db203a 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25134/GitHub_25134.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25134/GitHub_25134.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25468/GitHub_25468.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25468/GitHub_25468.cs index 21d6459542935e..923a5438e1d064 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25468/GitHub_25468.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25468/GitHub_25468.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.Serialization; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_2580/GitHub_2580.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_2580/GitHub_2580.cs index 00fddcfed30d61..dd5362e4e648fc 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_2580/GitHub_2580.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_2580/GitHub_2580.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. // Issue https://github.com/dotnet/coreclr/issues/2580 fix description // diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_2610/GitHub_2610.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_2610/GitHub_2610.cs index 1bff1378ca8b05..9c5afcbfc367ca 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_2610/GitHub_2610.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_2610/GitHub_2610.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_26311/GitHub_26311.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_26311/GitHub_26311.il index 3c5216072b30df..67dc7b96678690 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_26311/GitHub_26311.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_26311/GitHub_26311.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. // // The test reproduces an issue with tail call via slow helper to VSD stub over generic interface. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_26417/GitHub_26417.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_26417/GitHub_26417.cs index 6871962398e464..a40a21568ee240 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_26417/GitHub_26417.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_26417/GitHub_26417.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_26491/GitHub_26491.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_26491/GitHub_26491.il index 3203869a6a94d5..fc415b2fbd63de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_26491/GitHub_26491.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_26491/GitHub_26491.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. // The test exposes an assertion in gtNewTempAssign on Arm64 when a method diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27027/GitHub_27027.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27027/GitHub_27027.cs index c18dea58bc1f17..fb23688b898681 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27027/GitHub_27027.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27027/GitHub_27027.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27107/GitHub_27107.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27107/GitHub_27107.cs index 93093bd44c2041..1436df028815a2 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27107/GitHub_27107.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27107/GitHub_27107.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27169/GitHub_27169.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27169/GitHub_27169.il index f1a22b848cbfa4..3b8ef29e5424d4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27169/GitHub_27169.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27169/GitHub_27169.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. // initblk is expected to use only the low byte of the initialization value that's on the stack diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27279/GitHub_27279.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27279/GitHub_27279.cs index a313965839894c..099304ac368bed 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27279/GitHub_27279.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27279/GitHub_27279.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27405/GitHub_27405.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27405/GitHub_27405.cs index 1b76993f602ddd..6138e98282c80f 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27405/GitHub_27405.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27405/GitHub_27405.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.Numerics; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27551/GitHub_27551.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27551/GitHub_27551.cs index 0c1ad91a908e1b..58b25495ef633f 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27551/GitHub_27551.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27551/GitHub_27551.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.Numerics; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27678/GitHub_27678.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27678/GitHub_27678.il index da5c4163afe3da..b6a32f6445d22b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27678/GitHub_27678.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27678/GitHub_27678.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. // Do an IL jmp instruction in a method with a big local frame, // where SP restore needs a free register to free local frame (sp += frameSize). diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27923/GitHub_27923.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27923/GitHub_27923.cs index 9ac2283299c3e6..d00127d7a7cfaf 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27923/GitHub_27923.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27923/GitHub_27923.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27924/GitHub_27924.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27924/GitHub_27924.cs index c4b8cf5be502f6..a3cadb34d871e3 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27924/GitHub_27924.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_27924/GitHub_27924.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.Threading; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_35384/GitHub_35384.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_35384/GitHub_35384.il index 46b1e97fb84e3a..a0890edcea0948 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_35384/GitHub_35384.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_35384/GitHub_35384.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. // This tests a calli with explicit this in the signature diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_3539/GitHub_3539.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_3539/GitHub_3539.cs index f59f7e0406c0ab..a3ac2e7ec44a70 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_3539/GitHub_3539.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_3539/GitHub_3539.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_35821/GitHub_35821.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_35821/GitHub_35821.il index fb248164872af6..58cc56eebb06f3 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_35821/GitHub_35821.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_35821/GitHub_35821.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. // Metadata version: v4.0.30319 .assembly extern System.Runtime { diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_36614/GitHub_36614.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_36614/GitHub_36614.cs index 11b68a3e6bf346..50a8ffd053ec47 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_36614/GitHub_36614.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_36614/GitHub_36614.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_36905/GitHub_36905.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_36905/GitHub_36905.cs index eb28530e54270b..5533fc737c0e9b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_36905/GitHub_36905.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_36905/GitHub_36905.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.Numerics; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_37666/GitHub_37666.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_37666/GitHub_37666.cs index 065e12ac1b61c3..9b8c10911467b7 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_37666/GitHub_37666.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_37666/GitHub_37666.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_4044/GitHub_4044.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_4044/GitHub_4044.cs index e4d1e70dc1639d..10d65fcb0028ee 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_4044/GitHub_4044.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_4044/GitHub_4044.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_4115/GitHub_4115.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_4115/GitHub_4115.cs index bfe14cc037ec5a..dcde57ba037240 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_4115/GitHub_4115.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_4115/GitHub_4115.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. // This test could fail in GCStress=0xC case, if the object movement happens at the right place and time. // If the GC guarantees object movement at every collection, the case will fail in that GC stress mode always. @@ -143,4 +142,4 @@ static int Main(string[] args) } } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5047/GitHub_5047.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5047/GitHub_5047.cs index 9636a91409b823..38f0ee15bde3ab 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5047/GitHub_5047.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5047/GitHub_5047.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5164/GitHub_5164.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5164/GitHub_5164.il index d2cb5bd9627c3d..700641a8b23f29 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5164/GitHub_5164.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5164/GitHub_5164.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. // The tail call helper JIT_TailCall has an implicit assumption that all // arguments of the tail call are allocated on the caller's frame. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5556/GitHub_5556.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5556/GitHub_5556.cs index 3cfea7642f5fbb..344040f617b286 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5556/GitHub_5556.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5556/GitHub_5556.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. // This test has two effectively identical methods, one of which copies // its input paramter to a local, allowing it to be promoted. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5696/GitHub_5696.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5696/GitHub_5696.cs index db8735eae0c3dc..1c9101fb875442 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5696/GitHub_5696.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5696/GitHub_5696.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. // This test tries to produce a TYP_LONG GT_STORE_LCL_VAR tree that contains an embedded statement: // diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6234/GitHub_6234.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6234/GitHub_6234.cs index 75535b5b17d04c..2c30728024a1b3 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6234/GitHub_6234.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6234/GitHub_6234.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. // Repro for a failure to hoist an invariant expression due to bad // interaction between CSE and constant prop. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6238/GitHub_6238.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6238/GitHub_6238.cs index 5f0c6b7f5b6885..1d2e130b1a8ddd 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6238/GitHub_6238.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6238/GitHub_6238.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. // This test tests our signed contained compare logic // We should generate a signed set for the high compare, and an unsigned diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6239/GitHub_6239.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6239/GitHub_6239.cs index 3a57e4d59422fb..a0a65dab2b15bc 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6239/GitHub_6239.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6239/GitHub_6239.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. // This test tests our signed uncontained compare logic // We should generate a signed jump for the high compare, and an unsigned diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6318/GitHub_6318.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6318/GitHub_6318.cs index af6bfe40153fba..5a452ef3e2a611 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6318/GitHub_6318.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6318/GitHub_6318.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; using System.Numerics; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6649/GitHub_6649.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6649/GitHub_6649.cs index 83c46176d9aee9..99887708de35e9 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6649/GitHub_6649.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6649/GitHub_6649.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. // Regression test for failure to maintain FieldSeq annotations in EarlyProp using System.Runtime.CompilerServices; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7147/GitHub_7147.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7147/GitHub_7147.cs index 08b8631b5d226a..c665fbcdde00b5 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7147/GitHub_7147.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7147/GitHub_7147.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7508/Vector3Test.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7508/Vector3Test.cs index 94f7330270e1a0..07044cf4e4a996 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7508/Vector3Test.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7508/Vector3Test.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. // Since https://github.com/dotnet/coreclr/issues/7508 was a performance issue, // there's not really a correctness test for this. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7906/GitHub_7906.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7906/GitHub_7906.cs index 47f16d7fbf0e39..7c459b5058c02e 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7906/GitHub_7906.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7906/GitHub_7906.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. // Regression test for insufficient guard on inference of initial values // of induction variables. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7907/GitHub_7907.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7907/GitHub_7907.cs index 32ea54c6630196..04a1af42ba57f4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7907/GitHub_7907.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7907/GitHub_7907.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8133/GitHub_8133.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8133/GitHub_8133.il index be6720d88a2847..4951e5b05fb37e 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8133/GitHub_8133.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8133/GitHub_8133.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 mscorlib {} .assembly a {} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8170/GitHub_8170.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8170/GitHub_8170.cs index d3fe8d9cf3c01a..29121492e29364 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8170/GitHub_8170.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8170/GitHub_8170.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8220/GitHub_8220.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8220/GitHub_8220.cs index f38d5ba6980be2..3a6d3c1ae00e73 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8220/GitHub_8220.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8220/GitHub_8220.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. // Regression test for Vector3 intrinsics using upper non-zero'd bits from // a byref return. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8231/GitHub_8231.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8231/GitHub_8231.cs index 4d2ec7628a3c37..e3d339ef07a9ac 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8231/GitHub_8231.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8231/GitHub_8231.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.Numerics; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8460/GitHub_8460.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8460/GitHub_8460.cs index f5c9aa281b2aa6..5ff8b46cf7cc0b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8460/GitHub_8460.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8460/GitHub_8460.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8599/GitHub_8599.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8599/GitHub_8599.cs index 95ff4576205941..c9fee3b44eb981 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8599/GitHub_8599.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8599/GitHub_8599.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_9651/GitHub_9651.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_9651/GitHub_9651.il index 28ca36ae7ebfe2..055fb231a16ba2 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_9651/GitHub_9651.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_9651/GitHub_9651.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 mscorlib {} .assembly a {} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_9692/GitHub_9692.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_9692/GitHub_9692.cs index 76f1238c364c55..6d9c51867dd4de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_9692/GitHub_9692.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_9692/GitHub_9692.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_9891/GitHub_9891.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_9891/GitHub_9891.cs index 72a6bbc781807e..d88bbce39dc3e6 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_9891/GitHub_9891.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_9891/GitHub_9891.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/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_CoreRT_2073/GitHub_CoreRT_2073.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_CoreRT_2073/GitHub_CoreRT_2073.il index 28adbc49bb6426..ec4ce5c9d8ee70 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_CoreRT_2073/GitHub_CoreRT_2073.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_CoreRT_2073/GitHub_CoreRT_2073.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. // Test for a issue when tail call with small return type // doesn't pass tail call pattern assert. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/Github_19558/Github_19558.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/Github_19558/Github_19558.cs index f30480cb5ca64b..cdd60407791db7 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/Github_19558/Github_19558.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/Github_19558/Github_19558.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. struct S0 { diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/Github_21011/Github_21011.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/Github_21011/Github_21011.cs index 9f485c3193e372..b3023224633ddc 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/Github_21011/Github_21011.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/Github_21011/Github_21011.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/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_1104/Runtime_1104.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_1104/Runtime_1104.cs index da0de8fadfa2e1..8cee1cc8df0431 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_1104/Runtime_1104.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_1104/Runtime_1104.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/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_1241/Runtime_1241.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_1241/Runtime_1241.cs index 02c21ce5eb2dd0..e4818a7660c072 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_1241/Runtime_1241.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_1241/Runtime_1241.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.Linq; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_31615/Runtime_31615.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_31615/Runtime_31615.cs index 0990e43a223262..212b3d4916f76b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_31615/Runtime_31615.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_31615/Runtime_31615.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.Numerics; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_31673/Runtime_31673.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_31673/Runtime_31673.cs index 0fd75ad42d4560..b1cdf719c4e116 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_31673/Runtime_31673.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_31673/Runtime_31673.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.Linq; diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_32059/Runtime_32059.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_32059/Runtime_32059.il index b72b58548aae7d..596507ea385e1b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_32059/Runtime_32059.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_32059/Runtime_32059.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/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_33529/Runtime_33529.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_33529/Runtime_33529.il index 8a77e5078f91b1..680903b9d5ba6d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_33529/Runtime_33529.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_33529/Runtime_33529.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 mscorlib {} .assembly Runtime_33529 {} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_33884/Runtime_33884.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_33884/Runtime_33884.cs index f2576c7b413efb..f2d8cc327496c2 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_33884/Runtime_33884.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_33884/Runtime_33884.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. // The test showed CSE issues with struct return retyping. diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_34170/Runtime_34170.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_34170/Runtime_34170.cs index 5b22d91b0df38f..f413e16e9033ee 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_34170/Runtime_34170.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_34170/Runtime_34170.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/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_35144/Runtime_35144.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_35144/Runtime_35144.cs index 937f1ea4e41d9d..cc3b05625feee4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_35144/Runtime_35144.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_35144/Runtime_35144.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. // This test was the repro case for issue #35144. // Until interop is supported for vectors, it is difficult to validate diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_35976/Runtime_35976.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_35976/Runtime_35976.cs index 417d03782eb91c..39275bb9e3554d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_35976/Runtime_35976.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_35976/Runtime_35976.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. // This test was the repro case for issue #35144. // Until interop is supported for vectors, it is difficult to validate diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_36468/Runtime_36468.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_36468/Runtime_36468.cs index 4624bc4def35fc..c5540de2374f77 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_36468/Runtime_36468.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_36468/Runtime_36468.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/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_36584/Runtime_36584.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_36584/Runtime_36584.cs index bdc98c0cedf2ef..e59705b3d1d1d2 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_36584/Runtime_36584.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_36584/Runtime_36584.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/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_764/Runtime_764.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_764/Runtime_764.cs index de83d4ff2f5568..329df2a078ca71 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_764/Runtime_764.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/Runtime_764/Runtime_764.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/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_174983/devdiv_174983.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_174983/devdiv_174983.cs index e3e5bf69c37bbe..dc7b9b68ca732a 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_174983/devdiv_174983.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_174983/devdiv_174983.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/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_180411/devdiv_180411.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_180411/devdiv_180411.il index a6b3bb59d1d325..5d1afb7cafb883 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_180411/devdiv_180411.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_180411/devdiv_180411.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 legacy library mscorlib {} @@ -32,4 +31,4 @@ conv.u8 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_815941/DevDiv_815941.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_815941/DevDiv_815941.il index 8254012ddc7ba5..f28ead0a6bdb57 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_815941/DevDiv_815941.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_815941/DevDiv_815941.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_815942/DevDiv_815942.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_815942/DevDiv_815942.il index 8bf5d7b9018dee..2bbf7a1e8e4826 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_815942/DevDiv_815942.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_815942/DevDiv_815942.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_902271/DevDiv_902271.il b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_902271/DevDiv_902271.il index b2893aba90ea0c..8168f3e5564eda 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_902271/DevDiv_902271.il +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_902271/DevDiv_902271.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.Console { @@ -89,4 +88,4 @@ call void [System.Console]System.Console::WriteLine(string) ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875.cs b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875.cs index 3e09bf43fbfcd6..e138607a3d0688 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875.cs +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b100336/emptytryfinally.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b100336/emptytryfinally.cs index 791ec8a927e9cf..223ea65eb54420 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b100336/emptytryfinally.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b100336/emptytryfinally.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b102759/b102759.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b102759/b102759.il index 9186550f956ba0..e59444974a6a6f 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b102759/b102759.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b102759/b102759.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 legacy library mscorlib {} .assembly extern System.Console @@ -21,4 +20,4 @@ add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b102870/b102870.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b102870/b102870.il index 5b73e0f3fdfce3..dcb00d984b3f5a 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b102870/b102870.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b102870/b102870.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b103838/c.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b103838/c.il index d411e8931991bc..9dc5c7d307323e 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b103838/c.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b103838/c.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b103846/d.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b103846/d.cs index 9bde452c1d6c5a..2ca6c3cf31943f 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b103846/d.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b103846/d.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. // class Bug diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b106158/branchoutoftry.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b106158/branchoutoftry.il index 3f5203ab07c582..48dde7553fa1c7 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b106158/branchoutoftry.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b106158/branchoutoftry.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b108366/bug.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b108366/bug.il index 193b05e51880dc..7788044df51ef1 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b108366/bug.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b108366/bug.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b108908/b108908.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b108908/b108908.il index d1203169832226..bf2d775ed3b368 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b108908/b108908.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b108908/b108908.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 legacy library mscorlib {} .assembly extern System.Console @@ -22,4 +21,4 @@ add ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b109721/bug.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b109721/bug.il index 2eeac5bc4aeca0..519d7298375177 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b109721/bug.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b109721/bug.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 legacy library mscorlib {} diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b109878/rem_r4.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b109878/rem_r4.il index 833ded68eb8a4b..981546815a6e8d 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b109878/rem_r4.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b109878/rem_r4.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b111130/makework.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b111130/makework.cs index 46488813c09ff0..0a600eddbfaf26 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b111130/makework.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b111130/makework.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b111192/strswitch2.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b111192/strswitch2.cs index 085cd781703486..76ec40e96d7fe9 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b111192/strswitch2.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b111192/strswitch2.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b112348/length0.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b112348/length0.il index 2b09f8aa5f5946..abc4b381e20361 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b112348/length0.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b112348/length0.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. diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b112982/exceptobj.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b112982/exceptobj.il index e51bf01ca4b5f5..666d0db25cfc0c 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b112982/exceptobj.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b112982/exceptobj.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b113286/array.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b113286/array.il index ce7ca9422bc792..398bab629597e3 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b113286/array.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b113286/array.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b113493/bad.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b113493/bad.cs index 364762d34559e8..779672dd746cb2 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b113493/bad.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b113493/bad.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 DefaultNamespace { diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b114628/array.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b114628/array.il index 4a11aa46ce5cc5..cdc148485feaf0 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b114628/array.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b114628/array.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b115103/b115103.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b115103/b115103.il index 878ad64b8d4e7c..cf3b91905543b6 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b115103/b115103.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b115103/b115103.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 legacy library mscorlib {} .assembly extern System.Console @@ -33,4 +32,4 @@ stop: ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b115253/hello2.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b115253/hello2.cs index 4b156c0998ccf5..d5040580ee658e 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b115253/hello2.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b115253/hello2.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b119026/bug.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b119026/bug.cs index 7429c5aa2f9e6e..242e78d04230c9 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b119026/bug.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b119026/bug.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. // class test diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b119026/charbug.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b119026/charbug.cs index 9a3b03bb639a7c..c9251f151378b0 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b119026/charbug.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b119026/charbug.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. // class test diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b140298/test.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b140298/test.cs index f8264dade338ec..bc2b90383ef04d 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b140298/test.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b140298/test.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b141062/ericswitch.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b141062/ericswitch.il index 21670081517602..6460f739e9ef1c 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b141062/ericswitch.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b141062/ericswitch.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b141358/test.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b141358/test.cs index 4217cded5570ee..a89353b23b254d 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b141358/test.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b141358/test.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b77951/Main.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b77951/Main.cs index ec56e6c1e8bde4..5ddfdf7f21e820 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b77951/Main.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b77951/Main.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. public class Test { diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b77951/Property.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b77951/Property.cs index 849ffb05c0c89b..1a5d9d5ec4da93 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b77951/Property.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b77951/Property.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. public class Property { diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b79852/b79852.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b79852/b79852.il index ae91c09b2dd1d4..b291b24b9fada6 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b79852/b79852.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b79852/b79852.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. diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b79858/b79858.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b79858/b79858.il index e7df87686b1f18..7fea398b80a4d7 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b79858/b79858.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b79858/b79858.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 legacy library mscorlib {} .assembly extern System.Console @@ -26,4 +25,4 @@ ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80365/b80365-ia64.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80365/b80365-ia64.il index 0127c6b2a70a00..5d05c1ce90d605 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80365/b80365-ia64.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80365/b80365-ia64.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80373/b80373.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80373/b80373.il index e5f921ca1d1c32..fa63f7f6112040 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80373/b80373.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80373/b80373.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80737/fbug5.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80737/fbug5.il index 1dc229223ae8b0..4ac6e1b88b9fb7 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80737/fbug5.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80737/fbug5.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80738/fbug6.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80738/fbug6.il index e9644ddf874a52..17d64158b3e7ea 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80738/fbug6.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80738/fbug6.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81763/b81763.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81763/b81763.il index cd4e8d577926fb..c471bdbfc5ec5e 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81763/b81763.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81763/b81763.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81764/b81764.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81764/b81764.il index 6f8a74fa45cb5b..49960c3a5507c2 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81764/b81764.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81764/b81764.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. // :) diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81766/b81766.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81766/b81766.il index 97e7da9c0682c9..fa6f7e0a349384 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81766/b81766.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81766/b81766.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84128/b84128.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84128/b84128.il index aaa496a1888cc3..81899c7473e482 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84128/b84128.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84128/b84128.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.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84129/b84129.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84129/b84129.il index 9e7c174e7a830a..68b7f134329a14 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84129/b84129.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84129/b84129.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84131/b84131.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84131/b84131.il index f5a4ec1f0879a4..b054e3e649d474 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84131/b84131.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84131/b84131.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84136/b84136.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84136/b84136.il index 9a78823c1d4fe4..22d8bb6e7aa298 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84136/b84136.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84136/b84136.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84586/b84586.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84586/b84586.il index 99f8e0a2ba8fcd..2e5162b3c511a6 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84586/b84586.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84586/b84586.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84590/b84590.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84590/b84590.il index eebbafa3962b27..a307e1a03b41d7 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84590/b84590.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84590/b84590.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84592/b84592.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84592/b84592.il index 2be19ba71a3a64..18bbd58084e466 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84592/b84592.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84592/b84592.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84957/b84957.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84957/b84957.il index 7ba2d2a5bd0f7d..1c15116b8eee4e 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84957/b84957.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84957/b84957.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84958/b84958.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84958/b84958.il index e15d2440acc7c1..9defc55ce978c1 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84958/b84958.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84958/b84958.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84961/b84961.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84961/b84961.il index 904ac21b1bf037..196bf7feaf8dcf 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84961/b84961.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84961/b84961.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84962/b84962.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84962/b84962.il index 4bda646be46a96..b09ba37bc20ddc 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84962/b84962.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84962/b84962.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85314/b85314.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85314/b85314.il index 81bdfcb3d0890e..be50584786319f 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85314/b85314.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85314/b85314.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85315/b85315.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85315/b85315.il index 27599cc3a43fc7..d51a109e1d083a 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85315/b85315.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85315/b85315.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85316/f2.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85316/f2.il index 963c374a17c45f..8f3a8a6d42cc0a 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85316/f2.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85316/f2.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85317/b85317.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85317/b85317.il index 89995bdc097989..678a6aabd47454 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85317/b85317.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85317/b85317.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85564/b85564.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85564/b85564.il index aa4c9f21276c95..abb3c74fd35389 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85564/b85564.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85564/b85564.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85565/b85565.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85565/b85565.il index e28fbc03e5b785..67bd1436d135cb 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85565/b85565.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85565/b85565.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85566/b85566.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85566/b85566.il index 4ba843e2bd1207..29d030c22f5c2a 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85566/b85566.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85566/b85566.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b92713/b92713.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b92713/b92713.il index 6f254ca545bca5..d506b7864fe7ea 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b92713/b92713.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b92713/b92713.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b92726/b92726.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b92726/b92726.il index 611ac8e7aa8d87..40759441ea1911 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b92726/b92726.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b92726/b92726.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b98431/ConsoleApplication2.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b98431/ConsoleApplication2.il index 9d0de900e18059..c642dee8836133 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b98431/ConsoleApplication2.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b98431/ConsoleApplication2.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. diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b99219/b99219.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b99219/b99219.cs index 28c83252ccccaa..cedb9d16c0db6c 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b99219/b99219.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b99219/b99219.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b99403/cbyte7a.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b99403/cbyte7a.il index 2d3b95f1104782..fff30432d8ed43 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b99403/cbyte7a.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b99403/cbyte7a.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. diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b102615/test1.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b102615/test1.cs index cdee96f39656b3..552b52bc8e32d7 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b102615/test1.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b102615/test1.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b102860/structret1_1.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b102860/structret1_1.cs index 6fd8391d9f1083..5dac1d5358c137 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b102860/structret1_1.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b102860/structret1_1.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b102887/struct5_2.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b102887/struct5_2.cs index ace49cf855245a..78037cb1c59262 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b102887/struct5_2.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b102887/struct5_2.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b124409/ericcprop3.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b124409/ericcprop3.cs index 48dbcc3118d239..390ae2e3456b00 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b124409/ericcprop3.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b124409/ericcprop3.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b126221/cs_il.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b126221/cs_il.il index 2a46108a0e6b45..63cb648d7f88fb 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b126221/cs_il.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b126221/cs_il.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. diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b142473/loop_06_24_02.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b142473/loop_06_24_02.il index a375bc44865279..3c9096e50f54d2 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b142473/loop_06_24_02.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b142473/loop_06_24_02.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. diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b223862/bug1.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b223862/bug1.il index a4b7e8945eedbe..47761279faada4 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b223862/bug1.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b223862/bug1.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 ILGEN_0xc766623d {} .assembly extern mscorlib{auto} diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b301479/_rgvk6ax.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b301479/_rgvk6ax.cs index 8b025f94b4e711..ba37fd71e67d49 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b301479/_rgvk6ax.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b301479/_rgvk6ax.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b302509/_5mvazhg.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b302509/_5mvazhg.cs index 3ab2993f61a261..d440f80a748326 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b302509/_5mvazhg.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b302509/_5mvazhg.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91074/pack8.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91074/pack8.cs index 65a1a5cae1782e..2260839e2020a4 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91074/pack8.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91074/pack8.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91944/_knu165r.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91944/_knu165r.cs index d73ec2adbbbfcb..7901274c35438e 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91944/_knu165r.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91944/_knu165r.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91953/2.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91953/2.il index b78c7b564d535c..22477ff0ca8a63 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91953/2.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91953/2.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10789/switch.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10789/switch.cs index a1e12e77325a32..06100d14ecb333 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10789/switch.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10789/switch.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10790/locals10K.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10790/locals10K.cs index 14be4d8d1ac35f..4cb44f841c62c7 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10790/locals10K.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10790/locals10K.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10802/repro.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10802/repro.il index e5e33a21c9d460..6e2dab8ce307f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10802/repro.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10802/repro.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10827/MT_DEATH.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10827/MT_DEATH.cs index c4e8161ebf0e33..2ffea721d453d0 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10827/MT_DEATH.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10827/MT_DEATH.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10841/repro_good.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10841/repro_good.il index 8f7e3a6dcfede6..94ebe57069bf4d 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10841/repro_good.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10841/repro_good.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10852/test3.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10852/test3.il index f8f3202c350478..7ef8b8d0ea89b2 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10852/test3.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10852/test3.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. diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b11131/bug2.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b11131/bug2.il index 6c1a368dd6d479..4a36d02a5992df 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b11131/bug2.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b11131/bug2.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. diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b11878/test_07.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b11878/test_07.il index 0b0c20e22496a4..97a01146500f79 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b11878/test_07.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b11878/test_07.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 mscorlib{} .assembly delegate26{} diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12022/test_10.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12022/test_10.il index adaaacc534524b..f01fcc9eec1c3c 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12022/test_10.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12022/test_10.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 mscorlib{} .assembly base017{} diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12263/nullref.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12263/nullref.il index 53670b74c4261a..89d49b17056231 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12263/nullref.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12263/nullref.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 mscorlib{} .assembly field017{} diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12343/test_04a.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12343/test_04a.il index edc05f920002f0..60105713282934 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12343/test_04a.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12343/test_04a.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. // endfinally after finally // expect throw System.InvalidProgramException @@ -47,4 +46,4 @@ pop ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12390/test_04a.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12390/test_04a.il index c0522fbe6e4a9d..24f810c73226a6 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12390/test_04a.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12390/test_04a.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 mscorlib{} .assembly test_08{} @@ -43,4 +42,4 @@ ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12425/test_17.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12425/test_17.il index ab03e5ac98a52f..ed2a50e4bd19c8 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12425/test_17.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12425/test_17.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 mscorlib{} .assembly test_17{} @@ -53,4 +52,4 @@ ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b13691/init_byte.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b13691/init_byte.il index 5341d0e4c53002..a8c6081b539992 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b13691/init_byte.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b13691/init_byte.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b19112/divbyte.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b19112/divbyte.cs index 8b31d770c89e90..8d1a7afdb42e00 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b19112/divbyte.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b19112/divbyte.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. // class foo diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b19112/divshort.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b19112/divshort.cs index f441fb17dbe8b5..32d99e98ca5d35 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b19112/divshort.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b19112/divshort.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. // class foo diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102518/hole.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102518/hole.il index 337363061064a9..e1f7eb46e8818e 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102518/hole.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102518/hole.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. diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102729/b102729.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102729/b102729.cs index fb36b37992d414..85ceaab16abf19 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102729/b102729.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102729/b102729.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. // struct Foo diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102763/gcparamonstack.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102763/gcparamonstack.cs index cc8fbc4b8daebd..e688f5d2181c1e 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102763/gcparamonstack.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102763/gcparamonstack.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102844/tailcallcalli.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102844/tailcallcalli.il index a372456ce6857c..5f16cb5d660490 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102844/tailcallcalli.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102844/tailcallcalli.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102886/ovf.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102886/ovf.cs index e474c64ba9ce59..d8a6269c52b14c 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102886/ovf.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102886/ovf.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. // class ovf diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b108129/test2.cpp b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b108129/test2.cpp index c98dda6edd0f20..8fa8dc41f7e846 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b108129/test2.cpp +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b108129/test2.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 diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b108129/test2.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b108129/test2.cs index 071f973c0d9cb4..b293529f35c5fd 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b108129/test2.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b108129/test2.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b10828/redundant.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b10828/redundant.cs index a6de5215fc82df..04230cd425019c 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b10828/redundant.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b10828/redundant.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b12011/test_08.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b12011/test_08.il index c6bac528a05381..47b1af83ced2e9 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b12011/test_08.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b12011/test_08.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 mscorlib{} .assembly attrib014_2{} @@ -36,4 +35,4 @@ IL_0030: ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14355/call01.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14355/call01.il index 0b4c740ecf320d..6508b691ae79fb 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14355/call01.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14355/call01.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. diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14364/life-annotated.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14364/life-annotated.il index a316d8201a17bd..7f23564483f2c4 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14364/life-annotated.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14364/life-annotated.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.Console { auto } diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14366/bug2.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14366/bug2.il index 45954cc011e093..2d905fcc400546 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14366/bug2.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14366/bug2.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14368/bug4.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14368/bug4.il index bffa738c7028d1..79469aaedbd010 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14368/bug4.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14368/bug4.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14369/bug5.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14369/bug5.il index f0aa02bc804f86..91f14397274994 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14369/bug5.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14369/bug5.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b15539/simple.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b15539/simple.cs index 647bc31556cbc3..a9142fabaca271 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b15539/simple.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b15539/simple.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b16198/decm010.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b16198/decm010.il index db71c0c84b595f..d42f5ff5ddf4bd 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b16198/decm010.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b16198/decm010.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b16224/test_25.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b16224/test_25.il index a62d88f38f7239..25277245fa5696 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b16224/test_25.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b16224/test_25.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 mscorlib{} .assembly jumper{} @@ -17,4 +16,4 @@ ldc.i4 100 ret } - } \ No newline at end of file + } diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17023/test1a.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17023/test1a.il index 51b1061658595e..7463e18d4ed331 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17023/test1a.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17023/test1a.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17751/bug4.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17751/bug4.il index bffa738c7028d1..79469aaedbd010 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17751/bug4.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17751/bug4.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17904/test.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17904/test.il index 6d6b4148acf768..3f1e109d63063d 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17904/test.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17904/test.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19101/test_01.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19101/test_01.il index 40a8acf59b9c1e..66b2b279faf4c2 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19101/test_01.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19101/test_01.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19289/test_09.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19289/test_09.il index a092c0f7036b73..d72b7ce9127f93 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19289/test_09.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19289/test_09.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19394/stringArray114.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19394/stringArray114.cs index 1aaf7554cdb104..22c18c18fd744a 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19394/stringArray114.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19394/stringArray114.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b21015/test.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b21015/test.cs index ecd8193b2be7b6..97944a366194b9 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b21015/test.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b21015/test.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b22521/branch_06.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b22521/branch_06.il index f022f948f526b3..f5b7a1badb32c8 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b22521/branch_06.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b22521/branch_06.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 mscorlib{} .assembly test{} @@ -16126,4 +16125,4 @@ brtrue ILTEST1 TESTEND: ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b22680/1.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b22680/1.il index 977ce83ef2add5..dcb75be79aff5f 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b22680/1.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b22680/1.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b26496/_1d6bgof.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b26496/_1d6bgof.cs index 414168c7fec357..bdece5c3cb3742 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b26496/_1d6bgof.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b26496/_1d6bgof.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27077/Negative001.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27077/Negative001.il index 54bdc3c1f23a69..c6a394af3fd189 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27077/Negative001.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27077/Negative001.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27978/gcparaminreg.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27978/gcparaminreg.cs index 84c1fe4fc4205a..0b9984a3c72526 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27978/gcparaminreg.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27978/gcparaminreg.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. // // This test is intended to test using SSIs to report cases where diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27980/struct1.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27980/struct1.cs index e73ca5f3168a4c..49c20bdc044116 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27980/struct1.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27980/struct1.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28077/struct5_2.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28077/struct5_2.cs index ace49cf855245a..78037cb1c59262 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28077/struct5_2.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28077/struct5_2.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28141/structret1_1.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28141/structret1_1.cs index 425c9130a94334..ef8cd812f2df38 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28141/structret1_1.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28141/structret1_1.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28158/test.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28158/test.il index e0034e7d2a8f16..dd9a1364aafd50 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28158/test.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28158/test.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 mscorlib { } .assembly extern System.Console @@ -133885,4 +133884,4 @@ IL_end: ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28158/test64.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28158/test64.il index 2f12937e4a0002..9ac3ff6e7ffccb 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28158/test64.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28158/test64.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 mscorlib { } .assembly extern System.Console @@ -32576,4 +32575,4 @@ IL_end: ldc.i4 100 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b29343/test.hfa12.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b29343/test.hfa12.cs index 9c45ab492d2cdd..01e7989d67faba 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b29343/test.hfa12.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b29343/test.hfa12.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b29727/2.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b29727/2.il index 9fd68454c52ac3..4d0fa3e8ce48f3 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b29727/2.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b29727/2.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b184799/b184799.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b184799/b184799.cs index 846edbc1999537..2b5a360d1b662b 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b184799/b184799.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b184799/b184799.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b302558/_aopst1l.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b302558/_aopst1l.cs index 8678809d8d9e14..791a289eccb01b 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b302558/_aopst1l.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b302558/_aopst1l.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309539/_ba6c0ou.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309539/_ba6c0ou.cs index 129fcc4b0e262b..970a67947f3412 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309539/_ba6c0ou.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309539/_ba6c0ou.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309548/_hngh669.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309548/_hngh669.cs index 7ac9d968d0fa4c..7949203c151f44 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309548/_hngh669.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309548/_hngh669.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309576/bug2.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309576/bug2.il index 70b4c2fafeb992..1f6be9d912aa7a 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309576/bug2.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309576/bug2.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b311420/b311420.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b311420/b311420.cs index 70dc29f1a70888..3e361cfa0725c7 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b311420/b311420.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b311420/b311420.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. // // Nullable - Lifting - Operators diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b333008/b333008.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b333008/b333008.il index c611fe35736bf7..836d2250b410fc 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b333008/b333008.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b333008/b333008.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b356258/b356258.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b356258/b356258.il index f8771f4797b3cc..1b6c2f18a114c6 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b356258/b356258.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b356258/b356258.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b360587/repro.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b360587/repro.cs index 75ef7d0d597b2c..347e9a3bc5a846 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b360587/repro.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b360587/repro.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/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b410474/b410474.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b410474/b410474.il index 121fd5a684757c..8afdb7c773ec07 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b410474/b410474.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b410474/b410474.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b431098/b431098.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b431098/b431098.il index ac163023d43fa9..9cf6c933267904 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b431098/b431098.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b431098/b431098.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b450688/b450688.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b450688/b450688.il index 65836c59e132d0..3b4da99f3cc075 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b450688/b450688.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b450688/b450688.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.Console { @@ -60,4 +59,4 @@ catch_end: call void [System.Console]System.Console::WriteLine(string) ldc.i4 100 ret -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b286991/b286991.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b286991/b286991.il index 287108192b086a..b9910c7a230483 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b286991/b286991.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b286991/b286991.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b460385/b460385.il b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b460385/b460385.il index 2005acfe6adf69..23c72ccf161c2e 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b460385/b460385.il +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b460385/b460385.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b539509/b539509.cs b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b539509/b539509.cs index abeaa019e13139..9c5a84976c52ef 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b539509/b539509.cs +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b539509/b539509.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/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v2.1/b173569/b173569.il b/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v2.1/b173569/b173569.il index fac2e74be33e8d..2fb9f91b5ffab0 100644 --- a/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v2.1/b173569/b173569.il +++ b/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v2.1/b173569/b173569.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.Console { diff --git a/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v2.1/b601838/b601838.cs b/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v2.1/b601838/b601838.cs index 802929d012ce35..3c0051bc731c17 100644 --- a/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v2.1/b601838/b601838.cs +++ b/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v2.1/b601838/b601838.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.Security; diff --git a/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/DevDiv34372/overRepLocalOpt.cs b/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/DevDiv34372/overRepLocalOpt.cs index 8ea7e1dce90b27..e758c49ffe447d 100644 --- a/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/DevDiv34372/overRepLocalOpt.cs +++ b/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/DevDiv34372/overRepLocalOpt.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/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/b602182/b602182.il b/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/b602182/b602182.il index caa7702a893e29..7f28e4b5e0b446 100644 --- a/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/b602182/b602182.il +++ b/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/b602182/b602182.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. diff --git a/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/devdiv374539/DevDiv_374539.cs b/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/devdiv374539/DevDiv_374539.cs index b32e5759f5f564..2965f48572ebce 100644 --- a/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/devdiv374539/DevDiv_374539.cs +++ b/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/devdiv374539/DevDiv_374539.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. diff --git a/src/coreclr/tests/src/JIT/Regression/v4/dev10_804810/dev10_804810.il b/src/coreclr/tests/src/JIT/Regression/v4/dev10_804810/dev10_804810.il index 583fb4056e3a39..b83325b785a03a 100644 --- a/src/coreclr/tests/src/JIT/Regression/v4/dev10_804810/dev10_804810.il +++ b/src/coreclr/tests/src/JIT/Regression/v4/dev10_804810/dev10_804810.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.Console { diff --git a/src/coreclr/tests/src/JIT/RyuJIT/DoWhileBndChk.cs b/src/coreclr/tests/src/JIT/RyuJIT/DoWhileBndChk.cs index 5a5c921b5bc28a..68f260f06b57ee 100644 --- a/src/coreclr/tests/src/JIT/RyuJIT/DoWhileBndChk.cs +++ b/src/coreclr/tests/src/JIT/RyuJIT/DoWhileBndChk.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. // // Ensure bounds checks aren't elided for this do-while loop. // diff --git a/src/coreclr/tests/src/JIT/RyuJIT/rCopyProp1.cs b/src/coreclr/tests/src/JIT/RyuJIT/rCopyProp1.cs index be7d530e0f0568..a871f736e09760 100644 --- a/src/coreclr/tests/src/JIT/RyuJIT/rCopyProp1.cs +++ b/src/coreclr/tests/src/JIT/RyuJIT/rCopyProp1.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. // // This test is primarily for detecting bad reverse copy prop on // newobj calls. If the intended target has any interference with the sources diff --git a/src/coreclr/tests/src/JIT/SIMD/AbsGeneric.cs b/src/coreclr/tests/src/JIT/SIMD/AbsGeneric.cs index adb8b34be110ec..18e6d6812b11bb 100644 --- a/src/coreclr/tests/src/JIT/SIMD/AbsGeneric.cs +++ b/src/coreclr/tests/src/JIT/SIMD/AbsGeneric.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; using System.Numerics; diff --git a/src/coreclr/tests/src/JIT/SIMD/AbsSqrt.cs b/src/coreclr/tests/src/JIT/SIMD/AbsSqrt.cs index 87f0f553d4a449..1b34ff3e2a0f18 100644 --- a/src/coreclr/tests/src/JIT/SIMD/AbsSqrt.cs +++ b/src/coreclr/tests/src/JIT/SIMD/AbsSqrt.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; using System.Numerics; diff --git a/src/coreclr/tests/src/JIT/SIMD/AddingSequence.cs b/src/coreclr/tests/src/JIT/SIMD/AddingSequence.cs index a49093156436df..80bb6ab3b7b9b3 100644 --- a/src/coreclr/tests/src/JIT/SIMD/AddingSequence.cs +++ b/src/coreclr/tests/src/JIT/SIMD/AddingSequence.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; using Point = System.Numerics.Vector2; diff --git a/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations.cs b/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations.cs index 82da35addafa14..4c81199f481a38 100644 --- a/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations.cs +++ b/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations.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; using Point = System.Numerics.Vector2; diff --git a/src/coreclr/tests/src/JIT/SIMD/BoxUnbox.cs b/src/coreclr/tests/src/JIT/SIMD/BoxUnbox.cs index 74ca4b38532e0c..94a7f906fc8003 100644 --- a/src/coreclr/tests/src/JIT/SIMD/BoxUnbox.cs +++ b/src/coreclr/tests/src/JIT/SIMD/BoxUnbox.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; using System.Numerics; diff --git a/src/coreclr/tests/src/JIT/SIMD/BugWithAVX.cs b/src/coreclr/tests/src/JIT/SIMD/BugWithAVX.cs index 48ce7d6abaab08..a051d78f4b08ed 100644 --- a/src/coreclr/tests/src/JIT/SIMD/BugWithAVX.cs +++ b/src/coreclr/tests/src/JIT/SIMD/BugWithAVX.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.Numerics; diff --git a/src/coreclr/tests/src/JIT/SIMD/CircleInConvex.cs b/src/coreclr/tests/src/JIT/SIMD/CircleInConvex.cs index c858386d766f18..46aee582043458 100644 --- a/src/coreclr/tests/src/JIT/SIMD/CircleInConvex.cs +++ b/src/coreclr/tests/src/JIT/SIMD/CircleInConvex.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. // Test generates Points, builds ConvexHull and then find the biggest Circle inside it. using System; diff --git a/src/coreclr/tests/src/JIT/SIMD/CreateGeneric.cs b/src/coreclr/tests/src/JIT/SIMD/CreateGeneric.cs index 5da331090d7a1d..c4fd48935e9919 100644 --- a/src/coreclr/tests/src/JIT/SIMD/CreateGeneric.cs +++ b/src/coreclr/tests/src/JIT/SIMD/CreateGeneric.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; using System.Numerics; diff --git a/src/coreclr/tests/src/JIT/SIMD/CtorFromArray.cs b/src/coreclr/tests/src/JIT/SIMD/CtorFromArray.cs index 7a698f5fbd0313..fc754f8e4363c6 100644 --- a/src/coreclr/tests/src/JIT/SIMD/CtorFromArray.cs +++ b/src/coreclr/tests/src/JIT/SIMD/CtorFromArray.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; using Point = System.Numerics.Vector; diff --git a/src/coreclr/tests/src/JIT/SIMD/Ctors.cs b/src/coreclr/tests/src/JIT/SIMD/Ctors.cs index 581e5bed8fa27c..0df3dfb8befc18 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Ctors.cs +++ b/src/coreclr/tests/src/JIT/SIMD/Ctors.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; using System.Numerics; diff --git a/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest.cs b/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest.cs index c557fe1b9c0ae0..eefb32e0542581 100644 --- a/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest.cs +++ b/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest.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; using System.Numerics; diff --git a/src/coreclr/tests/src/JIT/SIMD/Dup.cs b/src/coreclr/tests/src/JIT/SIMD/Dup.cs index a973caa8855a07..6d5464fe5b7f4d 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Dup.cs +++ b/src/coreclr/tests/src/JIT/SIMD/Dup.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; using Point = System.Numerics.Vector4; diff --git a/src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric.cs b/src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric.cs index 03fb27a74aea0a..6520742c874840 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric.cs +++ b/src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric.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; using Point = System.Numerics.Vector; diff --git a/src/coreclr/tests/src/JIT/SIMD/Ldfld.cs b/src/coreclr/tests/src/JIT/SIMD/Ldfld.cs index 9abf19601a9852..a393ad3687101b 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Ldfld.cs +++ b/src/coreclr/tests/src/JIT/SIMD/Ldfld.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; using Point = System.Numerics.Vector4; diff --git a/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric.cs b/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric.cs index 1decfd01c3a14d..1bf5866801e7ec 100644 --- a/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric.cs +++ b/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric.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; using Point = System.Numerics.Vector; diff --git a/src/coreclr/tests/src/JIT/SIMD/Ldind.cs b/src/coreclr/tests/src/JIT/SIMD/Ldind.cs index f53c6b503a87ad..a592c56befb59a 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Ldind.cs +++ b/src/coreclr/tests/src/JIT/SIMD/Ldind.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; using System.Runtime.InteropServices; @@ -44,4 +43,4 @@ unsafe static void Do2(Point* src, Point* dst) *((long*)dst) = *((long*)src); } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/SIMD/Matrix4x4.cs b/src/coreclr/tests/src/JIT/SIMD/Matrix4x4.cs index f3b37ab83323ed..ef964097021532 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Matrix4x4.cs +++ b/src/coreclr/tests/src/JIT/SIMD/Matrix4x4.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.Numerics; diff --git a/src/coreclr/tests/src/JIT/SIMD/MinMax.cs b/src/coreclr/tests/src/JIT/SIMD/MinMax.cs index be1f31f625790a..d322e0d2bedf35 100644 --- a/src/coreclr/tests/src/JIT/SIMD/MinMax.cs +++ b/src/coreclr/tests/src/JIT/SIMD/MinMax.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; using Point = System.Numerics.Vector4; diff --git a/src/coreclr/tests/src/JIT/SIMD/Mul.cs b/src/coreclr/tests/src/JIT/SIMD/Mul.cs index bbf41ddd8f63e9..3d855cd8e1e9c0 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Mul.cs +++ b/src/coreclr/tests/src/JIT/SIMD/Mul.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; using Point = System.Numerics.Vector2; diff --git a/src/coreclr/tests/src/JIT/SIMD/Plane.cs b/src/coreclr/tests/src/JIT/SIMD/Plane.cs index 6cc9c4a07d245c..442d5fdc565189 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Plane.cs +++ b/src/coreclr/tests/src/JIT/SIMD/Plane.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.Numerics; diff --git a/src/coreclr/tests/src/JIT/SIMD/SimpleSIMDProgram.cs b/src/coreclr/tests/src/JIT/SIMD/SimpleSIMDProgram.cs index 11c1cd0faff274..28655a58fe4d7e 100644 --- a/src/coreclr/tests/src/JIT/SIMD/SimpleSIMDProgram.cs +++ b/src/coreclr/tests/src/JIT/SIMD/SimpleSIMDProgram.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.Numerics; @@ -530,4 +529,4 @@ public static void RunTests() } } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric.cs b/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric.cs index 24ab436c63d2e7..7a9d9f66374ab1 100644 --- a/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric.cs +++ b/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric.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; using System.Numerics; diff --git a/src/coreclr/tests/src/JIT/SIMD/StoreElement.cs b/src/coreclr/tests/src/JIT/SIMD/StoreElement.cs index dee276852c5d7d..8f6671709a1140 100644 --- a/src/coreclr/tests/src/JIT/SIMD/StoreElement.cs +++ b/src/coreclr/tests/src/JIT/SIMD/StoreElement.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; using Point = System.Numerics.Vector; diff --git a/src/coreclr/tests/src/JIT/SIMD/Sums.cs b/src/coreclr/tests/src/JIT/SIMD/Sums.cs index 94001ba6cbd869..3a3b2ef4c9b946 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Sums.cs +++ b/src/coreclr/tests/src/JIT/SIMD/Sums.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; using Point = System.Numerics.Vector4; diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector3.cs b/src/coreclr/tests/src/JIT/SIMD/Vector3.cs index fb61b6e33d17c0..330e659b20e842 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Vector3.cs +++ b/src/coreclr/tests/src/JIT/SIMD/Vector3.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; using Point = System.Numerics.Vector3; diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash.cs b/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash.cs index c6a9eaebda7b57..0c0e25bb65b96b 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash.cs +++ b/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash.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. // This was copied from corefx\src\System.Numerics.Vectors\tests\Vector3Tests.cs. // It exposed a bug in morph, in which a SIMD field was being morphed in diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector3Interop.cs b/src/coreclr/tests/src/JIT/SIMD/Vector3Interop.cs index 147adf44a858be..5230706987585e 100755 --- a/src/coreclr/tests/src/JIT/SIMD/Vector3Interop.cs +++ b/src/coreclr/tests/src/JIT/SIMD/Vector3Interop.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. // The native type of Vector3 is struct {float x,y,z} whose size is 12 bytes. RyuJit uses 16-byte // register or stack location to store a Vector3 variable with the assumptions below. New testcases diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector3TestNative.cpp b/src/coreclr/tests/src/JIT/SIMD/Vector3TestNative.cpp index 9e6f96cd9be978..bad17072320ba7 100755 --- a/src/coreclr/tests/src/JIT/SIMD/Vector3TestNative.cpp +++ b/src/coreclr/tests/src/JIT/SIMD/Vector3TestNative.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 #include diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector4.cs b/src/coreclr/tests/src/JIT/SIMD/Vector4.cs index ed36f1102f48e8..c6eece8e37a5bb 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Vector4.cs +++ b/src/coreclr/tests/src/JIT/SIMD/Vector4.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; using Point = System.Numerics.Vector4; diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorAbs.cs b/src/coreclr/tests/src/JIT/SIMD/VectorAbs.cs index 6a8233cb9b8e3b..f0966bd8cf318b 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorAbs.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorAbs.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/coreclr/tests/src/JIT/SIMD/VectorAdd.cs b/src/coreclr/tests/src/JIT/SIMD/VectorAdd.cs index eeaf163f9d4e66..3ca30f578bb988 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorAdd.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorAdd.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/coreclr/tests/src/JIT/SIMD/VectorArgs.cs b/src/coreclr/tests/src/JIT/SIMD/VectorArgs.cs index 4c4a07ab3eefaa..6960448b75e391 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorArgs.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorArgs.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/coreclr/tests/src/JIT/SIMD/VectorArray.cs b/src/coreclr/tests/src/JIT/SIMD/VectorArray.cs index 9d1417af8d1bef..32aaec0e2a4343 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorArray.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorArray.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/coreclr/tests/src/JIT/SIMD/VectorArrayInit.cs b/src/coreclr/tests/src/JIT/SIMD/VectorArrayInit.cs index 154e1e7f33215d..8f9212873126d4 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorArrayInit.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorArrayInit.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/coreclr/tests/src/JIT/SIMD/VectorCast.cs b/src/coreclr/tests/src/JIT/SIMD/VectorCast.cs index 073c77586b3e40..0c2b42658b835b 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorCast.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorCast.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/coreclr/tests/src/JIT/SIMD/VectorCeilFloor.cs b/src/coreclr/tests/src/JIT/SIMD/VectorCeilFloor.cs index 1f0a307844b135..5c7cdfa2cb407d 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorCeilFloor.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorCeilFloor.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/coreclr/tests/src/JIT/SIMD/VectorConvert.cs b/src/coreclr/tests/src/JIT/SIMD/VectorConvert.cs index b10b2fb7aedd17..912699f9f806d9 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorConvert.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorConvert.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/coreclr/tests/src/JIT/SIMD/VectorCopyToArray.cs b/src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray.cs index 9d4eea501de997..c5c9c677a0b861 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray.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/coreclr/tests/src/JIT/SIMD/VectorDiv.cs b/src/coreclr/tests/src/JIT/SIMD/VectorDiv.cs index fcc4f793e29d40..59017823ddcb30 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorDiv.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorDiv.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/coreclr/tests/src/JIT/SIMD/VectorDot.cs b/src/coreclr/tests/src/JIT/SIMD/VectorDot.cs index 22c14933944297..c39c81f99ac9d6 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorDot.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorDot.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/coreclr/tests/src/JIT/SIMD/VectorExp.cs b/src/coreclr/tests/src/JIT/SIMD/VectorExp.cs index 608897bf4bec72..306d2cfe2bc351 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorExp.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorExp.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/coreclr/tests/src/JIT/SIMD/VectorGet.cs b/src/coreclr/tests/src/JIT/SIMD/VectorGet.cs index 9974e108f16703..19705614cd9410 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorGet.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorGet.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/coreclr/tests/src/JIT/SIMD/VectorHWAccel.cs b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel.cs index d4bfbbd92ae55f..c54001bea422cc 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel.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/coreclr/tests/src/JIT/SIMD/VectorHWAccel2.cs b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2.cs index b2aaacda4ee1b2..51ec235b4ea7c6 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2.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/coreclr/tests/src/JIT/SIMD/VectorInit.cs b/src/coreclr/tests/src/JIT/SIMD/VectorInit.cs index e46b8806295d53..26984d57aaee2f 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorInit.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorInit.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/coreclr/tests/src/JIT/SIMD/VectorInitN.cs b/src/coreclr/tests/src/JIT/SIMD/VectorInitN.cs index c0930b669079d8..f59344a65f2808 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorInitN.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorInitN.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/coreclr/tests/src/JIT/SIMD/VectorIntEquals.cs b/src/coreclr/tests/src/JIT/SIMD/VectorIntEquals.cs index fae49aac1dcbfd..ffbe91e9385cfe 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorIntEquals.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorIntEquals.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/coreclr/tests/src/JIT/SIMD/VectorMatrix.cs b/src/coreclr/tests/src/JIT/SIMD/VectorMatrix.cs index 22f1fc0ce36bd5..79df84a3e0ea43 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMatrix.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMatrix.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/coreclr/tests/src/JIT/SIMD/VectorMax.cs b/src/coreclr/tests/src/JIT/SIMD/VectorMax.cs index f6237e61ec3dc8..aa0c88159fe54f 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMax.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMax.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/coreclr/tests/src/JIT/SIMD/VectorMin.cs b/src/coreclr/tests/src/JIT/SIMD/VectorMin.cs index 4a9fd90038bdf7..9ebe2d7dac017c 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMin.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMin.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/coreclr/tests/src/JIT/SIMD/VectorMul.cs b/src/coreclr/tests/src/JIT/SIMD/VectorMul.cs index 64698ad21fdf77..607c0765ef992a 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMul.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMul.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/coreclr/tests/src/JIT/SIMD/VectorRelOp.cs b/src/coreclr/tests/src/JIT/SIMD/VectorRelOp.cs index dc5c2a97ebb36f..ddac285543966c 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorRelOp.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorRelOp.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/coreclr/tests/src/JIT/SIMD/VectorReturn.cs b/src/coreclr/tests/src/JIT/SIMD/VectorReturn.cs index 083f4b274e3eb2..8cf87352ec0f73 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorReturn.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorReturn.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/coreclr/tests/src/JIT/SIMD/VectorSet.cs b/src/coreclr/tests/src/JIT/SIMD/VectorSet.cs index ccf5e79cffc787..733b0dbf3b7b57 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorSet.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorSet.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/coreclr/tests/src/JIT/SIMD/VectorSqrt.cs b/src/coreclr/tests/src/JIT/SIMD/VectorSqrt.cs index 55876e84aaf2cc..143e9855eebf31 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorSqrt.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorSqrt.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/coreclr/tests/src/JIT/SIMD/VectorSub.cs b/src/coreclr/tests/src/JIT/SIMD/VectorSub.cs index a7f6f23d7f08d5..ea1b128f7af252 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorSub.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorSub.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/coreclr/tests/src/JIT/SIMD/VectorUnused.cs b/src/coreclr/tests/src/JIT/SIMD/VectorUnused.cs index 02bb73ddf1a164..f4c11e5fc0df77 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorUnused.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorUnused.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. // // The Rationalizer was not correctly handling a case of an unused SIMD expression diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorUtil.cs b/src/coreclr/tests/src/JIT/SIMD/VectorUtil.cs index 8acc0ec6423d0a..68a9db084109dd 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorUtil.cs +++ b/src/coreclr/tests/src/JIT/SIMD/VectorUtil.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/coreclr/tests/src/JIT/Stress/ABI/ABIs.cs b/src/coreclr/tests/src/JIT/Stress/ABI/ABIs.cs index f09f87cc95b2c1..a9c85f864aa88b 100644 --- a/src/coreclr/tests/src/JIT/Stress/ABI/ABIs.cs +++ b/src/coreclr/tests/src/JIT/Stress/ABI/ABIs.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/coreclr/tests/src/JIT/Stress/ABI/Callee.cs b/src/coreclr/tests/src/JIT/Stress/ABI/Callee.cs index 9da4e2a6987e01..70da14bc037639 100644 --- a/src/coreclr/tests/src/JIT/Stress/ABI/Callee.cs +++ b/src/coreclr/tests/src/JIT/Stress/ABI/Callee.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/coreclr/tests/src/JIT/Stress/ABI/Config.cs b/src/coreclr/tests/src/JIT/Stress/ABI/Config.cs index de293e5d10f1b7..e5238763bba1e2 100644 --- a/src/coreclr/tests/src/JIT/Stress/ABI/Config.cs +++ b/src/coreclr/tests/src/JIT/Stress/ABI/Config.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/coreclr/tests/src/JIT/Stress/ABI/Gen.cs b/src/coreclr/tests/src/JIT/Stress/ABI/Gen.cs index dcc1a08d654817..a7d0d0efbe5435 100644 --- a/src/coreclr/tests/src/JIT/Stress/ABI/Gen.cs +++ b/src/coreclr/tests/src/JIT/Stress/ABI/Gen.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/coreclr/tests/src/JIT/Stress/ABI/PInvokes.cs b/src/coreclr/tests/src/JIT/Stress/ABI/PInvokes.cs index 4c1ffe9f8b958c..e790b4b809c820 100644 --- a/src/coreclr/tests/src/JIT/Stress/ABI/PInvokes.cs +++ b/src/coreclr/tests/src/JIT/Stress/ABI/PInvokes.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/coreclr/tests/src/JIT/Stress/ABI/Program.cs b/src/coreclr/tests/src/JIT/Stress/ABI/Program.cs index a9fbe0af64b2de..6fa983005e674f 100644 --- a/src/coreclr/tests/src/JIT/Stress/ABI/Program.cs +++ b/src/coreclr/tests/src/JIT/Stress/ABI/Program.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/coreclr/tests/src/JIT/Stress/ABI/Stubs.cs b/src/coreclr/tests/src/JIT/Stress/ABI/Stubs.cs index f8aad97f1d9f33..35b5220e52b14c 100644 --- a/src/coreclr/tests/src/JIT/Stress/ABI/Stubs.cs +++ b/src/coreclr/tests/src/JIT/Stress/ABI/Stubs.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/coreclr/tests/src/JIT/Stress/ABI/TailCallEventListener.cs b/src/coreclr/tests/src/JIT/Stress/ABI/TailCallEventListener.cs index 5ae8ae0e110bb8..9aaaef2d6558c4 100644 --- a/src/coreclr/tests/src/JIT/Stress/ABI/TailCallEventListener.cs +++ b/src/coreclr/tests/src/JIT/Stress/ABI/TailCallEventListener.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/coreclr/tests/src/JIT/Stress/ABI/TailCalls.cs b/src/coreclr/tests/src/JIT/Stress/ABI/TailCalls.cs index 5836af7c8c4194..9a3e2441d3a332 100644 --- a/src/coreclr/tests/src/JIT/Stress/ABI/TailCalls.cs +++ b/src/coreclr/tests/src/JIT/Stress/ABI/TailCalls.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/coreclr/tests/src/JIT/Stress/ABI/Types.cs b/src/coreclr/tests/src/JIT/Stress/ABI/Types.cs index ae4c118b9e0181..a24c47154de6d2 100644 --- a/src/coreclr/tests/src/JIT/Stress/ABI/Types.cs +++ b/src/coreclr/tests/src/JIT/Stress/ABI/Types.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.Linq; diff --git a/src/coreclr/tests/src/JIT/jit64/ebvts/cs/generics/generics/repro52.cs b/src/coreclr/tests/src/JIT/jit64/ebvts/cs/generics/generics/repro52.cs index 96d157b294e983..fe26189b799326 100644 --- a/src/coreclr/tests/src/JIT/jit64/ebvts/cs/generics/generics/repro52.cs +++ b/src/coreclr/tests/src/JIT/jit64/ebvts/cs/generics/generics/repro52.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. internal class MCell { diff --git a/src/coreclr/tests/src/JIT/jit64/eh/Common/common.cs b/src/coreclr/tests/src/JIT/jit64/eh/Common/common.cs index c3ceec0c466e3a..a6a0a4a1479ac1 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/Common/common.cs +++ b/src/coreclr/tests/src/JIT/jit64/eh/Common/common.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. // Throw in catch handler diff --git a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1.cs b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1.cs index 6d14fd248c46be..91cbaf9b827c8e 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1.cs +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1.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/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2.cs b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2.cs index 382bd5a8320a02..885b8d2f3dd31c 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2.cs +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2.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/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3.cs b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3.cs index 921aefdfca7894..391476ff5a977d 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3.cs +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3.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/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitincatch.il b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitincatch.il index c90f95de908b4a..1f38e97f6a5917 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitincatch.il +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitincatch.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. diff --git a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinfinally.il b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinfinally.il index 49a5d43ac8e039..0f7377c52ad301 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinfinally.il +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinfinally.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. diff --git a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinhandler.il b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinhandler.il index 2a9d3a90d7cce6..f1fb3c16503aae 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinhandler.il +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinhandler.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. diff --git a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinroot.il b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinroot.il index 16ab6c61c9d68d..6e9c176cfce6a5 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinroot.il +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinroot.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. diff --git a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitintry.il b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitintry.il index 629ec0e101a9f9..cd1d68a0389617 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitintry.il +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitintry.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. diff --git a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalgotoinatryblockinahandler.cs b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalgotoinatryblockinahandler.cs index b249f1effde484..b1f597138b9e3b 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalgotoinatryblockinahandler.cs +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalgotoinatryblockinahandler.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. //112256 // [karimf] If we happen to have a try that is in nested CATCHs, and the try has a nonLocalGoto diff --git a/src/coreclr/tests/src/JIT/jit64/eh/Leaves/nonlocalexitfromnestedcatch.cs b/src/coreclr/tests/src/JIT/jit64/eh/Leaves/nonlocalexitfromnestedcatch.cs index f1a547286916db..eabd2ffe545c79 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/Leaves/nonlocalexitfromnestedcatch.cs +++ b/src/coreclr/tests/src/JIT/jit64/eh/Leaves/nonlocalexitfromnestedcatch.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. // Non local exit from a catch handler nested inside another catch handler diff --git a/src/coreclr/tests/src/JIT/jit64/eh/basics/loopEH.cs b/src/coreclr/tests/src/JIT/jit64/eh/basics/loopEH.cs index 4d9309b9a12efd..1633ed164b9fce 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/basics/loopEH.cs +++ b/src/coreclr/tests/src/JIT/jit64/eh/basics/loopEH.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/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter1.il b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter1.il index bc9e4fd5ef5f8c..012fbbcceb1166 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter1.il +++ b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter1.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. diff --git a/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter2.il b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter2.il index c0d473a5f6b428..4c0ef0a96c560f 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter2.il +++ b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter2.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. diff --git a/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter3.il b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter3.il index 132203445992b4..fa0d3e8bb67fde 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter3.il +++ b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter3.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. diff --git a/src/coreclr/tests/src/JIT/jit64/eh/basics/throwisfirstinstruction.il b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwisfirstinstruction.il index 658681644d820e..7f1bb7eefea194 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/basics/throwisfirstinstruction.il +++ b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwisfirstinstruction.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.Console diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/148343.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/148343.cs index 301bf487f0d1c5..d5d62381d2aa99 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/148343.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/148343.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/coreclr/tests/src/JIT/jit64/gc/misc/9_and_alloca2.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/9_and_alloca2.cs index ab737304c1a2d2..80ec7871d75c4b 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/9_and_alloca2.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/9_and_alloca2.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/coreclr/tests/src/JIT/jit64/gc/misc/9param.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/9param.cs index e15c9593792517..1362330f45a033 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/9param.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/9param.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/coreclr/tests/src/JIT/jit64/gc/misc/alloca3.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/alloca3.cs index c8905d86175e65..f27747735699cc 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/alloca3.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/alloca3.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/coreclr/tests/src/JIT/jit64/gc/misc/eh1.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/eh1.cs index c5a2737c20d2a7..2bac4789f19629 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/eh1.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/eh1.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/coreclr/tests/src/JIT/jit64/gc/misc/fgtest1.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/fgtest1.cs index d3d7d4a86d0484..3aede1c19c7558 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/fgtest1.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/fgtest1.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/coreclr/tests/src/JIT/jit64/gc/misc/fgtest2.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/fgtest2.cs index 02572b814c47b3..804cf1438027e5 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/fgtest2.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/fgtest2.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/coreclr/tests/src/JIT/jit64/gc/misc/funclet.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/funclet.cs index a18f2d5d75b9d0..1b10f36cc50abf 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/funclet.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/funclet.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. // // The main purpose of this test is make sure that an object ref passed on the stack diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/gc-pinned-code-motion.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/gc-pinned-code-motion.cs index e7f160f3b97ede..9bbe873ad319a1 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/gc-pinned-code-motion.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/gc-pinned-code-motion.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. //this is regression test for 307867 //this failed due to inlining under gcstress diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/gcparaminreg.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/gcparaminreg.cs index b8f98ea4c84a3d..cf3c03d18d1e7b 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/gcparaminreg.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/gcparaminreg.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. // // This test is intended to test using SSIs to report cases where diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/ret_struct_test1.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/ret_struct_test1.cs index d26d5d900f51a0..f81a299a1956de 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/ret_struct_test1.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/ret_struct_test1.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/coreclr/tests/src/JIT/jit64/gc/misc/ret_struct_test4.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/ret_struct_test4.cs index e106ee34ae5ba5..e72ba963b9a0ec 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/ret_struct_test4.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/ret_struct_test4.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/coreclr/tests/src/JIT/jit64/gc/misc/simple1.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/simple1.cs index b828b60b18cafe..8875c7555efa2a 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/simple1.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/simple1.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/coreclr/tests/src/JIT/jit64/gc/misc/struct1.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1.cs index 4dfa271738486b..1ec77eb231068a 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1.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/coreclr/tests/src/JIT/jit64/gc/misc/struct1_2.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1_2.cs index 6edfa4fd1263fc..ea530cd6a429df 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1_2.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1_2.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/coreclr/tests/src/JIT/jit64/gc/misc/struct1_4.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1_4.cs index 535e9a950ec664..da1e4ace043947 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1_4.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1_4.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/coreclr/tests/src/JIT/jit64/gc/misc/struct1_5.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1_5.cs index d1aa042dac9dd8..08c48665d0eb82 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1_5.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1_5.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/coreclr/tests/src/JIT/jit64/gc/misc/struct2.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2.cs index 03cdbfba472606..f0c4cc53296ab7 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2.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/coreclr/tests/src/JIT/jit64/gc/misc/struct2_2.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_2.cs index 437f5013852922..8cb563f57a7302 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_2.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_2.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/coreclr/tests/src/JIT/jit64/gc/misc/struct2_4.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_4.cs index 04a4724c491c4c..ba4dc0604c21ef 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_4.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_4.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/coreclr/tests/src/JIT/jit64/gc/misc/struct2_5.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_5.cs index c93730ca618e81..45c1c704c1c131 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_5.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_5.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/coreclr/tests/src/JIT/jit64/gc/misc/struct2_5_2.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_5_2.cs index 1a7405159f74c4..358038b944cbe3 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_5_2.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_5_2.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/coreclr/tests/src/JIT/jit64/gc/misc/struct3.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3.cs index 54b5f50473fea2..e55f4886333792 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3.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/coreclr/tests/src/JIT/jit64/gc/misc/struct3_2.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3_2.cs index ed3625688e8aee..b18ecbb0027a67 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3_2.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3_2.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/coreclr/tests/src/JIT/jit64/gc/misc/struct3_4.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3_4.cs index 473cf04446d826..73398661b177f7 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3_4.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3_4.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/coreclr/tests/src/JIT/jit64/gc/misc/struct3_5.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3_5.cs index 024762886c00ad..faabb8c7295e7f 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3_5.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3_5.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/coreclr/tests/src/JIT/jit64/gc/misc/struct4.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4.cs index 0d4ccfa3f1d0c1..416ba3959c4951 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4.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/coreclr/tests/src/JIT/jit64/gc/misc/struct4_2.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4_2.cs index 83a8004117bc46..ee9a6699e7b250 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4_2.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4_2.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/coreclr/tests/src/JIT/jit64/gc/misc/struct4_4.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4_4.cs index 1afd125d236488..37c4baf43b3609 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4_4.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4_4.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/coreclr/tests/src/JIT/jit64/gc/misc/struct4_5.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4_5.cs index 0e075f51dff277..174b72079d073f 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4_5.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4_5.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/coreclr/tests/src/JIT/jit64/gc/misc/struct5.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5.cs index e401d3d8970134..84b4eca3ecac15 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5.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/coreclr/tests/src/JIT/jit64/gc/misc/struct5_2.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5_2.cs index e812388513a804..00949b00b6de2e 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5_2.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5_2.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/coreclr/tests/src/JIT/jit64/gc/misc/struct5_4.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5_4.cs index 10ad831a02614d..994e47cd8833f8 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5_4.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5_4.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/coreclr/tests/src/JIT/jit64/gc/misc/struct5_5.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5_5.cs index 314ec0d48b27bc..ad4d17d198511d 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5_5.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5_5.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/coreclr/tests/src/JIT/jit64/gc/misc/struct6.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6.cs index aef23f27f8c7b8..98d2259f2a1cfb 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6.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/coreclr/tests/src/JIT/jit64/gc/misc/struct6_2.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6_2.cs index 34ff0ba652557e..7030a18f8147d2 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6_2.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6_2.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/coreclr/tests/src/JIT/jit64/gc/misc/struct6_4.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6_4.cs index fbfdd90b96835f..a7aabb3db0bfc6 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6_4.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6_4.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/coreclr/tests/src/JIT/jit64/gc/misc/struct6_5.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6_5.cs index 01daa21b269e4a..fd2832baf6b20f 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6_5.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6_5.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/coreclr/tests/src/JIT/jit64/gc/misc/struct7_1.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct7_1.cs index 885e26893280b0..8bedaf749ac98e 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct7_1.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct7_1.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/coreclr/tests/src/JIT/jit64/gc/misc/struct8.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct8.cs index 727a3bff8b5c96..c3c3931817d452 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct8.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct8.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/coreclr/tests/src/JIT/jit64/gc/misc/struct9.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct9.cs index 52559fd2ad00a3..183c8468516a63 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct9.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct9.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/coreclr/tests/src/JIT/jit64/gc/misc/struct9_2.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct9_2.cs index 87d075e7a6a079..1fdf09e1c07620 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct9_2.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct9_2.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/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_1.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_1.cs index c94be909f74689..18a441e599bcfa 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_1.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_1.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/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_2.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_2.cs index 7999de1f01f7a4..60061d4abfa02d 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_2.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_2.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/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_3.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_3.cs index d38ed765f62db4..418d0cea76dbdd 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_3.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_3.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/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_4.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_4.cs index 4c22edfd2e7ffb..b7bd472b89a7c1 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_4.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_4.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/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_5.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_5.cs index 2bbed21dc62237..fb34a5cbb1c047 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_5.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_5.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/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_6.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_6.cs index b26cc358508e06..8dc302b9c078d0 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_6.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_6.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/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_1.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_1.cs index 0bc4b861e5011a..6c0e14aa531fe4 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_1.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_1.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/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_2.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_2.cs index e4e51cb2b492c1..f3cf32100e9359 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_2.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_2.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/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_3.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_3.cs index 3b2026ffac67e6..3cf9e7f636df29 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_3.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_3.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/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_4.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_4.cs index 7f268a4d04735f..f29e09f0859930 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_4.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_4.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/coreclr/tests/src/JIT/jit64/gc/misc/structfp3_1.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp3_1.cs index 2e44a51af52010..b18f3e95529a43 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp3_1.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp3_1.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/coreclr/tests/src/JIT/jit64/gc/misc/structfp4_1.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp4_1.cs index 1363ec1320d0df..0c4970baaf67fc 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp4_1.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp4_1.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/coreclr/tests/src/JIT/jit64/gc/misc/structfp5_1.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp5_1.cs index ecf17c09c23471..ff2f69219b2edc 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp5_1.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp5_1.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/coreclr/tests/src/JIT/jit64/gc/misc/structfp6_1.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp6_1.cs index 7c82899a3929ef..dd4e5f791e6563 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp6_1.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp6_1.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/coreclr/tests/src/JIT/jit64/gc/misc/structfpseh5_1.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfpseh5_1.cs index 26a4b791ae7c84..bc07a628d5b8cc 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfpseh5_1.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfpseh5_1.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/coreclr/tests/src/JIT/jit64/gc/misc/structfpseh6_1.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfpseh6_1.cs index 6778738fba63af..bf5b2511815c01 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfpseh6_1.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfpseh6_1.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/coreclr/tests/src/JIT/jit64/gc/misc/structref1_1.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structref1_1.cs index 88a2e775f8905f..87ea7ab88c0237 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structref1_1.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structref1_1.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/coreclr/tests/src/JIT/jit64/gc/misc/structret1_1.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret1_1.cs index 65be7080a08ae2..a97ca779f5fc0e 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret1_1.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret1_1.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/coreclr/tests/src/JIT/jit64/gc/misc/structret1_2.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret1_2.cs index 5130432a6f1c78..7ff68b9aab378a 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret1_2.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret1_2.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/coreclr/tests/src/JIT/jit64/gc/misc/structret1_3.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret1_3.cs index bdb12f7c5d6624..bc60881b6bbda1 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret1_3.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret1_3.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/coreclr/tests/src/JIT/jit64/gc/misc/structret2_1.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret2_1.cs index e662a0c9bd2c57..e8256bab44f154 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret2_1.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret2_1.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/coreclr/tests/src/JIT/jit64/gc/misc/structret2_2.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret2_2.cs index b7ea1e8885245b..5b05cb8ae0a223 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret2_2.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret2_2.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/coreclr/tests/src/JIT/jit64/gc/misc/structret2_3.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret2_3.cs index 4ed8ea17aaa99e..61c5deebddd4dd 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret2_3.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret2_3.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/coreclr/tests/src/JIT/jit64/gc/misc/structret3_1.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret3_1.cs index 4e106fbaa9b6a1..8241cf1dd6161d 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret3_1.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret3_1.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/coreclr/tests/src/JIT/jit64/gc/misc/structret3_2.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret3_2.cs index d34f1796b3b02f..3490ac6068d9bb 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret3_2.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret3_2.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/coreclr/tests/src/JIT/jit64/gc/misc/structret3_3.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret3_3.cs index 1f4adb19333757..7b166a5de6e239 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret3_3.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret3_3.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/coreclr/tests/src/JIT/jit64/gc/misc/structret4_1.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret4_1.cs index 3b9a1e7e879798..cb2a64207c0b8b 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret4_1.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret4_1.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/coreclr/tests/src/JIT/jit64/gc/misc/structret4_2.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret4_2.cs index b5acfcb20a399f..40e992862d05d2 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret4_2.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret4_2.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/coreclr/tests/src/JIT/jit64/gc/misc/structret4_3.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret4_3.cs index 158b4b9adbb3a3..419183c213b692 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret4_3.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret4_3.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/coreclr/tests/src/JIT/jit64/gc/misc/structret5_1.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret5_1.cs index 378df8ddc043fa..a47ad7ce9232ad 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret5_1.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret5_1.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/coreclr/tests/src/JIT/jit64/gc/misc/structret5_2.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret5_2.cs index 79eec9bbde2bc2..cd9316a69cd8bc 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret5_2.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret5_2.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/coreclr/tests/src/JIT/jit64/gc/misc/structret5_3.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret5_3.cs index c860a4542eef9a..07914bc6613353 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret5_3.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret5_3.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/coreclr/tests/src/JIT/jit64/gc/misc/structret6_1.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret6_1.cs index 309cc2d278514e..035d66ada94f64 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret6_1.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret6_1.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/coreclr/tests/src/JIT/jit64/gc/misc/structret6_2.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret6_2.cs index 685622b49c55cb..15666fc8de519d 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret6_2.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret6_2.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/coreclr/tests/src/JIT/jit64/gc/misc/structret6_3.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret6_3.cs index b8dc6277949905..a5ab0da9922080 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret6_3.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret6_3.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/coreclr/tests/src/JIT/jit64/gc/misc/structva1_1.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/structva1_1.cs index 634274deffca93..b0c1b1e70ff4b6 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structva1_1.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structva1_1.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/coreclr/tests/src/JIT/jit64/gc/misc/test1.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/test1.cs index b81db3d2075c88..f03317c117e1a4 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/test1.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/test1.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/coreclr/tests/src/JIT/jit64/gc/misc/test2.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/test2.cs index 41c45aebc60ce8..5d05f826b9ec5d 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/test2.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/test2.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/coreclr/tests/src/JIT/jit64/gc/misc/test3.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/test3.cs index 9addbdddd6989a..272505c7284285 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/test3.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/test3.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/coreclr/tests/src/JIT/jit64/gc/misc/test_noalloca.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/test_noalloca.cs index f43c28f034e68b..fd5e053e866732 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/test_noalloca.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/test_noalloca.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/coreclr/tests/src/JIT/jit64/gc/misc/vbil.cs b/src/coreclr/tests/src/JIT/jit64/gc/misc/vbil.cs index cde972e68f620a..724bb9fa31d66d 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/vbil.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/vbil.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. // class C diff --git a/src/coreclr/tests/src/JIT/jit64/gc/regress/vswhidbey/143837.cs b/src/coreclr/tests/src/JIT/jit64/gc/regress/vswhidbey/143837.cs index cda58664407e5d..70c3763cd5655c 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/regress/vswhidbey/143837.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/regress/vswhidbey/143837.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/coreclr/tests/src/JIT/jit64/gc/regress/vswhidbey/339415.cs b/src/coreclr/tests/src/JIT/jit64/gc/regress/vswhidbey/339415.cs index fbc5da0f140111..ca8b6213881457 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/regress/vswhidbey/339415.cs +++ b/src/coreclr/tests/src/JIT/jit64/gc/regress/vswhidbey/339415.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. // // Basically, the problem is FP relative stack reporting + GC pointer passed on the stack. GC offsets diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/common.cs b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/common.cs index a59e25168d4e7c..6d4e1b6ad96d0a 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/common.cs +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/common.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/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_common.cs b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_common.cs index 11118ec7bef8d4..72bf7fdd235fcd 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_common.cs +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_common.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_interop.cs b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_interop.cs index 401f8eb0a412a4..0a6a6b53661c7b 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_interop.cs +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_interop.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_managed.cs b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_managed.cs index d579946a3f8b92..8bebdc5d0297be 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_managed.cs +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_managed.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 HFATest { diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_testA.cs b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_testA.cs index 735bfcfa306d9b..8a4cdb84701160 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_testA.cs +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_testA.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/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_testB.cs b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_testB.cs index 087704abf2a6d9..cb2cc2023b38e6 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_testB.cs +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_testB.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/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_testC.cs b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_testC.cs index d43c3034cb5673..3c41c78802b926 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_testC.cs +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_testC.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/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_testE.cs b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_testE.cs index 04913196ee5549..e9e84767f90366 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_testE.cs +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_testE.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/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_testG.cs b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_testG.cs index 9e4a30f5352897..f8c769207a0e0e 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_testG.cs +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_testG.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/coreclr/tests/src/JIT/jit64/localloc/call/call05_dynamic.il b/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_dynamic.il index 3871c375af94c1..38c4596b9de3a6 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_dynamic.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_dynamic.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.Console diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_large.il b/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_large.il index 251671cd881e05..cafc142b08294f 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_large.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_large.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/common/common.il b/src/coreclr/tests/src/JIT/jit64/localloc/common/common.il index 2f1ec8c463e46a..4857a3a5ed739a 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/common/common.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/common/common.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.Console { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh01.cs b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh01.cs index ee7e3f00a220c2..987d673ca5341d 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh01.cs +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh01.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. /* * Test reading localloc variable from catch block. diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh02.cs b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh02.cs index 34e81efa885487..37d14148149a28 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh02.cs +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh02.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. /* * Test reading localloc variable from finally block. diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_dynamic.il b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_dynamic.il index 299c111981e3bf..64eeefaeb4953b 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_dynamic.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_dynamic.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. // Test localloc with filter + handler construct. .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_large.il b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_large.il index 366047ba927c05..e364873e3a64d7 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_large.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_large.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. // Test localloc with filter + handler construct. .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_small.il b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_small.il index 8da965d25b2f5e..2c3b05ce65ed7b 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_small.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_small.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. // Test localloc with filter + handler construct. .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_dynamic.il b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_dynamic.il index 12cd840627f278..30e47e430ae67f 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_dynamic.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_dynamic.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_large.il b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_large.il index 4e2a7bc4996a15..cf96d23ff93036 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_large.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_large.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_small.il b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_small.il index 92c2a62db7fa4d..4330db5744a9fd 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_small.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_small.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh05.cs b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh05.cs index 1689f6f2a79f73..2a3b13f094669b 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh05.cs +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh05.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. /* * Test reading localloc variable from catch block. diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_dynamic.il b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_dynamic.il index 0a8f4763b92845..115a60494c1114 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_dynamic.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_dynamic.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_dynamic.il b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_dynamic.il index 489903b706af40..23735c62e5cafd 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_dynamic.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_dynamic.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_dynamic.il b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_dynamic.il index 6cdb23df82b525..dcc12ae5defc47 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_dynamic.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_dynamic.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_large.il b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_large.il index f5c0b13a863db3..86a280556d702b 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_large.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_large.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_small.il b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_small.il index 2cd420149f1e6f..8328bc557025ea 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_small.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_small.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_dynamic.il b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_dynamic.il index 6a04f13d3457b0..fb1ecc253384e5 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_dynamic.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_dynamic.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh09.cs b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh09.cs index 8e04ec8a33e759..0d13705e1864a5 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh09.cs +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh09.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. /* * Test reading localloc variable from nested catch block. diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_dynamic.il b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_dynamic.il index 381d96dd6289af..645e4969cae650 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_dynamic.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_dynamic.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_large.il b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_large.il index c35b8ca6c75307..feb82d8be82ead 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_large.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_large.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_small.il b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_small.il index b82d2847633c9e..eff30b3b2753d3 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_small.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_small.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_dynamic.il b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_dynamic.il index ea490f0d919442..8f5549cffb555a 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_dynamic.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_dynamic.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_large.il b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_large.il index 247f6422df3065..a98db00f65d8cb 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_large.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_large.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_small.il b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_small.il index 39912af0ddafb8..6b6d00f8da9a3d 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_small.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_small.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_dynamic.il b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_dynamic.il index 5b83a0960f8129..f8260c940990f5 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_dynamic.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_dynamic.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_large.il b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_large.il index d0a18cc5b7b491..99dd8739184c66 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_large.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_large.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_small.il b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_small.il index 4c5f2bc888bbc8..79ae7d73d7695b 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_small.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_small.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind01.cs b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind01.cs index 0fd91ee9f1d01e..6899db0c0b9e9b 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind01.cs +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind01.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. /* * Test unwinding from simple function. diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind02.cs b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind02.cs index 14649fe4baa45b..4e5cb594734ee4 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind02.cs +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind02.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. /* * Test unwinding from catch block. diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind03.cs b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind03.cs index d18029d0d524d4..1f3cd9577c66bd 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind03.cs +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind03.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. /* * Test unwinding from finally block. diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_dynamic.il b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_dynamic.il index fbf3b74ff920cb..48c8bd3c7e01e0 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_dynamic.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_dynamic.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. // Unwind from fault block .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_large.il b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_large.il index f94cf7460f6602..23ca1d74a13c04 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_large.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_large.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. // Unwind from fault block .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_small.il b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_small.il index 157aec7d167be3..e5a72db87ca24f 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_small.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_small.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. // Unwind from fault block .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_dynamic.il b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_dynamic.il index 453e178c626ca5..9bd3316bf4cff2 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_dynamic.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_dynamic.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. // Unwind from Filter block. .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_large.il b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_large.il index d1f87e44e0df6f..f009b320e9e623 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_large.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_large.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. // Unwind from Filter block. .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_small.il b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_small.il index 44e5d6cd44b2e1..55f372d900f48f 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_small.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_small.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. // Unwind from Filter block. .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_dynamic.il b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_dynamic.il index ffeaeda2e02430..a1641586ba1c53 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_dynamic.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_dynamic.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. // Unwind from Handler block. .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_large.il b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_large.il index 179a45cc3202b6..57c9a928823100 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_large.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_large.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. // Unwind from Handler block. .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_small.il b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_small.il index b96499a28d6891..4f60eec33af7c7 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_small.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_small.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. // Unwind from Handler block. .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_dynamic.il b/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_dynamic.il index 797cd659e0d7a1..03bf832c4854bf 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_dynamic.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_dynamic.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. // Test Invalid program (evaluation stack is not empty before localloc call .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_large.il b/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_large.il index 31c5e743548f5a..022c2af478c888 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_large.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_large.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. // Test Invalid program (evaluation stack is not empty before localloc call .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_small.il b/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_small.il index a3166e3341d25c..b285a9d6a11bb5 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_small.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_small.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. // Test Invalid program (evaluation stack is not empty before localloc call .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/zeroinit/zeroinit01_large.il b/src/coreclr/tests/src/JIT/jit64/localloc/zeroinit/zeroinit01_large.il index 802bd6592cbabd..67bee9ca9cb1c3 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/zeroinit/zeroinit01_large.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/zeroinit/zeroinit01_large.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/zeroinit/zeroinit01_small.il b/src/coreclr/tests/src/JIT/jit64/localloc/zeroinit/zeroinit01_small.il index a87c66fa6b2d3b..34666e7a5c7532 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/zeroinit/zeroinit01_small.il +++ b/src/coreclr/tests/src/JIT/jit64/localloc/zeroinit/zeroinit01_small.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/common/common.il b/src/coreclr/tests/src/JIT/jit64/mcc/common/common.il index dad1e37692638e..3b45f9c46e48af 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/common/common.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/common/common.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. // Metadata version: v2.0.50727 diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i00.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i00.il index dc5e15ce7dc17f..e0a27e55eb78c3 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i00.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i00.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i01.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i01.il index 012021058574cd..921c619ceb21bd 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i01.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i01.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i02.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i02.il index 0124823402c67e..ef223ed4515fc8 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i02.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i02.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i03.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i03.il index 27323419dc30cb..9382602ad77cc5 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i03.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i03.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i04.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i04.il index 57cd0e45b23d78..65caa0193f4ef7 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i04.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i04.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i05.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i05.il index 1eb3ac24b9f3c9..f9432a1d66ec59 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i05.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i05.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i06.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i06.il index 10a6d23fa11314..11b397f0ea1d62 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i06.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i06.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i07.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i07.il index e627237354472b..ecdc9f046868b1 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i07.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i07.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i10.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i10.il index 049bdd888bbcc2..12a0bef9c0386a 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i10.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i10.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 mscorlib {} diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i11.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i11.il index d4985355ba38f5..87642efb5d99a9 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i11.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i11.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i12.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i12.il index bf9c60cadfe322..11cbffaf97ac6f 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i12.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i12.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i13.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i13.il index 9509537014be2c..77c0b622b14113 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i13.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i13.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i14.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i14.il index ceb9b41cdf5310..674bcc18d93cac 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i14.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i14.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i15.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i15.il index 158707eff828e2..92ea974f7c4815 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i15.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i15.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i16.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i16.il index 5e95e1645481c6..60a2cc21d91f73 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i16.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i16.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i17.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i17.il index 69f7fd20813a07..6cf8c9dad6ab4a 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i17.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i17.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i30.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i30.il index ddfb222bc325ff..eabf8c3d705fdc 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i30.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i30.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i31.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i31.il index a73eaf8a8101a2..b1a5b86d3e27e9 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i31.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i31.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i32.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i32.il index 00762edd9da0fd..d55fe1b7f97604 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i32.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i32.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i33.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i33.il index 75a6d1798720fc..7058532bd4014d 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i33.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i33.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i34.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i34.il index ee3cf8967ce63b..02805a92afb94e 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i34.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i34.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i35.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i35.il index 06f7c4f850fe10..f9c3fb533eccbd 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i35.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i35.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i36.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i36.il index f71c721c1fdb30..5f668dd84a7017 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i36.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i36.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i37.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i37.il index 5c486a0d0da926..9ff6a1579f3436 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i37.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i37.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i50.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i50.il index 9e0ace9936ac34..0d8f010aadf8bd 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i50.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i50.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i51.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i51.il index 1b0b7222023899..bf201f65909618 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i51.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i51.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i52.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i52.il index 6d67b91dc8f233..c7ccca96f64268 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i52.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i52.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i53.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i53.il index f7c5885f987cc1..e35dd531e19ff3 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i53.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i53.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i54.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i54.il index 1b15a8bbb547b9..bde19ac5ecd8ee 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i54.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i54.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i55.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i55.il index 0fdc0c87732d0e..7b17fbee4c719c 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i55.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i55.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i56.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i56.il index 030806eeee97a2..b6db97b0f1d227 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i56.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i56.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i57.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i57.il index 2b3a7958d0d288..d6db39a9197589 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i57.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i57.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i60.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i60.il index c00e503ddcf03a..bc662df3ecb239 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i60.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i60.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i61.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i61.il index d453eaa713e7ce..a3ebd09f1c70d8 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i61.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i61.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i62.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i62.il index b0a46d60bd54e8..9dbb6e429310d6 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i62.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i62.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i63.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i63.il index 4f63d411e1cd52..91700af7a57446 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i63.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i63.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i64.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i64.il index 10bbb9c578b224..fe0dc2a85e414f 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i64.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i64.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i65.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i65.il index 0b68a9257e19c7..c04fc1cfdf5b5f 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i65.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i65.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i66.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i66.il index 2256f7d2c050c2..9a98de2f517348 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i66.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i66.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i67.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i67.il index d61de4ffc4c51a..d700c19dbe5c3e 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i67.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i67.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i70.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i70.il index f8748bce9bdbc8..0e60e3483861c3 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i70.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i70.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i71.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i71.il index f281f255a1011a..2e9eb03cbeb9e9 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i71.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i71.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i72.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i72.il index e4f06207ffb172..28d4774152c6ef 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i72.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i72.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i73.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i73.il index aec383efe83aed..1131f1f4df1d8c 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i73.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i73.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i74.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i74.il index 7a3084ea3cd0c4..5a8f5363174224 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i74.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i74.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i75.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i75.il index 5ae01fa27d5da8..2ee425d8f2c5c6 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i75.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i75.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i76.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i76.il index 8ed4e0084f53f8..d27c0f208dc4ba 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i76.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i76.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i77.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i77.il index 132ea2ccf6a297..afe7eb2ba23dc5 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i77.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i77.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i80.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i80.il index 43fffef6eca437..bb5868ebd3b3ca 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i80.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i80.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i81.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i81.il index 0a44dfd5f22a5a..e7bc913529e4a8 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i81.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i81.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i82.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i82.il index dbf4386a2fb7af..f454801170759a 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i82.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i82.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i83.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i83.il index abaa171ce2e30e..d859410e3c10bf 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i83.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i83.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i84.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i84.il index 6b5e1ef523b5e8..ef769dd8f8c30e 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i84.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i84.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i85.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i85.il index b081b75c60e34e..0a75eaf66cdb2d 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i85.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i85.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i86.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i86.il index c2e6cc83d5a3fe..efdd7a13ab1ad0 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i86.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i86.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i87.il b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i87.il index b3f5692c303343..9d900cd54063e8 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i87.il +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i87.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.Extensions { auto } diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAA.cs b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAA.cs index 7cec575b74928b..20edc5c517366f 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAA.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAA.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/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAC.cs b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAC.cs index 05647243d5ac6d..d60055363b2d6a 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAC.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAC.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/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACA.cs b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACA.cs index 70faaf03631488..075e9b36ff07cf 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACA.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACA.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/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACC.cs b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACC.cs index 981de81c5e7e5d..14be29f12204fe 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACC.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACC.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/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1.cs b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1.cs index e0170004f770a2..154b8ecf376afe 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1.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/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress2.cs b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress2.cs index c1037ad3b89be0..514c7f8a300ec7 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress2.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress2.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/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress3.cs b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress3.cs index 2a6e2cc4beee9a..a89f43937ffa91 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress3.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress3.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/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp.il b/src/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp.il index ab2e9a72789180..cc2b57398242e0 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp.il +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn.il b/src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn.il index 60e8fca321fdd2..5800a74214b444 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn.il +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cprop/Dev10_844071.il b/src/coreclr/tests/src/JIT/jit64/opt/cprop/Dev10_844071.il index 55c94445f29d56..a95f03141c6fa0 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cprop/Dev10_844071.il +++ b/src/coreclr/tests/src/JIT/jit64/opt/cprop/Dev10_844071.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. diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cprop/Dev10_884217_IL.il b/src/coreclr/tests/src/JIT/jit64/opt/cprop/Dev10_884217_IL.il index 63f640908d441f..09d2e59a8a7484 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cprop/Dev10_884217_IL.il +++ b/src/coreclr/tests/src/JIT/jit64/opt/cprop/Dev10_884217_IL.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. diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001.cs b/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001.cs index 73fc56df27760e..0ebf02542d5045 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001.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. public class LIM { diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop002.il b/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop002.il index 7f43ccee10f204..ade9ae6b20ccd1 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop002.il +++ b/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop002.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cprop/implicitDownConv.cs b/src/coreclr/tests/src/JIT/jit64/opt/cprop/implicitDownConv.cs index ce236faa0ef57f..6f2541da4b9ed6 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cprop/implicitDownConv.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cprop/implicitDownConv.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/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray.cs b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray.cs index df3e20b1ebdfc5..a34dd610ccdefc 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray.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. // //(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((ar[1]+ar[2])+ar[3])+ar[4])+ar[5])+ar[6])+ar[7])+ar[8])+ar[9])+ar[10])+ar[11])+ar[12])+ar[13])+ar[14])+ar[15])+ar[16])+ar[17])+ar[18])+ar[19])+ar[20])+ar[21])+ar[22])+ar[23])+ar[24])+ar[25])+ar[26])+ar[27])+ar[28])+ar[29])+ar[30])+ar[31])+ar[32])+ar[33])+ar[34])+ar[35])+ar[36])+ar[37])+ar[38])+ar[39])+ar[40])+ar[41])+ar[42])+ar[43])+ar[44])+ar[45])+ar[46])+ar[47])+ar[48])+ar[49])+ar[50])+ar[51])+ar[52])+ar[53])+ar[54])+ar[55])+ar[56])+ar[57])+ar[58])+ar[59])+ar[60])+ar[61])+ar[62])+ar[63])+ar[64])+ar[65])+ar[66])+ar[67])+ar[68])+ar[69])+ar[70])+ar[71])+ar[72])+ar[73])+ar[74])+ar[75])+ar[76])+ar[77])+ar[78])+ar[79])+ar[80])+ar[81])+ar[82])+ar[83])+ar[84])+ar[85])+ar[86])+ar[87])+ar[88])+ar[89])+ar[90])+ar[91])+ar[92])+ar[93])+ar[94])+ar[95])+ar[96])+ar[97])+ar[98])+ar[99])+ar[100])+ar[101])+ar[102])+ar[103])+ar[104])+ar[105])+ar[106])+ar[107])+ar[108])+ar[109])+ar[110])+ar[111])+ar[112])+ar[113])+ar[114])+ar[115])+ar[116])+ar[117])+ar[118])+ar[119])+ar[120])+ar[121])+ar[122])+ar[123])+ar[124])+ar[125])+ar[126])+ar[127])+ar[128])+ar[129])+ar[130])+ar[131])+ar[132])+ar[133])+ar[134])+ar[135])+ar[136])+ar[137])+ar[138])+ar[139])+ar[140])+ar[141])+ar[142])+ar[143])+ar[144])+ar[145])+ar[146])+ar[147])+ar[148])+ar[149])+ar[150])+ar[151])+ar[152])+ar[153])+ar[154])+ar[155])+ar[156])+ar[157])+ar[158])+ar[159])+ar[160])+ar[161])+ar[162])+ar[163])+ar[164])+ar[165])+ar[166])+ar[167])+ar[168])+ar[169])+ar[170])+ar[171])+ar[172])+ar[173])+ar[174])+ar[175])+ar[176])+ar[177])+ar[178])+ar[179])+ar[180])+ar[181])+ar[182])+ar[183])+ar[184])+ar[185])+ar[186])+ar[187])+ar[188])+ar[189])+ar[190])+ar[191])+ar[192])+ar[193])+ar[194])+ar[195])+ar[196])+ar[197])+ar[198])+ar[199])+ar[200]) diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray1.cs b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray1.cs index 503d97654de584..3a3e8dcfce8e50 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray1.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray1.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. // //(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((ar[1]+ar[2])+ar[3])+ar[4])+ar[5])+ar[6])+ar[7])+ar[8])+ar[9])+ar[10])+ar[11])+ar[12])+ar[13])+ar[14])+ar[15])+ar[16])+ar[17])+ar[18])+ar[19])+ar[20])+ar[21])+ar[22])+ar[23])+ar[24])+ar[25])+ar[26])+ar[27])+ar[28])+ar[29])+ar[30])+ar[31])+ar[32])+ar[33])+ar[34])+ar[35])+ar[36])+ar[37])+ar[38])+ar[39])+ar[40])+ar[41])+ar[42])+ar[43])+ar[44])+ar[45])+ar[46])+ar[47])+ar[48])+ar[49])+ar[50])+ar[51])+ar[52])+ar[53])+ar[54])+ar[55])+ar[56])+ar[57])+ar[58])+ar[59])+ar[60])+ar[61])+ar[62])+ar[63])+ar[64])+ar[65])+ar[66])+ar[67])+ar[68])+ar[69])+ar[70])+ar[71])+ar[72])+ar[73])+ar[74])+ar[75])+ar[76])+ar[77])+ar[78])+ar[79])+ar[80])+ar[81])+ar[82])+ar[83])+ar[84])+ar[85])+ar[86])+ar[87])+ar[88])+ar[89])+ar[90])+ar[91])+ar[92])+ar[93])+ar[94])+ar[95])+ar[96])+ar[97])+ar[98])+ar[99])+ar[100])+ar[101])+ar[102])+ar[103])+ar[104])+ar[105])+ar[106])+ar[107])+ar[108])+ar[109])+ar[110])+ar[111])+ar[112])+ar[113])+ar[114])+ar[115])+ar[116])+ar[117])+ar[118])+ar[119])+ar[120])+ar[121])+ar[122])+ar[123])+ar[124])+ar[125])+ar[126])+ar[127])+ar[128])+ar[129])+ar[130])+ar[131])+ar[132])+ar[133])+ar[134])+ar[135])+ar[136])+ar[137])+ar[138])+ar[139])+ar[140])+ar[141])+ar[142])+ar[143])+ar[144])+ar[145])+ar[146])+ar[147])+ar[148])+ar[149])+ar[150])+ar[151])+ar[152])+ar[153])+ar[154])+ar[155])+ar[156])+ar[157])+ar[158])+ar[159])+ar[160])+ar[161])+ar[162])+ar[163])+ar[164])+ar[165])+ar[166])+ar[167])+ar[168])+ar[169])+ar[170])+ar[171])+ar[172])+ar[173])+ar[174])+ar[175])+ar[176])+ar[177])+ar[178])+ar[179])+ar[180])+ar[181])+ar[182])+ar[183])+ar[184])+ar[185])+ar[186])+ar[187])+ar[188])+ar[189])+ar[190])+ar[191])+ar[192])+ar[193])+ar[194])+ar[195])+ar[196])+ar[197])+ar[198])+ar[199])+ar[200]) diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField1.cs b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField1.cs index 033b04f1745b7f..378d98fabe518a 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField1.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField1.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. // //((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((s.aa+s.ab)+s.ac)+s.ad)+s.ae)+s.af)+s.ag)+s.ah)+s.ai)+s.aj)+s.ak)+s.al)+s.am)+s.an)+s.ao)+s.ap)+s.aq)+s.ar)+s.at)+s.au)+s.av)+s.aw)+s.ax)+s.ay)+s.az)+s.ba)+s.bb)+s.bc)+s.bd)+s.be)+s.bf)+s.bg)+s.bh)+s.bi)+s.bj)+s.bk)+s.bl)+s.bm)+s.bn)+s.bo)+s.bp)+s.bq)+s.br)+s.bs)+s.bt)+s.bu)+s.bv)+s.bw)+s.bx)+s.by)+s.bz)+s.ca)+s.cb)+s.cc)+s.cd)+s.ce)+s.cf)+s.cg)+s.ch)+s.ci)+s.cj)+s.ck)+s.cl)+s.cm)+s.cn)+s.co)+s.cp)+s.cq)+s.cr)+s.cs)+s.ct)+s.cu)+s.cv)+s.cw)+s.cx)+s.cy)+s.cz)+s.da)+s.db)+s.dc)+s.dd)+s.de)+s.df)+s.dg)+s.dh)+s.di)+s.dj)+s.dk)+s.dl)+s.dm)+s.dn)+s.dp)+s.dq)+s.dr)+s.ds)+s.dt)+s.du)+s.dv)+s.dw)+s.dx)+s.dy)+s.dz)+s.ea)+s.eb)+s.ec)+s.ed)+s.ee)+s.ef)+s.eg)+s.eh)+s.ei)+s.ej)+s.ek)+s.el)+s.em)+s.en)+s.eo)+s.ep)+s.eq)+s.er)+s.es)+s.et)+s.eu)+s.ev)+s.ew)+s.ex)+s.ey)+s.ez)+s.fa)+s.fb)+s.fc)+s.fd)+s.fe)+s.ff)+s.fg)+s.fh)+s.fi)+s.fj)+s.fk)+s.fl)+s.fm)+s.fn)+s.fo)+s.fp)+s.fq)+s.fr)+s.fs)+s.ft)+s.fu)+s.fv)+s.fw)+s.fx)+s.fy)+s.fz)+s.ga)+s.gb)+s.gc)+s.gd)+s.ge)+s.gf)+s.gg)+s.gh)+s.gi)+s.gj)+s.gk)+s.gl)+s.gm)+s.gn)+s.go)+s.gp)+s.gq)+s.gr)+s.gs)+s.gt)+s.gu)+s.gv)+s.gw)+s.gx)+s.gy)+s.gz)+s.ha)+s.hb)+s.hc)+s.hd)+s.he)+s.hf)+s.hg)+s.hh)+s.hi)+s.hj)+s.hk)+s.hl)+s.hm)+s.hn)+s.ho)+s.hp)+s.hq)+s.hr)+s.hs)+s.ht)+s.hu)+s.hv)+s.hw)+s.hx)+s.hy)+s.hz)+s.ia)+s.ib)+s.ic)+s.id)+s.ie)+s.ig)+s.ih)+s.ii)+s.ij)+s.ik)+s.il)+s.im)+s.io)+s.ip)+s.iq)+s.ir)+s.it)+s.iu)+s.iv)+s.iw)+s.ix)+s.iy)+s.iz)+s.ja)+s.jb)+s.jc)+s.jd)+s.je)+s.jf)+s.jg)+s.jh)+s.ji)+s.jj)+s.jk)+s.jl)+s.jm)+s.jn)+s.jo)+s.jp)+s.jq)+s.jr)+s.js)+s.jt)+s.ju)+s.jv)+s.jw)+s.jx)+s.jy)+s.jz)+s.ka)+s.kb)+s.kc)+s.kd)+s.ke)+s.kf)+s.kg)+s.kh)+s.ki)+s.kj)+s.kk)+s.kl)+s.km)+s.kn)+s.ko)+s.kp)+s.kq)+s.kr)+s.ks)+s.kt)+s.ku)+s.kv)+s.kw)+s.kx)+s.ky)+s.kz)+s.la)+s.lb)+s.lc)+s.ld)+s.le)+s.lf)+s.lg)+s.lh)+s.li)+s.lj)+s.lk)+s.ll)+s.lm)+s.ln)+s.lo)+s.lp)+s.lq)+s.lr)+s.ls)+s.lt)+s.lu)+s.lv)+s.lw)+s.lx)+s.ly)+s.lz)+s.ma)+s.mb)+s.mc)+s.md)+s.me)+s.mf)+s.mg)+s.mh)+s.mi)+s.mj)+s.mk)+s.ml)+s.mm)+s.mn)+s.mo)+s.mp)+s.mq)+s.mr)+s.ms)+s.mt)+s.mu)+s.mv)+s.mw)+s.mx)+s.my)+s.mz)+s.na)+s.nb)+s.nc)+s.nd)+s.ne)+s.nf)+s.ng)+s.nh)+s.ni)+s.nj)+s.nk)+s.nl)+s.nm)+s.nn)+s.no)+s.np)+s.nq)+s.nr)+s.ns)+s.nt)+s.nu)+s.nv)+s.nw)+s.nx)+s.ny)+s.nz)+s.oa)+s.ob)+s.oc)+s.od)+s.oe)+s.of)+s.og)+s.oh)+s.oi)+s.oj)+s.ok)+s.ol)+s.om)+s.on)+s.oo)+s.op)+s.oq)+s.or)+s.os)+s.ot)+s.ou)+s.ov)+s.ow)+s.ox)+s.oy)+s.oz)+s.pa)+s.pb)+s.pc)+s.pd)+s.pe)+s.pf)+s.pg)+s.ph)+s.pi)+s.pj)+s.pk)+s.pl)+s.pm)+s.pn)+s.po)+s.pp)+s.pq)+s.pr)+s.ps)+s.pt)+s.pu)+s.pv)+s.pw)+s.px)+s.py)+s.pz)+s.qa)+s.qb)+s.qc)+s.qd)+s.qe)+s.qf)+s.qg)+s.qh)+s.qi)+s.qj)+s.qk)+s.ql)+s.qm)+s.qn)+s.qo)+s.qp)+s.qq)+s.qr)+s.qs)+s.qt)+s.qu)+s.qv)+s.qw)+s.qx)+s.qy)+s.qz)+s.ra)+s.rb)+s.rc)+s.rd)+s.re)+s.rf)+s.rg)+s.rh)+s.ri)+s.rj)+s.rk)+s.rl)+s.rm)+s.rn)+s.ro)+s.rp)+s.rq)+s.rr)+s.rs)+s.rt)+s.ru)+s.rv)+s.rw)+s.rx)+s.ry)+s.rz)+s.sa)+s.sb)+s.sc)+s.sd)+s.se)+s.sf)+s.sg)+s.sh)+s.si)+s.sj)+s.sk)+s.sl)+s.sm)+s.sn)+s.so)+s.sp)+s.sq)+s.sr)+s.ss)+s.st)+s.su)+s.sv)+s.sw)+s.sx)+s.sy)+s.sz)+s.ta)+s.tb)+s.tc)+s.td)+s.te)+s.tf)+s.tg)+s.th)+s.ti)+s.tj)+s.tk)+s.tl)+s.tm)+s.tn)+s.to)+s.tp)+s.tq)+s.tr)+s.ts)+s.tt)+s.tu)+s.tv)+s.tw)+s.tx)+s.ty)+s.tz)+s.ua)+s.ub)+s.uc)+s.ud)+s.ue)+s.uf)+s.ug)+s.uh)+s.ui)+s.uj)+s.uk)+s.ul)+s.um)+s.un)+s.uo)+s.up)+s.uq)+s.ur)+s.us)+s.ut)+s.uu)+s.uv)+s.uw)+s.ux)+s.uy)+s.uz)+s.va)+s.vb)+s.vc)+s.vd)+s.ve)+s.vf)+s.vg)+s.vh)+s.vi)+s.vj)+s.vk)+s.vl)+s.vm)+s.vn)+s.vo)+s.vp)+s.vq)+s.vr)+s.vs)+s.vt)+s.vu)+s.vv)+s.vw)+s.vx)+s.vy)+s.vz)+s.wa)+s.wb)+s.wc)+s.wd)+s.we)+s.wf)+s.wg)+s.wh)+s.wi)+s.wj)+s.wk)+s.wl)+s.wm)+s.wn)+s.wo)+s.wp)+s.wq)+s.wr)+s.ws)+s.wt)+s.wu)+s.wv)+s.ww)+s.wx)+s.wy)+s.wz)+s.xa)+s.xb)+s.xc)+s.xd)+s.xe)+s.xf)+s.xg)+s.xh)+s.xi)+s.xj)+s.xk)+s.xl)+s.xm)+s.xn)+s.xo)+s.xp)+s.xq)+s.xr)+s.xs)+s.xt)+s.xu)+s.xv)+s.xw)+s.xx)+s.xy)+s.xz)+s.ya)+s.yb)+s.yc)+s.yd)+s.ye)+s.yf)+s.yg)+s.yh)+s.yi)+s.yj)+s.yk)+s.yl)+s.ym)+s.yn)+s.yo)+s.yp)+s.yq)+s.yr)+s.ys)+s.yt)+s.yu)+s.yv)+s.yw)+s.yx)+s.yy)+s.yz)+s.za)+s.zb)+s.zc)+s.zd)+s.ze)+s.zf)+s.zg)+s.zh)+s.zi)+s.zj)+s.zk)+s.zl)+s.zm)+s.zn)+s.zo)+s.zp)+s.zq)+s.zr)+s.zs)+s.zt)+s.zu)+s.zv)+s.zw)+s.zx)+s.zy)+s.zz) diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField2.cs b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField2.cs index b0c98855c95b24..4630b15203c823 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField2.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField2.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. // //((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((s.aa+s.ab)+s.ac)+s.ad)+s.ae)+s.af)+s.ag)+s.ah)+s.ai)+s.aj)+s.ak)+s.al)+s.am)+s.an)+s.ao)+s.ap)+s.aq)+s.ar)+s.at)+s.au)+s.av)+s.aw)+s.ax)+s.ay)+s.az)+s.ba)+s.bb)+s.bc)+s.bd)+s.be)+s.bf)+s.bg)+s.bh)+s.bi)+s.bj)+s.bk)+s.bl)+s.bm)+s.bn)+s.bo)+s.bp)+s.bq)+s.br)+s.bs)+s.bt)+s.bu)+s.bv)+s.bw)+s.bx)+s.by)+s.bz)+s.ca)+s.cb)+s.cc)+s.cd)+s.ce)+s.cf)+s.cg)+s.ch)+s.ci)+s.cj)+s.ck)+s.cl)+s.cm)+s.cn)+s.co)+s.cp)+s.cq)+s.cr)+s.cs)+s.ct)+s.cu)+s.cv)+s.cw)+s.cx)+s.cy)+s.cz)+s.da)+s.db)+s.dc)+s.dd)+s.de)+s.df)+s.dg)+s.dh)+s.di)+s.dj)+s.dk)+s.dl)+s.dm)+s.dn)+s.dp)+s.dq)+s.dr)+s.ds)+s.dt)+s.du)+s.dv)+s.dw)+s.dx)+s.dy)+s.dz)+s.ea)+s.eb)+s.ec)+s.ed)+s.ee)+s.ef)+s.eg)+s.eh)+s.ei)+s.ej)+s.ek)+s.el)+s.em)+s.en)+s.eo)+s.ep)+s.eq)+s.er)+s.es)+s.et)+s.eu)+s.ev)+s.ew)+s.ex)+s.ey)+s.ez)+s.fa)+s.fb)+s.fc)+s.fd)+s.fe)+s.ff)+s.fg)+s.fh)+s.fi)+s.fj)+s.fk)+s.fl)+s.fm)+s.fn)+s.fo)+s.fp)+s.fq)+s.fr)+s.fs)+s.ft)+s.fu)+s.fv)+s.fw)+s.fx)+s.fy)+s.fz)+s.ga)+s.gb)+s.gc)+s.gd)+s.ge)+s.gf)+s.gg)+s.gh)+s.gi)+s.gj)+s.gk)+s.gl)+s.gm)+s.gn)+s.go)+s.gp)+s.gq)+s.gr)+s.gs)+s.gt)+s.gu)+s.gv)+s.gw)+s.gx)+s.gy)+s.gz)+s.ha)+s.hb)+s.hc)+s.hd)+s.he)+s.hf)+s.hg)+s.hh)+s.hi)+s.hj)+s.hk)+s.hl)+s.hm)+s.hn)+s.ho)+s.hp)+s.hq)+s.hr)+s.hs)+s.ht)+s.hu)+s.hv)+s.hw)+s.hx)+s.hy)+s.hz)+s.ia)+s.ib)+s.ic)+s.id)+s.ie)+s.ig)+s.ih)+s.ii)+s.ij)+s.ik)+s.il)+s.im)+s.io)+s.ip)+s.iq)+s.ir)+s.it)+s.iu)+s.iv)+s.iw)+s.ix)+s.iy)+s.iz)+s.ja)+s.jb)+s.jc)+s.jd)+s.je)+s.jf)+s.jg)+s.jh)+s.ji)+s.jj)+s.jk)+s.jl)+s.jm)+s.jn)+s.jo)+s.jp)+s.jq)+s.jr)+s.js)+s.jt)+s.ju)+s.jv)+s.jw)+s.jx)+s.jy)+s.jz)+s.ka)+s.kb)+s.kc)+s.kd)+s.ke)+s.kf)+s.kg)+s.kh)+s.ki)+s.kj)+s.kk)+s.kl)+s.km)+s.kn)+s.ko)+s.kp)+s.kq)+s.kr)+s.ks)+s.kt)+s.ku)+s.kv)+s.kw)+s.kx)+s.ky)+s.kz)+s.la)+s.lb)+s.lc)+s.ld)+s.le)+s.lf)+s.lg)+s.lh)+s.li)+s.lj)+s.lk)+s.ll)+s.lm)+s.ln)+s.lo)+s.lp)+s.lq)+s.lr)+s.ls)+s.lt)+s.lu)+s.lv)+s.lw)+s.lx)+s.ly)+s.lz)+s.ma)+s.mb)+s.mc)+s.md)+s.me)+s.mf)+s.mg)+s.mh)+s.mi)+s.mj)+s.mk)+s.ml)+s.mm)+s.mn)+s.mo)+s.mp)+s.mq)+s.mr)+s.ms)+s.mt)+s.mu)+s.mv)+s.mw)+s.mx)+s.my)+s.mz)+s.na)+s.nb)+s.nc)+s.nd)+s.ne)+s.nf)+s.ng)+s.nh)+s.ni)+s.nj)+s.nk)+s.nl)+s.nm)+s.nn)+s.no)+s.np)+s.nq)+s.nr)+s.ns)+s.nt)+s.nu)+s.nv)+s.nw)+s.nx)+s.ny)+s.nz)+s.oa)+s.ob)+s.oc)+s.od)+s.oe)+s.of)+s.og)+s.oh)+s.oi)+s.oj)+s.ok)+s.ol)+s.om)+s.on)+s.oo)+s.op)+s.oq)+s.or)+s.os)+s.ot)+s.ou)+s.ov)+s.ow)+s.ox)+s.oy)+s.oz)+s.pa)+s.pb)+s.pc)+s.pd)+s.pe)+s.pf)+s.pg)+s.ph)+s.pi)+s.pj)+s.pk)+s.pl)+s.pm)+s.pn)+s.po)+s.pp)+s.pq)+s.pr)+s.ps)+s.pt)+s.pu)+s.pv)+s.pw)+s.px)+s.py)+s.pz)+s.qa)+s.qb)+s.qc)+s.qd)+s.qe)+s.qf)+s.qg)+s.qh)+s.qi)+s.qj)+s.qk)+s.ql)+s.qm)+s.qn)+s.qo)+s.qp)+s.qq)+s.qr)+s.qs)+s.qt)+s.qu)+s.qv)+s.qw)+s.qx)+s.qy)+s.qz)+s.ra)+s.rb)+s.rc)+s.rd)+s.re)+s.rf)+s.rg)+s.rh)+s.ri)+s.rj)+s.rk)+s.rl)+s.rm)+s.rn)+s.ro)+s.rp)+s.rq)+s.rr)+s.rs)+s.rt)+s.ru)+s.rv)+s.rw)+s.rx)+s.ry)+s.rz)+s.sa)+s.sb)+s.sc)+s.sd)+s.se)+s.sf)+s.sg)+s.sh)+s.si)+s.sj)+s.sk)+s.sl)+s.sm)+s.sn)+s.so)+s.sp)+s.sq)+s.sr)+s.ss)+s.st)+s.su)+s.sv)+s.sw)+s.sx)+s.sy)+s.sz)+s.ta)+s.tb)+s.tc)+s.td)+s.te)+s.tf)+s.tg)+s.th)+s.ti)+s.tj)+s.tk)+s.tl)+s.tm)+s.tn)+s.to)+s.tp)+s.tq)+s.tr)+s.ts)+s.tt)+s.tu)+s.tv)+s.tw)+s.tx)+s.ty)+s.tz)+s.ua)+s.ub)+s.uc)+s.ud)+s.ue)+s.uf)+s.ug)+s.uh)+s.ui)+s.uj)+s.uk)+s.ul)+s.um)+s.un)+s.uo)+s.up)+s.uq)+s.ur)+s.us)+s.ut)+s.uu)+s.uv)+s.uw)+s.ux)+s.uy)+s.uz)+s.va)+s.vb)+s.vc)+s.vd)+s.ve)+s.vf)+s.vg)+s.vh)+s.vi)+s.vj)+s.vk)+s.vl)+s.vm)+s.vn)+s.vo)+s.vp)+s.vq)+s.vr)+s.vs)+s.vt)+s.vu)+s.vv)+s.vw)+s.vx)+s.vy)+s.vz)+s.wa)+s.wb)+s.wc)+s.wd)+s.we)+s.wf)+s.wg)+s.wh)+s.wi)+s.wj)+s.wk)+s.wl)+s.wm)+s.wn)+s.wo)+s.wp)+s.wq)+s.wr)+s.ws)+s.wt)+s.wu)+s.wv)+s.ww)+s.wx)+s.wy)+s.wz)+s.xa)+s.xb)+s.xc)+s.xd)+s.xe)+s.xf)+s.xg)+s.xh)+s.xi)+s.xj)+s.xk)+s.xl)+s.xm)+s.xn)+s.xo)+s.xp)+s.xq)+s.xr)+s.xs)+s.xt)+s.xu)+s.xv)+s.xw)+s.xx)+s.xy)+s.xz)+s.ya)+s.yb)+s.yc)+s.yd)+s.ye)+s.yf)+s.yg)+s.yh)+s.yi)+s.yj)+s.yk)+s.yl)+s.ym)+s.yn)+s.yo)+s.yp)+s.yq)+s.yr)+s.ys)+s.yt)+s.yu)+s.yv)+s.yw)+s.yx)+s.yy)+s.yz)+s.za)+s.zb)+s.zc)+s.zd)+s.ze)+s.zf)+s.zg)+s.zh)+s.zi)+s.zj)+s.zk)+s.zl)+s.zm)+s.zn)+s.zo)+s.zp)+s.zq)+s.zr)+s.zs)+s.zt)+s.zu)+s.zv)+s.zw)+s.zx)+s.zy)+s.zz) diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest.cs b/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest.cs index f5b18d1674216e..7ae8280d31ec5f 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest.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/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr1.cs b/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr1.cs index 3a6395f7498dfa..972203071e9d4e 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr1.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr1.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. // //((a[0]+a[2])+a[1]) diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2.cs b/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2.cs index 3429cc9ff628e6..5c84407de6e6ff 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2.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. // //((((((a[6]*((a[0]+(a[1]*a[2]))-(a[2]*a[3])))-((a[2]+(a[4]*a[5]))-(a[6]*a[7])))+(a[4]+((a[8]+(a[10]*a[4]))-(a[2]*a[3]))))-(a[6]+((a[5]+(a[4]*a[5]))-(a[6]*a[7]))))+((a[0]+((a[7]+(a[5]+a[6]))-(a[15]*a[20])))*(((a[0]+a[1])+a[6])-((a[2]+a[1])*a[10]))))-(((a[1]*a[1])+a[6])-((a[2]+a[1])*a[10]))) diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldExprUnchecked1.cs b/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldExprUnchecked1.cs index bb26833ee233cf..4071816e159240 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldExprUnchecked1.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldExprUnchecked1.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. // //permutations for (((s.a+s.b)+s.c)+s.d) diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr1.cs b/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr1.cs index 44ef58b20aa598..b89aaa741bb590 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr1.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr1.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. // //((s.a+s.b)+s.c) diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr1_1.cs b/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr1_1.cs index 4c3fce2e16b869..9674c6c0e23d39 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr1_1.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr1_1.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. // //((s.a+s.b)+s.c) diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr2.cs b/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr2.cs index 4152ffcb9f4fe8..ef024bbeecf797 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr2.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr2.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. // //((((((s.e*((s.a+(s.b*s.c))-(s.c*s.d)))-((s.f+(s.e*s.f))-(s.g*s.h)))+(s.e+((s.a+(s.b*s.c))-(s.c*s.d))))-(s.g+((s.f+(s.e*s.f))-(s.g*s.h))))+((s.a+((s.h+(s.f+s.g))-(s.p*s.q)))*(((s.a+s.b)+s.g)-((s.c+s.b)*s.k))))-(((s.b*s.b)+s.g)-((s.c+s.b)*s.k))) diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeSimpleExpr1.cs b/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeSimpleExpr1.cs index 7cea6cbdea9ffe..9c414c8cb7f60b 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeSimpleExpr1.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeSimpleExpr1.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. // //((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((aa+ab)+ac)+ad)+ae)+af)+ag)+ah)+ai)+aj)+ak)+al)+am)+an)+ao)+ap)+aq)+ar)+at)+au)+av)+aw)+ax)+ay)+az)+ba)+bb)+bc)+bd)+be)+bf)+bg)+bh)+bi)+bj)+bk)+bl)+bm)+bn)+bo)+bp)+bq)+br)+bs)+bt)+bu)+bv)+bw)+bx)+by)+bz)+ca)+cb)+cc)+cd)+ce)+cf)+cg)+ch)+ci)+cj)+ck)+cl)+cm)+cn)+co)+cp)+cq)+cr)+cs)+ct)+cu)+cv)+cw)+cx)+cy)+cz)+da)+db)+dc)+dd)+de)+df)+dg)+dh)+di)+dj)+dk)+dl)+dm)+dn)+dp)+dq)+dr)+ds)+dt)+du)+dv)+dw)+dx)+dy)+dz)+ea)+eb)+ec)+ed)+ee)+ef)+eg)+eh)+ei)+ej)+ek)+el)+em)+en)+eo)+ep)+eq)+er)+es)+et)+eu)+ev)+ew)+ex)+ey)+ez)+fa)+fb)+fc)+fd)+fe)+ff)+fg)+fh)+fi)+fj)+fk)+fl)+fm)+fn)+fo)+fp)+fq)+fr)+fs)+ft)+fu)+fv)+fw)+fx)+fy)+fz)+ga)+gb)+gc)+gd)+ge)+gf)+gg)+gh)+gi)+gj)+gk)+gl)+gm)+gn)+go)+gp)+gq)+gr)+gs)+gt)+gu)+gv)+gw)+gx)+gy)+gz)+ha)+hb)+hc)+hd)+he)+hf)+hg)+hh)+hi)+hj)+hk)+hl)+hm)+hn)+ho)+hp)+hq)+hr)+hs)+ht)+hu)+hv)+hw)+hx)+hy)+hz)+ia)+ib)+ic)+id)+ie)+ig)+ih)+ii)+ij)+ik)+il)+im)+io)+ip)+iq)+ir)+it)+iu)+iv)+iw)+ix)+iy)+iz)+ja)+jb)+jc)+jd)+je)+jf)+jg)+jh)+ji)+jj)+jk)+jl)+jm)+jn)+jo)+jp)+jq)+jr)+js)+jt)+ju)+jv)+jw)+jx)+jy)+jz)+ka)+kb)+kc)+kd)+ke)+kf)+kg)+kh)+ki)+kj)+kk)+kl)+km)+kn)+ko)+kp)+kq)+kr)+ks)+kt)+ku)+kv)+kw)+kx)+ky)+kz)+la)+lb)+lc)+ld)+le)+lf)+lg)+lh)+li)+lj)+lk)+ll)+lm)+ln)+lo)+lp)+lq)+lr)+ls)+lt)+lu)+lv)+lw)+lx)+ly)+lz)+ma)+mb)+mc)+md)+me)+mf)+mg)+mh)+mi)+mj)+mk)+ml)+mm)+mn)+mo)+mp)+mq)+mr)+ms)+mt)+mu)+mv)+mw)+mx)+my)+mz)+na)+nb)+nc)+nd)+ne)+nf)+ng)+nh)+ni)+nj)+nk)+nl)+nm)+nn)+no)+np)+nq)+nr)+ns)+nt)+nu)+nv)+nw)+nx)+ny)+nz)+oa)+ob)+oc)+od)+oe)+of)+og)+oh)+oi)+oj)+ok)+ol)+om)+on)+oo)+op)+oq)+or)+os)+ot)+ou)+ov)+ow)+ox)+oy)+oz)+pa)+pb)+pc)+pd)+pe)+pf)+pg)+ph)+pi)+pj)+pk)+pl)+pm)+pn)+po)+pp)+pq)+pr)+ps)+pt)+pu)+pv)+pw)+px)+py)+pz)+qa)+qb)+qc)+qd)+qe)+qf)+qg)+qh)+qi)+qj)+qk)+ql)+qm)+qn)+qo)+qp)+qq)+qr)+qs)+qt)+qu)+qv)+qw)+qx)+qy)+qz)+ra)+rb)+rc)+rd)+re)+rf)+rg)+rh)+ri)+rj)+rk)+rl)+rm)+rn)+ro)+rp)+rq)+rr)+rs)+rt)+ru)+rv)+rw)+rx)+ry)+rz)+sa)+sb)+sc)+sd)+se)+sf)+sg)+sh)+si)+sj)+sk)+sl)+sm)+sn)+so)+sp)+sq)+sr)+ss)+st)+su)+sv)+sw)+sx)+sy)+sz)+ta)+tb)+tc)+td)+te)+tf)+tg)+th)+ti)+tj)+tk)+tl)+tm)+tn)+to)+tp)+tq)+tr)+ts)+tt)+tu)+tv)+tw)+tx)+ty)+tz)+ua)+ub)+uc)+ud)+ue)+uf)+ug)+uh)+ui)+uj)+uk)+ul)+um)+un)+uo)+up)+uq)+ur)+us)+ut)+uu)+uv)+uw)+ux)+uy)+uz)+va)+vb)+vc)+vd)+ve)+vf)+vg)+vh)+vi)+vj)+vk)+vl)+vm)+vn)+vo)+vp)+vq)+vr)+vs)+vt)+vu)+vv)+vw)+vx)+vy)+vz)+wa)+wb)+wc)+wd)+we)+wf)+wg)+wh)+wi)+wj)+wk)+wl)+wm)+wn)+wo)+wp)+wq)+wr)+ws)+wt)+wu)+wv)+ww)+wx)+wy)+wz)+xa)+xb)+xc)+xd)+xe)+xf)+xg)+xh)+xi)+xj)+xk)+xl)+xm)+xn)+xo)+xp)+xq)+xr)+xs)+xt)+xu)+xv)+xw)+xx)+xy)+xz)+ya)+yb)+yc)+yd)+ye)+yf)+yg)+yh)+yi)+yj)+yk)+yl)+ym)+yn)+yo)+yp)+yq)+yr)+ys)+yt)+yu)+yv)+yw)+yx)+yy)+yz)+za)+zb)+zc)+zd)+ze)+zf)+zg)+zh)+zi)+zj)+zk)+zl)+zm)+zn)+zo)+zp)+zq)+zr)+zs)+zt)+zu)+zv)+zw)+zx)+zy)+zz) diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeexpr1.cs b/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeexpr1.cs index e0366ab9843b88..049e2386280856 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeexpr1.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeexpr1.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. // //((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((aa+ab)+ac)+ad)+ae)+af)+ag)+ah)+ai)+aj)+ak)+al)+am)+an)+ao)+ap)+aq)+ar)+at)+au)+av)+aw)+ax)+ay)+az)+ba)+bb)+bc)+bd)+be)+bf)+bg)+bh)+bi)+bj)+bk)+bl)+bm)+bn)+bo)+bp)+bq)+br)+bs)+bt)+bu)+bv)+bw)+bx)+by)+bz)+ca)+cb)+cc)+cd)+ce)+cf)+cg)+ch)+ci)+cj)+ck)+cl)+cm)+cn)+co)+cp)+cq)+cr)+cs)+ct)+cu)+cv)+cw)+cx)+cy)+cz)+da)+db)+dc)+dd)+de)+df)+dg)+dh)+di)+dj)+dk)+dl)+dm)+dn)+dp)+dq)+dr)+ds)+dt)+du)+dv)+dw)+dx)+dy)+dz)+ea)+eb)+ec)+ed)+ee)+ef)+eg)+eh)+ei)+ej)+ek)+el)+em)+en)+eo)+ep)+eq)+er)+es)+et)+eu)+ev)+ew)+ex)+ey)+ez)+fa)+fb)+fc)+fd)+fe)+ff)+fg)+fh)+fi)+fj)+fk)+fl)+fm)+fn)+fo)+fp)+fq)+fr)+fs)+ft)+fu)+fv)+fw)+fx)+fy)+fz)+ga)+gb)+gc)+gd)+ge)+gf)+gg)+gh)+gi)+gj)+gk)+gl)+gm)+gn)+go)+gp)+gq)+gr)+gs)+gt)+gu)+gv)+gw)+gx)+gy)+gz)+ha)+hb)+hc)+hd)+he)+hf)+hg)+hh)+hi)+hj)+hk)+hl)+hm)+hn)+ho)+hp)+hq)+hr)+hs)+ht)+hu)+hv)+hw)+hx)+hy)+hz)+ia)+ib)+ic)+id)+ie)+ig)+ih)+ii)+ij)+ik)+il)+im)+io)+ip)+iq)+ir)+it)+iu)+iv)+iw)+ix)+iy)+iz)+ja)+jb)+jc)+jd)+je)+jf)+jg)+jh)+ji)+jj)+jk)+jl)+jm)+jn)+jo)+jp)+jq)+jr)+js)+jt)+ju)+jv)+jw)+jx)+jy)+jz)+ka)+kb)+kc)+kd)+ke)+kf)+kg)+kh)+ki)+kj)+kk)+kl)+km)+kn)+ko)+kp)+kq)+kr)+ks)+kt)+ku)+kv)+kw)+kx)+ky)+kz)+la)+lb)+lc)+ld)+le)+lf)+lg)+lh)+li)+lj)+lk)+ll)+lm)+ln)+lo)+lp)+lq)+lr)+ls)+lt)+lu)+lv)+lw)+lx)+ly)+lz)+ma)+mb)+mc)+md)+me)+mf)+mg)+mh)+mi)+mj)+mk)+ml)+mm)+mn)+mo)+mp)+mq)+mr)+ms)+mt)+mu)+mv)+mw)+mx)+my)+mz)+na)+nb)+nc)+nd)+ne)+nf)+ng)+nh)+ni)+nj)+nk)+nl)+nm)+nn)+no)+np)+nq)+nr)+ns)+nt)+nu)+nv)+nw)+nx)+ny)+nz)+oa)+ob)+oc)+od)+oe)+of)+og)+oh)+oi)+oj)+ok)+ol)+om)+on)+oo)+op)+oq)+or)+os)+ot)+ou)+ov)+ow)+ox)+oy)+oz)+pa)+pb)+pc)+pd)+pe)+pf)+pg)+ph)+pi)+pj)+pk)+pl)+pm)+pn)+po)+pp)+pq)+pr)+ps)+pt)+pu)+pv)+pw)+px)+py)+pz)+qa)+qb)+qc)+qd)+qe)+qf)+qg)+qh)+qi)+qj)+qk)+ql)+qm)+qn)+qo)+qp)+qq)+qr)+qs)+qt)+qu)+qv)+qw)+qx)+qy)+qz)+ra)+rb)+rc)+rd)+re)+rf)+rg)+rh)+ri)+rj)+rk)+rl)+rm)+rn)+ro)+rp)+rq)+rr)+rs)+rt)+ru)+rv)+rw)+rx)+ry)+rz)+sa)+sb)+sc)+sd)+se)+sf)+sg)+sh)+si)+sj)+sk)+sl)+sm)+sn)+so)+sp)+sq)+sr)+ss)+st)+su)+sv)+sw)+sx)+sy)+sz)+ta)+tb)+tc)+td)+te)+tf)+tg)+th)+ti)+tj)+tk)+tl)+tm)+tn)+to)+tp)+tq)+tr)+ts)+tt)+tu)+tv)+tw)+tx)+ty)+tz)+ua)+ub)+uc)+ud)+ue)+uf)+ug)+uh)+ui)+uj)+uk)+ul)+um)+un)+uo)+up)+uq)+ur)+us)+ut)+uu)+uv)+uw)+ux)+uy)+uz)+va)+vb)+vc)+vd)+ve)+vf)+vg)+vh)+vi)+vj)+vk)+vl)+vm)+vn)+vo)+vp)+vq)+vr)+vs)+vt)+vu)+vv)+vw)+vx)+vy)+vz)+wa)+wb)+wc)+wd)+we)+wf)+wg)+wh)+wi)+wj)+wk)+wl)+wm)+wn)+wo)+wp)+wq)+wr)+ws)+wt)+wu)+wv)+ww)+wx)+wy)+wz)+xa)+xb)+xc)+xd)+xe)+xf)+xg)+xh)+xi)+xj)+xk)+xl)+xm)+xn)+xo)+xp)+xq)+xr)+xs)+xt)+xu)+xv)+xw)+xx)+xy)+xz)+ya)+yb)+yc)+yd)+ye)+yf)+yg)+yh)+yi)+yj)+yk)+yl)+ym)+yn)+yo)+yp)+yq)+yr)+ys)+yt)+yu)+yv)+yw)+yx)+yy)+yz)+za)+zb)+zc)+zd)+ze)+zf)+zg)+zh)+zi)+zj)+zk)+zl)+zm)+zn)+zo)+zp)+zq)+zr)+zs)+zt)+zu)+zv)+zw)+zx)+zy)+zz) diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1.cs b/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1.cs index b1fd35be4da3df..e9f92cc3516155 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1.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. // //((a+b)+c) diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/pointerexpr1.cs b/src/coreclr/tests/src/JIT/jit64/opt/cse/pointerexpr1.cs index 6e7a725aa3ec11..be6d2836c01bf7 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/pointerexpr1.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/pointerexpr1.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. // //((a+ *b)+ *c) diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/pointerexpr1_1.cs b/src/coreclr/tests/src/JIT/jit64/opt/cse/pointerexpr1_1.cs index 30ab78330247e0..6ab5d3b5dea2d4 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/pointerexpr1_1.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/pointerexpr1_1.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. // //((a+ *b)+ *c) diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr1.cs b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr1.cs index 2cc964a5add06f..741c6622166975 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr1.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr1.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. // //((a+b)+c) diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr1_1.cs b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr1_1.cs index 4a3d91b2391cd8..7bbb046e9823a9 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr1_1.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr1_1.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. // //((a+b)+c) diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr2.cs b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr2.cs index 53115a25718c4d..063708a2a4af14 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr2.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr2.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. // //(((a+(b*((c*c)-(c+d))))-(((a*a)+a)+(a*b)))*(((abc+c)-(a-(ad*a)))+r)) diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr3.cs b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr3.cs index e6f4d8bcc1541d..f6e6e6ebe445e6 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr3.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr3.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. // //(((a+(b*((c*c)-(c+d))))-(((a*a)+a)+(a*b)))*(((abc+c)-(a-(ad*a)))+r)) diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4.cs b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4.cs index ef4c811f526f1e..e3987a12557e8e 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4.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. // //(((a+(b*((c*c)-(c+d))))-(((a*a)+a)+(a*b)))*(((abc+c)-(a-(ad*a)))+r)) diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1.cs b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1.cs index dce7ee140da93b..d9d053ce02662d 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1.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. // //permutations for (((class_s.a+class_s.b)+class_s.c)+class_s.d) diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_1.cs b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_1.cs index eef51a964a5d81..b8e2bd558f9485 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_1.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_1.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. // //(((class_s.a+class_s.b)+class_s.c)+class_s.d) diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1.cs b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1.cs index 778cc54a22769c..351fefb821a62d 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1.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. // //permutations for (((class_s.a+class_s.b)+class_s.c)+class_s.d) diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/volatilefield.cs b/src/coreclr/tests/src/JIT/jit64/opt/cse/volatilefield.cs index eaf7348dcb0c2e..a495304dc373be 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/volatilefield.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/volatilefield.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. // //permutations for (((class_s.a+class_s.b)+class_s.c)+class_s.d) diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/volatilestaticfield.cs b/src/coreclr/tests/src/JIT/jit64/opt/cse/volatilestaticfield.cs index 2c6908de5fdb3c..f7b2af1590fa52 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/volatilestaticfield.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/volatilestaticfield.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. // //permutations for (((class_s.a+class_s.b)+class_s.c)+class_s.d) diff --git a/src/coreclr/tests/src/JIT/jit64/opt/inl/caninline.cs b/src/coreclr/tests/src/JIT/jit64/opt/inl/caninline.cs index 4511283b65d445..5122d67fedc4ec 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/inl/caninline.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/inl/caninline.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/coreclr/tests/src/JIT/jit64/opt/inl/inl001.il b/src/coreclr/tests/src/JIT/jit64/opt/inl/inl001.il index 7309980c1ca376..2d938e6e2c8cce 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/inl/inl001.il +++ b/src/coreclr/tests/src/JIT/jit64/opt/inl/inl001.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/jit64/opt/lim/lim_001.il b/src/coreclr/tests/src/JIT/jit64/opt/lim/lim_001.il index 37793c55185692..c845ebdc2a7f21 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/lim/lim_001.il +++ b/src/coreclr/tests/src/JIT/jit64/opt/lim/lim_001.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. // This test is checking to see if the AV in the if is hoisted out of the loop // The code in the if should not hit. Thus there should be no AV diff --git a/src/coreclr/tests/src/JIT/jit64/opt/lim/lim_002.cs b/src/coreclr/tests/src/JIT/jit64/opt/lim/lim_002.cs index 85a58a801428f8..ed436f73c1d83a 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/lim/lim_002.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/lim/lim_002.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/coreclr/tests/src/JIT/jit64/opt/lur/lur_01.il b/src/coreclr/tests/src/JIT/jit64/opt/lur/lur_01.il index fd39711ce0e07f..584679acfe0258 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/lur/lur_01.il +++ b/src/coreclr/tests/src/JIT/jit64/opt/lur/lur_01.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/jit64/opt/lur/lur_02.cs b/src/coreclr/tests/src/JIT/jit64/opt/lur/lur_02.cs index af68ff76e2dd5e..f9388f2d25f7de 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/lur/lur_02.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/lur/lur_02.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/coreclr/tests/src/JIT/jit64/opt/osr/osr001.cs b/src/coreclr/tests/src/JIT/jit64/opt/osr/osr001.cs index 985b7fda82924b..ee11a236322a74 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/osr/osr001.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/osr/osr001.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/coreclr/tests/src/JIT/jit64/opt/osr/osr015.il b/src/coreclr/tests/src/JIT/jit64/opt/osr/osr015.il index 75227f03dd09ef..80c4a5de77386c 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/osr/osr015.il +++ b/src/coreclr/tests/src/JIT/jit64/opt/osr/osr015.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 mscorlib { } .assembly extern System.Console @@ -4213,4 +4212,4 @@ FOR_END: -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/193825/repro.cs b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/193825/repro.cs index 8784e7d4bc5244..85ab8577fba1ff 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/193825/repro.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/193825/repro.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/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/bne.il b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/bne.il index 8309f015fa185d..34a9ff73725abe 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/bne.il +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/bne.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/conv.il b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/conv.il index 8e238dbb3e4434..fcb440d49fad0b 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/conv.il +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/conv.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/div.il b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/div.il index b8a6d9b5c92fdf..a6b1587b0a75fb 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/div.il +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/div.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/mul1.il b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/mul1.il index f5c5a444c8d727..29ac8deeefae1d 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/mul1.il +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/mul1.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/mul_exception.il b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/mul_exception.il index df1dee453743e2..f313e6b6def0da 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/mul_exception.il +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/mul_exception.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/rem.il b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/rem.il index 2f9b12a13d9b4e..42ed64983a4d71 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/rem.il +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/rem.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/228572/conv.il b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/228572/conv.il index 6f041bbf11e723..58bb0ee1d406ab 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/228572/conv.il +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/228572/conv.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo.il b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo.il index 30d734269e3564..8ad4d10b2ef342 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo.il +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo.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. @@ -59,4 +58,4 @@ } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo2.il b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo2.il index 11f69cb84acd06..fabd511f95bd6d 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo2.il +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo2.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. @@ -58,4 +57,4 @@ } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayBound.cs b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayBound.cs index 05d1e3fb597379..73bc5ed3ee5ee1 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayBound.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayBound.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/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWith2Loops.cs b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWith2Loops.cs index ea2019a92440c1..1b75594665e12b 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWith2Loops.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWith2Loops.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/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWithFunc.cs b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWithFunc.cs index 4a1270fcafabe0..a6182ced5cb1ff 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWithFunc.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWithFunc.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/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWithThread.cs b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWithThread.cs index 5f8347919aa465..a63745619267a2 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWithThread.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWithThread.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.Threading; diff --git a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/BadMatrixMul.cs b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/BadMatrixMul.cs index 1e4e77b8965565..3148d5fd6ce6b4 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/BadMatrixMul.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/BadMatrixMul.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/coreclr/tests/src/JIT/jit64/opt/rngchk/JaggedArray.cs b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/JaggedArray.cs index 9d506b27b21977..da9d133446c909 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/JaggedArray.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/JaggedArray.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/coreclr/tests/src/JIT/jit64/opt/rngchk/MatrixMul.cs b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/MatrixMul.cs index 21dc303148347c..8f7489ba6de772 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/MatrixMul.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/MatrixMul.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/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress1.cs b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress1.cs index a96ba5c3f5eba8..28cebe50efa555 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress1.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress1.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/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress2.cs b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress2.cs index 00e064d66ab8a3..b35bd0c44849eb 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress2.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress2.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/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress3.cs b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress3.cs index 95704607ae2ce5..cb7d093228d4e5 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress3.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress3.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. //This is a positive stress test. All the rngchk should be removed diff --git a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/SimpleArray_01.cs b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/SimpleArray_01.cs index 66e8f5f5c04d44..bf58c59020b27b 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/SimpleArray_01.cs +++ b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/SimpleArray_01.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/coreclr/tests/src/JIT/jit64/regress/asurt/143616/foo.cs b/src/coreclr/tests/src/JIT/jit64/regress/asurt/143616/foo.cs index 45f37ec9e52bc9..051df565a0654f 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/asurt/143616/foo.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/asurt/143616/foo.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. public class foo { diff --git a/src/coreclr/tests/src/JIT/jit64/regress/ddb/103087/103087.cs b/src/coreclr/tests/src/JIT/jit64/regress/ddb/103087/103087.cs index e0d92d93bce170..97cff255676dd3 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/ddb/103087/103087.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/ddb/103087/103087.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/coreclr/tests/src/JIT/jit64/regress/ddb/113574/113574.cs b/src/coreclr/tests/src/JIT/jit64/regress/ddb/113574/113574.cs index 8475cbd8179052..a1464d3d94c4ba 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/ddb/113574/113574.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/ddb/113574/113574.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. // Bug: JIT compiler generates incorrect native code for certain loops, resulting in incorrect behavior // diff --git a/src/coreclr/tests/src/JIT/jit64/regress/ddb/118414/118414.il b/src/coreclr/tests/src/JIT/jit64/regress/ddb/118414/118414.il index c1792c82a7fc3a..73d82352a6f74a 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/ddb/118414/118414.il +++ b/src/coreclr/tests/src/JIT/jit64/regress/ddb/118414/118414.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 ILGEN_0x3243f637 {} .assembly extern mscorlib{auto} diff --git a/src/coreclr/tests/src/JIT/jit64/regress/ddb/127931/127931.il b/src/coreclr/tests/src/JIT/jit64/regress/ddb/127931/127931.il index 26dda360ce19f9..ee2742b7d9a483 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/ddb/127931/127931.il +++ b/src/coreclr/tests/src/JIT/jit64/regress/ddb/127931/127931.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 mscorlib { diff --git a/src/coreclr/tests/src/JIT/jit64/regress/ddb/132977/132977.cs b/src/coreclr/tests/src/JIT/jit64/regress/ddb/132977/132977.cs index 9a12e3d3117019..53638c96e00e94 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/ddb/132977/132977.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/ddb/132977/132977.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. // Bug: OSR bug causing bad GC pointers // a GC root becomes an interior pointer when added. diff --git a/src/coreclr/tests/src/JIT/jit64/regress/ddb/87766/ddb87766.cs b/src/coreclr/tests/src/JIT/jit64/regress/ddb/87766/ddb87766.cs index a33bf86b929877..198cdb11201b69 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/ddb/87766/ddb87766.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/ddb/87766/ddb87766.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/coreclr/tests/src/JIT/jit64/regress/ndpw/14888/objectusedonlyinhandler.cs b/src/coreclr/tests/src/JIT/jit64/regress/ndpw/14888/objectusedonlyinhandler.cs index eb34adc3ef93c8..383ea9714f932a 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/ndpw/14888/objectusedonlyinhandler.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/ndpw/14888/objectusedonlyinhandler.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.Threading; diff --git a/src/coreclr/tests/src/JIT/jit64/regress/ndpw/160545/simple.cs b/src/coreclr/tests/src/JIT/jit64/regress/ndpw/160545/simple.cs index 6a205af45a631d..73dd6861d02efa 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/ndpw/160545/simple.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/ndpw/160545/simple.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; public struct T : IComparable diff --git a/src/coreclr/tests/src/JIT/jit64/regress/ndpw/21015/interior_pointer.cs b/src/coreclr/tests/src/JIT/jit64/regress/ndpw/21015/interior_pointer.cs index d761b1c99529f2..96e79b702a359d 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/ndpw/21015/interior_pointer.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/ndpw/21015/interior_pointer.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/coreclr/tests/src/JIT/jit64/regress/ndpw/21220/21220.il b/src/coreclr/tests/src/JIT/jit64/regress/ndpw/21220/21220.il index befd225d893140..91b68ee8f1434b 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/ndpw/21220/21220.il +++ b/src/coreclr/tests/src/JIT/jit64/regress/ndpw/21220/21220.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/regress/phoenix/62322/test.il b/src/coreclr/tests/src/JIT/jit64/regress/phoenix/62322/test.il index db9e495d61522c..892fa00c058021 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/phoenix/62322/test.il +++ b/src/coreclr/tests/src/JIT/jit64/regress/phoenix/62322/test.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/102754/test1.il b/src/coreclr/tests/src/JIT/jit64/regress/vsw/102754/test1.il index 6797daa3793272..d91fc2a533fc18 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/102754/test1.il +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/102754/test1.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. diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/102964/test.cs b/src/coreclr/tests/src/JIT/jit64/regress/vsw/102964/test.cs index 43171be4960444..13fd9bfd7dabb8 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/102964/test.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/102964/test.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/coreclr/tests/src/JIT/jit64/regress/vsw/102974/test.il b/src/coreclr/tests/src/JIT/jit64/regress/vsw/102974/test.il index f7fd37b76b8930..f50deea4142a71 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/102974/test.il +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/102974/test.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/153682/test.il b/src/coreclr/tests/src/JIT/jit64/regress/vsw/153682/test.il index ca2bd369e0acda..1d12314da3887e 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/153682/test.il +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/153682/test.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. // The first use of a field in a catch was causing an exception in the CLR because // one of the argument registers for JitHelper::WriteBarrier was not being diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/266693/test.il b/src/coreclr/tests/src/JIT/jit64/regress/vsw/266693/test.il index b40c2652d012c1..6bb9cf12bf5b79 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/266693/test.il +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/266693/test.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. // These are just sanity checks for the CorInfoInlineRestrictions to make sure that nothing in the jit breaks // when we are prevented from inlining something. diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/286991/test.il b/src/coreclr/tests/src/JIT/jit64/regress/vsw/286991/test.il index 0820de047df4d8..1b929a3c249dd7 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/286991/test.il +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/286991/test.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 mscorlib {} .assembly test {} diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/329169/test.cs b/src/coreclr/tests/src/JIT/jit64/regress/vsw/329169/test.cs index 354bae1efe6428..06658ec07a7adc 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/329169/test.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/329169/test.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. // Regression test for consecutive compare optimization. diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/333007/test1.il b/src/coreclr/tests/src/JIT/jit64/regress/vsw/333007/test1.il index ad0632769564a4..da3b0aee88a4b5 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/333007/test1.il +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/333007/test1.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/336666/test1.il b/src/coreclr/tests/src/JIT/jit64/regress/vsw/336666/test1.il index 9d908a4909695a..3f678604c9820c 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/336666/test1.il +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/336666/test1.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/373472/test.cs b/src/coreclr/tests/src/JIT/jit64/regress/vsw/373472/test.cs index 47d9b53882575b..a02de55c9ebfae 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/373472/test.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/373472/test.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/coreclr/tests/src/JIT/jit64/regress/vsw/373472/test.il b/src/coreclr/tests/src/JIT/jit64/regress/vsw/373472/test.il index 49cab4d9af88bf..addb7e948e9850 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/373472/test.il +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/373472/test.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/404708/test.il b/src/coreclr/tests/src/JIT/jit64/regress/vsw/404708/test.il index e3b5a2232ce955..fc150cc3f1d446 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/404708/test.il +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/404708/test.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/460412/test.il b/src/coreclr/tests/src/JIT/jit64/regress/vsw/460412/test.il index 3c62308d95a5d1..425ef4194d75d9 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/460412/test.il +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/460412/test.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/471729/test.cs b/src/coreclr/tests/src/JIT/jit64/regress/vsw/471729/test.cs index 745a9b76f647c2..3889958b9f755a 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/471729/test.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/471729/test.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/coreclr/tests/src/JIT/jit64/regress/vsw/517867/test.cs b/src/coreclr/tests/src/JIT/jit64/regress/vsw/517867/test.cs index 4ba6106accfd5d..70dfb56b9f96c3 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/517867/test.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/517867/test.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. public class Test { diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/524070/test1.cs b/src/coreclr/tests/src/JIT/jit64/regress/vsw/524070/test1.cs index 720f2907f1d648..a63096044e03ff 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/524070/test1.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/524070/test1.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. public class Test { diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/524070/test2.cs b/src/coreclr/tests/src/JIT/jit64/regress/vsw/524070/test2.cs index c966207cc57f32..b7532230bb335b 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/524070/test2.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/524070/test2.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. public class Test { diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/528315/simple-repro.cs b/src/coreclr/tests/src/JIT/jit64/regress/vsw/528315/simple-repro.cs index 02253e2e1fd5a1..146c734d232716 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/528315/simple-repro.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/528315/simple-repro.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. internal enum NodeType { diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/534486/exchange.il b/src/coreclr/tests/src/JIT/jit64/regress/vsw/534486/exchange.il index 2f30725abc6001..85198a691a5002 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/534486/exchange.il +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/534486/exchange.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/538615/test1.cs b/src/coreclr/tests/src/JIT/jit64/regress/vsw/538615/test1.cs index 7a6a5ad5a88ab7..d963329ac30329 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/538615/test1.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/538615/test1.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. //////////////////////////////////////////////////////////////// // diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/539509/test1.cs b/src/coreclr/tests/src/JIT/jit64/regress/vsw/539509/test1.cs index 1a4b95237c04de..ce78d331ab1f9b 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/539509/test1.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/539509/test1.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. //////////////////////////////////////////////////////////////// // diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/541067/test1.cs b/src/coreclr/tests/src/JIT/jit64/regress/vsw/541067/test1.cs index 76c6db70c9d6ef..07a96743919bed 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/541067/test1.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/541067/test1.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. //////////////////////////////////////////////////////////////// // diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/543229/test.cs b/src/coreclr/tests/src/JIT/jit64/regress/vsw/543229/test.cs index a33e99f87dbd6b..b21973ab0515fb 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/543229/test.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/543229/test.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 AutoGen; diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/543645/test.il b/src/coreclr/tests/src/JIT/jit64/regress/vsw/543645/test.il index b91a8408d62ba7..c438b898641e2c 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/543645/test.il +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/543645/test.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. diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/549880/test.cs b/src/coreclr/tests/src/JIT/jit64/regress/vsw/549880/test.cs index 98c0ba7c20deb6..5ed5ba46a906a1 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/549880/test.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/549880/test.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/coreclr/tests/src/JIT/jit64/regress/vsw/552940/test.il b/src/coreclr/tests/src/JIT/jit64/regress/vsw/552940/test.il index 624481d144b059..b3e3584b50a12d 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/552940/test.il +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/552940/test.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opadd.cs b/src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opadd.cs index 5e2db5701d675b..4f037e6f6283ad 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opadd.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opadd.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/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opmul.cs b/src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opmul.cs index 0e3097fae69b9b..a7f5864bbc22d0 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opmul.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opmul.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/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opsub.cs b/src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opsub.cs index 24137d166309e6..3e205efe9d5d82 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opsub.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opsub.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/coreclr/tests/src/JIT/jit64/regress/vsw/568666/dll.cs b/src/coreclr/tests/src/JIT/jit64/regress/vsw/568666/dll.cs index 1c3244688995d1..b1180c387f165e 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/568666/dll.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/568666/dll.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. public static class Library { diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/568666/use.cs b/src/coreclr/tests/src/JIT/jit64/regress/vsw/568666/use.cs index 89d2cbb791a85b..71f130a90caea7 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/568666/use.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/568666/use.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. extern alias Library1; extern alias Library2; diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/575343/test.il b/src/coreclr/tests/src/JIT/jit64/regress/vsw/575343/test.il index dfc326d761d88c..52e28b3e68e916 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/575343/test.il +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/575343/test.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 mscorlib { } diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/575343/test2.il b/src/coreclr/tests/src/JIT/jit64/regress/vsw/575343/test2.il index b4f2b56f37c04b..84ac650edddafb 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/575343/test2.il +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/575343/test2.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 mscorlib { } diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/601425/stret.cs b/src/coreclr/tests/src/JIT/jit64/regress/vsw/601425/stret.cs index a84bd4895586ff..60a8e11896ce8f 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/601425/stret.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/601425/stret.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/coreclr/tests/src/JIT/jit64/regress/vsw/606733/Bug606733.il b/src/coreclr/tests/src/JIT/jit64/regress/vsw/606733/Bug606733.il index 9a1e18658f26b3..26fbefcec54fbc 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/606733/Bug606733.il +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/606733/Bug606733.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 mscorlib { } .assembly extern System.Console diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/607586/607586.il b/src/coreclr/tests/src/JIT/jit64/regress/vsw/607586/607586.il index 3431c5a365c06a..779dd789063342 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/607586/607586.il +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/607586/607586.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.Console { diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/610378/BigFrame.cs b/src/coreclr/tests/src/JIT/jit64/regress/vsw/610378/BigFrame.cs index 73578bc894cb4e..f189e685b49b4e 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/610378/BigFrame.cs +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/610378/BigFrame.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. //Bug involves register use with the following circumstances: // stack frame over 1 page (4K) diff --git a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01.cs b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01.cs index 1b8a8813cb732e..d716e5b785b8c7 100644 --- a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01.cs +++ b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01.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/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02.cs b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02.cs index 691072045f200d..34b49fd49911c9 100644 --- a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02.cs +++ b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02.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/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03.cs b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03.cs index 1fc23420f177b9..b5e33c5b72538c 100644 --- a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03.cs +++ b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03.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/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04.cs b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04.cs index 9e4f22c331d89e..262f583df4f199 100644 --- a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04.cs +++ b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04.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/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox001.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox001.cs index ff60876636d480..c92b6aae9f9cc0 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox001.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox001.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox002.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox002.cs index f4d191a7510fe6..1474b8104ac823 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox002.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox002.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox003.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox003.cs index 84c32f71912622..8b87775c8a71d6 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox003.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox003.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox004.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox004.cs index 2005c4b722c59d..5fd553b3549a48 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox004.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox004.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox005.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox005.cs index f266bc813b1ffc..c732c9e1098c38 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox005.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox005.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox006.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox006.cs index 58e52a88288258..6b72c872c8e9c5 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox006.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox006.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox007.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox007.cs index bb344d4b46b62e..75514d865d7268 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox007.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox007.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox008.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox008.cs index 5f497b50449acc..a898634b7c4f13 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox008.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox008.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox009.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox009.cs index e7df3fb4ec3566..b7a1163500d58b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox009.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox009.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox010.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox010.cs index f59d3f6fa9afb9..2a85d58ec45b36 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox010.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox010.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox011.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox011.cs index de792647fcd7a5..baf7c2c0701b66 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox011.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox011.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox012.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox012.cs index f51657547f987e..bcc12bd4fa47a4 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox012.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox012.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox013.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox013.cs index 06b188484c957e..f8b94aa10ccc40 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox013.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox013.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox014.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox014.cs index fd58f9eb148d01..bdf8cc816f4b7a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox014.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox014.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox015.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox015.cs index 588a91e56ca258..8ff8c5d33e8217 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox015.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox015.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox016.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox016.cs index b2dffa42821f96..361bc8717586de 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox016.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox016.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox017.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox017.cs index 098315ca2c777d..66563c286e1c5b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox017.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox017.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox018.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox018.cs index 516b706420272c..0314ac46822f6d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox018.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox018.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox019.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox019.cs index 9da035a7af3b5e..46199306538a41 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox019.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox019.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox020.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox020.cs index 4a4975f0df0030..ed845c68de0040 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox020.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox020.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox021.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox021.cs index 50b57c79b15657..22b591e8c0c475 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox021.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox021.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox022.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox022.cs index d8e4b288c1e627..ccb04645728d9d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox022.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox022.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox023.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox023.cs index ad3ab4373c509f..d81556bd72363a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox023.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox023.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox024.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox024.cs index 5f481a73d41579..3b983bbed7d91a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox024.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox024.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox025.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox025.cs index 9c8a9d762de04e..9a036722d904cc 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox025.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox025.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox026.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox026.cs index 7c2cdb7172f9b3..197f496392029a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox026.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox026.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox027.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox027.cs index cd0bd5a8e7b33a..9bcb5b54bf9bb5 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox027.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox027.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox028.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox028.cs index 29dbf538583d7e..50bce1e1ccf914 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox028.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox028.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox029.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox029.cs index 86bfa48a3c9a56..a0ccda730f8516 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox029.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox029.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox030.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox030.cs index b7cdf087036811..bd3e2815ce2128 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox030.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox030.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox031.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox031.cs index 6cfc5983615a34..d32e3dd65727b3 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox031.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox031.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox032.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox032.cs index 1d78cfb2066fe0..815dbd293622bd 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox032.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox032.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox033.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox033.cs index 64c98f968ef76d..89887c865b699e 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox033.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox033.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox034.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox034.cs index 9c69b83e1a08ed..ff0fd756a96ee0 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox034.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox034.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox037.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox037.cs index d88d6de3a20f07..f967c05114a01b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox037.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox037.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox038.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox038.cs index 2838bd94bd4285..05ab564e510eaa 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox038.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox038.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox039.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox039.cs index 11ac4cd49bf2bd..f19275a967181b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox039.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox039.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox040.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox040.cs index 06cdc9050ec47f..3506f1dd8ce444 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox040.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox040.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox041.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox041.cs index 687ecb2baaaa2f..ec262cb1860c5f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox041.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox041.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox042.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox042.cs index 959d6349da7210..44f28aac4c82a8 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox042.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox042.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox043.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox043.cs index 91f3069c5e1892..d00dd8b15914cf 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox043.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox043.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox044.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox044.cs index 2b90e9ae3bf6d0..eef5fef9804131 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox044.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox044.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox045.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox045.cs index 4bb9c3e4ffa56b..8c743a2ccf8490 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox045.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox045.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/enum/box-unbox-enum001.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/enum/box-unbox-enum001.cs index 5123826859b292..42509e92469b09 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/enum/box-unbox-enum001.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/enum/box-unbox-enum001.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/enum/box-unbox-enum002.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/enum/box-unbox-enum002.cs index a4251e41a5c46b..b595239aafb372 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/enum/box-unbox-enum002.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/enum/box-unbox-enum002.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/enum/box-unbox-enum003.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/enum/box-unbox-enum003.cs index 66818b7b9663f5..ee733b0bdc2e19 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/enum/box-unbox-enum003.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/enum/box-unbox-enum003.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics001.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics001.cs index 8342cd196e2e81..583afe3d581d22 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics001.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics001.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics002.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics002.cs index 94757555c66563..6c38c63dd8c1a8 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics002.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics002.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics003.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics003.cs index 403f2f4d52865d..f085a10d87d42a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics003.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics003.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics004.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics004.cs index c82253f45f01f4..0adfb5d531c4bc 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics004.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics004.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics005.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics005.cs index 6878db9cee713f..cb505c55381c5d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics005.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics005.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics006.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics006.cs index c01cda7b98af17..d52a2440f8b46b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics006.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics006.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics007.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics007.cs index dfbd7f0ad9c671..a578b545bb67ed 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics007.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics007.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics008.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics008.cs index 597dba50fa2890..71e18111207183 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics008.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics008.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics009.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics009.cs index 367b1d20dce295..e53f371be624c7 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics009.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics009.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics010.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics010.cs index 28059a2b7a4bae..a91a32e7b4c5db 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics010.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics010.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics011.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics011.cs index 51a0f4a817ea29..54f033060769f1 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics011.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics011.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics012.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics012.cs index 9787df5b295d03..1b198999dff205 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics012.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics012.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics013.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics013.cs index a084599f0ac736..69b71866df294f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics013.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics013.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics014.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics014.cs index 2aabe47640eb68..405aef24bc6bf5 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics014.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics014.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics015.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics015.cs index 8293e99472acd1..fdf30aca1fa98c 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics015.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics015.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics016.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics016.cs index 4c87f9d944db43..76f874533b9b1a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics016.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics016.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics017.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics017.cs index eb139ec344dded..50484c3bbb02ec 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics017.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics017.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics018.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics018.cs index 7c66e80857d16a..cd425f7f8d0adb 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics018.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics018.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics019.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics019.cs index 0e9d90cce36143..3975093ed8bbf9 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics019.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics019.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics020.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics020.cs index 429d519b832a5a..a7ab5cecd11bd2 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics020.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics020.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics021.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics021.cs index 301e7b68e3132e..5eba48714e508c 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics021.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics021.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics022.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics022.cs index 513b18c2e6eba0..d9efb876ca0f55 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics022.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics022.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics023.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics023.cs index 3a9eb3665e74db..e797ce0d6960ea 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics023.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics023.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics024.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics024.cs index 35de565c745344..f1a11aedc76949 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics024.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics024.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics025.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics025.cs index b0baa8c828e065..8b3c73fc808195 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics025.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics025.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics026.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics026.cs index eb9a1c8ccb892c..5f510d77597031 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics026.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics026.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics027.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics027.cs index 9f646502492dbb..7a9e630ba7ec88 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics027.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics027.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics028.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics028.cs index 1051ea1378bad1..8b5fbc49b55c53 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics028.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics028.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics029.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics029.cs index 32cd7993b93c6e..4350580df3c9f2 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics029.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics029.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics030.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics030.cs index b361bef0496860..ee8d9584335de1 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics030.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics030.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics031.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics031.cs index f2551849cd5a2d..c1d83b1a1b3fe0 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics031.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics031.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics032.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics032.cs index 87a85a708affd3..6f30730fd6a90b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics032.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics032.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics033.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics033.cs index 155341b4011185..1853d402d844b4 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics033.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics033.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics034.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics034.cs index 9f01debb1e3ff5..52d3eee3152233 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics034.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics034.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics037.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics037.cs index 31345546ede395..ce0a6c715322a1 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics037.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics037.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics038.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics038.cs index 382977645be24e..96d6aea08b4525 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics038.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics038.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics039.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics039.cs index cc7ccda81a505d..a26052726f3f9a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics039.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics039.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics040.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics040.cs index cb5b975879f86f..297bb57ef76a68 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics040.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics040.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics041.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics041.cs index 8b2fb9d8effd54..fcd84d2c7f8344 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics041.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics041.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics042.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics042.cs index 268d2439c845c2..48a081af500248 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics042.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics042.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics043.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics043.cs index c17ba425f46d08..11b842f989ffcc 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics043.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics043.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics044.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics044.cs index d78ec8aafc25c2..be4926e2b70a91 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics044.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics044.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics045.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics045.cs index 76e1cd7dc3e983..0c4938d327b377 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics045.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics045.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface001.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface001.cs index c8b26a90cebfeb..9c9270bcaf3077 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface001.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface001.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface002.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface002.cs index 281f8cf2cfade0..192e4f07281c45 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface002.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface002.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface003.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface003.cs index 59c10a2fcfdf48..aa1480b0cff40b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface003.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface003.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface004.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface004.cs index 067483023f49ed..d8de23f460edf3 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface004.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface004.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface005.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface005.cs index 8aaf387528fd7b..e63a0c0bf6b696 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface005.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface005.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface006.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface006.cs index 0f7ef212035bda..959b46871571d2 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface006.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface006.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface007.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface007.cs index 5089abd2965bd0..56d34184e0b80c 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface007.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface007.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface008.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface008.cs index 7144654afe6b73..c90381230eb3cb 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface008.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface008.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface009.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface009.cs index 629ccefa6f4137..d8bd1467ff7fd3 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface009.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface009.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface010.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface010.cs index c7789c36135574..889c297535dd65 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface010.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface010.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface011.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface011.cs index 8fd0ff14e68c1d..23839d8e3d31c9 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface011.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface011.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface012.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface012.cs index 1db63dd2f0049f..50abce31a775de 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface012.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface012.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface013.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface013.cs index 80fb94a0fe691f..aab4d2d88d4ac6 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface013.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface013.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface014.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface014.cs index abe6cca7db084d..d2826c3da62704 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface014.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface014.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface015.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface015.cs index 3945e0459e680e..9f601de102a885 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface015.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface015.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface016.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface016.cs index 7d6f9cf5c8540f..c6867bf48658b9 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface016.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface016.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface017.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface017.cs index 10a66f98e50ad3..80f18fc8c1daa8 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface017.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface017.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface018.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface018.cs index 92d7e4951c7010..dbaf52a3eafee9 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface018.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface018.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null001.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null001.cs index 45163bafe221b2..c30527e8fa8cca 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null001.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null001.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null002.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null002.cs index 39c43cf03f6022..23d6aee715390e 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null002.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null002.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null003.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null003.cs index 85948124955e31..448867ac821f46 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null003.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null003.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null004.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null004.cs index 8626aad32508f2..edde663e35074e 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null004.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null004.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null005.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null005.cs index 821e4149be3b56..4353acb03ad43a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null005.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null005.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null006.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null006.cs index 6b9ef31ad853e5..d544b0d82068a6 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null006.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null006.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null007.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null007.cs index e9a08b7ae69547..e84e2d9d6b61e4 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null007.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null007.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null008.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null008.cs index 49e99321646405..19e4db996d9e08 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null008.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null008.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null009.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null009.cs index 4434a0880b60fb..773c271a3413a6 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null009.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null009.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null010.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null010.cs index c1ff493eefe17c..3cb29bb79318f9 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null010.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null010.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null011.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null011.cs index 51b4169bd7743a..d6472fd08d32a5 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null011.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null011.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null012.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null012.cs index 3ced4c31733329..66178206db1c44 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null012.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null012.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null013.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null013.cs index ed2daf1a597b80..f6162afee2620e 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null013.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null013.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null014.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null014.cs index e3931d7d05869c..7fad047678d7dd 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null014.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null014.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null015.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null015.cs index b75fab737ca186..211d1d263fab1e 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null015.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null015.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null016.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null016.cs index 00feade16d0ca2..fac2afdcc49287 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null016.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null016.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null017.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null017.cs index 260e73d632bf27..169093a4b5385d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null017.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null017.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null018.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null018.cs index 8c129ab93b7046..3a1a39d608a83f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null018.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null018.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null019.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null019.cs index e5ce9bbbd10215..32e0fba5e6cc41 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null019.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null019.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null020.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null020.cs index e79dc4dd190976..c4ce9f2c35e742 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null020.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null020.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null021.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null021.cs index 529a1078f7dbed..6235fea2834bc3 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null021.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null021.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null022.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null022.cs index 1e399dc5e2f7b3..03ca81610c274a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null022.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null022.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null023.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null023.cs index 1f9d9ff1dcbefd..ed29a707927c58 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null023.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null023.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null024.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null024.cs index f0a5e19f194a4c..86b3cb65fe4b1a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null024.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null024.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null025.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null025.cs index b2f1a8aeff4143..28ea043e591550 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null025.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null025.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null026.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null026.cs index c12ed7635a7b2e..3fa196059e4c30 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null026.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null026.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null027.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null027.cs index 375a3fb88f63b8..112de1f09b5d09 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null027.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null027.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null028.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null028.cs index ab87101ba983ee..cc6da22d5db3d5 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null028.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null028.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null029.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null029.cs index bddb34c4dff321..ebcb7153dc8b19 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null029.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null029.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null030.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null030.cs index dbcc639d7847c0..cd63e5a5c56b59 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null030.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null030.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null031.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null031.cs index 684812f3f5c38a..9ceaa603e33024 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null031.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null031.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null032.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null032.cs index 1101dc79381c1b..9c2473e082dd2b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null032.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null032.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null033.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null033.cs index 09ae236207055a..760eb831504f5d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null033.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null033.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null034.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null034.cs index 6237c5f1bc21f3..597410c2a1add2 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null034.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null034.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null037.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null037.cs index e4ab4a72f8e717..40395840e9aa55 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null037.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null037.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null038.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null038.cs index 1bcaaef8bc5291..9cd9b6d60ddac9 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null038.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null038.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null039.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null039.cs index 95ed96252a8756..ed8d4b36384f19 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null039.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null039.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null040.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null040.cs index 3331dd590bbfc5..32009ab74300d5 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null040.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null040.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null041.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null041.cs index d250e591f65779..726d7db39f2589 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null041.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null041.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null042.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null042.cs index 654994fdb08c6f..99f8c37f77453f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null042.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null042.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null043.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null043.cs index 550c07d105eafb..05b812760777ff 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null043.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null043.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null044.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null044.cs index f3e568e4826f6c..2cbb5d6a83f69a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null044.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null044.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null045.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null045.cs index 3e823a667d6879..15945ded0acdd9 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null045.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null045.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/structdef.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/structdef.cs index b22d01f278a8e9..df8e42673e98e0 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/structdef.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/structdef.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 0183 // The given expression is always of the provided ('X') type diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value001.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value001.cs index c66552f9370efd..bcae8da265aa7a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value001.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value001.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value002.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value002.cs index 5a0c3d36edd716..9a186da137b1b5 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value002.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value002.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value003.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value003.cs index 5f103e15c996ff..498f7c7a7cd024 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value003.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value003.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value004.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value004.cs index 995df23ab31f5e..e6a6a9f4c890a5 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value004.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value004.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value005.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value005.cs index 35d67c58b56a31..01d83b0f5c65ca 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value005.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value005.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value006.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value006.cs index b5429ee3e6b75f..e343fe5914ef5e 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value006.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value006.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value007.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value007.cs index 00598c955e96b4..ecbd9a019f0512 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value007.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value007.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value008.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value008.cs index cd8569ad98ef51..cdbad5951a643e 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value008.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value008.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value009.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value009.cs index 75cb4eeee3e36a..d0249691ebafec 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value009.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value009.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value010.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value010.cs index f2607e5cac4ccc..c855c59952c402 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value010.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value010.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value011.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value011.cs index f9ac980fb3823a..ef2c6afb454c55 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value011.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value011.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value012.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value012.cs index b5c38be41aea66..53a884e2a1bc30 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value012.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value012.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value013.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value013.cs index cf8129c79b0070..b0f581dda15997 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value013.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value013.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value014.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value014.cs index 89598dab6162a1..4af5a87300b68b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value014.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value014.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value015.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value015.cs index 836af867e1f88f..8840305cedf481 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value015.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value015.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value016.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value016.cs index 389610d1fb960c..cfbd94aef3fd9b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value016.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value016.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value017.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value017.cs index 8b9286cc2f4db6..7be6228399c338 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value017.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value017.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value018.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value018.cs index dfc0255de7c327..dc2b5c83e488d2 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value018.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value018.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value019.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value019.cs index 6aedf45a6d861f..bbc5e1d053e7f3 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value019.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value019.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value020.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value020.cs index 503088f1e68b24..fe7d7aacc3c85b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value020.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value020.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value021.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value021.cs index 58ffe63d9e8a1f..7f75ce4cad09e7 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value021.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value021.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value022.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value022.cs index 4e3383c6ce8472..39d8a019b97af5 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value022.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value022.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value023.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value023.cs index 52b49544ef98f9..523eebb99e16b5 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value023.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value023.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value024.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value024.cs index bb790ebf4fd3b6..69ea842cac3e4e 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value024.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value024.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value025.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value025.cs index 96ea5bcc7f003e..3fadf6cf5efd22 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value025.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value025.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value026.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value026.cs index 703e5c0dd431c2..a2340e265615c4 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value026.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value026.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value027.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value027.cs index 842d5e2a01615c..3d95d2e5fbafe6 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value027.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value027.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value028.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value028.cs index 2c56dc6ac680d0..d9781ad8cfc9b3 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value028.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value028.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value029.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value029.cs index 8bc97b66e1939b..4baf26180400e0 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value029.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value029.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value030.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value030.cs index 5fb38e5cddeda3..5f7f1654e5800a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value030.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value030.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value031.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value031.cs index dc750acecd763d..464fe733efd7bd 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value031.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value031.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value032.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value032.cs index c626025d1abafc..6d55a591783993 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value032.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value032.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value033.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value033.cs index 5129deadea41e2..bcb3943d9a6838 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value033.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value033.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value034.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value034.cs index 197b775d342ce5..768c329ebfa16b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value034.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value034.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value037.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value037.cs index 1e03357abc4904..351a0344c76e82 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value037.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value037.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value038.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value038.cs index e0156aef39024e..0c35e9dc750b05 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value038.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value038.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value039.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value039.cs index ff5559c98f9aef..d0fd1928b3921f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value039.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value039.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value040.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value040.cs index 0426a8936d3120..c0c010c7cdb47f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value040.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value040.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value041.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value041.cs index 495653f1923c3d..b881f53bdf96ca 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value041.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value041.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value042.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value042.cs index 8714752513fa77..c281695e2ba314 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value042.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value042.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value043.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value043.cs index 54537fbc1bb97a..fc020e7cc26a6e 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value043.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value043.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value044.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value044.cs index be244035162fc1..8c6590988b368e 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value044.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value044.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value045.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value045.cs index 08195476b219c1..535ea712868958 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value045.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value045.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. // Nullable - Box-Unbox // Nullable type with unbox box expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass001.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass001.cs index 21d9466e3b0424..b93cf124a53f86 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass001.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass001.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass002.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass002.cs index b843d98e20739d..c78a3a295681c7 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass002.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass002.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass003.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass003.cs index 7002189c998f64..ea78faa95d194b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass003.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass003.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass004.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass004.cs index a00531e2e78b11..73b193d46500e3 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass004.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass004.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass005.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass005.cs index 5bc8f5ff8db7e8..829f4fbb72a1d6 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass005.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass005.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass006.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass006.cs index 23ba535dd1c2b4..34eaf75278c7bd 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass006.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass006.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass007.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass007.cs index b4b97fda9a1409..33a2b8542a1d32 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass007.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass007.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass008.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass008.cs index f9201c2482c1d9..3de5dcc5fc1437 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass008.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass008.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass009.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass009.cs index e48cf286857960..c7af3b7c3c6f9d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass009.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass009.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass010.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass010.cs index f7f9ee317ac300..8db3a406c4e73f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass010.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass010.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass011.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass011.cs index 2319f071778b4c..26b1f54f23a6d7 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass011.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass011.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass012.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass012.cs index ea3302743c9aa5..9d769d17691d92 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass012.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass012.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass013.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass013.cs index 420828993162ad..1f349b44d1ae48 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass013.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass013.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass014.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass014.cs index 52040dd26306c2..b71e89f9928667 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass014.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass014.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass015.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass015.cs index e8f413b4f8ed25..a76a3715064731 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass015.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass015.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass016.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass016.cs index b8f035401b64ec..a019138dccefb4 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass016.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass016.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass017.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass017.cs index 6273a6933ce28e..5217156797cec2 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass017.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass017.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass018.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass018.cs index 233df15fbeeae5..5d0ca4732e5103 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass018.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass018.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass019.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass019.cs index f17b15adf72cae..a0fe37e274027d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass019.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass019.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass020.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass020.cs index 2debeeef4e0db0..93e73bef7325bf 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass020.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass020.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass021.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass021.cs index 22e003fcc64e95..d62b4f4480287e 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass021.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass021.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass022.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass022.cs index 336df25cc5f95f..ee2e18fd0a0ddf 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass022.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass022.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass023.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass023.cs index 3d1face13ef831..d4545bdef0397f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass023.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass023.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass024.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass024.cs index 5ba39cebbf5c26..6dc0655916ab8d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass024.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass024.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass025.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass025.cs index 85e8932e7ea587..31a9261f5b9fb9 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass025.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass025.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass026.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass026.cs index 0e3f0981ba7095..dc61c6e1d0a1a9 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass026.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass026.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass027.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass027.cs index 8502ecbe9e927e..710faf39dce075 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass027.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass027.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass028.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass028.cs index cdee82cd6e97fc..55e10a1a497c16 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass028.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass028.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass029.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass029.cs index a6b402bbf3589f..d134c06023dd36 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass029.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass029.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass030.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass030.cs index 2036b936362ef2..965a0fbb85a097 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass030.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass030.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass031.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass031.cs index 0e32d2d64daf86..e091cc0b3e0ba2 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass031.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass031.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass032.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass032.cs index 5ca02059c96802..d9413e1bc45535 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass032.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass032.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass033.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass033.cs index 40fd62d541c952..06ee176a812054 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass033.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass033.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass034.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass034.cs index 7bb84c39d3428f..228aa7b33cc71c 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass034.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass034.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass037.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass037.cs index 605c7368c0134e..9c68775886c296 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass037.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass037.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass038.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass038.cs index d355b279321a39..385c7a0f87eefc 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass038.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass038.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass039.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass039.cs index 6b41e4d72362a3..03e1db542fa9e5 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass039.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass039.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass040.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass040.cs index 21ed1a334f1065..dd5916a346b97c 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass040.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass040.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass041.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass041.cs index 3b82267b4bbfb6..de998d7cb3ef39 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass041.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass041.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass042.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass042.cs index 2c35ea0a8831ff..525f8902cacfc5 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass042.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass042.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass043.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass043.cs index 16f5ead9a0a62b..8fb2deae4bea5d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass043.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass043.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass044.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass044.cs index 0f7c99c6beca43..cd67c35d534ad7 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass044.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass044.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass045.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass045.cs index c7f32c70910778..535a51252af5de 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass045.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass045.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/enum/castclass-enum001.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/enum/castclass-enum001.cs index 02da0ccbca161c..5e40b942787f1d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/enum/castclass-enum001.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/enum/castclass-enum001.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/enum/castclass-enum002.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/enum/castclass-enum002.cs index b68232193ba327..48e172668b3bd5 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/enum/castclass-enum002.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/enum/castclass-enum002.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/enum/castclass-enum003.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/enum/castclass-enum003.cs index a124e97e08e4e0..8bcb573bc542a8 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/enum/castclass-enum003.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/enum/castclass-enum003.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics001.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics001.cs index baaf45d5adbd28..b1213b39c8fbab 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics001.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics001.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics002.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics002.cs index 1d5d793f4e7501..518aead87cb0aa 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics002.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics002.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics003.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics003.cs index b91301988c1f5d..146b378c9276af 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics003.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics003.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics004.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics004.cs index 98b17fd14022e1..e63c3e41a44263 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics004.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics004.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics005.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics005.cs index ca68f466f68195..3ed73cdbe5805f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics005.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics005.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics006.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics006.cs index 609d6c8e198696..bc571e732da338 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics006.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics006.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics007.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics007.cs index 31f6dea7328f6b..cb56e6f73ad592 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics007.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics007.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics008.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics008.cs index 3d0b8bb118a09d..eeb7fc9460a79d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics008.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics008.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics009.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics009.cs index f946338d6fbb08..704bd377e64f19 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics009.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics009.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics010.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics010.cs index 87f3b1b19a3e09..34c96ea47476c7 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics010.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics010.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics011.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics011.cs index 99c4174496e7fd..68489efa14b93b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics011.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics011.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics012.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics012.cs index f4f6e4ce4e736b..ece9fde7cdd78e 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics012.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics012.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics013.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics013.cs index a9b0fe99db3527..a99bc525a9ff08 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics013.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics013.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics014.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics014.cs index 8e000c2d017c8b..37d810803deffb 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics014.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics014.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics015.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics015.cs index 532e69a4ea666c..9ade3e6178c31a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics015.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics015.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics016.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics016.cs index 62c7d5bd438ef5..a4bbe29e3343e0 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics016.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics016.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics017.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics017.cs index e736e50e83065f..4300aeb5fa443f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics017.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics017.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics018.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics018.cs index 4c4ef12d8b508f..0cc687dfdc15ae 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics018.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics018.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics019.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics019.cs index 03a02d576846ab..bf715faaca11af 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics019.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics019.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics020.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics020.cs index aaa85b344b7423..f7262e28689800 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics020.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics020.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics021.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics021.cs index 4468e6efbe9ce0..6aa6fb3187075a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics021.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics021.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics022.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics022.cs index fefcb08c846b32..b44a31af9439cb 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics022.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics022.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics023.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics023.cs index b0bfdab09ecf6c..b927c49ef59dd7 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics023.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics023.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics024.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics024.cs index b0ffd5ad318332..4d3474adb1d49d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics024.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics024.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics025.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics025.cs index a476e8addd64d7..e5626e9cc85036 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics025.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics025.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics026.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics026.cs index 1854fba3b02fb1..bbea3675dd811e 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics026.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics026.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics027.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics027.cs index 5ce16d160063bc..b3e8a0f3d287b1 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics027.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics027.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics028.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics028.cs index 20685d28f63967..dc2566538a8a6c 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics028.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics028.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics029.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics029.cs index b17c36cfe8f7c1..0d022d2c08d2c6 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics029.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics029.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics030.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics030.cs index cf066dadfefcc4..da67d586a2f330 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics030.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics030.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics031.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics031.cs index f9d298ed3eb72b..6b5d9ff01f69f9 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics031.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics031.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics032.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics032.cs index 335e0cc40460ac..e67d55fa45b623 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics032.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics032.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics033.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics033.cs index 7bfbe84119db9a..f92eae3534e698 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics033.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics033.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics034.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics034.cs index 0a714939f9c537..4743e63bac6e50 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics034.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics034.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics037.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics037.cs index b554cbd1a92e57..ac87133c3ca00f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics037.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics037.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics038.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics038.cs index fcc4f7d2652c7d..77006be82a881b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics038.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics038.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics039.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics039.cs index 07c67dd865c35e..ce4100bed6bfc0 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics039.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics039.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics040.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics040.cs index f59ad9c15b8e98..45e998e3215846 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics040.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics040.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics041.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics041.cs index a025b687f67418..659d8d2717ea4c 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics041.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics041.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics042.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics042.cs index d4e0a93af59cff..79683b15b9d1cd 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics042.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics042.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics043.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics043.cs index 077c3c4e346d02..8a7b101f7e9d11 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics043.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics043.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics044.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics044.cs index 154228dd2929a4..da155c5f59489d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics044.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics044.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics045.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics045.cs index dc6a698584c5b7..cf5c3204d9aedf 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics045.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics045.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface001.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface001.cs index 78ac403ac75b59..20651259e51f6a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface001.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface001.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface002.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface002.cs index 034c83fa9b3c7e..42ca078f86b4cc 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface002.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface002.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface003.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface003.cs index ca49adf33b4d56..2fb32d4882eac1 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface003.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface003.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface004.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface004.cs index 7b9d2aa6358698..c142910e88a153 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface004.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface004.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface005.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface005.cs index a47eab1fe7e7b8..fafe395abdebe4 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface005.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface005.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface006.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface006.cs index 0130922038c53f..63c2e71eb60816 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface006.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface006.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface007.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface007.cs index 4d3884d593d69c..7400f354c2adb2 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface007.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface007.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface008.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface008.cs index 24ba0daadcac83..e1143dcc508f8b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface008.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface008.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface009.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface009.cs index 782af2eb6a05c8..615be19f86c504 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface009.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface009.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface010.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface010.cs index 715b107116ee83..4bb65ef18052b4 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface010.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface010.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface011.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface011.cs index 08a19e95027c25..d4d9a897036a92 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface011.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface011.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface012.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface012.cs index 22c5f1884b399c..0609c29d492508 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface012.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface012.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface013.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface013.cs index 9f4734bdd4ce80..70eabf7addc16c 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface013.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface013.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface014.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface014.cs index 04756c2f463f56..1ccff0c693b7c2 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface014.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface014.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface015.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface015.cs index 30b20c83616ddb..496b664811243d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface015.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface015.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface016.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface016.cs index 52c5db1d948d76..6eb0002bd3a371 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface016.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface016.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface017.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface017.cs index fe8d2a044b6047..9334da12c85240 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface017.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface017.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface018.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface018.cs index 088843d703f600..a131b7acee21a5 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface018.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface018.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null001.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null001.cs index a7a49c4fe2e670..b70a8432e0a837 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null001.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null001.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null002.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null002.cs index bdb006eab0656e..3ae7ea23af548a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null002.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null002.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null003.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null003.cs index 43ee015b408217..d26b424915e706 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null003.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null003.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null004.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null004.cs index 17ec28f59be4fc..9780f6ffd4c2eb 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null004.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null004.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null005.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null005.cs index e57c83e7b94c40..1e3a0e0ea7ee6d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null005.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null005.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null006.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null006.cs index 5f590d34897461..093de436930c8d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null006.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null006.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null007.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null007.cs index 15ae75b4811f2c..deabbe07cc5fd2 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null007.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null007.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null008.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null008.cs index 23bfe641836c19..8aa825b553f22f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null008.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null008.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null009.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null009.cs index 69efeacb8d12be..9e1ba9c0e45bb9 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null009.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null009.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null010.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null010.cs index b63659d793e256..25965ff206931d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null010.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null010.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null011.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null011.cs index 5dd9e962d0f759..472bf0cf71503f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null011.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null011.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null012.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null012.cs index 1482a85b0a8781..2bed55963568a6 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null012.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null012.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null013.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null013.cs index 7c6df6471dad6b..f5da020d53a72b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null013.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null013.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null014.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null014.cs index f3d17b6d19f6b5..d30eb9362f567c 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null014.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null014.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null015.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null015.cs index 96effef8dca34a..121af70934cc9f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null015.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null015.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null016.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null016.cs index f50ddd536d6ccf..6a120ea9d8337e 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null016.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null016.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null017.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null017.cs index cafc6f769b969f..2dddba398deea3 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null017.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null017.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null018.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null018.cs index ea2c816da747b1..1222d479da24d4 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null018.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null018.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null019.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null019.cs index 8d1190c99577e2..babec32b1f30bf 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null019.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null019.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null020.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null020.cs index bc39fa12b27bce..7c2f8d0fba2dc4 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null020.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null020.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null021.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null021.cs index a798b1df6ab3e0..ca5f0f60f96c16 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null021.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null021.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null022.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null022.cs index 5d38c5f83a8592..dc9e2e3e210641 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null022.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null022.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null023.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null023.cs index 814e89558ddcf4..409996df014a13 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null023.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null023.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null024.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null024.cs index 7e982a050242cf..f1e93be4cb7cc6 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null024.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null024.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null025.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null025.cs index 49c8bc1667b09c..c5af351483644c 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null025.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null025.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null026.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null026.cs index cc69b006eaba1d..bbb9701798f6c6 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null026.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null026.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null027.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null027.cs index f96721270a8f95..e60c0b13580a7c 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null027.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null027.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null028.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null028.cs index 63768e67f2f3af..48b79ecb57a363 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null028.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null028.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null029.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null029.cs index c47a1e9fd28caf..51065e727a7b74 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null029.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null029.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null030.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null030.cs index 3e2cc0dbc36f70..1301b6059a7c89 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null030.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null030.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null031.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null031.cs index 0aca8ed77b26c2..7deddab58ac169 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null031.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null031.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null032.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null032.cs index c384d3a11ccedd..cafc0f70be8b13 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null032.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null032.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null033.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null033.cs index a0764e365c2be0..101ee19f3e7dec 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null033.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null033.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null034.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null034.cs index b3c1523b9f2b0c..53a381ee582e0c 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null034.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null034.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null037.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null037.cs index ed5af5f0e1d734..8dc02eaa961ebb 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null037.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null037.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null038.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null038.cs index a82ce5d51785cc..50f1b8f3e7bb9f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null038.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null038.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null039.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null039.cs index ced2abb44b73d8..2e058d56a7cabf 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null039.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null039.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null040.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null040.cs index cd2a6c5e39df36..0f4f757b936c87 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null040.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null040.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null041.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null041.cs index 18df0a0109aeab..28d78de7c0465b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null041.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null041.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null042.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null042.cs index 3220c4c19d5a82..326840aabce193 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null042.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null042.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null043.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null043.cs index 6285d467772e56..7b474cfdaea6f9 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null043.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null043.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null044.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null044.cs index 661281cf26bb14..6fed2473d243c5 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null044.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null044.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.InteropServices; diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null045.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null045.cs index 44e70fde00d7ed..efa8298df44e6d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null045.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null045.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. // Nullable - CastClass // Nullable type with castclass expr diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/structdef.cs b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/structdef.cs index 64363ad01a5a98..29357891f65894 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/structdef.cs +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/structdef.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 0183 diff --git a/src/coreclr/tests/src/JIT/jit64/verif/sniff/fg/ver_fg_13.il b/src/coreclr/tests/src/JIT/jit64/verif/sniff/fg/ver_fg_13.il index 5ad48d1878bb19..179f34b37e5938 100644 --- a/src/coreclr/tests/src/JIT/jit64/verif/sniff/fg/ver_fg_13.il +++ b/src/coreclr/tests/src/JIT/jit64/verif/sniff/fg/ver_fg_13.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. // leave into fault from catch // expect throw System.InvalidProgramException diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/ArrBoundUnsigned.cs b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/ArrBoundUnsigned.cs index a8b2ae9be9ec5d..aa29e5fedf3647 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/ArrBoundUnsigned.cs +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/ArrBoundUnsigned.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. // Check if conditions like (uint)i < (uint)a.len generate correct "no throw" assertions diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/CPropOverflow.il b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/CPropOverflow.il index c424349be24014..d166431728dec1 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/CPropOverflow.il +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/CPropOverflow.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.Console { diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/ConstantProp.cs b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/ConstantProp.cs index df4994369cdee4..68b8c0ff02abbd 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/ConstantProp.cs +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/ConstantProp.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. //Simple dev unit test for constant propagation assertion. diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/CopyProp.cs b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/CopyProp.cs index 690834b2fb0d9e..ee5363967914b8 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/CopyProp.cs +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/CopyProp.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. //Unit test for copy propagation assertion. diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion1.cs b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion1.cs index bfc905bf24bfb0..24423bf471e309 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion1.cs +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion1.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. //Unit test for null check assertion. diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion2.cs b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion2.cs index 465e1988f5861a..6c60090ed7242f 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion2.cs +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion2.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/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion3.cs b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion3.cs index 5af9ef54520823..334233b25cfa73 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion3.cs +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion3.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. //Unit test for Null check assertion propagation. diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion4.cs b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion4.cs index c67810fcb60664..4e83c7e2775480 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion4.cs +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion4.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. //unit test for null check assertion propagation. diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion5.cs b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion5.cs index f52022f256ba5a..ca82d944af798f 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion5.cs +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion5.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. //Unit test for null check assertion. diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion6.cs b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion6.cs index 01bf22ae69fabd..871ad3f0021850 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion6.cs +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion6.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. //Unit test for null check assertion. diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion7.cs b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion7.cs index e9f4b8dfd3a892..464f1e3695bc1e 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion7.cs +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion7.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. //Unit test for null check assertion. diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/TypeOfAssertion.cs b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/TypeOfAssertion.cs index 743284ebfe28f4..527a61eaf1598d 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/TypeOfAssertion.cs +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/TypeOfAssertion.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. //Unit test for typeof assertion. diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/regression/dev10/bug573840/bug573840.cs b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/regression/dev10/bug573840/bug573840.cs index ae6f85bb7cd827..bbded77197a11a 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/regression/dev10/bug573840/bug573840.cs +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/regression/dev10/bug573840/bug573840.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/coreclr/tests/src/JIT/opt/CSE/GitHub_16065a.cs b/src/coreclr/tests/src/JIT/opt/CSE/GitHub_16065a.cs index 400b7e8ec7afe5..8732d706ff4219 100644 --- a/src/coreclr/tests/src/JIT/opt/CSE/GitHub_16065a.cs +++ b/src/coreclr/tests/src/JIT/opt/CSE/GitHub_16065a.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/coreclr/tests/src/JIT/opt/CSE/GitHub_16065b.cs b/src/coreclr/tests/src/JIT/opt/CSE/GitHub_16065b.cs index 06202ddb9ac964..56c5377bd35a3c 100644 --- a/src/coreclr/tests/src/JIT/opt/CSE/GitHub_16065b.cs +++ b/src/coreclr/tests/src/JIT/opt/CSE/GitHub_16065b.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/coreclr/tests/src/JIT/opt/CSE/NarrowStore.cs b/src/coreclr/tests/src/JIT/opt/CSE/NarrowStore.cs index 386a56c5812e26..30e1959ea54cba 100644 --- a/src/coreclr/tests/src/JIT/opt/CSE/NarrowStore.cs +++ b/src/coreclr/tests/src/JIT/opt/CSE/NarrowStore.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/coreclr/tests/src/JIT/opt/Casts/shared.cs b/src/coreclr/tests/src/JIT/opt/Casts/shared.cs index 94ecd6de4427c3..3e60d1e6af2ea8 100644 --- a/src/coreclr/tests/src/JIT/opt/Casts/shared.cs +++ b/src/coreclr/tests/src/JIT/opt/Casts/shared.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/coreclr/tests/src/JIT/opt/Casts/shared2.cs b/src/coreclr/tests/src/JIT/opt/Casts/shared2.cs index 1c155ec125fa71..9613bf9d5ea2ec 100644 --- a/src/coreclr/tests/src/JIT/opt/Casts/shared2.cs +++ b/src/coreclr/tests/src/JIT/opt/Casts/shared2.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/coreclr/tests/src/JIT/opt/Casts/tests.cs b/src/coreclr/tests/src/JIT/opt/Casts/tests.cs index d8131fbbbcf54f..8786b240d176b9 100644 --- a/src/coreclr/tests/src/JIT/opt/Casts/tests.cs +++ b/src/coreclr/tests/src/JIT/opt/Casts/tests.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/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_10311.cs b/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_10311.cs index 3eb5431dd36777..09bee8fc1c07df 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_10311.cs +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_10311.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/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_10858.cs b/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_10858.cs index a02d025593c6d4..b75a22402d0d76 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_10858.cs +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_10858.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/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_9945.cs b/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_9945.cs index 3574f4f87fd486..53c8c2712c9347 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_9945.cs +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_9945.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/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_9945_2.il b/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_9945_2.il index 6b76175d00ff45..477f5e9db2736a 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_9945_2.il +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_9945_2.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 mscorlib { diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/arraypool.cs b/src/coreclr/tests/src/JIT/opt/Devirtualization/arraypool.cs index 8d9b35993c7c9a..27a271552cbd9a 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/arraypool.cs +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/arraypool.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.Buffers; diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/box1.cs b/src/coreclr/tests/src/JIT/opt/Devirtualization/box1.cs index 51121f37d8b3eb..4ce705f422e11b 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/box1.cs +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/box1.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/coreclr/tests/src/JIT/opt/Devirtualization/box2.cs b/src/coreclr/tests/src/JIT/opt/Devirtualization/box2.cs index 9e82ef2ff52bfc..8837ee566c1284 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/box2.cs +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/box2.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.Threading; diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/comparable.cs b/src/coreclr/tests/src/JIT/opt/Devirtualization/comparable.cs index 2322395bf2d014..0270f98dbcfb83 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/comparable.cs +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/comparable.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/coreclr/tests/src/JIT/opt/Devirtualization/constructor.cs b/src/coreclr/tests/src/JIT/opt/Devirtualization/constructor.cs index 14deb2678e1c93..d44f5227340a65 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/constructor.cs +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/constructor.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/coreclr/tests/src/JIT/opt/Devirtualization/contravariance.cs b/src/coreclr/tests/src/JIT/opt/Devirtualization/contravariance.cs index 0594772c9afd0d..d074d4e6a87ce2 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/contravariance.cs +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/contravariance.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/coreclr/tests/src/JIT/opt/Devirtualization/covariance.cs b/src/coreclr/tests/src/JIT/opt/Devirtualization/covariance.cs index 2ed7d2bdd83a80..457712c01f4277 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/covariance.cs +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/covariance.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/coreclr/tests/src/JIT/opt/Devirtualization/enum.cs b/src/coreclr/tests/src/JIT/opt/Devirtualization/enum.cs index 994c661230885d..30fa3b4853904c 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/enum.cs +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/enum.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/coreclr/tests/src/JIT/opt/Devirtualization/exacttype.cs b/src/coreclr/tests/src/JIT/opt/Devirtualization/exacttype.cs index a1265da71805a5..f5fdac905f09f7 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/exacttype.cs +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/exacttype.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/coreclr/tests/src/JIT/opt/Devirtualization/fromcollection.cs b/src/coreclr/tests/src/JIT/opt/Devirtualization/fromcollection.cs index 5a5df5952be8c9..357f2ba65ba734 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/fromcollection.cs +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/fromcollection.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/coreclr/tests/src/JIT/opt/Devirtualization/generic.cs b/src/coreclr/tests/src/JIT/opt/Devirtualization/generic.cs index 63d53acd538d3f..f6215442afbac1 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/generic.cs +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/generic.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/coreclr/tests/src/JIT/opt/Devirtualization/inlinedevirt.cs b/src/coreclr/tests/src/JIT/opt/Devirtualization/inlinedevirt.cs index 0d1ed207b7086e..c1ac52f3fd43f2 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/inlinedevirt.cs +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/inlinedevirt.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/coreclr/tests/src/JIT/opt/Devirtualization/late.cs b/src/coreclr/tests/src/JIT/opt/Devirtualization/late.cs index 3991e7df43b6ce..2b98b3efb3bebb 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/late.cs +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/late.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/coreclr/tests/src/JIT/opt/Devirtualization/late1.cs b/src/coreclr/tests/src/JIT/opt/Devirtualization/late1.cs index 69508d109ee86f..8e3104ec520779 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/late1.cs +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/late1.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/coreclr/tests/src/JIT/opt/Devirtualization/overload.cs b/src/coreclr/tests/src/JIT/opt/Devirtualization/overload.cs index a27dbc1e7881cc..bbbbdfe05d80fb 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/overload.cs +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/overload.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/coreclr/tests/src/JIT/opt/Devirtualization/override.il b/src/coreclr/tests/src/JIT/opt/Devirtualization/override.il index 5f87411d25754b..830d03d55d9c67 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/override.il +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/override.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.Console { } // MyBar is an abstract class which declares an abstract method MyBar::DoBar(). diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/readonlystatic.cs b/src/coreclr/tests/src/JIT/opt/Devirtualization/readonlystatic.cs index 5cafa23acda24a..8dd7d0debc09c6 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/readonlystatic.cs +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/readonlystatic.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/coreclr/tests/src/JIT/opt/Devirtualization/sealedclass.cs b/src/coreclr/tests/src/JIT/opt/Devirtualization/sealedclass.cs index 4ec57dcaea0be4..e0396c055e6ba0 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/sealedclass.cs +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/sealedclass.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/coreclr/tests/src/JIT/opt/Devirtualization/sealeddefault.cs b/src/coreclr/tests/src/JIT/opt/Devirtualization/sealeddefault.cs index 82049cd7bfa5ff..36347b6130d9de 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/sealeddefault.cs +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/sealeddefault.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/coreclr/tests/src/JIT/opt/Devirtualization/sealedmethod.cs b/src/coreclr/tests/src/JIT/opt/Devirtualization/sealedmethod.cs index 555254b6a55b75..0f346c0db7df0b 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/sealedmethod.cs +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/sealedmethod.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/coreclr/tests/src/JIT/opt/Devirtualization/sharedoverride.cs b/src/coreclr/tests/src/JIT/opt/Devirtualization/sharedoverride.cs index 7107966f79afee..5d199019ae66a4 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/sharedoverride.cs +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/sharedoverride.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/coreclr/tests/src/JIT/opt/Devirtualization/simple.cs b/src/coreclr/tests/src/JIT/opt/Devirtualization/simple.cs index 46b039ce15a47f..89d23b114e8311 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/simple.cs +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/simple.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/coreclr/tests/src/JIT/opt/Devirtualization/spilledreturn.cs b/src/coreclr/tests/src/JIT/opt/Devirtualization/spilledreturn.cs index ac63806019fc4f..a7b11fe3da5ad7 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/spilledreturn.cs +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/spilledreturn.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/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/BBCnt1.il b/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/BBCnt1.il index 043be218828ce5..36a8f1120b17f2 100644 --- a/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/BBCnt1.il +++ b/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/BBCnt1.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. // DEFAULT_MIN_OPTS_BB_COUNT 2000 // New Basic Block BB2001 created. diff --git a/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/CodeSize1.il b/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/CodeSize1.il index 67f42944b9b132..8e85028ef6b6d6 100644 --- a/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/CodeSize1.il +++ b/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/CodeSize1.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. // DEFAULT_MIN_OPTS_CODE_SIZE 60000 // Code size 60001 (0xea61) diff --git a/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/InstrCnt1.il b/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/InstrCnt1.il index 651fe90c1d2b89..f8b1420e74d5cc 100644 --- a/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/InstrCnt1.il +++ b/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/InstrCnt1.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. // DEFAULT_MIN_OPTS_INSTR_COUNT 20000 // OPTIONS: opts.MinOpts() == true diff --git a/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/LVNumCnt1.il b/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/LVNumCnt1.il index 2e4f984b785ca9..75abf4b11226f8 100644 --- a/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/LVNumCnt1.il +++ b/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/LVNumCnt1.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. // DEFAULT_MIN_OPTS_LV_NUM_COUNT 2000 // V2000 (loc2000) int diff --git a/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/LVRefCnt1.il b/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/LVRefCnt1.il index b04089a86b03fd..bae14f10c61665 100644 --- a/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/LVRefCnt1.il +++ b/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/LVRefCnt1.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. // DEFAULT_MIN_OPTS_LV_REF_COUNT 8000 // New refCnts for V00: refCnt = 8001 diff --git a/src/coreclr/tests/src/JIT/opt/ETW/TailCallCases.il b/src/coreclr/tests/src/JIT/opt/ETW/TailCallCases.il index f246aec3003ddd..d2d0be85599d70 100644 --- a/src/coreclr/tests/src/JIT/opt/ETW/TailCallCases.il +++ b/src/coreclr/tests/src/JIT/opt/ETW/TailCallCases.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.Console { diff --git a/src/coreclr/tests/src/JIT/opt/Enum/hasflag.cs b/src/coreclr/tests/src/JIT/opt/Enum/hasflag.cs index 0c415ee7285c88..9fb8fae2a94c96 100644 --- a/src/coreclr/tests/src/JIT/opt/Enum/hasflag.cs +++ b/src/coreclr/tests/src/JIT/opt/Enum/hasflag.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. // Some simple tests for the Enum.HasFlag optimization. // diff --git a/src/coreclr/tests/src/JIT/opt/Enum/shared.cs b/src/coreclr/tests/src/JIT/opt/Enum/shared.cs index f15361a05aa37a..b7c2305111c6c0 100644 --- a/src/coreclr/tests/src/JIT/opt/Enum/shared.cs +++ b/src/coreclr/tests/src/JIT/opt/Enum/shared.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. // Some simple tests for the Enum.HasFlag optimization. // Verify the optimization avoids firing for shared types. diff --git a/src/coreclr/tests/src/JIT/opt/FastTailCall/FastTailCallCandidates.cs b/src/coreclr/tests/src/JIT/opt/FastTailCall/FastTailCallCandidates.cs index 1907149099733e..1ad915322ee792 100644 --- a/src/coreclr/tests/src/JIT/opt/FastTailCall/FastTailCallCandidates.cs +++ b/src/coreclr/tests/src/JIT/opt/FastTailCall/FastTailCallCandidates.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; @@ -1876,4 +1875,4 @@ public static int Main() { return Tester(1); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/opt/FastTailCall/FastTailCallInlining.cs b/src/coreclr/tests/src/JIT/opt/FastTailCall/FastTailCallInlining.cs index 81ffd72d880ca3..f69306308186f0 100644 --- a/src/coreclr/tests/src/JIT/opt/FastTailCall/FastTailCallInlining.cs +++ b/src/coreclr/tests/src/JIT/opt/FastTailCall/FastTailCallInlining.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/coreclr/tests/src/JIT/opt/FastTailCall/GitHubIssue12479.cs b/src/coreclr/tests/src/JIT/opt/FastTailCall/GitHubIssue12479.cs index 0887e9af5f0d70..0dddf63ee5ddbf 100644 --- a/src/coreclr/tests/src/JIT/opt/FastTailCall/GitHubIssue12479.cs +++ b/src/coreclr/tests/src/JIT/opt/FastTailCall/GitHubIssue12479.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; @@ -91,4 +90,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/opt/FastTailCall/StackFixup.cs b/src/coreclr/tests/src/JIT/opt/FastTailCall/StackFixup.cs index eaf095032aadc4..99df90209839a7 100644 --- a/src/coreclr/tests/src/JIT/opt/FastTailCall/StackFixup.cs +++ b/src/coreclr/tests/src/JIT/opt/FastTailCall/StackFixup.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; public struct A @@ -71,4 +70,4 @@ public static int Main() return -1; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/opt/FastTailCall/StructPassingSimple.cs b/src/coreclr/tests/src/JIT/opt/FastTailCall/StructPassingSimple.cs index 13ca0cbc4827d3..7b070c4bd9252d 100644 --- a/src/coreclr/tests/src/JIT/opt/FastTailCall/StructPassingSimple.cs +++ b/src/coreclr/tests/src/JIT/opt/FastTailCall/StructPassingSimple.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; // 10 byte struct @@ -35,4 +34,4 @@ public static int Main() int ret = ImplicitTailCallTenByteStruct(temp); return ret; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/opt/Inline/regression/badcallee/badcallee.il b/src/coreclr/tests/src/JIT/opt/Inline/regression/badcallee/badcallee.il index 5c5c6ae4a62817..869f2bab4b1720 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/regression/badcallee/badcallee.il +++ b/src/coreclr/tests/src/JIT/opt/Inline/regression/badcallee/badcallee.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 mscorlib { diff --git a/src/coreclr/tests/src/JIT/opt/Inline/regression/bug584219/inliningVars.cs b/src/coreclr/tests/src/JIT/opt/Inline/regression/bug584219/inliningVars.cs index 1797468f4ba020..e972b7cc97af81 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/regression/bug584219/inliningVars.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/regression/bug584219/inliningVars.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/coreclr/tests/src/JIT/opt/Inline/regression/bug595776/bug595776.cs b/src/coreclr/tests/src/JIT/opt/Inline/regression/bug595776/bug595776.cs index 38664dce0762a4..4e3061ea43d2c5 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/regression/bug595776/bug595776.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/regression/bug595776/bug595776.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; internal class Buffer diff --git a/src/coreclr/tests/src/JIT/opt/Inline/regression/mismatch32/mismatch32.il b/src/coreclr/tests/src/JIT/opt/Inline/regression/mismatch32/mismatch32.il index 73730d72dd8512..b338de2ebb9300 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/regression/mismatch32/mismatch32.il +++ b/src/coreclr/tests/src/JIT/opt/Inline/regression/mismatch32/mismatch32.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. // When the jit considers inlining B it can get itself into // trouble because of the type mismatch. This test tries to diff --git a/src/coreclr/tests/src/JIT/opt/Inline/regression/mismatch64/mismatch64.il b/src/coreclr/tests/src/JIT/opt/Inline/regression/mismatch64/mismatch64.il index ba336c06c90d86..8fd72c2a357ac3 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/regression/mismatch64/mismatch64.il +++ b/src/coreclr/tests/src/JIT/opt/Inline/regression/mismatch64/mismatch64.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. // When the jit considers inlining B it can get itself into // trouble because of the type mismatch. This test tries to diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/ArrayOfStructs.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/ArrayOfStructs.cs index 65e0690a600719..5a9a695d752cb0 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/ArrayOfStructs.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/ArrayOfStructs.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/coreclr/tests/src/JIT/opt/Inline/tests/DelegInstanceFtn.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/DelegInstanceFtn.cs index b49c00cfb58515..b2b25071c324d9 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/DelegInstanceFtn.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/DelegInstanceFtn.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/coreclr/tests/src/JIT/opt/Inline/tests/DelegStaticFtn.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/DelegStaticFtn.cs index 128407164c090f..dc3777db8bc3cf 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/DelegStaticFtn.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/DelegStaticFtn.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/coreclr/tests/src/JIT/opt/Inline/tests/GenericStructs.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/GenericStructs.cs index 3a3968b16d1557..d1daaa91ee6710 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/GenericStructs.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/GenericStructs.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. //This test is used to check whether a method that takes a generic struct is inlined. diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline.cs index 94c3e32a4fd0fb..6c40d85b51b297 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline.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/coreclr/tests/src/JIT/opt/Inline/tests/Inline_DelegateStruct.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_DelegateStruct.cs index 09c98959d8692b..5f9eacb01da93d 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_DelegateStruct.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_DelegateStruct.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/coreclr/tests/src/JIT/opt/Inline/tests/Inline_GenericMethods.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_GenericMethods.cs index 29caa6206c795a..a14a2dd74197dc 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_GenericMethods.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_GenericMethods.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/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Many.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Many.cs index 68705224d985f5..d4c0dd06e81d74 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Many.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Many.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/coreclr/tests/src/JIT/opt/Inline/tests/Inline_MultipleReturn.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_MultipleReturn.cs index 30d9a953d3ec5a..d179ec62adff41 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_MultipleReturn.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_MultipleReturn.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/coreclr/tests/src/JIT/opt/Inline/tests/Inline_NewObj.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_NewObj.cs index 879c3f92ffeaf6..1d5ddd37525516 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_NewObj.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_NewObj.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/coreclr/tests/src/JIT/opt/Inline/tests/Inline_NormalizeStack.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_NormalizeStack.cs index 29970cfc2d89f9..f5d7ea82d89ec7 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_NormalizeStack.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_NormalizeStack.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/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Recursion.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Recursion.cs index c756ccb6140a03..4a9c9e73546bb1 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Recursion.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Recursion.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/coreclr/tests/src/JIT/opt/Inline/tests/Inline_RecursiveMethod.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_RecursiveMethod.cs index 65ab51ad2496d8..ac6e54a1e1c325 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_RecursiveMethod.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_RecursiveMethod.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/coreclr/tests/src/JIT/opt/Inline/tests/Inline_RecursiveMethod21.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_RecursiveMethod21.cs index 465b6c39cc0f36..3c85b4743d7c64 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_RecursiveMethod21.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_RecursiveMethod21.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/coreclr/tests/src/JIT/opt/Inline/tests/Inline_STARG.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_STARG.cs index 86045dfe8fd964..7d51799cd1c89c 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_STARG.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_STARG.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/coreclr/tests/src/JIT/opt/Inline/tests/Inline_SideAffects.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_SideAffects.cs index 043a5b863e0843..d8ce1ab5fe744b 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_SideAffects.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_SideAffects.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/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Vars.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Vars.cs index 70a076663c5669..79b297bfeeaf7d 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Vars.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Vars.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/coreclr/tests/src/JIT/opt/Inline/tests/Inline_handler.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_handler.cs index 5415e580dae181..6d2760461209ed 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_handler.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_handler.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/coreclr/tests/src/JIT/opt/Inline/tests/Inlinethrow.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inlinethrow.cs index 2f325a61238b0d..ce0d33fdb94a27 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inlinethrow.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inlinethrow.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/coreclr/tests/src/JIT/opt/Inline/tests/LotsOfInlines.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/LotsOfInlines.cs index 3a8b4d271e48f6..6950a18842b8a7 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/LotsOfInlines.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/LotsOfInlines.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. // // Thanks to Alexander Speshilov (spechuric @ github). diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/ReturnStruct_Method.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/ReturnStruct_Method.cs index 660391065e95b0..4519d85baf57da 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/ReturnStruct_Method.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/ReturnStruct_Method.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/coreclr/tests/src/JIT/opt/Inline/tests/StructAsParam_Method.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/StructAsParam_Method.cs index 122da76777830e..28c313523c74f3 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/StructAsParam_Method.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/StructAsParam_Method.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/coreclr/tests/src/JIT/opt/Inline/tests/StructInClass.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/StructInClass.cs index b18586321eecbb..a90a775d2a3e4b 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/StructInClass.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/StructInClass.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/coreclr/tests/src/JIT/opt/Inline/tests/UnsafeBlockCopy.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/UnsafeBlockCopy.cs index 3771bdf7c1d03b..807fcd09f5d3e6 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/UnsafeBlockCopy.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/UnsafeBlockCopy.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/coreclr/tests/src/JIT/opt/Inline/tests/args1.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/args1.cs index 2063ffb6d7e178..ab917f8e591498 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/args1.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/args1.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/coreclr/tests/src/JIT/opt/Inline/tests/args2.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/args2.cs index e08f922704d989..7289f541bad03c 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/args2.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/args2.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/coreclr/tests/src/JIT/opt/Inline/tests/args3.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/args3.cs index 872fc7713577ad..727783c55210d4 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/args3.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/args3.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/coreclr/tests/src/JIT/opt/Inline/tests/array.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/array.cs index 32aedd1ca6d897..5f062adfa8fce1 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/array.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/array.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/coreclr/tests/src/JIT/opt/Inline/tests/calli.il b/src/coreclr/tests/src/JIT/opt/Inline/tests/calli.il index 101bc28810f846..c239f4658d8902 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/calli.il +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/calli.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. // Test that inliner can now inline g1 and g2 diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/debug.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/debug.cs index 7f86a75913c32e..ec174825ce61ea 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/debug.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/debug.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. // Getter and Setter, simple, compiled debug+, both should NOT be inlined. diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/deepcall.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/deepcall.cs index c7e2b961877dae..16ecdadd4b04ad 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/deepcall.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/deepcall.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/coreclr/tests/src/JIT/opt/Inline/tests/fact.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/fact.cs index a4000958399fba..03c2df8c187c8f 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/fact.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/fact.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/coreclr/tests/src/JIT/opt/Inline/tests/ifelse.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/ifelse.cs index 25a78fb3baaa5b..3596f7fc0cbe40 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/ifelse.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/ifelse.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/coreclr/tests/src/JIT/opt/Inline/tests/indexer.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/indexer.cs index c96c8efc02028e..8062333dde49f3 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/indexer.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/indexer.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/coreclr/tests/src/JIT/opt/Inline/tests/interfaceCall.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/interfaceCall.cs index 0ff7ec53f47e88..d736b42665714c 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/interfaceCall.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/interfaceCall.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 JitInliningTest { diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/interfaceProperty.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/interfaceProperty.cs index 9075e3ed2fd3aa..5ef57d734af628 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/interfaceProperty.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/interfaceProperty.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/coreclr/tests/src/JIT/opt/Inline/tests/mathfunc.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/mathfunc.cs index edae2050f8c866..693ceb9183549b 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/mathfunc.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/mathfunc.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/coreclr/tests/src/JIT/opt/Inline/tests/mthdimpl.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/mthdimpl.cs index 6a2ccc5a7969e6..fa9f1bd22b767b 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/mthdimpl.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/mthdimpl.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/coreclr/tests/src/JIT/opt/Inline/tests/property.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/property.cs index 373f87292c8eb6..e63d64fa25fa4d 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/property.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/property.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. // Getter and Setter, simple, both should be inlined. diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/size.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/size.cs index bd7b6eccc9c1f3..af3b643af28930 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/size.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/size.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. // Setter 34 bytes il (inlined), Getter 36 bytes il (not-inlined) diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/struct_opcodes.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/struct_opcodes.cs index 4fe814cf4ec455..595c5cdc99b4b4 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/struct_opcodes.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/struct_opcodes.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/coreclr/tests/src/JIT/opt/Inline/tests/throwTest.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/throwTest.cs index 2624ba760332d6..95ffd77b7e82ef 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/throwTest.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/throwTest.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. // Getter and Setter: throw diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/trycatch.cs b/src/coreclr/tests/src/JIT/opt/Inline/tests/trycatch.cs index d71013fc6e4e4d..1493ed3d4051cf 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/trycatch.cs +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/trycatch.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. // Getter and Setter: SEH diff --git a/src/coreclr/tests/src/JIT/opt/InstructionCombining/ArrayLengthArithmetic.cs b/src/coreclr/tests/src/JIT/opt/InstructionCombining/ArrayLengthArithmetic.cs index 4ac6ef069a3dd4..6dfb1c3f91f44e 100644 --- a/src/coreclr/tests/src/JIT/opt/InstructionCombining/ArrayLengthArithmetic.cs +++ b/src/coreclr/tests/src/JIT/opt/InstructionCombining/ArrayLengthArithmetic.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; @@ -140,4 +139,4 @@ private static void CompareResults(int a, int b, [CallerLineNumber] int line = 0 // cns to var [MethodImpl(MethodImplOptions.NoInlining)] private static T ToVar(T t) => t; -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/JIT/opt/InstructionCombining/DivToMul.cs b/src/coreclr/tests/src/JIT/opt/InstructionCombining/DivToMul.cs index b4b29d8c09cd93..70bd1b8f4ab00e 100644 --- a/src/coreclr/tests/src/JIT/opt/InstructionCombining/DivToMul.cs +++ b/src/coreclr/tests/src/JIT/opt/InstructionCombining/DivToMul.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/coreclr/tests/src/JIT/opt/InstructionCombining/MulToAdd.cs b/src/coreclr/tests/src/JIT/opt/InstructionCombining/MulToAdd.cs index 756d4e840360d2..d269e8b85769e6 100644 --- a/src/coreclr/tests/src/JIT/opt/InstructionCombining/MulToAdd.cs +++ b/src/coreclr/tests/src/JIT/opt/InstructionCombining/MulToAdd.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.Linq; diff --git a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/BBCnt0.il b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/BBCnt0.il index e32ab5987338b5..6967e7c8297f36 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/BBCnt0.il +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/BBCnt0.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. // DEFAULT_MIN_OPTS_BB_COUNT 2000 // New Basic Block BB2000 created. diff --git a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/BBCnt1.il b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/BBCnt1.il index 04f5b02def2761..a4ed1fe406198c 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/BBCnt1.il +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/BBCnt1.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. // DEFAULT_MIN_OPTS_BB_COUNT 2000 // New Basic Block BB2001 created. diff --git a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/CodeSize0.il b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/CodeSize0.il index 15f7d27a4c066a..6c3aee6151cd03 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/CodeSize0.il +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/CodeSize0.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. // DEFAULT_MIN_OPTS_CODE_SIZE 60000 // OPTIONS: opts.MinOpts() == false diff --git a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/CodeSize1.il b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/CodeSize1.il index 48be4c94776f83..bb08f13a878f57 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/CodeSize1.il +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/CodeSize1.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. // DEFAULT_MIN_OPTS_CODE_SIZE 60000 // OPTIONS: opts.MinOpts() == true diff --git a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/InstrCnt0.il b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/InstrCnt0.il index aec08d6e4a5490..cfdd2c849d9e47 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/InstrCnt0.il +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/InstrCnt0.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. // DEFAULT_MIN_OPTS_INSTR_COUNT 20000 // OPTIONS: opts.MinOpts() == false diff --git a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/InstrCnt1.il b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/InstrCnt1.il index ce13ff532ebd0e..4b101ca3ac01db 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/InstrCnt1.il +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/InstrCnt1.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. // DEFAULT_MIN_OPTS_INSTR_COUNT 20000 // OPTIONS: opts.MinOpts() == true diff --git a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVNumCnt0.il b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVNumCnt0.il index 117e43a6f5d1d2..972cac4b05af86 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVNumCnt0.il +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVNumCnt0.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. // DEFAULT_MIN_OPTS_LV_NUM_COUNT 2000 // OPTIONS: opts.MinOpts() == false diff --git a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVNumCnt1.il b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVNumCnt1.il index a8d272642ce19d..45cbca505c6551 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVNumCnt1.il +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVNumCnt1.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. // DEFAULT_MIN_OPTS_LV_NUM_COUNT 2000 // OPTIONS: opts.MinOpts() == true diff --git a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVRefCnt0.il b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVRefCnt0.il index 96cd4ba46ea1a3..1557e21273d492 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVRefCnt0.il +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVRefCnt0.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. // DEFAULT_MIN_OPTS_LV_REF_COUNT 8000 // New refCnts for V00: refCnt = 8000 diff --git a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVRefCnt1.il b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVRefCnt1.il index 10dc2394719bfc..b5c4b25ae330d7 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVRefCnt1.il +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVRefCnt1.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. // DEFAULT_MIN_OPTS_LV_REF_COUNT 8000 // New refCnts for V00: refCnt = 8001 diff --git a/src/coreclr/tests/src/JIT/opt/LocAlloc/inloop.cs b/src/coreclr/tests/src/JIT/opt/LocAlloc/inloop.cs index 777b34e90a6d43..61418631075753 100644 --- a/src/coreclr/tests/src/JIT/opt/LocAlloc/inloop.cs +++ b/src/coreclr/tests/src/JIT/opt/LocAlloc/inloop.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. // ensure localloc in a loop is not converted // to local buffer diff --git a/src/coreclr/tests/src/JIT/opt/LocAlloc/localloc.cs b/src/coreclr/tests/src/JIT/opt/LocAlloc/localloc.cs index fd2392c84448ab..e56d1179844d6b 100644 --- a/src/coreclr/tests/src/JIT/opt/LocAlloc/localloc.cs +++ b/src/coreclr/tests/src/JIT/opt/LocAlloc/localloc.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. // Conversion of small fixed localloc to locals // and inlining of localloc callees diff --git a/src/coreclr/tests/src/JIT/opt/Loops/SearchLoopTail.cs b/src/coreclr/tests/src/JIT/opt/Loops/SearchLoopTail.cs index 10be60c021559d..9f788d3ad3f941 100644 --- a/src/coreclr/tests/src/JIT/opt/Loops/SearchLoopTail.cs +++ b/src/coreclr/tests/src/JIT/opt/Loops/SearchLoopTail.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. // Test for tail merging/duplication of search loops returning constants. diff --git a/src/coreclr/tests/src/JIT/opt/OSR/addressexposedlocal.cs b/src/coreclr/tests/src/JIT/opt/OSR/addressexposedlocal.cs index 897c56b7fec291..d688ac9a31163a 100644 --- a/src/coreclr/tests/src/JIT/opt/OSR/addressexposedlocal.cs +++ b/src/coreclr/tests/src/JIT/opt/OSR/addressexposedlocal.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/coreclr/tests/src/JIT/opt/OSR/doublestackalloc.cs b/src/coreclr/tests/src/JIT/opt/OSR/doublestackalloc.cs index 7265d18699cf3d..85648769a7dbde 100644 --- a/src/coreclr/tests/src/JIT/opt/OSR/doublestackalloc.cs +++ b/src/coreclr/tests/src/JIT/opt/OSR/doublestackalloc.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. // OSR test case with two stackallocs. // diff --git a/src/coreclr/tests/src/JIT/opt/OSR/example.cs b/src/coreclr/tests/src/JIT/opt/OSR/example.cs index 1f360eea9562e2..2bb9fde89be64e 100644 --- a/src/coreclr/tests/src/JIT/opt/OSR/example.cs +++ b/src/coreclr/tests/src/JIT/opt/OSR/example.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/coreclr/tests/src/JIT/opt/OSR/genericmethodpatchpoint.cs b/src/coreclr/tests/src/JIT/opt/OSR/genericmethodpatchpoint.cs index a3f9dea686ceaa..323777985142c1 100644 --- a/src/coreclr/tests/src/JIT/opt/OSR/genericmethodpatchpoint.cs +++ b/src/coreclr/tests/src/JIT/opt/OSR/genericmethodpatchpoint.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/coreclr/tests/src/JIT/opt/OSR/innerloop.cs b/src/coreclr/tests/src/JIT/opt/OSR/innerloop.cs index 7dadb6debff9b8..7e5dc32b224266 100644 --- a/src/coreclr/tests/src/JIT/opt/OSR/innerloop.cs +++ b/src/coreclr/tests/src/JIT/opt/OSR/innerloop.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/coreclr/tests/src/JIT/opt/OSR/integersumloop.cs b/src/coreclr/tests/src/JIT/opt/OSR/integersumloop.cs index 3742958f768c28..086fb9448ce6a3 100644 --- a/src/coreclr/tests/src/JIT/opt/OSR/integersumloop.cs +++ b/src/coreclr/tests/src/JIT/opt/OSR/integersumloop.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/coreclr/tests/src/JIT/opt/OSR/livelocaladdress.cs b/src/coreclr/tests/src/JIT/opt/OSR/livelocaladdress.cs index 652475c5814371..d632596a6d0790 100644 --- a/src/coreclr/tests/src/JIT/opt/OSR/livelocaladdress.cs +++ b/src/coreclr/tests/src/JIT/opt/OSR/livelocaladdress.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/coreclr/tests/src/JIT/opt/OSR/livelocalstackalloc.cs b/src/coreclr/tests/src/JIT/opt/OSR/livelocalstackalloc.cs index b6f1ec1950b096..e584f972a6c838 100644 --- a/src/coreclr/tests/src/JIT/opt/OSR/livelocalstackalloc.cs +++ b/src/coreclr/tests/src/JIT/opt/OSR/livelocalstackalloc.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/coreclr/tests/src/JIT/opt/OSR/mainloop.cs b/src/coreclr/tests/src/JIT/opt/OSR/mainloop.cs index e63bdca2b1bb25..7cc54cc63bc04d 100644 --- a/src/coreclr/tests/src/JIT/opt/OSR/mainloop.cs +++ b/src/coreclr/tests/src/JIT/opt/OSR/mainloop.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/coreclr/tests/src/JIT/opt/OSR/mainloop2.cs b/src/coreclr/tests/src/JIT/opt/OSR/mainloop2.cs index 2654ea3fd0beff..bb7c6cec83bf08 100644 --- a/src/coreclr/tests/src/JIT/opt/OSR/mainloop2.cs +++ b/src/coreclr/tests/src/JIT/opt/OSR/mainloop2.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/coreclr/tests/src/JIT/opt/OSR/mainlooptry.cs b/src/coreclr/tests/src/JIT/opt/OSR/mainlooptry.cs index 0fb0b6907ede56..ed5a94d9a29129 100644 --- a/src/coreclr/tests/src/JIT/opt/OSR/mainlooptry.cs +++ b/src/coreclr/tests/src/JIT/opt/OSR/mainlooptry.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/coreclr/tests/src/JIT/opt/OSR/mainlooptry2.cs b/src/coreclr/tests/src/JIT/opt/OSR/mainlooptry2.cs index 2eef5c91c3178d..f62f299b47e895 100644 --- a/src/coreclr/tests/src/JIT/opt/OSR/mainlooptry2.cs +++ b/src/coreclr/tests/src/JIT/opt/OSR/mainlooptry2.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/coreclr/tests/src/JIT/opt/OSR/mainlooptry3.cs b/src/coreclr/tests/src/JIT/opt/OSR/mainlooptry3.cs index 0c1469206f18dd..ca3c1b1e2186de 100644 --- a/src/coreclr/tests/src/JIT/opt/OSR/mainlooptry3.cs +++ b/src/coreclr/tests/src/JIT/opt/OSR/mainlooptry3.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. // Tricky case for OSR with patchpoint in try region. // diff --git a/src/coreclr/tests/src/JIT/opt/OSR/mainlooptry4.cs b/src/coreclr/tests/src/JIT/opt/OSR/mainlooptry4.cs index 8b7afbfa4e9a8a..85c1352e1000e6 100644 --- a/src/coreclr/tests/src/JIT/opt/OSR/mainlooptry4.cs +++ b/src/coreclr/tests/src/JIT/opt/OSR/mainlooptry4.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. // Tricky case for OSR with patchpoint in try region. // diff --git a/src/coreclr/tests/src/JIT/opt/OSR/memoryargument.cs b/src/coreclr/tests/src/JIT/opt/OSR/memoryargument.cs index 7b8045c0146bfa..a3337366bb22ea 100644 --- a/src/coreclr/tests/src/JIT/opt/OSR/memoryargument.cs +++ b/src/coreclr/tests/src/JIT/opt/OSR/memoryargument.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/coreclr/tests/src/JIT/opt/OSR/nesteddoloops.cs b/src/coreclr/tests/src/JIT/opt/OSR/nesteddoloops.cs index 160aeb5406ad30..b6186758c74910 100644 --- a/src/coreclr/tests/src/JIT/opt/OSR/nesteddoloops.cs +++ b/src/coreclr/tests/src/JIT/opt/OSR/nesteddoloops.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/coreclr/tests/src/JIT/opt/OSR/originalstackalloc.cs b/src/coreclr/tests/src/JIT/opt/OSR/originalstackalloc.cs index cdb6cbf1baf330..e90b9b9c71dd72 100644 --- a/src/coreclr/tests/src/JIT/opt/OSR/originalstackalloc.cs +++ b/src/coreclr/tests/src/JIT/opt/OSR/originalstackalloc.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/coreclr/tests/src/JIT/opt/OSR/osrcontainstry.cs b/src/coreclr/tests/src/JIT/opt/OSR/osrcontainstry.cs index ce89aefe69eb26..f390815f96bf16 100644 --- a/src/coreclr/tests/src/JIT/opt/OSR/osrcontainstry.cs +++ b/src/coreclr/tests/src/JIT/opt/OSR/osrcontainstry.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/coreclr/tests/src/JIT/opt/OSR/promoted.cs b/src/coreclr/tests/src/JIT/opt/OSR/promoted.cs index 0fde778e7cdd7c..7f816fb3bad260 100644 --- a/src/coreclr/tests/src/JIT/opt/OSR/promoted.cs +++ b/src/coreclr/tests/src/JIT/opt/OSR/promoted.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/coreclr/tests/src/JIT/opt/OSR/tailrecurse.cs b/src/coreclr/tests/src/JIT/opt/OSR/tailrecurse.cs index 61a82945be469b..56c390be546757 100644 --- a/src/coreclr/tests/src/JIT/opt/OSR/tailrecurse.cs +++ b/src/coreclr/tests/src/JIT/opt/OSR/tailrecurse.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/coreclr/tests/src/JIT/opt/OSR/tailrecursetry.cs b/src/coreclr/tests/src/JIT/opt/OSR/tailrecursetry.cs index c6481a6fb654d5..7a2e788656d8b1 100644 --- a/src/coreclr/tests/src/JIT/opt/OSR/tailrecursetry.cs +++ b/src/coreclr/tests/src/JIT/opt/OSR/tailrecursetry.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/coreclr/tests/src/JIT/opt/OSR/tailrecursetry2.cs b/src/coreclr/tests/src/JIT/opt/OSR/tailrecursetry2.cs index dfe13efd797584..c92fcc82bef829 100644 --- a/src/coreclr/tests/src/JIT/opt/OSR/tailrecursetry2.cs +++ b/src/coreclr/tests/src/JIT/opt/OSR/tailrecursetry2.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/coreclr/tests/src/JIT/opt/OSR/twoosrmethods.cs b/src/coreclr/tests/src/JIT/opt/OSR/twoosrmethods.cs index 8128e005c0fbad..b0f1023e8d83f2 100644 --- a/src/coreclr/tests/src/JIT/opt/OSR/twoosrmethods.cs +++ b/src/coreclr/tests/src/JIT/opt/OSR/twoosrmethods.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/coreclr/tests/src/JIT/opt/OSR/twoosrmethods1.cs b/src/coreclr/tests/src/JIT/opt/OSR/twoosrmethods1.cs index 42eb9dc848dbe6..f814bfb9e32fd6 100644 --- a/src/coreclr/tests/src/JIT/opt/OSR/twoosrmethods1.cs +++ b/src/coreclr/tests/src/JIT/opt/OSR/twoosrmethods1.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/coreclr/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.cs b/src/coreclr/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.cs index f82428d40a354a..1c068630cc4776 100644 --- a/src/coreclr/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.cs +++ b/src/coreclr/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.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.Reflection; diff --git a/src/coreclr/tests/src/JIT/opt/Structs/structpop.cs b/src/coreclr/tests/src/JIT/opt/Structs/structpop.cs index 604d7d3a655f99..a28a962a8aaf66 100644 --- a/src/coreclr/tests/src/JIT/opt/Structs/structpop.cs +++ b/src/coreclr/tests/src/JIT/opt/Structs/structpop.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. // Optimization of pop with struct types // Codegen for TestByRef and TestByPtr should be similar diff --git a/src/coreclr/tests/src/JIT/opt/Structs/structpop2.cs b/src/coreclr/tests/src/JIT/opt/Structs/structpop2.cs index 1a069a28d62608..16f2a2aa19c515 100644 --- a/src/coreclr/tests/src/JIT/opt/Structs/structpop2.cs +++ b/src/coreclr/tests/src/JIT/opt/Structs/structpop2.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. // Optimization of pop with struct types // Codegen for TestByPtr should be minimal diff --git a/src/coreclr/tests/src/JIT/opt/Tailcall/EarlyFlowOptExample.cs b/src/coreclr/tests/src/JIT/opt/Tailcall/EarlyFlowOptExample.cs index 4f56ea47987681..0481a75edb65f3 100644 --- a/src/coreclr/tests/src/JIT/opt/Tailcall/EarlyFlowOptExample.cs +++ b/src/coreclr/tests/src/JIT/opt/Tailcall/EarlyFlowOptExample.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/coreclr/tests/src/JIT/opt/Tailcall/ImplicitByrefTailCalls.cs b/src/coreclr/tests/src/JIT/opt/Tailcall/ImplicitByrefTailCalls.cs index 161b38ed480de6..3f627a772174df 100644 --- a/src/coreclr/tests/src/JIT/opt/Tailcall/ImplicitByrefTailCalls.cs +++ b/src/coreclr/tests/src/JIT/opt/Tailcall/ImplicitByrefTailCalls.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/coreclr/tests/src/JIT/opt/Tailcall/ImplicitByrefTailCallsAliasing.cs b/src/coreclr/tests/src/JIT/opt/Tailcall/ImplicitByrefTailCallsAliasing.cs index bc9b53ab7569f6..e35e06dd7d5cf1 100644 --- a/src/coreclr/tests/src/JIT/opt/Tailcall/ImplicitByrefTailCallsAliasing.cs +++ b/src/coreclr/tests/src/JIT/opt/Tailcall/ImplicitByrefTailCallsAliasing.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/coreclr/tests/src/JIT/opt/Tailcall/TailcallVerifyTransparentLibraryWithPrefix.il b/src/coreclr/tests/src/JIT/opt/Tailcall/TailcallVerifyTransparentLibraryWithPrefix.il index ca789a673fd77d..f7fdd3deaf6b8e 100644 --- a/src/coreclr/tests/src/JIT/opt/Tailcall/TailcallVerifyTransparentLibraryWithPrefix.il +++ b/src/coreclr/tests/src/JIT/opt/Tailcall/TailcallVerifyTransparentLibraryWithPrefix.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. diff --git a/src/coreclr/tests/src/JIT/opt/Tailcall/TailcallVerifyVerifiableLibraryWithPrefix.il b/src/coreclr/tests/src/JIT/opt/Tailcall/TailcallVerifyVerifiableLibraryWithPrefix.il index 686fad63cba9e1..ff84d002e2f72f 100644 --- a/src/coreclr/tests/src/JIT/opt/Tailcall/TailcallVerifyVerifiableLibraryWithPrefix.il +++ b/src/coreclr/tests/src/JIT/opt/Tailcall/TailcallVerifyVerifiableLibraryWithPrefix.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. // Metadata version: v2.0.50727 diff --git a/src/coreclr/tests/src/JIT/opt/Tailcall/TailcallVerifyWithPrefix.il b/src/coreclr/tests/src/JIT/opt/Tailcall/TailcallVerifyWithPrefix.il index 2f27936a85f168..2aa7e723559b4f 100644 --- a/src/coreclr/tests/src/JIT/opt/Tailcall/TailcallVerifyWithPrefix.il +++ b/src/coreclr/tests/src/JIT/opt/Tailcall/TailcallVerifyWithPrefix.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. diff --git a/src/coreclr/tests/src/JIT/opt/ThrowHelper/ThrowHelper.cs b/src/coreclr/tests/src/JIT/opt/ThrowHelper/ThrowHelper.cs index ec953b7db90636..4ee35575c91957 100644 --- a/src/coreclr/tests/src/JIT/opt/ThrowHelper/ThrowHelper.cs +++ b/src/coreclr/tests/src/JIT/opt/ThrowHelper/ThrowHelper.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/coreclr/tests/src/JIT/opt/ThrowHelper/ThrowHelperAtTryEntry.cs b/src/coreclr/tests/src/JIT/opt/ThrowHelper/ThrowHelperAtTryEntry.cs index 4b32e35247d67e..eddab2081a5cfc 100644 --- a/src/coreclr/tests/src/JIT/opt/ThrowHelper/ThrowHelperAtTryEntry.cs +++ b/src/coreclr/tests/src/JIT/opt/ThrowHelper/ThrowHelperAtTryEntry.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/coreclr/tests/src/JIT/opt/Types/Equality.cs b/src/coreclr/tests/src/JIT/opt/Types/Equality.cs index dea3e3073d6c41..41665ba8d46b6a 100644 --- a/src/coreclr/tests/src/JIT/opt/Types/Equality.cs +++ b/src/coreclr/tests/src/JIT/opt/Types/Equality.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. // Optimization of type equality tests diff --git a/src/coreclr/tests/src/JIT/opt/perf/doublealign/arrays.cs b/src/coreclr/tests/src/JIT/opt/perf/doublealign/arrays.cs index 1c7b661299b1e0..bb264c0ea0f777 100644 --- a/src/coreclr/tests/src/JIT/opt/perf/doublealign/arrays.cs +++ b/src/coreclr/tests/src/JIT/opt/perf/doublealign/arrays.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/coreclr/tests/src/JIT/opt/perf/doublealign/locals.cs b/src/coreclr/tests/src/JIT/opt/perf/doublealign/locals.cs index e21713cfcb5584..6379f2aa3e64cd 100644 --- a/src/coreclr/tests/src/JIT/opt/perf/doublealign/locals.cs +++ b/src/coreclr/tests/src/JIT/opt/perf/doublealign/locals.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/coreclr/tests/src/JIT/opt/perf/doublealign/objects.cs b/src/coreclr/tests/src/JIT/opt/perf/doublealign/objects.cs index 1e032aab94c9ba..6fa1ccacaa240d 100644 --- a/src/coreclr/tests/src/JIT/opt/perf/doublealign/objects.cs +++ b/src/coreclr/tests/src/JIT/opt/perf/doublealign/objects.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/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl.cs index a5715ff1b3c506..6516a8000da068 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl.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; internal class A diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived1.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived1.cs index decfbb45067e11..ad07124d8f0d65 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived1.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived1.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/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived10.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived10.cs index f2d7ce4e471e87..5f67353a323fd4 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived10.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived10.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/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived11.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived11.cs index 23c9319dabd2ef..019ab748dbd294 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived11.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived11.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/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived12.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived12.cs index aa11b925c32c98..23b9bcd805790f 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived12.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived12.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/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived13.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived13.cs index 41e566826bf26b..9a7991948e8fd0 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived13.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived13.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/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived14.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived14.cs index 76a93dbf6c71c6..8e402dbf435dc8 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived14.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived14.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/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived15.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived15.cs index c6639d62e9df98..a85fdc14d8fa27 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived15.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived15.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/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived16.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived16.cs index 883669c18905f9..934571dfa11069 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived16.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived16.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/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived17.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived17.cs index a6649583d99c27..5d231a7e0faeab 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived17.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived17.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/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived18.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived18.cs index ed99af2946c35d..7742ce03414be2 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived18.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived18.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/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived19.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived19.cs index e344bbf313863e..591f5b04ff7f12 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived19.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived19.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/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived2.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived2.cs index de5e512cce9068..960bef18cf11e6 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived2.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived2.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/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived20.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived20.cs index dcb06d280f7636..bd8f2f3e0d96f5 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived20.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived20.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/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived3.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived3.cs index 5d182f1ce7effe..09eb5a06842f63 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived3.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived3.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/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived4.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived4.cs index 9ea35943817ed4..4f93bc02dc581b 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived4.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived4.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/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived5.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived5.cs index aa9fe456bfb7ea..b38ec529c9d060 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived5.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived5.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/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived6.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived6.cs index 73fa2d72fcee89..5e1432cb63e7dd 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived6.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived6.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/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived7.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived7.cs index b4d91270e08dc5..16b41d99f8a751 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived7.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived7.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/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived8.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived8.cs index 63df3cd44b22b8..e4ff92c1acab4e 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived8.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived8.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/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived9.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived9.cs index f47554656b253b..3b8c2a3f441433 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived9.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived9.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/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1.cs index d8ef5b196b0bb5..c754a8a1b70624 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1.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/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest.cs index d4f59e1aa16461..67f96f732c0a0e 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest.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; namespace VirtFunc diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest1.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest1.cs index 04a4889e6b6a01..935b5a1f2fa82e 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest1.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest1.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 VirtFunc { diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest10.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest10.cs index 4c1f08525d04c0..4d306425061d87 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest10.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest10.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 VirtFunc { diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest2.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest2.cs index c566330dec78dd..81afd1044821ef 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest2.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest2.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 VirtFunc { diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest3.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest3.cs index 8836666ba96355..5bc7039884640d 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest3.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest3.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 VirtFunc { diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest4.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest4.cs index f765dd7043601c..1ce6e6eb78494e 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest4.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest4.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 VirtFunc { diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest5.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest5.cs index 77fbba33745ee8..88b640ab346bab 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest5.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest5.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 VirtFunc { diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest6.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest6.cs index 1632c79a686d43..c44e950c551e74 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest6.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest6.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 VirtFunc { diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest7.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest7.cs index 20132eef2d1a69..1f9993bdcb5624 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest7.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest7.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 VirtFunc { diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest8.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest8.cs index 58a4d64d2145ac..0848cad68b7d92 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest8.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest8.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 VirtFunc { diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest9.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest9.cs index a7b59926c85d2c..d3811cf6219ce5 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest9.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest9.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 VirtFunc { diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed.cs b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed.cs index 6ff48b124888ae..13c903d72869d6 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed.cs +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed.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; internal interface ITest1 diff --git a/src/coreclr/tests/src/JIT/superpmi/superpmicollect.cs b/src/coreclr/tests/src/JIT/superpmi/superpmicollect.cs index 0798e7bf740e16..bb095998ec5fc0 100644 --- a/src/coreclr/tests/src/JIT/superpmi/superpmicollect.cs +++ b/src/coreclr/tests/src/JIT/superpmi/superpmicollect.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/coreclr/tests/src/Loader/AssemblyDependencyResolver/AssemblyDependencyResolverTests/AssemblyDependencyResolverTests.cs b/src/coreclr/tests/src/Loader/AssemblyDependencyResolver/AssemblyDependencyResolverTests/AssemblyDependencyResolverTests.cs index 258188f24fa546..98279fb6653788 100644 --- a/src/coreclr/tests/src/Loader/AssemblyDependencyResolver/AssemblyDependencyResolverTests/AssemblyDependencyResolverTests.cs +++ b/src/coreclr/tests/src/Loader/AssemblyDependencyResolver/AssemblyDependencyResolverTests/AssemblyDependencyResolverTests.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.IO; using System.Reflection; diff --git a/src/coreclr/tests/src/Loader/AssemblyDependencyResolver/AssemblyDependencyResolverTests/NativeDependencyTests.cs b/src/coreclr/tests/src/Loader/AssemblyDependencyResolver/AssemblyDependencyResolverTests/NativeDependencyTests.cs index 1a27734aa1a3a8..35e8bb3b8484ec 100644 --- a/src/coreclr/tests/src/Loader/AssemblyDependencyResolver/AssemblyDependencyResolverTests/NativeDependencyTests.cs +++ b/src/coreclr/tests/src/Loader/AssemblyDependencyResolver/AssemblyDependencyResolverTests/NativeDependencyTests.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.IO; using System.Runtime.InteropServices; diff --git a/src/coreclr/tests/src/Loader/AssemblyDependencyResolver/AssemblyDependencyResolverTests/TestBase.cs b/src/coreclr/tests/src/Loader/AssemblyDependencyResolver/AssemblyDependencyResolverTests/TestBase.cs index 9ee437608f7af0..69beddb5839cb5 100644 --- a/src/coreclr/tests/src/Loader/AssemblyDependencyResolver/AssemblyDependencyResolverTests/TestBase.cs +++ b/src/coreclr/tests/src/Loader/AssemblyDependencyResolver/AssemblyDependencyResolverTests/TestBase.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.IO; using System.Linq; diff --git a/src/coreclr/tests/src/Loader/AssemblyDependencyResolver/MissingHostPolicyTests/InvalidHostingTest.cs b/src/coreclr/tests/src/Loader/AssemblyDependencyResolver/MissingHostPolicyTests/InvalidHostingTest.cs index e542dc740dd0a0..48a436e0354c26 100644 --- a/src/coreclr/tests/src/Loader/AssemblyDependencyResolver/MissingHostPolicyTests/InvalidHostingTest.cs +++ b/src/coreclr/tests/src/Loader/AssemblyDependencyResolver/MissingHostPolicyTests/InvalidHostingTest.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.IO; using System.Runtime.Loader; diff --git a/src/coreclr/tests/src/Loader/AssemblyLoadContext30Extensions/AssemblyLoadContext30Extensions.cs b/src/coreclr/tests/src/Loader/AssemblyLoadContext30Extensions/AssemblyLoadContext30Extensions.cs index 5cf086b1b97fb3..c80e03bea852ff 100644 --- a/src/coreclr/tests/src/Loader/AssemblyLoadContext30Extensions/AssemblyLoadContext30Extensions.cs +++ b/src/coreclr/tests/src/Loader/AssemblyLoadContext30Extensions/AssemblyLoadContext30Extensions.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.Reflection; using System.Runtime.Loader; diff --git a/src/coreclr/tests/src/Loader/ContextualReflection/ContextualReflection.cs b/src/coreclr/tests/src/Loader/ContextualReflection/ContextualReflection.cs index 2c1d081db6f31b..75aa2e67fc51fb 100644 --- a/src/coreclr/tests/src/Loader/ContextualReflection/ContextualReflection.cs +++ b/src/coreclr/tests/src/Loader/ContextualReflection/ContextualReflection.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; using System.IO; diff --git a/src/coreclr/tests/src/Loader/ContextualReflection/ContextualReflectionDependency.cs b/src/coreclr/tests/src/Loader/ContextualReflection/ContextualReflectionDependency.cs index 933194a304ef8f..dd44f3c334584a 100644 --- a/src/coreclr/tests/src/Loader/ContextualReflection/ContextualReflectionDependency.cs +++ b/src/coreclr/tests/src/Loader/ContextualReflection/ContextualReflectionDependency.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.IO; using System.Reflection; diff --git a/src/coreclr/tests/src/Loader/NativeLibs/FromNativePaths.cs b/src/coreclr/tests/src/Loader/NativeLibs/FromNativePaths.cs index 29e7a5486a3739..aba99d41c252c6 100644 --- a/src/coreclr/tests/src/Loader/NativeLibs/FromNativePaths.cs +++ b/src/coreclr/tests/src/Loader/NativeLibs/FromNativePaths.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/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/102140/test.cs b/src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/102140/test.cs index 486413b488a66c..cd96b0d934e25d 100644 --- a/src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/102140/test.cs +++ b/src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/102140/test.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.Reflection; @@ -56,4 +55,4 @@ public static int Check(AssemblyName asmN){ } } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/177066w/repro177066.cs b/src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/177066w/repro177066.cs index 2a8c0a22015abb..76dcac08e42413 100644 --- a/src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/177066w/repro177066.cs +++ b/src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/177066w/repro177066.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.Reflection; @@ -32,4 +31,4 @@ public static int Main() return 99; } } - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/203962w/client.cs b/src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/203962w/client.cs index 83c250d2ffcbe6..08b122a40d28d6 100644 --- a/src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/203962w/client.cs +++ b/src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/203962w/client.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.IO; using System.Reflection; @@ -37,4 +36,4 @@ public static int Main() return 1; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/37910/Ii.cs b/src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/37910/Ii.cs index 719f7875d1b699..73cccbc37a6ca7 100644 --- a/src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/37910/Ii.cs +++ b/src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/37910/Ii.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.Reflection; using System.Runtime.InteropServices; diff --git a/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/properties.cs b/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/properties.cs index d0a096859eeb6a..1ddb52ed361adf 100644 --- a/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/properties.cs +++ b/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/properties.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.Reflection; using System.IO; @@ -93,4 +92,4 @@ public static int Main() return 100; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server1.cs b/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server1.cs index e1b1509b3a63ca..67413734ae42df 100644 --- a/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server1.cs +++ b/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server1.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.Reflection; @@ -15,4 +14,4 @@ public int trivial() Console.WriteLine ("simple named"); return 1; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server2.cs b/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server2.cs index 9b85ab1e153c79..3315580f9cc33d 100644 --- a/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server2.cs +++ b/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server2.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.Reflection; diff --git a/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server3.cs b/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server3.cs index 9798c133bc9bb3..e3ee4216f2eee9 100644 --- a/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server3.cs +++ b/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server3.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.Reflection; diff --git a/src/coreclr/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/exceptions.cs b/src/coreclr/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/exceptions.cs index ada27855b1aee4..a8a2375bcdf70c 100644 --- a/src/coreclr/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/exceptions.cs +++ b/src/coreclr/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/exceptions.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. //array IList properties using System; @@ -155,4 +154,4 @@ public static int Main() return result; } } - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/methods.cs b/src/coreclr/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/methods.cs index 9f9b9aa0fdef33..be51a38e6fd986 100644 --- a/src/coreclr/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/methods.cs +++ b/src/coreclr/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/methods.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. //array IList properties using System; @@ -162,4 +161,4 @@ public static int Main() return result; } } - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/binding/tracing/AssemblyToLoad.cs b/src/coreclr/tests/src/Loader/binding/tracing/AssemblyToLoad.cs index 2b1b951c597a79..ac4ca3826b7c9c 100644 --- a/src/coreclr/tests/src/Loader/binding/tracing/AssemblyToLoad.cs +++ b/src/coreclr/tests/src/Loader/binding/tracing/AssemblyToLoad.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. #if ASSEMBLY_V2 [assembly: System.Reflection.AssemblyVersion("2.0.0.0")] diff --git a/src/coreclr/tests/src/Loader/binding/tracing/AssemblyToLoadDependency.cs b/src/coreclr/tests/src/Loader/binding/tracing/AssemblyToLoadDependency.cs index 82612114f8f7f4..6f13c25c2b45d9 100644 --- a/src/coreclr/tests/src/Loader/binding/tracing/AssemblyToLoadDependency.cs +++ b/src/coreclr/tests/src/Loader/binding/tracing/AssemblyToLoadDependency.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.Reflection.AssemblyVersion("1.0.0.0")] diff --git a/src/coreclr/tests/src/Loader/binding/tracing/BinderEventListener.cs b/src/coreclr/tests/src/Loader/binding/tracing/BinderEventListener.cs index 9d6a67eb026d3c..4567d361f4a0b4 100644 --- a/src/coreclr/tests/src/Loader/binding/tracing/BinderEventListener.cs +++ b/src/coreclr/tests/src/Loader/binding/tracing/BinderEventListener.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/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.Basic.cs b/src/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.Basic.cs index 8976d54a560679..d50d8810f0bd9f 100644 --- a/src/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.Basic.cs +++ b/src/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.Basic.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/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.DefaultProbing.cs b/src/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.DefaultProbing.cs index d878a592bbd00f..3ac201a21492da 100644 --- a/src/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.DefaultProbing.cs +++ b/src/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.DefaultProbing.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/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.EventHandlers.cs b/src/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.EventHandlers.cs index df1f4c26b0c7d3..e9a2073b26d487 100644 --- a/src/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.EventHandlers.cs +++ b/src/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.EventHandlers.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/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.ResolutionFlow.cs b/src/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.ResolutionFlow.cs index a3eed1e2e7023f..1d56df80688919 100644 --- a/src/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.ResolutionFlow.cs +++ b/src/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.ResolutionFlow.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/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.cs b/src/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.cs index 4e6111c351f7ca..8eb4c93e99a14e 100644 --- a/src/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.cs +++ b/src/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.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/coreclr/tests/src/Loader/binding/tracing/Helpers.cs b/src/coreclr/tests/src/Loader/binding/tracing/Helpers.cs index 9f05bb508afeaf..18ee8e2ea4ebf0 100644 --- a/src/coreclr/tests/src/Loader/binding/tracing/Helpers.cs +++ b/src/coreclr/tests/src/Loader/binding/tracing/Helpers.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/coreclr/tests/src/Loader/classloader/Casting/castclasspointer.il b/src/coreclr/tests/src/Loader/classloader/Casting/castclasspointer.il index ebf3dd074415d5..ccbdd132ce45f4 100644 --- a/src/coreclr/tests/src/Loader/classloader/Casting/castclasspointer.il +++ b/src/coreclr/tests/src/Loader/classloader/Casting/castclasspointer.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 castclasspointer { } .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained2.il b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained2.il index 5a928ff385a6a4..75bf58c9b68ad8 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained2.il +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained2.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 mscorlib { } .assembly constrained2 { } diff --git a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained2_gm.il b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained2_gm.il index a6ee94401eb43c..21f224e954a77e 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained2_gm.il +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained2_gm.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 mscorlib { } .assembly constrained2_gm { } diff --git a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3.il b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3.il index a09f0829e1986b..50f0b6fa8a79c4 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3.il +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3.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 mscorlib { } .assembly constrained3 { } diff --git a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3_gm.il b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3_gm.il index f9132bcc66f1f0..70b3084873eb1b 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3_gm.il +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3_gm.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 mscorlib { } .assembly constrained3_gm { } diff --git a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrainedcall.il b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrainedcall.il index f5f46a5522714c..c8388043d372e5 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrainedcall.il +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrainedcall.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 mscorlib { } .assembly constrainedcall { } diff --git a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape.cs b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape.cs index 42aa780d3aa635..9e0325c737aa64 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape.cs +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape.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/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape.il b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape.il index fa09a1d62e1998..a96ad865be6f14 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape.il +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape.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. // Microsoft (R) .NET Framework IL Disassembler. Version 4.6.1055.0 // Copyright (c) Microsoft Corporation. All rights reserved. diff --git a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/genericmethods/genericmethods.cs b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/genericmethods/genericmethods.cs index 452f18e09cb6a4..1a2c9b5f3d60d9 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/genericmethods/genericmethods.cs +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/genericmethods/genericmethods.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/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/genericmethods/genericmethods.il b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/genericmethods/genericmethods.il index 8ec8509ebeefe3..599829d973e140 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/genericmethods/genericmethods.il +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/genericmethods/genericmethods.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. // Microsoft (R) .NET Framework IL Disassembler. Version 4.6.1055.0 // Copyright (c) Microsoft Corporation. All rights reserved. diff --git a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/methodimpl/methodimpl.cs b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/methodimpl/methodimpl.cs index c427544b1a9444..d33ef0b8dcee77 100755 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/methodimpl/methodimpl.cs +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/methodimpl/methodimpl.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/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/methodimpl/methodimpl.il b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/methodimpl/methodimpl.il index 914f9a4614cb46..f3ead578ecab11 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/methodimpl/methodimpl.il +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/methodimpl/methodimpl.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. // Microsoft (R) .NET Framework IL Disassembler. Version 4.6.1055.0 // Copyright (c) Microsoft Corporation. All rights reserved. diff --git a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/reabstraction/reabstraction.il b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/reabstraction/reabstraction.il index a6b62407746180..7cb6747f206fb8 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/reabstraction/reabstraction.il +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/reabstraction/reabstraction.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 mscorlib { } diff --git a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/non_virtual_calls_to_instance_methods.cs b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/non_virtual_calls_to_instance_methods.cs index f2c6f6b615cdbe..86f904832ca861 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/non_virtual_calls_to_instance_methods.cs +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/non_virtual_calls_to_instance_methods.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/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/non_virtual_calls_to_instance_methods.il b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/non_virtual_calls_to_instance_methods.il index 73fcd6018dd05e..7faea8d7c5185a 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/non_virtual_calls_to_instance_methods.il +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/non_virtual_calls_to_instance_methods.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. // Microsoft (R) .NET Framework IL Disassembler. Version 4.5.30319.0 diff --git a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics.cs b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics.cs index cbc51e05c2cc70..a202f2dd28fbed 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics.cs +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics.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/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics.il b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics.il index c844f9939cacdb..2671ed5a6a7db8 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics.il +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics.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. // Microsoft (R) .NET Framework IL Disassembler. Version 4.6.1055.0 // Copyright (c) Microsoft Corporation. All rights reserved. diff --git a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/simple/simple.cs b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/simple/simple.cs index 3a31bd5e28e22c..0744d2e8ece9a1 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/simple/simple.cs +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/simple/simple.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/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/simple/simple.il b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/simple/simple.il index 629ee4f71e5233..85d64dbbc377fb 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/simple/simple.il +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/simple/simple.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. // Microsoft (R) .NET Framework IL Disassembler. Version 4.6.1055.0 // Copyright (c) Microsoft Corporation. All rights reserved. diff --git a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/valuetypes/valuetypes.cs b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/valuetypes/valuetypes.cs index e775bec4f8db3a..cfd11c3520745c 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/valuetypes/valuetypes.cs +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/valuetypes/valuetypes.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/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/valuetypes/valuetypes.il b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/valuetypes/valuetypes.il index 0fb729fa3cb219..ff51b0ab33f79d 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/valuetypes/valuetypes.il +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/valuetypes/valuetypes.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. // Microsoft (R) .NET Framework IL Disassembler. Version 4.6.1055.0 // Copyright (c) Microsoft Corporation. All rights reserved. diff --git a/src/coreclr/tests/src/Loader/classloader/DictionaryExpansion/DictionaryExpansion.cs b/src/coreclr/tests/src/Loader/classloader/DictionaryExpansion/DictionaryExpansion.cs index 551a146366ba1a..f18ce543696485 100644 --- a/src/coreclr/tests/src/Loader/classloader/DictionaryExpansion/DictionaryExpansion.cs +++ b/src/coreclr/tests/src/Loader/classloader/DictionaryExpansion/DictionaryExpansion.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.IO; diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Ambiguous.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Ambiguous.il index 5a5ae6efba6321..929b7bcf26285a 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Ambiguous.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Ambiguous.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase0.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase0.il index f8721456a21cfc..9c3ca564850727 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase0.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase0.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 mscorlib {} .assembly TestCase0 {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase1.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase1.il index 05c6c998a51c9b..7a0f0f1122ca99 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase1.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase1.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 mscorlib {} .assembly TestCase1 {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase2.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase2.il index 6cf4e13278afee..a7d9a270db32aa 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase2.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase2.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 mscorlib {} .assembly TestCase2 {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase3.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase3.il index d41d8cb2934bf3..d4cf2131a7ad9f 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase3.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase3.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 mscorlib {} .assembly TestCase3 {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase4.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase4.il index bbd564bc6226bf..05689ded934e81 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase4.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase4.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 mscorlib {} .assembly TestCase4 {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase5.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase5.il index 1cb5217e419eb9..14693ba885cd84 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase5.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase5.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 mscorlib {} .assembly TestCase5 {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase6.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase6.il index 7c08f9c3458992..828d16b174537b 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase6.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase6.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 mscorlib {} .assembly TestCase6 {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase0.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase0.il index 490c82972755fb..078708d6419ea9 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase0.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase0.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 mscorlib {} .assembly TestCase0 {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase1.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase1.il index 5501eb4f4c588f..2b93fcc9d1ee7d 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase1.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase1.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 mscorlib {} .assembly TestCase1 {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase2.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase2.il index 900afd1fe864dd..218f5917751e57 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase2.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase2.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 mscorlib {} .assembly TestCase2 {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase3.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase3.il index d8a6ded6f73174..6f5648acbfda67 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase3.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase3.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 mscorlib {} .assembly TestCase3 {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase4.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase4.il index 14fe4646d46899..ba915a3575f124 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase4.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase4.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 mscorlib {} .assembly TestCase4 {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase5.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase5.il index 03ff440d1b364e..213a937f3d9c6f 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase5.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase5.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 mscorlib {} .assembly TestCase5 {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase6.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase6.il index bdc70e8d429268..725ea31785ef52 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase6.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_I_Nested_J/TestCase6.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 mscorlib {} .assembly TestCase6 {} @@ -97,4 +96,4 @@ FAILURE: ldc.i4.m1 ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase0.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase0.il index d4aecd808adb21..dd7a15985d86ec 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase0.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase0.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 mscorlib {} .assembly TestCase0 {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase1.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase1.il index f24aba9bf18244..4800920fbeaddc 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase1.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase1.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 mscorlib {} .assembly TestCase1 {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase2.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase2.il index eda666b305c7da..e464f4e6bdbc8f 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase2.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase2.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 mscorlib {} .assembly TestCase2 {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase3.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase3.il index e15e0abb086cfa..03b439ebd8c054 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase3.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase3.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 mscorlib {} .assembly TestCase3 {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase4.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase4.il index 91ed35840ab418..6508430d5fa494 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase4.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase4.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 mscorlib {} .assembly TestCase4 {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase5.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase5.il index 1ceb777800e1d4..063efe80cc0529 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase5.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase5.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 mscorlib {} .assembly TestCase5 {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase6.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase6.il index 52d4631c636b7a..0bf02bff4e671e 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase6.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J/TestCase6.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 mscorlib {} .assembly TestCase6 {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase0.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase0.il index 5fab5b8d0adc5e..63de0d22280f1b 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase0.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase0.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 mscorlib {} .assembly TestCase0 {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase1.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase1.il index d2a73e30209a89..9ff11ab68a4902 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase1.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase1.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 mscorlib {} .assembly TestCase1 {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase2.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase2.il index 6874dca76c82e5..647c47edb85ea8 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase2.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase2.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 mscorlib {} .assembly TestCase2 {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase3.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase3.il index 03516e449448df..552c529bdf7306 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase3.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase3.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 mscorlib {} .assembly TestCase3 {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase4.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase4.il index 72b3ed1e62e826..a3f719c6001d2f 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase4.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase4.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 mscorlib {} .assembly TestCase4 {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase5.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase5.il index 0fb52a5c62a668..14a0f733e66ddc 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase5.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase5.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 mscorlib {} .assembly TestCase5 {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase6.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase6.il index fd5047eaf3580e..b9eec516da39c4 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase6.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase6.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 mscorlib {} .assembly TestCase6 {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0.il index 068a309944d2b7..bc088c42fbe34c 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0.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.Console { } .assembly extern mscorlib {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1.il index e5d41839f86b90..8c6ebfb118ea53 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1.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.Console { } .assembly extern mscorlib {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2.il index 30e99dca24a756..89f2b067b9a8a3 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2.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.Console { } .assembly extern mscorlib {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3.il index d84965ce38f1b8..aa26b44fbf8b7e 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3.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.Console { } .assembly extern mscorlib {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4.il index f41de5c05d4d1e..38c227ffbe2d19 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4.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.Console { } .assembly extern mscorlib {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5.il index 51ddd83515a664..19167b75b021fb 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5.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.Console { } .assembly extern mscorlib {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6.il index ceba5455b28fdb..514183d1176a4e 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6.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.Console { } .assembly extern mscorlib {} diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase7.il b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase7.il index 2513ae09a0bea3..287867beeedef3 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase7.il +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase7.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.Console { } .assembly extern mscorlib {} diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnitTest.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnitTest.il index 5afa5155a755ab..4ba6b206411031 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnitTest.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnitTest.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.Console { } .assembly extern System.Runtime { } diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnsupportedScenario1.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnsupportedScenario1.il index e87a43202c7ca1..52e67a0a87f284 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnsupportedScenario1.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnsupportedScenario1.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. // Test to validate the current unsupported scenarios will throw a TypeLoadException. // Scenario being tested here: covariant returns on MethodImpls to interface methods diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnsupportedScenario2.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnsupportedScenario2.il index d87cd8bb22ea5e..2e4c21dc424925 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnsupportedScenario2.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnsupportedScenario2.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. // Test to validate the current unsupported scenarios will throw a TypeLoadException. // Scenario being tested here: covariant returns on default interface methods. diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnsupportedScenario3.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnsupportedScenario3.il index 78a75da9080680..5575857b2ac99f 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnsupportedScenario3.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/Interfaces/UnsupportedScenario3.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. // Test to validate the current unsupported scenarios will throw a TypeLoadException. // Scenario being tested here: covariant returns on MethodImpls to interface methods diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/ReturnTypeValidation/ImplicitOverrideSameSigAsDecl.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/ReturnTypeValidation/ImplicitOverrideSameSigAsDecl.il index facd99dbe81f66..b217bffb1e24ab 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/ReturnTypeValidation/ImplicitOverrideSameSigAsDecl.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/ReturnTypeValidation/ImplicitOverrideSameSigAsDecl.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.Console { } .assembly extern System.Runtime { } diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/ReturnTypeValidation/OverrideSameSigAsDecl.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/ReturnTypeValidation/OverrideSameSigAsDecl.il index 4d497eef358e2a..1f069ef5d6c450 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/ReturnTypeValidation/OverrideSameSigAsDecl.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/ReturnTypeValidation/OverrideSameSigAsDecl.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.Console { } .assembly extern System.Runtime { } diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/Structs/IncompatibleOverride.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/Structs/IncompatibleOverride.il index 8687088b3b1287..036a7c58e3143d 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/Structs/IncompatibleOverride.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/Structs/IncompatibleOverride.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. // // Invalid scenario verification: overriding a base type method returning an interface type diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/AttributeTesting.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/AttributeTesting.il index da7e5144dd925d..652feec3fb5d11 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/AttributeTesting.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/AttributeTesting.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. // This test validates the behavior in the presence/absence of the PreserveBaseOverridesAttribute. // Each test scenario will have 3 layers of type inheritance (T1,T2,T3), and we test the following scenarios: diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/A.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/A.il index 78bc586b531020..1220808539e573 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/A.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/A.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.Console { } .assembly extern mscorlib{} diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/B.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/B.il index 92f988163e670f..bad8176f263352 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/B.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/B.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.Console { } .assembly extern A{} diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/C.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/C.il index a151cd015efd8c..3f6533c2634764 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/C.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/C.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.Console { } .assembly extern mscorlib{} diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/Dictionary.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/Dictionary.il index dec049b045bbad..e3c8470de212fb 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/Dictionary.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/Dictionary.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.Console { } .assembly extern mscorlib{} diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenBaseType.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenBaseType.il index 3b79f7a200772f..6f5fa0020c2d5b 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenBaseType.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenBaseType.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.Console { } .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenDerive1.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenDerive1.il index 7ba3ff8507c8b9..8abe3620a39d2f 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenDerive1.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenDerive1.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.Console { } .assembly extern mscorlib{} diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenDerive2.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenDerive2.il index 2a2d9b8da7c08f..9c2a9cff606551 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenDerive2.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenDerive2.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.Console { } .assembly extern mscorlib{} diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenDerive3.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenDerive3.il index 0be33cd740c20c..cfe02d2389661a 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenDerive3.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenDerive3.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.Console { } .assembly extern mscorlib{} diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenRetType.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenRetType.il index f36dcc47430eaf..a79149c1542e85 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenRetType.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenRetType.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.Console { } .assembly extern mscorlib{} diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenTestType.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenTestType.il index 8b0e80812d4d9a..fb670915124ea6 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenTestType.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenTestType.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.Console { } .assembly extern mscorlib{} diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenToNonGen1.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenToNonGen1.il index 0db5ede06079dd..944620b8a6dd10 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenToNonGen1.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenToNonGen1.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.Console { } .assembly extern mscorlib{} diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenToNonGen2.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenToNonGen2.il index 9556f0ed989519..3d92deb3d9c589 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenToNonGen2.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenToNonGen2.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.Console { } .assembly extern mscorlib{} diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenToNonGen3.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenToNonGen3.il index bcbd4eb12851e6..176f08bf441c67 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenToNonGen3.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/GenToNonGen3.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.Console { } .assembly extern mscorlib{} diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen1.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen1.il index e47082ab030f69..2de580a1b0784c 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen1.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen1.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.Console { } .assembly extern C{} diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen2.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen2.il index beab86bb6d8962..b49f20488f74e7 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen2.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen2.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.Console { } .assembly extern mscorlib{} diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen3.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen3.il index e0e83f9a419343..564595c105ed3a 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen3.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen3.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.Console { } .assembly extern mscorlib{} diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen4.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen4.il index 2e2401783c9c88..75ce797b348c61 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen4.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenThroughGen4.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.Console { } .assembly extern NonGenThroughGen3{} diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived1.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived1.il index 07b26bf22890d3..13ed47f1e0de15 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived1.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived1.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 mscorlib { } .assembly extern GenRetType { } diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived2.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived2.il index 4cc4f7e3530b87..94297ef01c0326 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived2.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived2.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.Console { } .assembly extern mscorlib{} diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived3.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived3.il index 08face4ff92089..ce4869df7d52f9 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived3.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived3.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.Console { } .assembly extern NonGenericDerived2{} @@ -8,4 +7,4 @@ .class public auto ansi beforefieldinit NonGenericDerived3 extends class [NonGenericDerived2]NonGenericDerived2 { .method public hidebysig specialname rtspecialname instance void .ctor() cil managed { ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived4.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived4.il index 7e761a1b021de3..77c0f3ae930ce3 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived4.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/Modules/NonGenericDerived4.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.Console { } .assembly extern NonGenericDerived3{} diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/OverrideMoreDerivedReturn.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/OverrideMoreDerivedReturn.il index c5e108029e7e2e..9914558c7d9b2d 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/OverrideMoreDerivedReturn.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/OverrideMoreDerivedReturn.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.Console { } .assembly extern System.Runtime { } diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTest.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTest.il index ec1022254d0fc0..ea028e507b19c3 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTest.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTest.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.Console { } .assembly extern System.Runtime { } diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTestDelegates.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTestDelegates.il index 6d76c7d27f3db1..592f398d418344 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTestDelegates.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTestDelegates.il @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.Console { } .assembly extern System.Runtime { } diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTestMultiModule.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTestMultiModule.il index 3a0b2f40158488..2a135021243141 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTestMultiModule.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTestMultiModule.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.Console { } .assembly extern System.Runtime { } diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTest_GVM.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTest_GVM.il index 75bcddd5de63e8..367009658d39d0 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTest_GVM.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTest_GVM.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.Console { } .assembly extern System.Runtime { } diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/Desktop/override_override1.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/Desktop/override_override1.il index 576ce94a1b10f6..f951fafeeba07d 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/Desktop/override_override1.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/Desktop/override_override1.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. // MyFoo is a normal reference type with virtual method DoFoo() // MyBar is a normal reference type that extends MyFoo. diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/Desktop/self_override1.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/Desktop/self_override1.il index 3e543ca7bb1bcf..0df683a21ce411 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/Desktop/self_override1.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/Desktop/self_override1.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. // MyBar is an abstract class which declares an abstract method MyBar::DoBar(). // MyBar also DoSelfBar() that explicitly overrides DoBar(). diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/Desktop/self_override2.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/Desktop/self_override2.il index 2621e4357445ac..0d6f7d48508c3f 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/Desktop/self_override2.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/Desktop/self_override2.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. // MyBar is a normal reference type. // MyBar::DoSelfBar explicitly overrides MyBar::DoBar diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/Desktop/self_override3.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/Desktop/self_override3.il index 758369d2d7dafa..76ceeae802431d 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/Desktop/self_override3.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/Desktop/self_override3.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. // MyBar is a normal reference type. // MyBar::DoSelfBar explicitly overrides MyBar::DoBar diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/Desktop/self_override5.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/Desktop/self_override5.il index aff6fe839a94e9..21e9d0468da775 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/Desktop/self_override5.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/Desktop/self_override5.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. // MyBar is a normal reference type. // MyBar::DoBarOverride explicitly overrides MyBar::DoBar diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/generics_override1.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/generics_override1.il index b3b2ce0ae1ef63..a0234b60831721 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/generics_override1.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/generics_override1.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. // This test covers the scenario of testing overrides of generic methods // 1. Test1 covers testing cases where a MethodImpl Decl could diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/override_override1.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/override_override1.il index c891e329bd9b66..3af566e687c92e 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/override_override1.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/override_override1.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.Console { } // MyFoo is a normal reference type with virtual method DoFoo() diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override1.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override1.il index 9c08b4d081b1f5..16f4207ad3ca1a 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override1.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override1.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.Console { } // MyBar is an abstract class which declares an abstract method MyBar::DoBar(). diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override3.il b/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override3.il index 2b868ceb41495c..f7843f83752141 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override3.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override3.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.Console { } // MyBar is a normal reference type. diff --git a/src/coreclr/tests/src/Loader/classloader/MethodTable/Types101.il b/src/coreclr/tests/src/Loader/classloader/MethodTable/Types101.il index 89736928ccfaa6..caa394fa68ff6d 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodTable/Types101.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodTable/Types101.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.Console { } .assembly Types101 {} diff --git a/src/coreclr/tests/src/Loader/classloader/MethodTable/Types680.il b/src/coreclr/tests/src/Loader/classloader/MethodTable/Types680.il index 20ad194a282842..1028a952c77407 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodTable/Types680.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodTable/Types680.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.Console { } .assembly Types680 {} diff --git a/src/coreclr/tests/src/Loader/classloader/MethodTable/Types958.il b/src/coreclr/tests/src/Loader/classloader/MethodTable/Types958.il index 22616656117fd9..de8102a7182464 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodTable/Types958.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodTable/Types958.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.Console { } .assembly Types958 {} diff --git a/src/coreclr/tests/src/Loader/classloader/MethodTable/Types983.il b/src/coreclr/tests/src/Loader/classloader/MethodTable/Types983.il index 34bede306f0f46..106f0ce6b07a14 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodTable/Types983.il +++ b/src/coreclr/tests/src/Loader/classloader/MethodTable/Types983.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.Console { } .assembly Types983 {} diff --git a/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test2_NonFriendPriInterface.cs b/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test2_NonFriendPriInterface.cs index 990504cdd79676..fc4423ba0a36c9 100644 --- a/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test2_NonFriendPriInterface.cs +++ b/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test2_NonFriendPriInterface.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/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test2_NonFriendPriInterface.il b/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test2_NonFriendPriInterface.il index 83a1385f1b689a..2dc3085c7196f4 100644 --- a/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test2_NonFriendPriInterface.il +++ b/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test2_NonFriendPriInterface.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_FriendPriInterface.il b/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_FriendPriInterface.il index 963077526ecfd9..b12eedac3ec4b5 100644 --- a/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_FriendPriInterface.il +++ b/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_FriendPriInterface.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_ImplementingClass.il b/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_ImplementingClass.il index 1ac73d68d4193d..6b816af7041c93 100644 --- a/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_ImplementingClass.il +++ b/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_ImplementingClass.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_forwarder.il b/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_forwarder.il index 0b70c2741012ff..afc4511a903620 100644 --- a/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_forwarder.il +++ b/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_forwarder.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.Console { } .assembly Test6_forwarder{} diff --git a/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_supplier.il b/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_supplier.il index 6247b93f45711c..cae1931b574a4c 100644 --- a/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_supplier.il +++ b/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_supplier.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.Console { } .assembly Test6_supplier{} diff --git a/src/coreclr/tests/src/Loader/classloader/SequentialLayout/Regress/217070/t1.il b/src/coreclr/tests/src/Loader/classloader/SequentialLayout/Regress/217070/t1.il index 97338a6af75391..5d86a21a31272b 100644 --- a/src/coreclr/tests/src/Loader/classloader/SequentialLayout/Regress/217070/t1.il +++ b/src/coreclr/tests/src/Loader/classloader/SequentialLayout/Regress/217070/t1.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.Console { } .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/Loader/classloader/SequentialLayout/Regress/217070/t2.il b/src/coreclr/tests/src/Loader/classloader/SequentialLayout/Regress/217070/t2.il index ab16fd7acbbbe5..2d349fc7d3b2b7 100644 --- a/src/coreclr/tests/src/Loader/classloader/SequentialLayout/Regress/217070/t2.il +++ b/src/coreclr/tests/src/Loader/classloader/SequentialLayout/Regress/217070/t2.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.Console { } .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/Loader/classloader/SequentialLayout/Regress/ExplicitSize/ExplicitSize.cs b/src/coreclr/tests/src/Loader/classloader/SequentialLayout/Regress/ExplicitSize/ExplicitSize.cs index 14cf90df02be58..1b3fc336f39faa 100644 --- a/src/coreclr/tests/src/Loader/classloader/SequentialLayout/Regress/ExplicitSize/ExplicitSize.cs +++ b/src/coreclr/tests/src/Loader/classloader/SequentialLayout/Regress/ExplicitSize/ExplicitSize.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/coreclr/tests/src/Loader/classloader/Statics/ComplexScenarios/MultiAssemblyGenerics_GenericClasses.cs b/src/coreclr/tests/src/Loader/classloader/Statics/ComplexScenarios/MultiAssemblyGenerics_GenericClasses.cs index 42ffebe5f323a5..a038ac79da8cab 100644 --- a/src/coreclr/tests/src/Loader/classloader/Statics/ComplexScenarios/MultiAssemblyGenerics_GenericClasses.cs +++ b/src/coreclr/tests/src/Loader/classloader/Statics/ComplexScenarios/MultiAssemblyGenerics_GenericClasses.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/coreclr/tests/src/Loader/classloader/Statics/ComplexScenarios/MultiAssemblyGenerics_NonGenericClasses.cs b/src/coreclr/tests/src/Loader/classloader/Statics/ComplexScenarios/MultiAssemblyGenerics_NonGenericClasses.cs index aa6fefd835ba7b..35868a9a98a4fe 100644 --- a/src/coreclr/tests/src/Loader/classloader/Statics/ComplexScenarios/MultiAssemblyGenerics_NonGenericClasses.cs +++ b/src/coreclr/tests/src/Loader/classloader/Statics/ComplexScenarios/MultiAssemblyGenerics_NonGenericClasses.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/coreclr/tests/src/Loader/classloader/Statics/DynamicGenerator.cs b/src/coreclr/tests/src/Loader/classloader/Statics/DynamicGenerator.cs index 23f31292ccf95d..833e6d096ee4bd 100644 --- a/src/coreclr/tests/src/Loader/classloader/Statics/DynamicGenerator.cs +++ b/src/coreclr/tests/src/Loader/classloader/Statics/DynamicGenerator.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.Reflection; diff --git a/src/coreclr/tests/src/Loader/classloader/Statics/Misc/IllegalTypes.il b/src/coreclr/tests/src/Loader/classloader/Statics/Misc/IllegalTypes.il index e3a0ee96775661..b253b81ef17146 100644 --- a/src/coreclr/tests/src/Loader/classloader/Statics/Misc/IllegalTypes.il +++ b/src/coreclr/tests/src/Loader/classloader/Statics/Misc/IllegalTypes.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/Statics/Misc/LiteralStatic.il b/src/coreclr/tests/src/Loader/classloader/Statics/Misc/LiteralStatic.il index 19ed5e54361d7b..4dc33d39c49207 100644 --- a/src/coreclr/tests/src/Loader/classloader/Statics/Misc/LiteralStatic.il +++ b/src/coreclr/tests/src/Loader/classloader/Statics/Misc/LiteralStatic.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.Console { } // test that LDSFLD of a literal static field throws a MissingFieldException diff --git a/src/coreclr/tests/src/Loader/classloader/Statics/Regressions/484837/Enum_ValueField.il b/src/coreclr/tests/src/Loader/classloader/Statics/Regressions/484837/Enum_ValueField.il index c4559ca6e0c211..831236eb7a8c54 100644 --- a/src/coreclr/tests/src/Loader/classloader/Statics/Regressions/484837/Enum_ValueField.il +++ b/src/coreclr/tests/src/Loader/classloader/Statics/Regressions/484837/Enum_ValueField.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.Console { } // This is regression test for VSW 484837 diff --git a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedInterfaces/HelloWorld.il b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedInterfaces/HelloWorld.il index 97bb1c41f1b980..1e478185281002 100644 --- a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedInterfaces/HelloWorld.il +++ b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedInterfaces/HelloWorld.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceDefinition/HelloWorld.il b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceDefinition/HelloWorld.il index 876c6d8a2990f0..f9ce013f6f0d1a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceDefinition/HelloWorld.il +++ b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceDefinition/HelloWorld.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/HelloWorld.cs b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/HelloWorld.cs index 57155b7cd68d6e..0f8ed8215e33ec 100644 --- a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/HelloWorld.cs +++ b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/HelloWorld.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/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/Override/HelloWorld.il b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/Override/HelloWorld.il index 0015f5a21f7301..ebee6f2452c1cf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/Override/HelloWorld.il +++ b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/Override/HelloWorld.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/CollapsedInterfaces/HelloWorld.il b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/CollapsedInterfaces/HelloWorld.il index d8d045a6338d16..146503ce52d119 100644 --- a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/CollapsedInterfaces/HelloWorld.il +++ b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/CollapsedInterfaces/HelloWorld.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/Override/HelloWorld.il b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/Override/HelloWorld.il index 76ed62c50f5237..4ccca2bd690826 100644 --- a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/Override/HelloWorld.il +++ b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/Override/HelloWorld.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_CollapsedInterfaces/HelloWorld.il b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_CollapsedInterfaces/HelloWorld.il index 346eaa9f982a97..7bd1a19b4d6d31 100644 --- a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_CollapsedInterfaces/HelloWorld.il +++ b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_CollapsedInterfaces/HelloWorld.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_InherittedCollision/HelloWorld.il b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_InherittedCollision/HelloWorld.il index 56445b0c27b080..f7b28601e9a3b7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_InherittedCollision/HelloWorld.il +++ b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_InherittedCollision/HelloWorld.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_CollapsedInterfaces/HelloWorld.il b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_CollapsedInterfaces/HelloWorld.il index 85843c046b34b2..54ce4a4d83df7d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_CollapsedInterfaces/HelloWorld.il +++ b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_CollapsedInterfaces/HelloWorld.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_InherittedCollision/HelloWorld.il b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_InherittedCollision/HelloWorld.il index b8e6d91fc37f33..95b54e00978de7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_InherittedCollision/HelloWorld.il +++ b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_InherittedCollision/HelloWorld.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep.il b/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep.il index 77f533ec20c8c0..29c0afc8ce49c6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep.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 mscorlib { } .assembly extern MyDep2 { } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep2.cs b/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep2.cs index 308b47d97e8520..47fa75bd61851a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep2.cs +++ b/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep2.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/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep3.cs b/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep3.cs index 8351c3aae9334f..2a977ce49a3694 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep3.cs +++ b/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep3.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/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/UnitTest.il b/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/UnitTest.il index 44090d817c236d..d7e62b89b14376 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/UnitTest.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/UnitTest.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 mscorlib { } @@ -183,4 +182,4 @@ IL_0007: ret } // end of method Program::.ctor -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TestFramework/TestFramework.cs b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TestFramework/TestFramework.cs index 24e610ae85bd1b..83c5ec3b574aa4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TestFramework/TestFramework.cs +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TestFramework/TestFramework.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/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest0/Generated0.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest0/Generated0.il index 6c4428a6cbad52..e19b3b955adfc3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest0/Generated0.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest0/Generated0.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1/Generated1.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1/Generated1.il index 244c63e49aae76..37254c94488a41 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1/Generated1.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1/Generated1.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest10/Generated10.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest10/Generated10.il index 066b53516024e0..f2f74663f1b8a0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest10/Generated10.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest10/Generated10.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest100/Generated100.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest100/Generated100.il index 6f7f4e8b8f4df2..4a5743ee140e90 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest100/Generated100.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest100/Generated100.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1000/Generated1000.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1000/Generated1000.il index 067c6c77663625..c24149e4510d0b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1000/Generated1000.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1000/Generated1000.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1001/Generated1001.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1001/Generated1001.il index 5c87f23501ad84..1db5acf9584fde 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1001/Generated1001.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1001/Generated1001.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1002/Generated1002.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1002/Generated1002.il index 683cd90009ea45..065bbca79ef8d7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1002/Generated1002.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1002/Generated1002.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1003/Generated1003.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1003/Generated1003.il index 0c1348d12d1bdc..35488335f71282 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1003/Generated1003.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1003/Generated1003.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1004/Generated1004.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1004/Generated1004.il index eca0f302cfbbde..4db32cc15d977a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1004/Generated1004.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1004/Generated1004.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1005/Generated1005.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1005/Generated1005.il index 0c99b5703ef8ff..340ef7ff3445ea 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1005/Generated1005.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1005/Generated1005.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1006/Generated1006.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1006/Generated1006.il index 1ec3e43c5458d7..295d94ffd7134c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1006/Generated1006.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1006/Generated1006.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1007/Generated1007.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1007/Generated1007.il index 0e0a087c500f70..8f8d1535048f0d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1007/Generated1007.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1007/Generated1007.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1008/Generated1008.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1008/Generated1008.il index 1af046cb89a919..53cf85985a1fa9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1008/Generated1008.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1008/Generated1008.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1009/Generated1009.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1009/Generated1009.il index f47ec3bbde003a..7724ef1dcf09a2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1009/Generated1009.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1009/Generated1009.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest101/Generated101.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest101/Generated101.il index 413ce316fbf6e3..adc23a470953a0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest101/Generated101.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest101/Generated101.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1010/Generated1010.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1010/Generated1010.il index fc89f8f694bbd8..e416083cfbd665 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1010/Generated1010.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1010/Generated1010.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1011/Generated1011.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1011/Generated1011.il index 6178ca52657b9e..28b0516e62848c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1011/Generated1011.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1011/Generated1011.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1012/Generated1012.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1012/Generated1012.il index 608aae953ed39a..c8a0fbab9bd950 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1012/Generated1012.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1012/Generated1012.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1013/Generated1013.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1013/Generated1013.il index 6482d41412576c..bd06ff5e85cf49 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1013/Generated1013.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1013/Generated1013.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1014/Generated1014.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1014/Generated1014.il index 4697701e0e4e68..95cedfac236ed0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1014/Generated1014.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1014/Generated1014.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1015/Generated1015.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1015/Generated1015.il index 779deecb8c1af9..60a68a01fa2131 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1015/Generated1015.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1015/Generated1015.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1016/Generated1016.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1016/Generated1016.il index f1117442049314..ca00947597aa72 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1016/Generated1016.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1016/Generated1016.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1017/Generated1017.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1017/Generated1017.il index d9be7da2a221cf..575074605e6607 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1017/Generated1017.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1017/Generated1017.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1018/Generated1018.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1018/Generated1018.il index 0fca3a45776f57..066ce3df512adc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1018/Generated1018.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1018/Generated1018.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1019/Generated1019.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1019/Generated1019.il index 92b01fe22947cf..09c907ef7d25bf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1019/Generated1019.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1019/Generated1019.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest102/Generated102.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest102/Generated102.il index 9cf7d1764ac78f..844789178e0ee4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest102/Generated102.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest102/Generated102.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1020/Generated1020.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1020/Generated1020.il index 651060bf2f713e..241a0b3da65962 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1020/Generated1020.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1020/Generated1020.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1021/Generated1021.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1021/Generated1021.il index b12575f23f7ec6..8fbab53090202a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1021/Generated1021.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1021/Generated1021.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1022/Generated1022.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1022/Generated1022.il index a4ec6174c31586..81087a51c424f5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1022/Generated1022.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1022/Generated1022.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1023/Generated1023.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1023/Generated1023.il index d243fe5588504f..79f5b8e332995b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1023/Generated1023.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1023/Generated1023.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1024/Generated1024.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1024/Generated1024.il index 24025955921ee0..feb385fdd5eb2c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1024/Generated1024.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1024/Generated1024.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1025/Generated1025.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1025/Generated1025.il index 1c9b5f643842ff..7b163e22bd51d0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1025/Generated1025.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1025/Generated1025.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1026/Generated1026.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1026/Generated1026.il index f6228018bc84d9..44ca7182a3df57 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1026/Generated1026.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1026/Generated1026.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1027/Generated1027.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1027/Generated1027.il index e7f004ac83e12d..e029b068d106cb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1027/Generated1027.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1027/Generated1027.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1028/Generated1028.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1028/Generated1028.il index ae7e942a02a5b1..c94b3ceb0a61c7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1028/Generated1028.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1028/Generated1028.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1029/Generated1029.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1029/Generated1029.il index 2e80d211571027..550c0d8c7ec5f7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1029/Generated1029.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1029/Generated1029.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest103/Generated103.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest103/Generated103.il index e78ae3d8714c97..721f7d75817c6b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest103/Generated103.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest103/Generated103.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1030/Generated1030.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1030/Generated1030.il index 13262f10cdcaf0..c6e7bfdf242a0b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1030/Generated1030.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1030/Generated1030.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1031/Generated1031.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1031/Generated1031.il index 593d30920fda53..0945884572a12f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1031/Generated1031.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1031/Generated1031.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1032/Generated1032.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1032/Generated1032.il index ef407968fd0c19..decf85eedee9ba 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1032/Generated1032.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1032/Generated1032.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1033/Generated1033.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1033/Generated1033.il index 1991f963b520f2..a10f5cff4b7bc3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1033/Generated1033.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1033/Generated1033.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1034/Generated1034.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1034/Generated1034.il index c686a8a3a08c64..a60cdce099486e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1034/Generated1034.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1034/Generated1034.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1035/Generated1035.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1035/Generated1035.il index d2870fb9132c80..7970467edb7cc8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1035/Generated1035.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1035/Generated1035.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1036/Generated1036.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1036/Generated1036.il index 6eeb76dccd48ae..ef6986690f9102 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1036/Generated1036.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1036/Generated1036.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1037/Generated1037.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1037/Generated1037.il index 38495f04358fe5..0fcb42a13e4cd8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1037/Generated1037.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1037/Generated1037.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1038/Generated1038.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1038/Generated1038.il index ca974ca1ace17c..ce4a85fed0e23d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1038/Generated1038.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1038/Generated1038.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1039/Generated1039.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1039/Generated1039.il index 4ac1077701a3d5..913077f76b0bdf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1039/Generated1039.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1039/Generated1039.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest104/Generated104.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest104/Generated104.il index 753ed3f60bc1b4..350f2ecc7b20e6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest104/Generated104.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest104/Generated104.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1040/Generated1040.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1040/Generated1040.il index 5e805d806b0ff1..76b37540132a6e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1040/Generated1040.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1040/Generated1040.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1041/Generated1041.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1041/Generated1041.il index 1fbe1dd64fa361..a2d9a0a7c0d880 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1041/Generated1041.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1041/Generated1041.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1042/Generated1042.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1042/Generated1042.il index 487abb69037352..2e62c5d64b1e77 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1042/Generated1042.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1042/Generated1042.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1043/Generated1043.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1043/Generated1043.il index 6204bbae05ad2a..5d08f619e6b27b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1043/Generated1043.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1043/Generated1043.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1044/Generated1044.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1044/Generated1044.il index 7ce3be97231441..29b9c363924b2d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1044/Generated1044.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1044/Generated1044.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1045/Generated1045.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1045/Generated1045.il index 879592f46041c6..329a91770af49f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1045/Generated1045.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1045/Generated1045.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1046/Generated1046.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1046/Generated1046.il index 1339053fbe32a8..33786e8ad3e750 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1046/Generated1046.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1046/Generated1046.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1047/Generated1047.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1047/Generated1047.il index 89898462546502..be10111d2abdfd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1047/Generated1047.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1047/Generated1047.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1048/Generated1048.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1048/Generated1048.il index 0bdce021f48285..3fe5fe512e7f3e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1048/Generated1048.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1048/Generated1048.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1049/Generated1049.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1049/Generated1049.il index dd5fa3919985bf..020f8ab4afa2c6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1049/Generated1049.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1049/Generated1049.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest105/Generated105.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest105/Generated105.il index 42b4708ac59968..208e94f4ba43e6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest105/Generated105.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest105/Generated105.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1050/Generated1050.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1050/Generated1050.il index 9db7d3f6d2bc15..305d77b30c8407 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1050/Generated1050.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1050/Generated1050.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1051/Generated1051.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1051/Generated1051.il index 71991063025b82..71e966a16fec8f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1051/Generated1051.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1051/Generated1051.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1052/Generated1052.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1052/Generated1052.il index b833db981096e6..0b5fda834bdb77 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1052/Generated1052.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1052/Generated1052.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1053/Generated1053.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1053/Generated1053.il index 61a67b22c72cbb..66a7da06f7abd5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1053/Generated1053.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1053/Generated1053.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1054/Generated1054.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1054/Generated1054.il index 99db30cdf97b6c..509505922888d6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1054/Generated1054.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1054/Generated1054.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1055/Generated1055.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1055/Generated1055.il index 58cc009a3d972b..4af38d8b198278 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1055/Generated1055.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1055/Generated1055.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1056/Generated1056.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1056/Generated1056.il index bcc67b01da6b3e..b8ce5402ebe82b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1056/Generated1056.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1056/Generated1056.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1057/Generated1057.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1057/Generated1057.il index c5d50e1b1c1003..d809fe0a68cb29 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1057/Generated1057.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1057/Generated1057.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1058/Generated1058.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1058/Generated1058.il index 7c54d39e3a0e55..9a828c5b8152a0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1058/Generated1058.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1058/Generated1058.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1059/Generated1059.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1059/Generated1059.il index efc01c4401f97e..786a2af05fb0a6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1059/Generated1059.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1059/Generated1059.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest106/Generated106.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest106/Generated106.il index 5a5b32b5d2515a..fe9dfe83526da2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest106/Generated106.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest106/Generated106.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1060/Generated1060.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1060/Generated1060.il index a4cc2ac8072e2a..948e72243c0871 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1060/Generated1060.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1060/Generated1060.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1061/Generated1061.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1061/Generated1061.il index e5e3394f7ec079..f31523e2c16f8b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1061/Generated1061.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1061/Generated1061.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1062/Generated1062.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1062/Generated1062.il index 56aa0f5f831de1..2f546b1b0d6e55 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1062/Generated1062.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1062/Generated1062.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1063/Generated1063.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1063/Generated1063.il index eeaf466a43e4b8..68df9fdd9dd963 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1063/Generated1063.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1063/Generated1063.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1064/Generated1064.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1064/Generated1064.il index 1c361a69ce6ce6..2f1b3296db42fb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1064/Generated1064.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1064/Generated1064.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1065/Generated1065.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1065/Generated1065.il index 91bfefbe57ae42..30f1e16c53a2d9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1065/Generated1065.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1065/Generated1065.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1066/Generated1066.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1066/Generated1066.il index 6092e230a261b2..4eb6411c5837d8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1066/Generated1066.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1066/Generated1066.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1067/Generated1067.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1067/Generated1067.il index 0602797b50cbde..ddc942f9dd5931 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1067/Generated1067.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1067/Generated1067.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1068/Generated1068.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1068/Generated1068.il index f1e1f16453b5fe..1697e0ced25f30 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1068/Generated1068.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1068/Generated1068.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1069/Generated1069.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1069/Generated1069.il index 1d3c8d4f6d053c..c4cc34f61ac0d1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1069/Generated1069.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1069/Generated1069.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest107/Generated107.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest107/Generated107.il index fc07a28071fd67..8d8931e429e23a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest107/Generated107.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest107/Generated107.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1070/Generated1070.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1070/Generated1070.il index 0cb57c1f27cd76..1511acf865547b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1070/Generated1070.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1070/Generated1070.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1071/Generated1071.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1071/Generated1071.il index ea65a7603a314b..71668084483221 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1071/Generated1071.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1071/Generated1071.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1072/Generated1072.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1072/Generated1072.il index 64cd1e4c07bf21..309712b973b30d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1072/Generated1072.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1072/Generated1072.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1073/Generated1073.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1073/Generated1073.il index c3290544b82ea7..113ca19bfc6731 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1073/Generated1073.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1073/Generated1073.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1074/Generated1074.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1074/Generated1074.il index cb2117e79ca980..f7602c91ed713b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1074/Generated1074.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1074/Generated1074.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1075/Generated1075.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1075/Generated1075.il index 0f204cabef8276..b2151f92141e62 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1075/Generated1075.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1075/Generated1075.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1076/Generated1076.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1076/Generated1076.il index f963b621f08e04..45650bdb8b0416 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1076/Generated1076.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1076/Generated1076.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1077/Generated1077.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1077/Generated1077.il index 28f40d3013822b..3f0f8eac8de8d7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1077/Generated1077.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1077/Generated1077.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1078/Generated1078.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1078/Generated1078.il index 223396c0741e3d..47b81dad2147cb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1078/Generated1078.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1078/Generated1078.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1079/Generated1079.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1079/Generated1079.il index d694ee2bce7657..8d2bbe21ae7130 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1079/Generated1079.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1079/Generated1079.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest108/Generated108.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest108/Generated108.il index bf0a13fdffe8ae..2b1a8a2b7c00a2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest108/Generated108.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest108/Generated108.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1080/Generated1080.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1080/Generated1080.il index 398231e267e874..e1a454a5ecfbf0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1080/Generated1080.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1080/Generated1080.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1081/Generated1081.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1081/Generated1081.il index c750dd8db21960..a3c08acb5faffd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1081/Generated1081.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1081/Generated1081.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1082/Generated1082.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1082/Generated1082.il index fd34eac2f94431..b6515d8e4f1d97 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1082/Generated1082.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1082/Generated1082.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1083/Generated1083.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1083/Generated1083.il index 8653ae6a8529ca..b2e7268110fabc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1083/Generated1083.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1083/Generated1083.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1084/Generated1084.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1084/Generated1084.il index 4d5481b8f7e635..d09e854a39732a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1084/Generated1084.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1084/Generated1084.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1085/Generated1085.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1085/Generated1085.il index 76050d1bd0f682..ac236973df67ef 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1085/Generated1085.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1085/Generated1085.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1086/Generated1086.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1086/Generated1086.il index 76b2095d4a6ab9..40ce4f1903d2fa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1086/Generated1086.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1086/Generated1086.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1087/Generated1087.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1087/Generated1087.il index c92fa6ddaa19eb..041f26d9d8eeb8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1087/Generated1087.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1087/Generated1087.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1088/Generated1088.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1088/Generated1088.il index b1ab4037cff0be..6ff13cdbc3645f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1088/Generated1088.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1088/Generated1088.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1089/Generated1089.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1089/Generated1089.il index 774ed864183565..af1bc4a1c49b73 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1089/Generated1089.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1089/Generated1089.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest109/Generated109.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest109/Generated109.il index a286239fe98a35..4785b09b5ed614 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest109/Generated109.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest109/Generated109.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1090/Generated1090.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1090/Generated1090.il index 9716ee7b95ad87..b28b8b2670e034 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1090/Generated1090.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1090/Generated1090.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1091/Generated1091.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1091/Generated1091.il index ac9e7ab6c42762..0b3cab5b1a519d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1091/Generated1091.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1091/Generated1091.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1092/Generated1092.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1092/Generated1092.il index e3fbc3d125d1ef..e497a8b37faf43 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1092/Generated1092.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1092/Generated1092.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1093/Generated1093.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1093/Generated1093.il index c60fcbd8e0b619..6204cbf2710168 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1093/Generated1093.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1093/Generated1093.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1094/Generated1094.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1094/Generated1094.il index 5ef72f793bfe14..2084fda1049e73 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1094/Generated1094.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1094/Generated1094.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1095/Generated1095.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1095/Generated1095.il index bbf8e0b48b3547..4404d19236e380 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1095/Generated1095.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1095/Generated1095.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1096/Generated1096.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1096/Generated1096.il index 0cd696c2ba1cf8..c8cf0e96db25aa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1096/Generated1096.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1096/Generated1096.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1097/Generated1097.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1097/Generated1097.il index de3d7e5f1b2a4e..8e2c729ef16eee 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1097/Generated1097.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1097/Generated1097.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1098/Generated1098.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1098/Generated1098.il index 3880bceb982843..8efda264d01b71 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1098/Generated1098.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1098/Generated1098.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1099/Generated1099.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1099/Generated1099.il index 01e810ff495fa6..2d2d29e94c06e7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1099/Generated1099.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1099/Generated1099.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest11/Generated11.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest11/Generated11.il index a68937cf501164..cfb0b3866d25bc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest11/Generated11.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest11/Generated11.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest110/Generated110.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest110/Generated110.il index ed24cbd42b72be..69e728f76ad5bb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest110/Generated110.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest110/Generated110.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1100/Generated1100.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1100/Generated1100.il index 59a6a1da0a420b..3b856265a48c23 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1100/Generated1100.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1100/Generated1100.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1101/Generated1101.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1101/Generated1101.il index 9110b119a8de6a..e2a0ba47b272b0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1101/Generated1101.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1101/Generated1101.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1102/Generated1102.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1102/Generated1102.il index 1bb243fddcf0e3..8a6e94776c0f98 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1102/Generated1102.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1102/Generated1102.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1103/Generated1103.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1103/Generated1103.il index aaac93546976f4..97886927b67f03 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1103/Generated1103.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1103/Generated1103.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1104/Generated1104.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1104/Generated1104.il index 1beccb0dbd2fc1..af1ecaba72c5b2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1104/Generated1104.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1104/Generated1104.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1105/Generated1105.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1105/Generated1105.il index f725c05e407bea..78f86f6b136133 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1105/Generated1105.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1105/Generated1105.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1106/Generated1106.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1106/Generated1106.il index 3ec18d756e0254..923a6e88d73f5a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1106/Generated1106.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1106/Generated1106.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1107/Generated1107.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1107/Generated1107.il index e857dd7edf85b5..1e263ce16a1cb9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1107/Generated1107.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1107/Generated1107.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1108/Generated1108.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1108/Generated1108.il index fac75f7a3f6a58..15060d67e5b30e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1108/Generated1108.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1108/Generated1108.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1109/Generated1109.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1109/Generated1109.il index 545438b012bdb5..7aa1e2f03fc4c4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1109/Generated1109.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1109/Generated1109.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest111/Generated111.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest111/Generated111.il index 87a306289d23cc..47506ed44b6b32 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest111/Generated111.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest111/Generated111.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1110/Generated1110.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1110/Generated1110.il index 907e0306a9afc6..b895967fda9da6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1110/Generated1110.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1110/Generated1110.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1111/Generated1111.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1111/Generated1111.il index 760b7a0d0f6ebe..8f2b166d93359b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1111/Generated1111.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1111/Generated1111.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1112/Generated1112.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1112/Generated1112.il index 26a1c5eef82616..7b4a9adb505c36 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1112/Generated1112.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1112/Generated1112.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1113/Generated1113.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1113/Generated1113.il index 5195b83e933461..71fc023af9d411 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1113/Generated1113.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1113/Generated1113.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1114/Generated1114.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1114/Generated1114.il index 0d3e02905ecf2c..4daee3a61739df 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1114/Generated1114.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1114/Generated1114.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1115/Generated1115.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1115/Generated1115.il index 557972f8f32939..8bfc7ba4b0ea5b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1115/Generated1115.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1115/Generated1115.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1116/Generated1116.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1116/Generated1116.il index 6c9a8cf427f37a..43d720cf748004 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1116/Generated1116.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1116/Generated1116.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1117/Generated1117.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1117/Generated1117.il index 6f08372ab43c8c..090904d392cdc1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1117/Generated1117.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1117/Generated1117.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1118/Generated1118.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1118/Generated1118.il index bbed831144248a..db0dedc76fac9f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1118/Generated1118.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1118/Generated1118.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1119/Generated1119.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1119/Generated1119.il index fa98ad63edcd06..8b6f3d3e357e0f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1119/Generated1119.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1119/Generated1119.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest112/Generated112.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest112/Generated112.il index e072ffbf3464fd..285697e7d209b8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest112/Generated112.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest112/Generated112.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1120/Generated1120.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1120/Generated1120.il index 0a244e11d87595..e00cf112520fdd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1120/Generated1120.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1120/Generated1120.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1121/Generated1121.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1121/Generated1121.il index a18139ae6c91c1..6ecfdacc73fe97 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1121/Generated1121.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1121/Generated1121.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1122/Generated1122.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1122/Generated1122.il index 59e2b774d8a4b8..50bbd3469ab109 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1122/Generated1122.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1122/Generated1122.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1123/Generated1123.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1123/Generated1123.il index beab814af22f89..68c4d230ef09e6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1123/Generated1123.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1123/Generated1123.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1124/Generated1124.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1124/Generated1124.il index b2690432e53081..feb8863f5f0617 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1124/Generated1124.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1124/Generated1124.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1125/Generated1125.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1125/Generated1125.il index a197ee1aae0547..843365faf3e119 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1125/Generated1125.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1125/Generated1125.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1126/Generated1126.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1126/Generated1126.il index 69c3c71ff63d94..dce7cff96cda1b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1126/Generated1126.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1126/Generated1126.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1127/Generated1127.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1127/Generated1127.il index eceb55faca1658..58fe4f8cc16290 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1127/Generated1127.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1127/Generated1127.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1128/Generated1128.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1128/Generated1128.il index 26103a2ada68c6..7c9e52674af4da 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1128/Generated1128.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1128/Generated1128.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1129/Generated1129.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1129/Generated1129.il index 7a10eaca244d30..a2e6943ca86c1e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1129/Generated1129.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1129/Generated1129.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest113/Generated113.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest113/Generated113.il index 8440e94d709dfb..9c185ed050f25a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest113/Generated113.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest113/Generated113.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1130/Generated1130.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1130/Generated1130.il index b368775864ce79..fd28e8eea1899f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1130/Generated1130.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1130/Generated1130.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1131/Generated1131.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1131/Generated1131.il index 2be48d2fb2fce8..4e82742ee6a6ad 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1131/Generated1131.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1131/Generated1131.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1132/Generated1132.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1132/Generated1132.il index 9024675d728380..146a353423cf37 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1132/Generated1132.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1132/Generated1132.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1133/Generated1133.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1133/Generated1133.il index 2a6ce4b264a1bb..449c130ffede94 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1133/Generated1133.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1133/Generated1133.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1134/Generated1134.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1134/Generated1134.il index af65bf49b9cda6..c321c871fa0669 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1134/Generated1134.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1134/Generated1134.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1135/Generated1135.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1135/Generated1135.il index ea40190ebd3fbb..b3e4bad3dc5b13 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1135/Generated1135.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1135/Generated1135.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1136/Generated1136.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1136/Generated1136.il index bb4653422abd11..e5352f2a5e78d1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1136/Generated1136.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1136/Generated1136.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1137/Generated1137.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1137/Generated1137.il index 51a8ad73e348da..936bcf74491bb8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1137/Generated1137.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1137/Generated1137.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1138/Generated1138.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1138/Generated1138.il index d1fbbba0804b53..6369be59bd2e8f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1138/Generated1138.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1138/Generated1138.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1139/Generated1139.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1139/Generated1139.il index a6d8fd79253c3a..24413084220799 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1139/Generated1139.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1139/Generated1139.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest114/Generated114.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest114/Generated114.il index 0f41fcb3dabe42..6d4716180f4493 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest114/Generated114.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest114/Generated114.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1140/Generated1140.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1140/Generated1140.il index 438329ca5ae921..fe75ccd02ba84f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1140/Generated1140.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1140/Generated1140.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1141/Generated1141.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1141/Generated1141.il index ca01a39939d867..6159de5a9dc928 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1141/Generated1141.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1141/Generated1141.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1142/Generated1142.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1142/Generated1142.il index bd9437cdadbda0..a161f8edece22d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1142/Generated1142.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1142/Generated1142.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1143/Generated1143.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1143/Generated1143.il index 43b16cd0376eaa..69028cb5bff836 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1143/Generated1143.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1143/Generated1143.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1144/Generated1144.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1144/Generated1144.il index df12a79dc9a4f3..d6e92efaafb503 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1144/Generated1144.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1144/Generated1144.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1145/Generated1145.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1145/Generated1145.il index 9bc0000cbd7f0f..c1cc07c66f650a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1145/Generated1145.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1145/Generated1145.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1146/Generated1146.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1146/Generated1146.il index 9ab9e585fe5e23..90085e76d4d92e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1146/Generated1146.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1146/Generated1146.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1147/Generated1147.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1147/Generated1147.il index 87a295e229dfbb..66251b6d2b26e4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1147/Generated1147.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1147/Generated1147.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1148/Generated1148.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1148/Generated1148.il index 641aa0e4ad1422..68d72cf20ea428 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1148/Generated1148.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1148/Generated1148.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1149/Generated1149.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1149/Generated1149.il index aaa28bd35a5de6..1a5c1749e7397c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1149/Generated1149.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1149/Generated1149.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest115/Generated115.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest115/Generated115.il index 646993c30c3955..2f07b428132a39 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest115/Generated115.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest115/Generated115.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1150/Generated1150.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1150/Generated1150.il index a8f521b8d19a80..2d87cb05589493 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1150/Generated1150.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1150/Generated1150.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1151/Generated1151.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1151/Generated1151.il index ad0a21317ac693..4015d4ca81f34d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1151/Generated1151.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1151/Generated1151.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1152/Generated1152.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1152/Generated1152.il index c4d872db87e001..2fd6677a3c6c8e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1152/Generated1152.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1152/Generated1152.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1153/Generated1153.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1153/Generated1153.il index bc529e728d579e..364dfb988dd344 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1153/Generated1153.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1153/Generated1153.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1154/Generated1154.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1154/Generated1154.il index bb7b4ff3c22072..10bfd100694b2e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1154/Generated1154.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1154/Generated1154.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1155/Generated1155.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1155/Generated1155.il index 61a8c0f7659c94..ee08392a5ae662 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1155/Generated1155.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1155/Generated1155.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1156/Generated1156.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1156/Generated1156.il index 98cb7172945d9b..145a62512876c1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1156/Generated1156.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1156/Generated1156.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1157/Generated1157.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1157/Generated1157.il index c00d5c43a6baa7..bae2cad7680166 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1157/Generated1157.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1157/Generated1157.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1158/Generated1158.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1158/Generated1158.il index be6f2b4c5de9a1..d95f669a627f10 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1158/Generated1158.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1158/Generated1158.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1159/Generated1159.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1159/Generated1159.il index 2bfd14c9cb8a1f..9e7de4ca940393 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1159/Generated1159.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1159/Generated1159.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest116/Generated116.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest116/Generated116.il index 9cf9453c6ef41c..3b2b547140caea 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest116/Generated116.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest116/Generated116.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1160/Generated1160.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1160/Generated1160.il index 26a364c7af9fba..498be51d032c20 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1160/Generated1160.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1160/Generated1160.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1161/Generated1161.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1161/Generated1161.il index e0d1a6d7d244ae..7f556ca7bf75db 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1161/Generated1161.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1161/Generated1161.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1162/Generated1162.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1162/Generated1162.il index aa356d2539f263..d03c1f658dc75e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1162/Generated1162.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1162/Generated1162.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1163/Generated1163.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1163/Generated1163.il index b114c600a36cf3..d935cada8f2c73 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1163/Generated1163.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1163/Generated1163.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1164/Generated1164.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1164/Generated1164.il index 3179c0135ab8cd..58086b4133822b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1164/Generated1164.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1164/Generated1164.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1165/Generated1165.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1165/Generated1165.il index 84419b2de32b67..30aeedfd51d45a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1165/Generated1165.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1165/Generated1165.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1166/Generated1166.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1166/Generated1166.il index 41ceb02a230dc5..03e70d65e592d6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1166/Generated1166.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1166/Generated1166.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1167/Generated1167.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1167/Generated1167.il index ffeab4d43e2ade..51bb1c1261132e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1167/Generated1167.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1167/Generated1167.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1168/Generated1168.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1168/Generated1168.il index d84ee2c7ad77f1..ec3c2706e16730 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1168/Generated1168.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1168/Generated1168.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1169/Generated1169.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1169/Generated1169.il index 6887744fd6ec2b..63261953abf0bb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1169/Generated1169.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1169/Generated1169.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest117/Generated117.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest117/Generated117.il index a4edfcf4ac9219..7a0ff6c7dd45c4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest117/Generated117.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest117/Generated117.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1170/Generated1170.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1170/Generated1170.il index 86962c4b1c3060..fb084c83952b39 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1170/Generated1170.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1170/Generated1170.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1171/Generated1171.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1171/Generated1171.il index 3abbd1e1144560..873c2790018425 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1171/Generated1171.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1171/Generated1171.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1172/Generated1172.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1172/Generated1172.il index eef18dbf1bfde3..dff68b0bca9673 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1172/Generated1172.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1172/Generated1172.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1173/Generated1173.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1173/Generated1173.il index 704489fb2a0bce..e8afc738f2b2f6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1173/Generated1173.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1173/Generated1173.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1174/Generated1174.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1174/Generated1174.il index 2c5608bee28e97..c9d6cc5d6d0068 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1174/Generated1174.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1174/Generated1174.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1175/Generated1175.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1175/Generated1175.il index 8a6ec01269841e..7a4b8aa5386284 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1175/Generated1175.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1175/Generated1175.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1176/Generated1176.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1176/Generated1176.il index 1735057de7453f..03edecf6ac3371 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1176/Generated1176.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1176/Generated1176.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1177/Generated1177.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1177/Generated1177.il index 2b342b75ef9ca1..cca13e48cd718b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1177/Generated1177.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1177/Generated1177.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1178/Generated1178.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1178/Generated1178.il index f87a26099690c5..29073bb386fab6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1178/Generated1178.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1178/Generated1178.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1179/Generated1179.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1179/Generated1179.il index 56486fc4428c0e..531d0098aafa62 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1179/Generated1179.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1179/Generated1179.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest118/Generated118.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest118/Generated118.il index 74e8af8c457205..2ca9b960aabaa8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest118/Generated118.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest118/Generated118.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1180/Generated1180.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1180/Generated1180.il index 602ca4632a5005..fea7366ed0da67 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1180/Generated1180.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1180/Generated1180.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1181/Generated1181.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1181/Generated1181.il index f5e0f69249f4f8..dbeaf9b7cde53d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1181/Generated1181.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1181/Generated1181.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1182/Generated1182.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1182/Generated1182.il index db9d52a39abdf2..c34808d3c257e7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1182/Generated1182.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1182/Generated1182.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1183/Generated1183.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1183/Generated1183.il index e4f263b4e6d20a..6010756cc75f38 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1183/Generated1183.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1183/Generated1183.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1184/Generated1184.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1184/Generated1184.il index 3270fcbeb13c3f..ee676269b9953e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1184/Generated1184.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1184/Generated1184.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1185/Generated1185.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1185/Generated1185.il index eb0bb78ba3baa3..7da400bb911eb4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1185/Generated1185.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1185/Generated1185.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1186/Generated1186.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1186/Generated1186.il index ec769b6f6a2d01..dd711d0f6c4890 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1186/Generated1186.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1186/Generated1186.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1187/Generated1187.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1187/Generated1187.il index d476c3377ca176..df7a1133c740d7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1187/Generated1187.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1187/Generated1187.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1188/Generated1188.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1188/Generated1188.il index 2e37c55b682113..8eb11f75b1a21b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1188/Generated1188.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1188/Generated1188.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1189/Generated1189.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1189/Generated1189.il index a20bbac518edcd..b5fc4d3b873e5c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1189/Generated1189.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1189/Generated1189.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest119/Generated119.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest119/Generated119.il index 487b261d25c7f0..90a6d60c4f3003 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest119/Generated119.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest119/Generated119.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1190/Generated1190.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1190/Generated1190.il index 373c9d06063e89..a3246adafbb5d6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1190/Generated1190.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1190/Generated1190.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1191/Generated1191.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1191/Generated1191.il index 8e7f946a4352b2..2286fd0779e1e0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1191/Generated1191.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1191/Generated1191.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1192/Generated1192.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1192/Generated1192.il index 207246d5cadb06..58525faf6e4a76 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1192/Generated1192.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1192/Generated1192.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1193/Generated1193.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1193/Generated1193.il index 0e44b949ee3c6f..3a8362e99325a3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1193/Generated1193.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1193/Generated1193.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1194/Generated1194.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1194/Generated1194.il index c9fe7b31955e59..50ffbeebe4b1da 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1194/Generated1194.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1194/Generated1194.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1195/Generated1195.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1195/Generated1195.il index 5387f81f3c14a5..8d2c59cca85c90 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1195/Generated1195.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1195/Generated1195.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1196/Generated1196.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1196/Generated1196.il index 1b244bd7dd9987..49e8061d23b0d2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1196/Generated1196.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1196/Generated1196.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1197/Generated1197.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1197/Generated1197.il index 06b7f5eced8a33..c5767a4b8c3141 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1197/Generated1197.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1197/Generated1197.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1198/Generated1198.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1198/Generated1198.il index d5adc2895d8f9a..52e66fa8f60354 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1198/Generated1198.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1198/Generated1198.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1199/Generated1199.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1199/Generated1199.il index 21ff661b2c9ebb..2e75473bc5fa94 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1199/Generated1199.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1199/Generated1199.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest12/Generated12.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest12/Generated12.il index 95351a3fc78b37..68d323660a887d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest12/Generated12.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest12/Generated12.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest120/Generated120.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest120/Generated120.il index 5a0c03cc442f34..121c00558733bc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest120/Generated120.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest120/Generated120.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1200/Generated1200.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1200/Generated1200.il index ce3d8152c14db4..abf87f9749297b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1200/Generated1200.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1200/Generated1200.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1201/Generated1201.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1201/Generated1201.il index 3924bfed6b533d..0752c8f7027869 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1201/Generated1201.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1201/Generated1201.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1202/Generated1202.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1202/Generated1202.il index c21d29f556a25e..aa3579a911969b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1202/Generated1202.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1202/Generated1202.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1203/Generated1203.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1203/Generated1203.il index eefd07163b29aa..983c963d0393c3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1203/Generated1203.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1203/Generated1203.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1204/Generated1204.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1204/Generated1204.il index 1467e215a2c536..8c3b4b097ec471 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1204/Generated1204.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1204/Generated1204.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1205/Generated1205.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1205/Generated1205.il index fd157727b3decb..e899df211ea8b7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1205/Generated1205.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1205/Generated1205.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1206/Generated1206.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1206/Generated1206.il index 0eadffac49f28d..915bdfaa007f80 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1206/Generated1206.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1206/Generated1206.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1207/Generated1207.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1207/Generated1207.il index b9f130a141790e..9ffa433a2f43fc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1207/Generated1207.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1207/Generated1207.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1208/Generated1208.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1208/Generated1208.il index b6b0ce84af5ab3..51b326793471d0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1208/Generated1208.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1208/Generated1208.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1209/Generated1209.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1209/Generated1209.il index 06eec910362c2f..251edf07857934 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1209/Generated1209.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1209/Generated1209.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest121/Generated121.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest121/Generated121.il index 0eca6d6298eeee..43290c622777e8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest121/Generated121.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest121/Generated121.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1210/Generated1210.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1210/Generated1210.il index d992133d1253b0..9f2491667ee944 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1210/Generated1210.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1210/Generated1210.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1211/Generated1211.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1211/Generated1211.il index e831012aac31bb..6286968c9a4f5e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1211/Generated1211.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1211/Generated1211.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1212/Generated1212.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1212/Generated1212.il index eb2573a25dbc45..db36489de784b1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1212/Generated1212.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1212/Generated1212.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1213/Generated1213.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1213/Generated1213.il index 254f77d2a7c36d..2065f00a36685a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1213/Generated1213.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1213/Generated1213.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1214/Generated1214.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1214/Generated1214.il index 64bfa5e41bdbcd..1dff0adf1dc0da 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1214/Generated1214.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1214/Generated1214.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1215/Generated1215.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1215/Generated1215.il index 48821db25e80e3..f47adcf742fba5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1215/Generated1215.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1215/Generated1215.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1216/Generated1216.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1216/Generated1216.il index aeaa800eaef236..336fd5c8c467c2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1216/Generated1216.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1216/Generated1216.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1217/Generated1217.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1217/Generated1217.il index 8369c96694e165..b586db46d1c8ae 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1217/Generated1217.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1217/Generated1217.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1218/Generated1218.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1218/Generated1218.il index 9a82ad3128707a..b09479adc6617e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1218/Generated1218.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1218/Generated1218.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1219/Generated1219.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1219/Generated1219.il index 0766d450ffe413..f9adad39b09798 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1219/Generated1219.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1219/Generated1219.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest122/Generated122.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest122/Generated122.il index 449354abb0f830..73239aff1cde4b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest122/Generated122.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest122/Generated122.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1220/Generated1220.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1220/Generated1220.il index 3c1d70200e6c8e..87c9b53bc8808a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1220/Generated1220.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1220/Generated1220.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1221/Generated1221.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1221/Generated1221.il index 3563269dc7262b..dcde94bfd782f3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1221/Generated1221.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1221/Generated1221.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1222/Generated1222.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1222/Generated1222.il index a7548e52deee27..ad7bf59a086fa3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1222/Generated1222.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1222/Generated1222.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1223/Generated1223.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1223/Generated1223.il index 982e57175ef6ba..553aac97b2fd95 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1223/Generated1223.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1223/Generated1223.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1224/Generated1224.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1224/Generated1224.il index 6d5dc5dd9dd557..6d84f36037323f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1224/Generated1224.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1224/Generated1224.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1225/Generated1225.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1225/Generated1225.il index bfb6a39b25254f..4668920e9ca89c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1225/Generated1225.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1225/Generated1225.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1226/Generated1226.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1226/Generated1226.il index ea1605486c4043..220a93168ecd02 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1226/Generated1226.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1226/Generated1226.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1227/Generated1227.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1227/Generated1227.il index 56c9159ddeb21f..5586e1859e8ee5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1227/Generated1227.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1227/Generated1227.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1228/Generated1228.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1228/Generated1228.il index 79e5f1c2e0dafd..9357d35dce6284 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1228/Generated1228.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1228/Generated1228.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1229/Generated1229.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1229/Generated1229.il index 7ad02f636a10fb..094188ca8e8ffa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1229/Generated1229.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1229/Generated1229.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest123/Generated123.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest123/Generated123.il index 2e16b47a2ef5b4..6b9817f64642a9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest123/Generated123.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest123/Generated123.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1230/Generated1230.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1230/Generated1230.il index 7f60145d9e4d57..ec22be95459c3e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1230/Generated1230.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1230/Generated1230.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1231/Generated1231.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1231/Generated1231.il index afe60c8e128f57..40c91b0782a02e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1231/Generated1231.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1231/Generated1231.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1232/Generated1232.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1232/Generated1232.il index 5eb0d21a972993..d607c8f17a6be6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1232/Generated1232.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1232/Generated1232.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1233/Generated1233.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1233/Generated1233.il index a42edac5c02851..ffcccef6349126 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1233/Generated1233.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1233/Generated1233.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1234/Generated1234.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1234/Generated1234.il index 09a52f59c80d4e..47339fc0b9d73c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1234/Generated1234.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1234/Generated1234.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1235/Generated1235.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1235/Generated1235.il index b9efa781cf1792..7c880c4c1e17ae 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1235/Generated1235.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1235/Generated1235.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1236/Generated1236.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1236/Generated1236.il index dd5dfffedce1c6..08128c76a7283e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1236/Generated1236.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1236/Generated1236.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1237/Generated1237.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1237/Generated1237.il index 6738c124b32909..89946b4e24cd9b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1237/Generated1237.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1237/Generated1237.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1238/Generated1238.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1238/Generated1238.il index af936873476ab7..5f038a3371c49c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1238/Generated1238.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1238/Generated1238.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1239/Generated1239.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1239/Generated1239.il index 166b2514ab7782..a3d65c7ee49ffc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1239/Generated1239.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1239/Generated1239.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest124/Generated124.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest124/Generated124.il index 82d0ef99366eb3..fe3e29fe7971d9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest124/Generated124.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest124/Generated124.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1240/Generated1240.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1240/Generated1240.il index ac3f73e26e6a0d..b0f25389796779 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1240/Generated1240.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1240/Generated1240.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1241/Generated1241.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1241/Generated1241.il index 31d0bdaaad6a44..5032772a41809d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1241/Generated1241.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1241/Generated1241.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1242/Generated1242.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1242/Generated1242.il index 1e77c629667b46..6d5ba548169a8b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1242/Generated1242.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1242/Generated1242.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1243/Generated1243.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1243/Generated1243.il index 898a757a691bf5..dd68aa6b77225d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1243/Generated1243.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1243/Generated1243.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1244/Generated1244.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1244/Generated1244.il index 8f816456c10ec4..bb9e486c04ca64 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1244/Generated1244.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1244/Generated1244.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1245/Generated1245.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1245/Generated1245.il index 6f8ad267bc0708..f34f4809a33672 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1245/Generated1245.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1245/Generated1245.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1246/Generated1246.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1246/Generated1246.il index be3bcea534ff46..5a78e65780d89e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1246/Generated1246.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1246/Generated1246.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1247/Generated1247.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1247/Generated1247.il index 73161a39b83cda..f1c3d21aba65cf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1247/Generated1247.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1247/Generated1247.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1248/Generated1248.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1248/Generated1248.il index 8a4c2fcd1cd254..428fd4f67838dd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1248/Generated1248.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1248/Generated1248.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1249/Generated1249.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1249/Generated1249.il index c086b582fcf19e..16c9abfae1a82e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1249/Generated1249.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1249/Generated1249.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest125/Generated125.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest125/Generated125.il index 48f9d24ebd280a..506473c711911c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest125/Generated125.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest125/Generated125.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1250/Generated1250.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1250/Generated1250.il index 8ecbf8442db4b3..c35c0665e53e53 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1250/Generated1250.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1250/Generated1250.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1251/Generated1251.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1251/Generated1251.il index 215f13a933ff4c..768d8bd32b4c87 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1251/Generated1251.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1251/Generated1251.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1252/Generated1252.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1252/Generated1252.il index c76a1a320f06a6..d1f5866595a342 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1252/Generated1252.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1252/Generated1252.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1253/Generated1253.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1253/Generated1253.il index b5fb1073ca8a5e..2e638d226f3dad 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1253/Generated1253.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1253/Generated1253.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1254/Generated1254.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1254/Generated1254.il index 8eacd2027884eb..4b3723082e7223 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1254/Generated1254.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1254/Generated1254.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1255/Generated1255.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1255/Generated1255.il index fd11e35cc9ab51..802884c5ba2aba 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1255/Generated1255.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1255/Generated1255.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1256/Generated1256.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1256/Generated1256.il index 1b4aa231d5c8c6..1311d0bbf7e60d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1256/Generated1256.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1256/Generated1256.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1257/Generated1257.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1257/Generated1257.il index fccf636ba960d2..13bf0732e9cf14 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1257/Generated1257.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1257/Generated1257.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1258/Generated1258.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1258/Generated1258.il index b9bc908720522a..db0f4bf8e7538b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1258/Generated1258.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1258/Generated1258.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1259/Generated1259.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1259/Generated1259.il index b1f1eb3545ead4..ed99695a23fafa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1259/Generated1259.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1259/Generated1259.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest126/Generated126.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest126/Generated126.il index 660df9dab5d7f5..66ad51cfec103a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest126/Generated126.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest126/Generated126.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1260/Generated1260.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1260/Generated1260.il index b3ffc104f2c9c2..3dbbe47a0ef62a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1260/Generated1260.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1260/Generated1260.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1261/Generated1261.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1261/Generated1261.il index fcd7866bffe3af..427af521dc3883 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1261/Generated1261.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1261/Generated1261.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1262/Generated1262.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1262/Generated1262.il index 19ad0a442aee28..369b4d90d2da7c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1262/Generated1262.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1262/Generated1262.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1263/Generated1263.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1263/Generated1263.il index f33792cb0d1141..56836f1efc76c6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1263/Generated1263.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1263/Generated1263.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1264/Generated1264.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1264/Generated1264.il index dfef0ffad2a459..46e6815d423322 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1264/Generated1264.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1264/Generated1264.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1265/Generated1265.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1265/Generated1265.il index 43678782ed719c..a3242efcc6a193 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1265/Generated1265.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1265/Generated1265.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1266/Generated1266.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1266/Generated1266.il index e5ffa0cf8d2a28..f4b7effddb95a7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1266/Generated1266.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1266/Generated1266.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1267/Generated1267.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1267/Generated1267.il index fa6ded485b7390..97e3178dad38eb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1267/Generated1267.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1267/Generated1267.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1268/Generated1268.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1268/Generated1268.il index 239de21f6a72ea..e92a6c638c5785 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1268/Generated1268.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1268/Generated1268.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1269/Generated1269.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1269/Generated1269.il index a4cdb0103828b0..09ee2002ce7a9d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1269/Generated1269.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1269/Generated1269.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest127/Generated127.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest127/Generated127.il index c4ca49d104e63d..f21bd5be398e21 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest127/Generated127.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest127/Generated127.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1270/Generated1270.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1270/Generated1270.il index a55ec22b85ce71..abb958f2ae3625 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1270/Generated1270.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1270/Generated1270.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1271/Generated1271.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1271/Generated1271.il index 6dcf02e97d0031..4c7be793d4d025 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1271/Generated1271.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1271/Generated1271.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1272/Generated1272.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1272/Generated1272.il index 9b951080d64783..665aa64a2eaa46 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1272/Generated1272.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1272/Generated1272.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1273/Generated1273.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1273/Generated1273.il index 17eaec16a76952..514e098fa19802 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1273/Generated1273.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1273/Generated1273.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1274/Generated1274.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1274/Generated1274.il index d5798fd155cf16..a442cd783d0b8a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1274/Generated1274.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1274/Generated1274.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1275/Generated1275.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1275/Generated1275.il index b7f143651658c2..eaaffc6677dd89 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1275/Generated1275.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1275/Generated1275.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1276/Generated1276.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1276/Generated1276.il index 7a84ecd17559f1..952434287e8bf2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1276/Generated1276.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1276/Generated1276.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1277/Generated1277.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1277/Generated1277.il index c85486339cb945..1ca8880e70494b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1277/Generated1277.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1277/Generated1277.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1278/Generated1278.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1278/Generated1278.il index 948e018d868342..6c486b6a42ab7d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1278/Generated1278.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1278/Generated1278.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1279/Generated1279.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1279/Generated1279.il index 7231b89937b2b3..c1e9f16be24bad 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1279/Generated1279.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1279/Generated1279.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest128/Generated128.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest128/Generated128.il index b74e5036a496e4..e766e572b60a85 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest128/Generated128.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest128/Generated128.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1280/Generated1280.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1280/Generated1280.il index 6f1f29d731ede8..f55f42ee039db7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1280/Generated1280.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1280/Generated1280.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1281/Generated1281.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1281/Generated1281.il index ae21853f307d37..5c43653adabe86 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1281/Generated1281.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1281/Generated1281.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1282/Generated1282.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1282/Generated1282.il index 3da3dc3f9f3492..818ed1f79028b9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1282/Generated1282.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1282/Generated1282.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1283/Generated1283.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1283/Generated1283.il index 22cfeacb5dbf9c..c44ea973cabc75 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1283/Generated1283.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1283/Generated1283.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1284/Generated1284.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1284/Generated1284.il index 9de00e06b6378c..a577ca2da10a19 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1284/Generated1284.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1284/Generated1284.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1285/Generated1285.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1285/Generated1285.il index 61bbb603403726..be074990b7c3d3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1285/Generated1285.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1285/Generated1285.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1286/Generated1286.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1286/Generated1286.il index 74f04198964843..e60f9e2e40e4b0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1286/Generated1286.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1286/Generated1286.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1287/Generated1287.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1287/Generated1287.il index 9771ea72e730e9..2c84fac6b82701 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1287/Generated1287.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1287/Generated1287.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1288/Generated1288.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1288/Generated1288.il index 9b84796e49a5e1..8015f9e1fc0599 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1288/Generated1288.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1288/Generated1288.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1289/Generated1289.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1289/Generated1289.il index 06f7ceb13920a3..75495b8041db20 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1289/Generated1289.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1289/Generated1289.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest129/Generated129.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest129/Generated129.il index f231dc4648fb2b..02427d6e8c10eb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest129/Generated129.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest129/Generated129.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1290/Generated1290.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1290/Generated1290.il index 7a64d3f1c4ce0b..4dbac7a4980ed5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1290/Generated1290.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1290/Generated1290.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1291/Generated1291.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1291/Generated1291.il index d5d7e5aad394d9..ef24e10c60b6de 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1291/Generated1291.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1291/Generated1291.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1292/Generated1292.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1292/Generated1292.il index 551f1d0856b8ab..1a3e9795eefd2e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1292/Generated1292.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1292/Generated1292.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1293/Generated1293.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1293/Generated1293.il index 7df01037f24df1..16ea19819e3f32 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1293/Generated1293.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1293/Generated1293.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1294/Generated1294.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1294/Generated1294.il index e9567512112297..b78b1ae9ef6a58 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1294/Generated1294.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1294/Generated1294.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1295/Generated1295.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1295/Generated1295.il index 687e7523b31cf2..9e52fc6ca0cfc8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1295/Generated1295.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1295/Generated1295.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1296/Generated1296.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1296/Generated1296.il index 92c5ee4a7c879c..8b215412e414e6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1296/Generated1296.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1296/Generated1296.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1297/Generated1297.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1297/Generated1297.il index c7f8869156a370..bf186f5b7374de 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1297/Generated1297.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1297/Generated1297.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1298/Generated1298.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1298/Generated1298.il index 97cb8d3401c0a3..d7bbdf586ff954 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1298/Generated1298.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1298/Generated1298.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1299/Generated1299.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1299/Generated1299.il index c4a3620c5ed63d..8c438bc9d1cabf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1299/Generated1299.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1299/Generated1299.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest13/Generated13.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest13/Generated13.il index d51d6d2592daeb..b0d97f5e2caa8d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest13/Generated13.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest13/Generated13.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest130/Generated130.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest130/Generated130.il index 47f65f103fa8e5..bcf8c5c7231cda 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest130/Generated130.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest130/Generated130.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1300/Generated1300.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1300/Generated1300.il index e74d598ce6231f..bb44b4dbde9bfa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1300/Generated1300.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1300/Generated1300.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1301/Generated1301.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1301/Generated1301.il index f0204a123f6701..d670a79f7f9ae1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1301/Generated1301.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1301/Generated1301.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1302/Generated1302.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1302/Generated1302.il index 8e0a8885facf4a..ea07375cf17ab0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1302/Generated1302.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1302/Generated1302.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1303/Generated1303.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1303/Generated1303.il index 43bc9be6fb1cc0..3452e369200471 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1303/Generated1303.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1303/Generated1303.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1304/Generated1304.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1304/Generated1304.il index 82c968faada60a..54fe33938e346f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1304/Generated1304.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1304/Generated1304.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1305/Generated1305.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1305/Generated1305.il index ec32a124732319..b31450f06d161c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1305/Generated1305.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1305/Generated1305.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1306/Generated1306.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1306/Generated1306.il index 8f0e27c27b1780..35575890ec65e7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1306/Generated1306.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1306/Generated1306.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1307/Generated1307.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1307/Generated1307.il index c7121ae120062c..424051ef104db5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1307/Generated1307.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1307/Generated1307.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1308/Generated1308.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1308/Generated1308.il index 385a3668ccaa9b..360009828c7031 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1308/Generated1308.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1308/Generated1308.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1309/Generated1309.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1309/Generated1309.il index d6b97d6c91cab7..f6987a2f3c8da3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1309/Generated1309.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1309/Generated1309.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest131/Generated131.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest131/Generated131.il index 6d4921d52fda7e..34cc2e6617a82b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest131/Generated131.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest131/Generated131.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1310/Generated1310.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1310/Generated1310.il index 5ff1d5af6aafa1..cb419462c7dcfd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1310/Generated1310.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1310/Generated1310.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1311/Generated1311.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1311/Generated1311.il index cb31bdd2ebc034..02569e4423ca09 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1311/Generated1311.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1311/Generated1311.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1312/Generated1312.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1312/Generated1312.il index 73c29071ad1154..1083043e615116 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1312/Generated1312.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1312/Generated1312.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1313/Generated1313.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1313/Generated1313.il index 0b5291fb0eb3a5..181cb51f7b9b9c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1313/Generated1313.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1313/Generated1313.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1314/Generated1314.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1314/Generated1314.il index 9d6f03317ebf98..20505c5d615e76 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1314/Generated1314.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1314/Generated1314.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1315/Generated1315.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1315/Generated1315.il index cc906a8da71781..c62ef80b737718 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1315/Generated1315.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1315/Generated1315.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1316/Generated1316.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1316/Generated1316.il index 7f2e76ff6232d2..937440769f0903 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1316/Generated1316.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1316/Generated1316.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1317/Generated1317.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1317/Generated1317.il index c58d7e03ea9c07..0a24ca413b5b34 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1317/Generated1317.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1317/Generated1317.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1318/Generated1318.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1318/Generated1318.il index d76f39b8efd262..ad9308a5e1fd65 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1318/Generated1318.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1318/Generated1318.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1319/Generated1319.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1319/Generated1319.il index 4567f4c908570e..7ac29bab2fdb60 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1319/Generated1319.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1319/Generated1319.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest132/Generated132.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest132/Generated132.il index 733bd653029307..e86274f116809d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest132/Generated132.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest132/Generated132.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1320/Generated1320.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1320/Generated1320.il index c02be4d5826f0e..5dacd0657cb298 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1320/Generated1320.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1320/Generated1320.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1321/Generated1321.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1321/Generated1321.il index 10f61e83a556ab..94ecf952724231 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1321/Generated1321.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1321/Generated1321.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1322/Generated1322.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1322/Generated1322.il index ff37fdee925c25..e675e477f0aa14 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1322/Generated1322.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1322/Generated1322.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1323/Generated1323.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1323/Generated1323.il index adfe09f941af5d..74ca4fcd50e07c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1323/Generated1323.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1323/Generated1323.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1324/Generated1324.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1324/Generated1324.il index 6d643173c4323b..640d3574fd6c5f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1324/Generated1324.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1324/Generated1324.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1325/Generated1325.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1325/Generated1325.il index 31149564d0977f..ffe854d64773a4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1325/Generated1325.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1325/Generated1325.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1326/Generated1326.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1326/Generated1326.il index 263d774393532d..d8a5688ebc31ed 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1326/Generated1326.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1326/Generated1326.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1327/Generated1327.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1327/Generated1327.il index 5d465fca58c651..eb64536faf3722 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1327/Generated1327.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1327/Generated1327.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1328/Generated1328.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1328/Generated1328.il index ae7aec39e28a09..8bf993e8b7bddd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1328/Generated1328.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1328/Generated1328.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1329/Generated1329.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1329/Generated1329.il index a2748e98856ccb..16c84cb05ebda5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1329/Generated1329.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1329/Generated1329.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest133/Generated133.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest133/Generated133.il index dd331d41611654..836212382c2d6c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest133/Generated133.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest133/Generated133.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1330/Generated1330.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1330/Generated1330.il index 68fee687e11c4a..deec2c7b286642 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1330/Generated1330.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1330/Generated1330.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1331/Generated1331.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1331/Generated1331.il index 0d104380bccb94..9ed5ee18307555 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1331/Generated1331.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1331/Generated1331.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1332/Generated1332.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1332/Generated1332.il index 457b700402304c..2965f3b67d9e1e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1332/Generated1332.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1332/Generated1332.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1333/Generated1333.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1333/Generated1333.il index 8abda468b8010e..ba0a7b9aed42a0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1333/Generated1333.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1333/Generated1333.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1334/Generated1334.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1334/Generated1334.il index 55c494289556c1..4f0c0da7cb685b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1334/Generated1334.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1334/Generated1334.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1335/Generated1335.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1335/Generated1335.il index d65a0065ca1bd0..181c26cfeca113 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1335/Generated1335.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1335/Generated1335.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1336/Generated1336.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1336/Generated1336.il index 4ee816607f5440..06ba08c4e96024 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1336/Generated1336.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1336/Generated1336.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1337/Generated1337.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1337/Generated1337.il index bbda088d53d7d8..ef1111fead72e6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1337/Generated1337.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1337/Generated1337.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1338/Generated1338.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1338/Generated1338.il index 0abb10512193a8..f6d21ccf84091e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1338/Generated1338.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1338/Generated1338.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1339/Generated1339.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1339/Generated1339.il index 41cd2b0a8d7f81..fecbf33d5ce3a9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1339/Generated1339.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1339/Generated1339.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest134/Generated134.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest134/Generated134.il index 9fe9eb21b36706..c154559dac783e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest134/Generated134.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest134/Generated134.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1340/Generated1340.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1340/Generated1340.il index 965e9877cb222f..6041743c4ba58b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1340/Generated1340.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1340/Generated1340.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1341/Generated1341.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1341/Generated1341.il index e65a9206584d81..ddfb9281d9e478 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1341/Generated1341.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1341/Generated1341.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1342/Generated1342.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1342/Generated1342.il index b7e76dbb18842a..a4a3a54748561b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1342/Generated1342.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1342/Generated1342.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1343/Generated1343.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1343/Generated1343.il index 866fb994df763b..40130e12a8dbd1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1343/Generated1343.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1343/Generated1343.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1344/Generated1344.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1344/Generated1344.il index d050dbddb9f971..956a3d43a27b00 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1344/Generated1344.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1344/Generated1344.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1345/Generated1345.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1345/Generated1345.il index 934805e7b07356..9cb432eb8f1fb6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1345/Generated1345.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1345/Generated1345.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1346/Generated1346.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1346/Generated1346.il index 53f0befd4d3d4c..7098c385bc3e6f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1346/Generated1346.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1346/Generated1346.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1347/Generated1347.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1347/Generated1347.il index bcc3d06099cdff..95f3194a8df0c3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1347/Generated1347.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1347/Generated1347.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1348/Generated1348.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1348/Generated1348.il index 42398193a81c0c..e87cc9f7afe691 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1348/Generated1348.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1348/Generated1348.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1349/Generated1349.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1349/Generated1349.il index da7c50919e617c..e7c66d2e00f89c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1349/Generated1349.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1349/Generated1349.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest135/Generated135.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest135/Generated135.il index 938dd3157b4a1f..b8acb704fc73c2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest135/Generated135.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest135/Generated135.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1350/Generated1350.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1350/Generated1350.il index f81d7e4143699e..09b8bf2b658adf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1350/Generated1350.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1350/Generated1350.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1351/Generated1351.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1351/Generated1351.il index b3bda4303e4644..fff4c31a5b036a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1351/Generated1351.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1351/Generated1351.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1352/Generated1352.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1352/Generated1352.il index ab22d31fac12f9..38aaf0c8e56b84 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1352/Generated1352.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1352/Generated1352.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1353/Generated1353.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1353/Generated1353.il index 8023d2b0daede4..a79adfe98373ec 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1353/Generated1353.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1353/Generated1353.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1354/Generated1354.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1354/Generated1354.il index 8d23b9dfaf2272..d85c5b35b9e940 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1354/Generated1354.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1354/Generated1354.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1355/Generated1355.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1355/Generated1355.il index 169c187a0abda0..c2eb431edd2af4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1355/Generated1355.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1355/Generated1355.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1356/Generated1356.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1356/Generated1356.il index 9e7c96abc47d54..dd9795741d6e57 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1356/Generated1356.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1356/Generated1356.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1357/Generated1357.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1357/Generated1357.il index c153217a3edfcc..faa14bb5938b68 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1357/Generated1357.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1357/Generated1357.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1358/Generated1358.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1358/Generated1358.il index b0dcd7933d3011..66f7031ccbb6cc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1358/Generated1358.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1358/Generated1358.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1359/Generated1359.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1359/Generated1359.il index e1ee7cd307a6b0..dfc1649dd3dcd8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1359/Generated1359.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1359/Generated1359.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest136/Generated136.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest136/Generated136.il index 90ef9f885cb898..ad44569b67ee53 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest136/Generated136.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest136/Generated136.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1360/Generated1360.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1360/Generated1360.il index 20a5924c7b18ca..a520d7cc11c015 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1360/Generated1360.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1360/Generated1360.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1361/Generated1361.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1361/Generated1361.il index ea716ef2aa0be1..9f0a854a49ff3b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1361/Generated1361.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1361/Generated1361.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1362/Generated1362.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1362/Generated1362.il index 384e62857abb5d..10864f9dbd23d9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1362/Generated1362.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1362/Generated1362.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1363/Generated1363.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1363/Generated1363.il index ce7ac84b4b4ac5..c0a4aa8c24be28 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1363/Generated1363.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1363/Generated1363.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1364/Generated1364.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1364/Generated1364.il index d2188c6b6007e4..e6a09945bdb172 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1364/Generated1364.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1364/Generated1364.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1365/Generated1365.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1365/Generated1365.il index 793b0f4702ea2c..368520f91b8bcf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1365/Generated1365.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1365/Generated1365.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1366/Generated1366.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1366/Generated1366.il index c50f5167b5a8ec..7f2c7de63b5a77 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1366/Generated1366.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1366/Generated1366.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1367/Generated1367.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1367/Generated1367.il index 7ef9a47d605434..7e6927d04e63be 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1367/Generated1367.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1367/Generated1367.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1368/Generated1368.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1368/Generated1368.il index b842b6d6fa8c67..bc7a77927b741b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1368/Generated1368.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1368/Generated1368.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1369/Generated1369.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1369/Generated1369.il index 2e835027489d71..109fd8ccc85cba 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1369/Generated1369.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1369/Generated1369.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest137/Generated137.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest137/Generated137.il index 367157558f14b0..a8a5c2fd7b9260 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest137/Generated137.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest137/Generated137.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1370/Generated1370.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1370/Generated1370.il index a83789955e738a..d6ba7f02a93e1c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1370/Generated1370.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1370/Generated1370.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1371/Generated1371.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1371/Generated1371.il index 345641039e7183..08ffb465a71d5b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1371/Generated1371.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1371/Generated1371.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1372/Generated1372.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1372/Generated1372.il index f583f35cc00b4c..b94e002b3ac09a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1372/Generated1372.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1372/Generated1372.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1373/Generated1373.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1373/Generated1373.il index 37dd156a47c467..e854f33dff7edf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1373/Generated1373.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1373/Generated1373.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1374/Generated1374.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1374/Generated1374.il index e997544dc786ca..ad22da05b1f782 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1374/Generated1374.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1374/Generated1374.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1375/Generated1375.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1375/Generated1375.il index 9f175ae59286c7..6e665a61648956 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1375/Generated1375.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1375/Generated1375.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1376/Generated1376.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1376/Generated1376.il index 2f9bfd21217439..d2fff78bae5364 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1376/Generated1376.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1376/Generated1376.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1377/Generated1377.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1377/Generated1377.il index c988214eeaf376..6aaba864fd265d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1377/Generated1377.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1377/Generated1377.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1378/Generated1378.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1378/Generated1378.il index 205846b0c31793..55070e65c9f9aa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1378/Generated1378.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1378/Generated1378.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1379/Generated1379.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1379/Generated1379.il index d155da62b9d605..23124aadcd857c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1379/Generated1379.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1379/Generated1379.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest138/Generated138.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest138/Generated138.il index 4388e2d12827c8..b7ae28ba1ef840 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest138/Generated138.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest138/Generated138.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1380/Generated1380.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1380/Generated1380.il index 4d6589fe8fd56b..40602f2d5ae1e5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1380/Generated1380.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1380/Generated1380.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1381/Generated1381.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1381/Generated1381.il index 3449f903cf22a6..0a453773d4ba53 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1381/Generated1381.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1381/Generated1381.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1382/Generated1382.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1382/Generated1382.il index 7d574f3535b6d9..2ebbf36f7a09ab 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1382/Generated1382.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1382/Generated1382.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1383/Generated1383.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1383/Generated1383.il index 2bc68e2512590d..8d227fa9429a75 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1383/Generated1383.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1383/Generated1383.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1384/Generated1384.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1384/Generated1384.il index 76d662213d2cda..be2419ba09687e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1384/Generated1384.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1384/Generated1384.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1385/Generated1385.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1385/Generated1385.il index 3b0cf5b661e798..dd8e1965f18dd0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1385/Generated1385.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1385/Generated1385.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1386/Generated1386.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1386/Generated1386.il index 90448064179bf0..05d993f4f0c3b7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1386/Generated1386.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1386/Generated1386.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1387/Generated1387.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1387/Generated1387.il index 6fb74cc99f6f67..8a5d4d42034866 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1387/Generated1387.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1387/Generated1387.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1388/Generated1388.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1388/Generated1388.il index 022152683e543c..d6afbbe1966050 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1388/Generated1388.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1388/Generated1388.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1389/Generated1389.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1389/Generated1389.il index b58782bea4e65c..241a89779bfc9a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1389/Generated1389.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1389/Generated1389.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest139/Generated139.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest139/Generated139.il index 27901d9609257e..ec2c70ff25adc4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest139/Generated139.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest139/Generated139.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1390/Generated1390.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1390/Generated1390.il index bf658ccb11516b..86997bccf1c786 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1390/Generated1390.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1390/Generated1390.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1391/Generated1391.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1391/Generated1391.il index 3ddcd7af0bc65a..1f4196162633d3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1391/Generated1391.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1391/Generated1391.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1392/Generated1392.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1392/Generated1392.il index 8333ad5cc8b4f9..8a94695c85188f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1392/Generated1392.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1392/Generated1392.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1393/Generated1393.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1393/Generated1393.il index f9e10fb49e6d19..7aa65226a76525 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1393/Generated1393.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1393/Generated1393.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1394/Generated1394.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1394/Generated1394.il index fdc008f74b84e5..98e36164a4211a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1394/Generated1394.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1394/Generated1394.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1395/Generated1395.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1395/Generated1395.il index 674068d821de83..3ae22fefd2f5f0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1395/Generated1395.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1395/Generated1395.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1396/Generated1396.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1396/Generated1396.il index 749170a32b66fe..395a690282b691 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1396/Generated1396.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1396/Generated1396.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1397/Generated1397.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1397/Generated1397.il index d4abceabdee442..a0018ac9b7c562 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1397/Generated1397.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1397/Generated1397.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1398/Generated1398.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1398/Generated1398.il index 137d7a373f07f3..f9fc727bb63bd6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1398/Generated1398.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1398/Generated1398.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1399/Generated1399.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1399/Generated1399.il index 663b6323625c3f..23c29eca509822 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1399/Generated1399.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1399/Generated1399.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest14/Generated14.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest14/Generated14.il index 2c6e1f853dd1df..ec375836171ec5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest14/Generated14.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest14/Generated14.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest140/Generated140.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest140/Generated140.il index f5e019d96a98cb..9720f71ba94644 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest140/Generated140.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest140/Generated140.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1400/Generated1400.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1400/Generated1400.il index bb46e55d6fc84b..d781bd021e3a02 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1400/Generated1400.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1400/Generated1400.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1401/Generated1401.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1401/Generated1401.il index e8f33957384cea..736e046b0f40c4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1401/Generated1401.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1401/Generated1401.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1402/Generated1402.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1402/Generated1402.il index fc4ff69e99d6eb..de02fa7369e110 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1402/Generated1402.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1402/Generated1402.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1403/Generated1403.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1403/Generated1403.il index 6b2218878102de..61a0fc93505f45 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1403/Generated1403.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1403/Generated1403.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1404/Generated1404.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1404/Generated1404.il index fd177003d509f8..4f1eb4fe45f801 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1404/Generated1404.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1404/Generated1404.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1405/Generated1405.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1405/Generated1405.il index 80160ef0f6d38e..d60cb57f4d5cc3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1405/Generated1405.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1405/Generated1405.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1406/Generated1406.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1406/Generated1406.il index ed1002da6d0d13..e56713674898d5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1406/Generated1406.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1406/Generated1406.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1407/Generated1407.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1407/Generated1407.il index fcb2c7b1ca9522..5daa05e91aaf1e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1407/Generated1407.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1407/Generated1407.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1408/Generated1408.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1408/Generated1408.il index c3fe0cb0330b7c..7397978ffc4724 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1408/Generated1408.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1408/Generated1408.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1409/Generated1409.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1409/Generated1409.il index a9b5c9fb94fe06..99e0a727f995cd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1409/Generated1409.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1409/Generated1409.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest141/Generated141.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest141/Generated141.il index dad65aebb43a17..1ad14861d5b84c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest141/Generated141.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest141/Generated141.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1410/Generated1410.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1410/Generated1410.il index 1fc50f5f3a3eb3..a0044db4d95078 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1410/Generated1410.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1410/Generated1410.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1411/Generated1411.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1411/Generated1411.il index a38e8bffe83a15..5e2f81feb651a6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1411/Generated1411.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1411/Generated1411.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1412/Generated1412.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1412/Generated1412.il index 258b3fd139ad81..01f3da91ad4900 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1412/Generated1412.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1412/Generated1412.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1413/Generated1413.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1413/Generated1413.il index 9956749846a133..c8bc375738b54b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1413/Generated1413.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1413/Generated1413.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1414/Generated1414.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1414/Generated1414.il index aa82d3b4360377..bf2ae13291c9ea 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1414/Generated1414.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1414/Generated1414.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1415/Generated1415.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1415/Generated1415.il index e3387d5fe6446b..d083a5be6bdfdc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1415/Generated1415.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1415/Generated1415.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1416/Generated1416.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1416/Generated1416.il index 7ae2d39c0c70de..dcd34ee2ec69f9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1416/Generated1416.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1416/Generated1416.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1417/Generated1417.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1417/Generated1417.il index 6d6c41f09c480c..8fd7df10864d1d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1417/Generated1417.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1417/Generated1417.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1418/Generated1418.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1418/Generated1418.il index 590dc80c2a83eb..d065e00b978364 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1418/Generated1418.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1418/Generated1418.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1419/Generated1419.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1419/Generated1419.il index 651a152d0cf246..a393945deb66ac 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1419/Generated1419.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1419/Generated1419.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest142/Generated142.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest142/Generated142.il index aa65176a84de6d..733a2e86c82648 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest142/Generated142.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest142/Generated142.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1420/Generated1420.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1420/Generated1420.il index cc5d2589c50947..4aff35783e45c5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1420/Generated1420.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1420/Generated1420.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1421/Generated1421.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1421/Generated1421.il index c85716ffe53f89..58aa551d88fc80 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1421/Generated1421.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1421/Generated1421.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1422/Generated1422.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1422/Generated1422.il index 248bd01bfddd91..9d4c0e00f198df 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1422/Generated1422.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1422/Generated1422.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1423/Generated1423.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1423/Generated1423.il index 52baa9635b1115..dff60ef62eee89 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1423/Generated1423.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1423/Generated1423.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1424/Generated1424.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1424/Generated1424.il index 521f296eb7dc2e..2d30c3109c3cd7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1424/Generated1424.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1424/Generated1424.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1425/Generated1425.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1425/Generated1425.il index 429089c7bd9917..4db602ccd27fca 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1425/Generated1425.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1425/Generated1425.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1426/Generated1426.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1426/Generated1426.il index eff8d5fbff6065..62d805dab2bbd2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1426/Generated1426.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1426/Generated1426.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1427/Generated1427.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1427/Generated1427.il index 14c1d055aee61a..cf043a828c191e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1427/Generated1427.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1427/Generated1427.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1428/Generated1428.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1428/Generated1428.il index f7689770080c5a..e137bd0a9d7257 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1428/Generated1428.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1428/Generated1428.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1429/Generated1429.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1429/Generated1429.il index 40d8ddca262b6b..7a194086e3d9e5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1429/Generated1429.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1429/Generated1429.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest143/Generated143.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest143/Generated143.il index 24aa110c11bf54..428e535f03bcc4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest143/Generated143.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest143/Generated143.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1430/Generated1430.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1430/Generated1430.il index 2daaac24653386..338a44f8339578 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1430/Generated1430.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1430/Generated1430.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1431/Generated1431.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1431/Generated1431.il index 505ea67f358fbf..e7bfd84476b8e1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1431/Generated1431.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1431/Generated1431.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1432/Generated1432.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1432/Generated1432.il index b057b950dc5cd8..fbbfba2e0b66a7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1432/Generated1432.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1432/Generated1432.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1433/Generated1433.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1433/Generated1433.il index 94e2882e04efea..fe6ab7602e4f81 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1433/Generated1433.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1433/Generated1433.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1434/Generated1434.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1434/Generated1434.il index 81b3a7ba5b7710..2b7ca245de8d94 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1434/Generated1434.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1434/Generated1434.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1435/Generated1435.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1435/Generated1435.il index e10b3933137fbc..d4ff9136cef483 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1435/Generated1435.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1435/Generated1435.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1436/Generated1436.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1436/Generated1436.il index 1dee1f82ace276..4a6a4206de4937 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1436/Generated1436.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1436/Generated1436.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1437/Generated1437.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1437/Generated1437.il index b7a78175a90a16..00287131b6c99a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1437/Generated1437.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1437/Generated1437.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1438/Generated1438.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1438/Generated1438.il index aaa0f65b66e8b5..aec1da121330d1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1438/Generated1438.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1438/Generated1438.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1439/Generated1439.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1439/Generated1439.il index 002f917fdc72fa..18f4164d8ed08b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1439/Generated1439.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1439/Generated1439.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest144/Generated144.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest144/Generated144.il index ed3eb9c85d9d99..6890fb82e624c0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest144/Generated144.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest144/Generated144.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1440/Generated1440.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1440/Generated1440.il index f6f66b1dac9fbf..68bf731066813a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1440/Generated1440.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1440/Generated1440.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1441/Generated1441.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1441/Generated1441.il index 162a97a0a6bfa2..79201d16302652 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1441/Generated1441.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1441/Generated1441.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1442/Generated1442.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1442/Generated1442.il index 8ca5dae1c747d5..a143b43a05a589 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1442/Generated1442.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1442/Generated1442.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1443/Generated1443.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1443/Generated1443.il index 549c11e6df047e..26f0897a45cf90 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1443/Generated1443.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1443/Generated1443.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1444/Generated1444.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1444/Generated1444.il index f745cc9a02507b..abfb205057341f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1444/Generated1444.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1444/Generated1444.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1445/Generated1445.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1445/Generated1445.il index 87cb8b387ae417..32e21621ad8146 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1445/Generated1445.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1445/Generated1445.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1446/Generated1446.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1446/Generated1446.il index 373cb8c2675292..cc44f6a07dac20 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1446/Generated1446.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1446/Generated1446.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1447/Generated1447.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1447/Generated1447.il index 67c63dc074f757..580a38d1befe68 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1447/Generated1447.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1447/Generated1447.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1448/Generated1448.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1448/Generated1448.il index e33b3120c6383e..ebb24f2df51a56 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1448/Generated1448.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1448/Generated1448.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1449/Generated1449.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1449/Generated1449.il index 6c27413c4640ab..6743bbf659c2eb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1449/Generated1449.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1449/Generated1449.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest145/Generated145.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest145/Generated145.il index a943242b936d28..3dd226a63a2150 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest145/Generated145.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest145/Generated145.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1450/Generated1450.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1450/Generated1450.il index 177876504c095d..6db95261a42c81 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1450/Generated1450.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1450/Generated1450.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1451/Generated1451.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1451/Generated1451.il index b572883c5fc0c8..a832d8c36e270a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1451/Generated1451.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1451/Generated1451.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1452/Generated1452.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1452/Generated1452.il index 7b2c0dff9a33a7..80216d2791cc52 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1452/Generated1452.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1452/Generated1452.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1453/Generated1453.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1453/Generated1453.il index a4576102f77f64..a4521e7f3b4413 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1453/Generated1453.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1453/Generated1453.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1454/Generated1454.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1454/Generated1454.il index f38b32fafd23c6..edf68f2569af95 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1454/Generated1454.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1454/Generated1454.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1455/Generated1455.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1455/Generated1455.il index 207d28360c5f41..87ecfbdb63ca15 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1455/Generated1455.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1455/Generated1455.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1456/Generated1456.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1456/Generated1456.il index 282206a81ad3bd..cec7a51e3d68ca 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1456/Generated1456.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1456/Generated1456.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1457/Generated1457.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1457/Generated1457.il index 172e9f525371f7..433969a40135fb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1457/Generated1457.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1457/Generated1457.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1458/Generated1458.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1458/Generated1458.il index faad0896e64a1b..8210a88813b627 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1458/Generated1458.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1458/Generated1458.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1459/Generated1459.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1459/Generated1459.il index 8fe9f09450a694..036bbbc2a4cf36 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1459/Generated1459.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1459/Generated1459.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest146/Generated146.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest146/Generated146.il index cc56bb1a33e8e0..984587ad98a5f8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest146/Generated146.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest146/Generated146.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1460/Generated1460.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1460/Generated1460.il index 9683676c62622a..a3865f660d9a64 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1460/Generated1460.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1460/Generated1460.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1461/Generated1461.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1461/Generated1461.il index 7100fd8e570d84..68063cf4ba8644 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1461/Generated1461.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1461/Generated1461.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1462/Generated1462.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1462/Generated1462.il index dc96ef8e052c67..2276b4e03cfbca 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1462/Generated1462.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1462/Generated1462.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1463/Generated1463.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1463/Generated1463.il index b4046a29f754a3..20b208cc4fc098 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1463/Generated1463.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1463/Generated1463.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1464/Generated1464.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1464/Generated1464.il index 638698b863b9df..d3b7a1d149ad27 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1464/Generated1464.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1464/Generated1464.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1465/Generated1465.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1465/Generated1465.il index 19967feee48bb9..83a69818382027 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1465/Generated1465.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1465/Generated1465.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1466/Generated1466.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1466/Generated1466.il index 6670a2ca0a132a..1e8fcb2ffebfc3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1466/Generated1466.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1466/Generated1466.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1467/Generated1467.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1467/Generated1467.il index 6788039f3ec0c0..9c7496d6fa1dde 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1467/Generated1467.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1467/Generated1467.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1468/Generated1468.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1468/Generated1468.il index 4345d159586dc8..42904fea736f8c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1468/Generated1468.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1468/Generated1468.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1469/Generated1469.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1469/Generated1469.il index 1d74bf72b5039d..a431f75733a4ce 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1469/Generated1469.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1469/Generated1469.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest147/Generated147.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest147/Generated147.il index ae30f9823676a4..02f229e59285d7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest147/Generated147.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest147/Generated147.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1470/Generated1470.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1470/Generated1470.il index e83a0e74e8572c..4d29a88288f922 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1470/Generated1470.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1470/Generated1470.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1471/Generated1471.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1471/Generated1471.il index c9429e9c7ba7d9..cc7ca2d1806cd0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1471/Generated1471.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1471/Generated1471.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1472/Generated1472.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1472/Generated1472.il index b17872499a0861..266e34787768fd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1472/Generated1472.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1472/Generated1472.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1473/Generated1473.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1473/Generated1473.il index c170096217562a..5dcaff6755f78d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1473/Generated1473.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1473/Generated1473.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1474/Generated1474.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1474/Generated1474.il index 26e875409dd8f4..e6999168f7364c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1474/Generated1474.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1474/Generated1474.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1475/Generated1475.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1475/Generated1475.il index 10e4a781561714..efe507f0395d0c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1475/Generated1475.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1475/Generated1475.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1476/Generated1476.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1476/Generated1476.il index b55d7ade6d60c9..55809cf2dfd531 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1476/Generated1476.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1476/Generated1476.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1477/Generated1477.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1477/Generated1477.il index b24d80f7063670..b144c3356a8f32 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1477/Generated1477.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1477/Generated1477.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1478/Generated1478.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1478/Generated1478.il index 5e142d03ea374e..7db7bfc61113c0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1478/Generated1478.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1478/Generated1478.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1479/Generated1479.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1479/Generated1479.il index 097af4431e3fcc..0c3eaec2bf2475 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1479/Generated1479.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1479/Generated1479.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest148/Generated148.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest148/Generated148.il index d7514df8650c06..d4f70e89bd7023 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest148/Generated148.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest148/Generated148.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1480/Generated1480.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1480/Generated1480.il index a7f69a20f5d217..0e779525ea3e4b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1480/Generated1480.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1480/Generated1480.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1481/Generated1481.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1481/Generated1481.il index f98f5b825cc1b7..95392c25c2f23b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1481/Generated1481.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1481/Generated1481.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1482/Generated1482.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1482/Generated1482.il index 44515cbf259d58..3e01cf2e4cad88 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1482/Generated1482.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1482/Generated1482.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1483/Generated1483.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1483/Generated1483.il index 31c190e29059cf..6368ac5bf0d1f6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1483/Generated1483.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1483/Generated1483.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1484/Generated1484.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1484/Generated1484.il index 59538cd2e01937..bb6586e0af3af3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1484/Generated1484.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1484/Generated1484.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1485/Generated1485.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1485/Generated1485.il index 7fccead4846be1..7f28d439440f9b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1485/Generated1485.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1485/Generated1485.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1486/Generated1486.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1486/Generated1486.il index 2a459f20444f8f..fea5efbc5c7f4a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1486/Generated1486.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1486/Generated1486.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1487/Generated1487.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1487/Generated1487.il index ff8f399d3da168..153dd0dea675f3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1487/Generated1487.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1487/Generated1487.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1488/Generated1488.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1488/Generated1488.il index 3a1dc3d220a57d..244b2af741fcc5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1488/Generated1488.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1488/Generated1488.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1489/Generated1489.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1489/Generated1489.il index 6dee3667962a43..1686927ec68057 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1489/Generated1489.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1489/Generated1489.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest149/Generated149.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest149/Generated149.il index 69428cfc1f3acf..778e6811b85517 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest149/Generated149.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest149/Generated149.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1490/Generated1490.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1490/Generated1490.il index eaeca3453e2fc8..c6045fb8ae1ecd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1490/Generated1490.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1490/Generated1490.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1491/Generated1491.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1491/Generated1491.il index da23118d58323d..8e8fa12cf65d9c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1491/Generated1491.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1491/Generated1491.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1492/Generated1492.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1492/Generated1492.il index 46c8e2b04dc734..a799e56904b007 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1492/Generated1492.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1492/Generated1492.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1493/Generated1493.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1493/Generated1493.il index fabd39c69f19cf..f4ebace2040d90 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1493/Generated1493.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1493/Generated1493.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1494/Generated1494.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1494/Generated1494.il index fe2cfd21e8267e..53e0bc703720b5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1494/Generated1494.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1494/Generated1494.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1495/Generated1495.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1495/Generated1495.il index a73c9337792c73..053b3770323c92 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1495/Generated1495.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1495/Generated1495.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1496/Generated1496.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1496/Generated1496.il index aa02e6a3ba70cb..e0902f11355c09 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1496/Generated1496.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1496/Generated1496.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1497/Generated1497.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1497/Generated1497.il index 6400186263df87..08415ccef1afb6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1497/Generated1497.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1497/Generated1497.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1498/Generated1498.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1498/Generated1498.il index 4db376e46e53d3..4b8c09939464b3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1498/Generated1498.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1498/Generated1498.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1499/Generated1499.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1499/Generated1499.il index 6753c74ca620eb..36933cbbe08015 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1499/Generated1499.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1499/Generated1499.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest15/Generated15.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest15/Generated15.il index 7b6ccefde2b349..7e6fc2dac0bf16 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest15/Generated15.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest15/Generated15.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest150/Generated150.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest150/Generated150.il index 32738219c929bd..40f3951b99ede5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest150/Generated150.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest150/Generated150.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1500/Generated1500.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1500/Generated1500.il index 425276a529691d..c0414f03e19e59 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1500/Generated1500.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1500/Generated1500.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest151/Generated151.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest151/Generated151.il index d0a81465ef079f..a30f38511a17fe 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest151/Generated151.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest151/Generated151.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest152/Generated152.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest152/Generated152.il index 76c376ab7e09ec..a8899deb3b9c0d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest152/Generated152.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest152/Generated152.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest153/Generated153.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest153/Generated153.il index 57541a1edb8c12..41a7c85e4323ad 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest153/Generated153.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest153/Generated153.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest154/Generated154.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest154/Generated154.il index 11d420d1fdfa20..2c5ac70f276932 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest154/Generated154.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest154/Generated154.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest155/Generated155.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest155/Generated155.il index e41c498e670365..19dc1d9d55b03a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest155/Generated155.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest155/Generated155.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest156/Generated156.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest156/Generated156.il index 76ca876d64258f..a689f334b3306e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest156/Generated156.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest156/Generated156.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest157/Generated157.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest157/Generated157.il index e8eb82adde556f..42adf37ef6727f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest157/Generated157.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest157/Generated157.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest158/Generated158.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest158/Generated158.il index ef82875da3316f..03a24761959902 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest158/Generated158.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest158/Generated158.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest159/Generated159.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest159/Generated159.il index 7d60772b2768d7..ff760c03932342 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest159/Generated159.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest159/Generated159.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest16/Generated16.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest16/Generated16.il index 6615b95c17020d..f5f3533678bd3c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest16/Generated16.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest16/Generated16.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest160/Generated160.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest160/Generated160.il index 6eb4aaa5a8ba19..87b1c005c5d360 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest160/Generated160.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest160/Generated160.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest161/Generated161.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest161/Generated161.il index 0c2606182fdc52..af2f448b73a057 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest161/Generated161.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest161/Generated161.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest162/Generated162.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest162/Generated162.il index e3e7406cadf5f8..80ce50b53db988 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest162/Generated162.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest162/Generated162.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest163/Generated163.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest163/Generated163.il index 164c9add5543d9..bcab34c12a5b79 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest163/Generated163.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest163/Generated163.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest164/Generated164.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest164/Generated164.il index d3c3f03773549d..ae9b66b590704b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest164/Generated164.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest164/Generated164.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest165/Generated165.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest165/Generated165.il index 7ec154afcceecb..a6a31415f4e074 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest165/Generated165.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest165/Generated165.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest166/Generated166.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest166/Generated166.il index 30184fd7963136..04869ed58b405e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest166/Generated166.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest166/Generated166.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest167/Generated167.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest167/Generated167.il index 44a07e53417467..d831bf53129d06 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest167/Generated167.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest167/Generated167.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest168/Generated168.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest168/Generated168.il index 89dccd4e75f965..3213ece49570ed 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest168/Generated168.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest168/Generated168.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest169/Generated169.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest169/Generated169.il index 5d3850f60c4fa3..d7a8d7d8eda496 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest169/Generated169.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest169/Generated169.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest17/Generated17.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest17/Generated17.il index 0e01485c20d5e1..c57cde5727e70a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest17/Generated17.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest17/Generated17.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest170/Generated170.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest170/Generated170.il index 5a27b293cee151..9987a8cf05b6f8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest170/Generated170.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest170/Generated170.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest171/Generated171.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest171/Generated171.il index d18197b3df9676..b1e26bbd8aeab7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest171/Generated171.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest171/Generated171.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest172/Generated172.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest172/Generated172.il index 3809d5e903dd40..9e482ad1d5fc76 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest172/Generated172.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest172/Generated172.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest173/Generated173.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest173/Generated173.il index 3db049d71171af..85115a47d2ad50 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest173/Generated173.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest173/Generated173.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest174/Generated174.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest174/Generated174.il index 92268628c79470..691a0f7845d600 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest174/Generated174.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest174/Generated174.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest175/Generated175.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest175/Generated175.il index 4818d11407e9d4..4ce10fb7da4c55 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest175/Generated175.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest175/Generated175.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest176/Generated176.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest176/Generated176.il index 129a77e8a11a0c..c188768c19179c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest176/Generated176.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest176/Generated176.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest177/Generated177.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest177/Generated177.il index 5f50cc29ff0838..129411a1a47a0c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest177/Generated177.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest177/Generated177.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest178/Generated178.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest178/Generated178.il index af6b576d44d1f5..6dbe14bb734ce4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest178/Generated178.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest178/Generated178.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest179/Generated179.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest179/Generated179.il index 8b065f27494f30..758db1ea00e4ea 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest179/Generated179.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest179/Generated179.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest18/Generated18.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest18/Generated18.il index 05d31afe356670..8ea9e59317997e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest18/Generated18.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest18/Generated18.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest180/Generated180.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest180/Generated180.il index 64b00d6496d21f..529e9be159f311 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest180/Generated180.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest180/Generated180.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest181/Generated181.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest181/Generated181.il index 3ef42d3a1759de..67c6fd77ef3cf9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest181/Generated181.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest181/Generated181.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest182/Generated182.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest182/Generated182.il index 8e61fb6eebd5c9..9f50e999dcb2a9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest182/Generated182.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest182/Generated182.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest183/Generated183.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest183/Generated183.il index f5436516875882..3bf32190bcb9b3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest183/Generated183.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest183/Generated183.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest184/Generated184.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest184/Generated184.il index aafaf33bab2c01..b85276ed6b7b68 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest184/Generated184.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest184/Generated184.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest185/Generated185.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest185/Generated185.il index 8a219236500267..eebefd4f7b349d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest185/Generated185.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest185/Generated185.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest186/Generated186.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest186/Generated186.il index 456137f1ec7ac1..ae3d1aee5bd8a8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest186/Generated186.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest186/Generated186.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest187/Generated187.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest187/Generated187.il index 654ccaca7f40b5..f14020e827cf44 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest187/Generated187.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest187/Generated187.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest188/Generated188.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest188/Generated188.il index 453f31ad471b7d..5737feb436e0fd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest188/Generated188.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest188/Generated188.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest189/Generated189.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest189/Generated189.il index b481657fb611f3..4011df7da4e0f6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest189/Generated189.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest189/Generated189.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest19/Generated19.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest19/Generated19.il index cae1b4eb85f028..2c72ea03ddbd3d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest19/Generated19.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest19/Generated19.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest190/Generated190.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest190/Generated190.il index dbeadc949c8f8d..f8adec3ff765d6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest190/Generated190.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest190/Generated190.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest191/Generated191.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest191/Generated191.il index 443e24a3a5cd9a..d76d87cc75cec6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest191/Generated191.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest191/Generated191.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest192/Generated192.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest192/Generated192.il index 9c226805b3b12a..a1262f9e23c4a3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest192/Generated192.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest192/Generated192.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest193/Generated193.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest193/Generated193.il index 49a66c26ec6378..d9c67040181531 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest193/Generated193.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest193/Generated193.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest194/Generated194.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest194/Generated194.il index 011084e3c0ec05..2f7ba92b7542f9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest194/Generated194.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest194/Generated194.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest195/Generated195.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest195/Generated195.il index 7aff8240505c5f..c5b6d4beef6429 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest195/Generated195.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest195/Generated195.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest196/Generated196.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest196/Generated196.il index bd111e5da98098..43ecfc3a96df41 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest196/Generated196.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest196/Generated196.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest197/Generated197.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest197/Generated197.il index f5d34d239bb106..49f082e8d76fb1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest197/Generated197.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest197/Generated197.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest198/Generated198.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest198/Generated198.il index 63b4015aa080cf..9755507acc4cde 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest198/Generated198.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest198/Generated198.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest199/Generated199.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest199/Generated199.il index fca313d4aca73c..c208bdb9aa4318 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest199/Generated199.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest199/Generated199.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest2/Generated2.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest2/Generated2.il index 2cbd1bb9410785..8af3c8ad3d42c6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest2/Generated2.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest2/Generated2.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest20/Generated20.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest20/Generated20.il index d39501aa8c1e46..e7bc1f060883e3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest20/Generated20.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest20/Generated20.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest200/Generated200.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest200/Generated200.il index 11768cda7d21af..bea316ee86b2d3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest200/Generated200.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest200/Generated200.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest201/Generated201.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest201/Generated201.il index 7af12d04307ca7..110c5764f8b401 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest201/Generated201.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest201/Generated201.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest202/Generated202.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest202/Generated202.il index fee6ef7239d0a9..9b2159b89fc6f6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest202/Generated202.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest202/Generated202.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest203/Generated203.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest203/Generated203.il index d41db4a2b79f4e..2ec7b3117d8ece 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest203/Generated203.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest203/Generated203.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest204/Generated204.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest204/Generated204.il index 142ebf33a78410..210e3e70004af2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest204/Generated204.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest204/Generated204.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest205/Generated205.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest205/Generated205.il index 429058ee779bc0..fa53300f2a9433 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest205/Generated205.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest205/Generated205.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest206/Generated206.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest206/Generated206.il index 527182d16bc4bf..040acda7548a52 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest206/Generated206.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest206/Generated206.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest207/Generated207.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest207/Generated207.il index 689abc1302a965..a03b2f67898fa0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest207/Generated207.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest207/Generated207.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest208/Generated208.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest208/Generated208.il index 973a9fcc2c54a8..0408b4298d1775 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest208/Generated208.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest208/Generated208.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest209/Generated209.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest209/Generated209.il index 4f7500b31772eb..37108dff92b76f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest209/Generated209.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest209/Generated209.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest21/Generated21.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest21/Generated21.il index 43f07c8cdc014d..0258db131bc8f4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest21/Generated21.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest21/Generated21.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest210/Generated210.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest210/Generated210.il index 60ecbba575422a..b3f8d57fc73b3e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest210/Generated210.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest210/Generated210.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest211/Generated211.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest211/Generated211.il index 66e5c2b9ca631d..0b7d10e14ce855 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest211/Generated211.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest211/Generated211.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest212/Generated212.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest212/Generated212.il index b49cc4e31f8201..dfb9ca2aa62c59 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest212/Generated212.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest212/Generated212.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest213/Generated213.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest213/Generated213.il index b555043db5e15a..c67d0e646d47e4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest213/Generated213.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest213/Generated213.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest214/Generated214.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest214/Generated214.il index 117dc204e07a2a..47e195ef7c9c6c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest214/Generated214.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest214/Generated214.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest215/Generated215.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest215/Generated215.il index 4c0526d210b41b..2aa65448246454 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest215/Generated215.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest215/Generated215.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest216/Generated216.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest216/Generated216.il index 97d09d092afbc6..c49aae29b55345 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest216/Generated216.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest216/Generated216.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest217/Generated217.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest217/Generated217.il index 1bb8ce6b7a9afa..58f05cf6daccdd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest217/Generated217.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest217/Generated217.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest218/Generated218.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest218/Generated218.il index b2434c4b3be189..4d7be7c94518f3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest218/Generated218.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest218/Generated218.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest219/Generated219.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest219/Generated219.il index dae8321ed3940f..1c0900d9816752 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest219/Generated219.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest219/Generated219.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest22/Generated22.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest22/Generated22.il index d19edd04d8b0d2..9a886fc3b3a2de 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest22/Generated22.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest22/Generated22.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest220/Generated220.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest220/Generated220.il index 4ef9304ec150d5..a5793bfd5db5bb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest220/Generated220.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest220/Generated220.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest221/Generated221.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest221/Generated221.il index f868f53a4922fe..8d7ab3ec3502e3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest221/Generated221.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest221/Generated221.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest222/Generated222.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest222/Generated222.il index 12abdfd2180641..01d1027e3cdf4f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest222/Generated222.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest222/Generated222.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest223/Generated223.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest223/Generated223.il index bfc5a9ca45f5ff..46a5282a22d179 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest223/Generated223.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest223/Generated223.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest224/Generated224.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest224/Generated224.il index 14707f935ce6d8..176cffde510754 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest224/Generated224.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest224/Generated224.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest225/Generated225.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest225/Generated225.il index cfa7815dae1486..07357d36db46e1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest225/Generated225.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest225/Generated225.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest226/Generated226.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest226/Generated226.il index f54090a657c81b..591cd65ae96baa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest226/Generated226.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest226/Generated226.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest227/Generated227.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest227/Generated227.il index a5d312180ade49..1664e4e33e4ba2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest227/Generated227.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest227/Generated227.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest228/Generated228.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest228/Generated228.il index cd5cc68e811823..d236fb47999b97 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest228/Generated228.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest228/Generated228.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest229/Generated229.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest229/Generated229.il index 9218ea99dd0566..3743a3a4995dbf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest229/Generated229.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest229/Generated229.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest23/Generated23.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest23/Generated23.il index d6bae43b78156e..096e4bac58c8ab 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest23/Generated23.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest23/Generated23.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest230/Generated230.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest230/Generated230.il index 9d00d1496a1ab5..819efe7592fb79 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest230/Generated230.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest230/Generated230.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest231/Generated231.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest231/Generated231.il index 970071371fbc50..3536428b9b1b35 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest231/Generated231.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest231/Generated231.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest232/Generated232.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest232/Generated232.il index b7f959da776af8..0a897d6bd23958 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest232/Generated232.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest232/Generated232.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest233/Generated233.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest233/Generated233.il index 9305a50ffc0242..1c85039217969c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest233/Generated233.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest233/Generated233.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest234/Generated234.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest234/Generated234.il index 3d2c802621348b..7264e3e50576d8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest234/Generated234.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest234/Generated234.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest235/Generated235.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest235/Generated235.il index b80d4bf0b6bb91..9abce4b7f64843 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest235/Generated235.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest235/Generated235.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest236/Generated236.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest236/Generated236.il index 7f2d1181fc459a..d067e444aee33e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest236/Generated236.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest236/Generated236.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest237/Generated237.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest237/Generated237.il index a76bfe056f77aa..c62dcf92755138 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest237/Generated237.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest237/Generated237.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest238/Generated238.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest238/Generated238.il index 8e3a6bddef91ca..a72de4cb8466cf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest238/Generated238.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest238/Generated238.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest239/Generated239.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest239/Generated239.il index c61952f5f02f33..0f6b702ad398b4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest239/Generated239.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest239/Generated239.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest24/Generated24.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest24/Generated24.il index 6e408dc12bd963..c108f83224d780 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest24/Generated24.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest24/Generated24.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest240/Generated240.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest240/Generated240.il index 6b416d9dc60ee3..1f6b2c533c05d3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest240/Generated240.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest240/Generated240.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest241/Generated241.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest241/Generated241.il index 4bfde9f181b219..878db1ae38afc1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest241/Generated241.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest241/Generated241.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest242/Generated242.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest242/Generated242.il index 50cf1a037e763f..340d831f1d3788 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest242/Generated242.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest242/Generated242.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest243/Generated243.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest243/Generated243.il index 952b8b62657c7a..7cce76e4bfbd82 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest243/Generated243.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest243/Generated243.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest244/Generated244.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest244/Generated244.il index 267c9af8d573a5..944e5d828df953 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest244/Generated244.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest244/Generated244.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest245/Generated245.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest245/Generated245.il index 68cbc724297785..ebf6c3a813bb82 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest245/Generated245.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest245/Generated245.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest246/Generated246.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest246/Generated246.il index b281dba3e89c29..e1ada13d731af7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest246/Generated246.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest246/Generated246.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest247/Generated247.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest247/Generated247.il index d23319526f53d8..a23dec484b1624 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest247/Generated247.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest247/Generated247.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest248/Generated248.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest248/Generated248.il index 57081619fcbdc7..fddae26573b1ab 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest248/Generated248.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest248/Generated248.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest249/Generated249.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest249/Generated249.il index 48737a3fb94644..82b85b3d205d41 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest249/Generated249.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest249/Generated249.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest25/Generated25.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest25/Generated25.il index 8a77664778de2c..7ec73603b859e4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest25/Generated25.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest25/Generated25.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest250/Generated250.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest250/Generated250.il index 5f7de0cfc2a673..568825ffaed234 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest250/Generated250.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest250/Generated250.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest251/Generated251.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest251/Generated251.il index 88470fc9e6a805..6830cf8eb3e914 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest251/Generated251.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest251/Generated251.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest252/Generated252.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest252/Generated252.il index e7078632006769..7cf36a2ec3a32c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest252/Generated252.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest252/Generated252.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest253/Generated253.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest253/Generated253.il index 4c6ba715b6a324..445e9f89d12163 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest253/Generated253.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest253/Generated253.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest254/Generated254.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest254/Generated254.il index 5e2541a94780a9..ab3698481dc2f5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest254/Generated254.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest254/Generated254.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest255/Generated255.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest255/Generated255.il index 92b6f42406e7b9..c56fc2c241e7d8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest255/Generated255.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest255/Generated255.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest256/Generated256.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest256/Generated256.il index 1381b949704b5a..dfb75539267a97 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest256/Generated256.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest256/Generated256.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest257/Generated257.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest257/Generated257.il index ce1f91bb685d91..f5f3667a7c50b1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest257/Generated257.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest257/Generated257.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest258/Generated258.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest258/Generated258.il index e636f5d211724c..b98c833c8192a8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest258/Generated258.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest258/Generated258.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest259/Generated259.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest259/Generated259.il index 321a2bd18c2e43..32d9123f08b3e5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest259/Generated259.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest259/Generated259.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest26/Generated26.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest26/Generated26.il index 491c975d470795..e203ae6d5eaf38 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest26/Generated26.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest26/Generated26.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest260/Generated260.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest260/Generated260.il index 8c666928150a15..78cdc4fc1b7979 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest260/Generated260.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest260/Generated260.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest261/Generated261.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest261/Generated261.il index af0032026c5065..c8362becc14553 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest261/Generated261.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest261/Generated261.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest262/Generated262.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest262/Generated262.il index 130c0a5a3ca584..aa2e10ce127eb1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest262/Generated262.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest262/Generated262.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest263/Generated263.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest263/Generated263.il index 9964710f536c26..d91430830df765 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest263/Generated263.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest263/Generated263.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest264/Generated264.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest264/Generated264.il index e3bd1182298d57..da3d354f1ff9b2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest264/Generated264.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest264/Generated264.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest265/Generated265.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest265/Generated265.il index 837ba4230be5f9..9b8134c569a512 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest265/Generated265.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest265/Generated265.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest266/Generated266.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest266/Generated266.il index 02a76c69170308..d0be495d808472 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest266/Generated266.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest266/Generated266.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest267/Generated267.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest267/Generated267.il index f996f9aec9eb9c..439d47006c055c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest267/Generated267.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest267/Generated267.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest268/Generated268.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest268/Generated268.il index e640e20dfb3a74..a41e86f71e3f61 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest268/Generated268.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest268/Generated268.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest269/Generated269.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest269/Generated269.il index d9585285e9526b..5f318da65b8d5d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest269/Generated269.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest269/Generated269.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest27/Generated27.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest27/Generated27.il index c085741fb87828..fa051b852b18b4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest27/Generated27.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest27/Generated27.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest270/Generated270.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest270/Generated270.il index ba46065019a239..478247fd23d72b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest270/Generated270.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest270/Generated270.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest271/Generated271.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest271/Generated271.il index 5d817004d01888..78e89bcdc358de 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest271/Generated271.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest271/Generated271.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest272/Generated272.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest272/Generated272.il index 25c3e94a74a670..8701944e067e10 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest272/Generated272.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest272/Generated272.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest273/Generated273.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest273/Generated273.il index c18840453c221c..435e8d7725814c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest273/Generated273.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest273/Generated273.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest274/Generated274.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest274/Generated274.il index ddc0a84a603bc8..021ef808540ecf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest274/Generated274.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest274/Generated274.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest275/Generated275.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest275/Generated275.il index 3b77be2d36126a..61962c08f6a776 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest275/Generated275.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest275/Generated275.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest276/Generated276.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest276/Generated276.il index 2e492a95bfce6b..e1cb1686668f72 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest276/Generated276.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest276/Generated276.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest277/Generated277.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest277/Generated277.il index 0be50eb4b93d86..b5ad1537e96f9c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest277/Generated277.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest277/Generated277.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest278/Generated278.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest278/Generated278.il index 3fe48aca66b07b..0538ab6826655e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest278/Generated278.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest278/Generated278.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest279/Generated279.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest279/Generated279.il index 5bd04e15fc15d6..be5277b1c5e16d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest279/Generated279.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest279/Generated279.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest28/Generated28.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest28/Generated28.il index 3c06ce7bfb6775..7ce72e48d6957a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest28/Generated28.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest28/Generated28.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest280/Generated280.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest280/Generated280.il index 4c0429996c6bd1..41526d27ce204f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest280/Generated280.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest280/Generated280.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest281/Generated281.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest281/Generated281.il index 3f3f68668deb09..91b76574701208 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest281/Generated281.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest281/Generated281.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest282/Generated282.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest282/Generated282.il index 5f169d80130b1a..ed279d9403f014 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest282/Generated282.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest282/Generated282.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest283/Generated283.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest283/Generated283.il index ef071811a9584f..9166853037ceab 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest283/Generated283.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest283/Generated283.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest284/Generated284.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest284/Generated284.il index 206eb7528188dd..b2b038ea17cdc1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest284/Generated284.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest284/Generated284.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest285/Generated285.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest285/Generated285.il index d2290d47c5b991..129424189eca74 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest285/Generated285.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest285/Generated285.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest286/Generated286.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest286/Generated286.il index b0c7d1700c6cee..2ec2f973eb9ea5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest286/Generated286.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest286/Generated286.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest287/Generated287.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest287/Generated287.il index 5b635507dda46c..6742a955c3e75a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest287/Generated287.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest287/Generated287.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest288/Generated288.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest288/Generated288.il index 2d3ca79a701720..00179f64aee9fd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest288/Generated288.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest288/Generated288.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest289/Generated289.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest289/Generated289.il index 2ed153b322442c..2e33ecfbf874c2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest289/Generated289.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest289/Generated289.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest29/Generated29.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest29/Generated29.il index e0fd43331989f4..fbf57456e9c0c9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest29/Generated29.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest29/Generated29.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest290/Generated290.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest290/Generated290.il index 9bd149ba6688d8..f4415c4a8c7898 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest290/Generated290.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest290/Generated290.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest291/Generated291.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest291/Generated291.il index 0335b9f2e926af..7fd88e9780d611 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest291/Generated291.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest291/Generated291.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest292/Generated292.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest292/Generated292.il index 5057d7a701cda1..94b1f5636399f2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest292/Generated292.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest292/Generated292.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest293/Generated293.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest293/Generated293.il index 9c24b014d68e32..a183b1631b5c41 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest293/Generated293.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest293/Generated293.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest294/Generated294.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest294/Generated294.il index df5f09521b4490..2d2185cc0408ba 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest294/Generated294.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest294/Generated294.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest295/Generated295.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest295/Generated295.il index dd2785395a61d0..e2217e0e874a12 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest295/Generated295.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest295/Generated295.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest296/Generated296.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest296/Generated296.il index fbcf3a2f42b134..c373684e9fcb4b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest296/Generated296.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest296/Generated296.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest297/Generated297.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest297/Generated297.il index 865170863b8967..c71b44ea4808af 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest297/Generated297.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest297/Generated297.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest298/Generated298.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest298/Generated298.il index bd128cfb7c7d64..6277f632101303 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest298/Generated298.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest298/Generated298.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest299/Generated299.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest299/Generated299.il index 3dc4a135b8a3a1..bd5d63037b7c31 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest299/Generated299.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest299/Generated299.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest3/Generated3.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest3/Generated3.il index fd61321554d0c7..4911021484dc26 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest3/Generated3.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest3/Generated3.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest30/Generated30.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest30/Generated30.il index ddfee277443d1f..8002874a36fbb4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest30/Generated30.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest30/Generated30.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest300/Generated300.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest300/Generated300.il index 4a50f2f58713d7..decbebe9cba641 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest300/Generated300.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest300/Generated300.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest301/Generated301.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest301/Generated301.il index 1a43a0ba90b2e9..453f5ba8fec8cb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest301/Generated301.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest301/Generated301.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest302/Generated302.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest302/Generated302.il index 738c893f17a203..97659f8fbf4312 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest302/Generated302.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest302/Generated302.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest303/Generated303.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest303/Generated303.il index b6540a2b7b1c36..cd51e6ac981ea4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest303/Generated303.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest303/Generated303.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest304/Generated304.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest304/Generated304.il index 904b06a8d6fd20..c6c29a9a50c2f3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest304/Generated304.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest304/Generated304.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest305/Generated305.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest305/Generated305.il index 24eecae9ad725a..8f084ad0233a70 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest305/Generated305.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest305/Generated305.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest306/Generated306.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest306/Generated306.il index 46e1723d259473..b935be8e360297 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest306/Generated306.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest306/Generated306.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest307/Generated307.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest307/Generated307.il index 980a005834cc30..28449825782626 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest307/Generated307.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest307/Generated307.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest308/Generated308.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest308/Generated308.il index 30c3942e8b9831..7211048d416624 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest308/Generated308.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest308/Generated308.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest309/Generated309.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest309/Generated309.il index b244cb7282f39f..1689903e6b9ed3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest309/Generated309.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest309/Generated309.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest31/Generated31.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest31/Generated31.il index ff1e1fde5ee251..d9e1f73dfa903f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest31/Generated31.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest31/Generated31.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest310/Generated310.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest310/Generated310.il index 626470607e5f70..f2460a38c986f6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest310/Generated310.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest310/Generated310.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest311/Generated311.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest311/Generated311.il index 37ef486c871c1f..870a16bc94b468 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest311/Generated311.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest311/Generated311.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest312/Generated312.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest312/Generated312.il index 77e9fc92ca1cbc..bc179098ab0287 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest312/Generated312.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest312/Generated312.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest313/Generated313.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest313/Generated313.il index 1bb274c398d3cd..0da72d77f77c2f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest313/Generated313.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest313/Generated313.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest314/Generated314.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest314/Generated314.il index 253f494038ce8b..7fb4edc2565f85 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest314/Generated314.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest314/Generated314.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest315/Generated315.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest315/Generated315.il index aee02234aceb5b..32d962da457ea2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest315/Generated315.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest315/Generated315.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest316/Generated316.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest316/Generated316.il index 8ac2da84712244..394c27ad70eb5f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest316/Generated316.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest316/Generated316.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest317/Generated317.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest317/Generated317.il index af48410d537370..a293c280c13544 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest317/Generated317.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest317/Generated317.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest318/Generated318.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest318/Generated318.il index f4b310b017c0b7..d257f9ec95a46e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest318/Generated318.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest318/Generated318.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest319/Generated319.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest319/Generated319.il index 0764b0fdab98f8..954df9d384bc26 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest319/Generated319.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest319/Generated319.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest32/Generated32.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest32/Generated32.il index 9e1cfe2a9a4cd6..77770ce7f0b4df 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest32/Generated32.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest32/Generated32.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest320/Generated320.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest320/Generated320.il index 927031fc6f43e2..269a6e3400e093 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest320/Generated320.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest320/Generated320.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest321/Generated321.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest321/Generated321.il index c40e43c9563ec4..62e958fe531dde 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest321/Generated321.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest321/Generated321.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest322/Generated322.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest322/Generated322.il index a4c45966d7bce5..991bc25bd17671 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest322/Generated322.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest322/Generated322.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest323/Generated323.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest323/Generated323.il index 43116a90819b3a..6ce3ac13817ae5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest323/Generated323.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest323/Generated323.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest324/Generated324.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest324/Generated324.il index 60c4b7cdf6134f..848fe4a41f36fb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest324/Generated324.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest324/Generated324.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest325/Generated325.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest325/Generated325.il index f34c52323d774f..ac20894d741ffa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest325/Generated325.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest325/Generated325.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest326/Generated326.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest326/Generated326.il index b55b068cab9280..9735b3e68269a8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest326/Generated326.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest326/Generated326.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest327/Generated327.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest327/Generated327.il index 9f146ac108f62f..8d302812469363 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest327/Generated327.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest327/Generated327.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest328/Generated328.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest328/Generated328.il index c7f40b04a00433..71d7b32bfc8480 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest328/Generated328.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest328/Generated328.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest329/Generated329.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest329/Generated329.il index 001765dd8103ed..69375e26287ac3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest329/Generated329.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest329/Generated329.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest33/Generated33.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest33/Generated33.il index c812f7f55a0026..8967b396b6add5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest33/Generated33.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest33/Generated33.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest330/Generated330.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest330/Generated330.il index f67e35733e6b05..2595dfa2440fb2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest330/Generated330.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest330/Generated330.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest331/Generated331.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest331/Generated331.il index 87aef9119a4d03..1e8c062545b14d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest331/Generated331.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest331/Generated331.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest332/Generated332.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest332/Generated332.il index 6265025ea0e3aa..506ce08da128ed 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest332/Generated332.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest332/Generated332.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest333/Generated333.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest333/Generated333.il index bf85ceeb674c70..4e52826fd966a6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest333/Generated333.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest333/Generated333.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest334/Generated334.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest334/Generated334.il index 2df637519c39c5..0b801224491b09 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest334/Generated334.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest334/Generated334.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest335/Generated335.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest335/Generated335.il index 3db3dfb51e923f..6facbba57176b1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest335/Generated335.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest335/Generated335.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest336/Generated336.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest336/Generated336.il index a8e69a920cdf33..cf88f80b258a38 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest336/Generated336.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest336/Generated336.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest337/Generated337.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest337/Generated337.il index 8f8268412c22d4..4b98e4a31392f9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest337/Generated337.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest337/Generated337.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest338/Generated338.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest338/Generated338.il index 45ca6d1891a647..e3d6a40287299b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest338/Generated338.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest338/Generated338.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest339/Generated339.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest339/Generated339.il index 17d840942a328e..71d99f56bf4385 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest339/Generated339.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest339/Generated339.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest34/Generated34.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest34/Generated34.il index 3b771d424606c7..1ecd3204c74388 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest34/Generated34.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest34/Generated34.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest340/Generated340.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest340/Generated340.il index 05fceff1675b89..4179296c7c7fe0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest340/Generated340.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest340/Generated340.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest341/Generated341.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest341/Generated341.il index 84afa51b0541eb..8a2422dca27407 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest341/Generated341.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest341/Generated341.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest342/Generated342.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest342/Generated342.il index 13107c6f6ce590..49488a295b1e0f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest342/Generated342.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest342/Generated342.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest343/Generated343.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest343/Generated343.il index 418e35a49cfc39..51e4feda4e3cb4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest343/Generated343.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest343/Generated343.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest344/Generated344.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest344/Generated344.il index fd6d123b478ead..bbcff23d84e9b7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest344/Generated344.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest344/Generated344.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest345/Generated345.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest345/Generated345.il index f60e96d41acae6..6840e905b16911 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest345/Generated345.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest345/Generated345.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest346/Generated346.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest346/Generated346.il index 2bddb1d4c43e72..a373e8b33f5168 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest346/Generated346.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest346/Generated346.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest347/Generated347.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest347/Generated347.il index 6f3fa94cbbadd5..0ba020c14804d0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest347/Generated347.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest347/Generated347.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest348/Generated348.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest348/Generated348.il index 371e0bded6c91b..a4309e257e10f0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest348/Generated348.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest348/Generated348.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest349/Generated349.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest349/Generated349.il index 586585d406ca02..6bf41d4474caca 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest349/Generated349.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest349/Generated349.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest35/Generated35.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest35/Generated35.il index 35d882192ca326..82a9dbfad766a7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest35/Generated35.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest35/Generated35.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest350/Generated350.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest350/Generated350.il index 189b6f7fe5d8ee..f3ce348eb50c51 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest350/Generated350.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest350/Generated350.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest351/Generated351.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest351/Generated351.il index 872145f4b8c868..478f8538636905 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest351/Generated351.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest351/Generated351.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest352/Generated352.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest352/Generated352.il index 0cda7cba90187f..0a6130ddd06587 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest352/Generated352.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest352/Generated352.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest353/Generated353.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest353/Generated353.il index f5746e1f781f12..07138307df2bed 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest353/Generated353.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest353/Generated353.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest354/Generated354.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest354/Generated354.il index 9f431616fb782a..9b7d61de90c01d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest354/Generated354.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest354/Generated354.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest355/Generated355.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest355/Generated355.il index 1a32ac17552542..6ee4e289e1a04c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest355/Generated355.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest355/Generated355.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest356/Generated356.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest356/Generated356.il index 6af42d21812bdf..b0f97b1e787f4f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest356/Generated356.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest356/Generated356.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest357/Generated357.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest357/Generated357.il index 9de0b2e162f54c..1e1867af534396 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest357/Generated357.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest357/Generated357.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest358/Generated358.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest358/Generated358.il index c131142995cfe7..07ab931981eda5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest358/Generated358.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest358/Generated358.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest359/Generated359.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest359/Generated359.il index 6f004b94780a25..ac110393ec8a83 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest359/Generated359.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest359/Generated359.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest36/Generated36.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest36/Generated36.il index a2bb2a7118d798..2cce6f30929f7f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest36/Generated36.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest36/Generated36.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest360/Generated360.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest360/Generated360.il index a47596e2f6585a..55a820027854be 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest360/Generated360.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest360/Generated360.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest361/Generated361.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest361/Generated361.il index 65a13346cd0166..20d9e6b5fd3f07 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest361/Generated361.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest361/Generated361.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest362/Generated362.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest362/Generated362.il index 5b44cc9988bf79..849b2e7ab71f7d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest362/Generated362.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest362/Generated362.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest363/Generated363.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest363/Generated363.il index 72514f3784b39c..658f1c91dbd443 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest363/Generated363.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest363/Generated363.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest364/Generated364.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest364/Generated364.il index 21bcbd7470f2c6..2f9f31aaf2f3e2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest364/Generated364.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest364/Generated364.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest365/Generated365.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest365/Generated365.il index b0d16adeb99365..b880cd442d50b4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest365/Generated365.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest365/Generated365.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest366/Generated366.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest366/Generated366.il index 0cf966eb67db72..6e0aa872ac2402 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest366/Generated366.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest366/Generated366.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest367/Generated367.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest367/Generated367.il index 59eef69873b391..bff8900cd0e5a1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest367/Generated367.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest367/Generated367.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest368/Generated368.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest368/Generated368.il index 9589988d64a663..1c58fb147b5884 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest368/Generated368.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest368/Generated368.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest369/Generated369.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest369/Generated369.il index dcd538446a4196..7475bcba117e5c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest369/Generated369.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest369/Generated369.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest37/Generated37.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest37/Generated37.il index 29d292e2791adf..a3ad2fd365e93b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest37/Generated37.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest37/Generated37.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest370/Generated370.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest370/Generated370.il index c1ae694eb6eaf4..6d53924f15fa98 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest370/Generated370.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest370/Generated370.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest371/Generated371.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest371/Generated371.il index a80a7b8a65bea3..a10dfb2a7bf722 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest371/Generated371.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest371/Generated371.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest372/Generated372.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest372/Generated372.il index f7c7b2538adce3..620b30a91e737e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest372/Generated372.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest372/Generated372.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest373/Generated373.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest373/Generated373.il index 2b23d4f2bbc35c..f8d5a0617f1efc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest373/Generated373.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest373/Generated373.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest374/Generated374.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest374/Generated374.il index f105e41d957408..ee43e689b18722 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest374/Generated374.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest374/Generated374.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest375/Generated375.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest375/Generated375.il index 572c25185346e3..8c37ea3c9e3db0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest375/Generated375.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest375/Generated375.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest376/Generated376.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest376/Generated376.il index 04d21a4d50efd4..31d26d25d1416c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest376/Generated376.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest376/Generated376.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest377/Generated377.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest377/Generated377.il index 32dd8a0aa57fda..a646f48ab2ed71 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest377/Generated377.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest377/Generated377.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest378/Generated378.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest378/Generated378.il index ec653ec2ed4380..cab0d40266043e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest378/Generated378.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest378/Generated378.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest379/Generated379.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest379/Generated379.il index 281567bf3b75d5..2849232f3599c3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest379/Generated379.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest379/Generated379.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest38/Generated38.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest38/Generated38.il index abc6544323b0ce..7cd535af28953c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest38/Generated38.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest38/Generated38.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest380/Generated380.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest380/Generated380.il index 697503a40e0212..9f6fbd2486c3a4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest380/Generated380.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest380/Generated380.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest381/Generated381.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest381/Generated381.il index ba3323c28c0bd0..dc4916cee7c9d9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest381/Generated381.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest381/Generated381.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest382/Generated382.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest382/Generated382.il index 9d3e4063a36bb2..4c33ad31ba425f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest382/Generated382.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest382/Generated382.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest383/Generated383.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest383/Generated383.il index 153e5d69230c81..7f20880c2cbba5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest383/Generated383.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest383/Generated383.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest384/Generated384.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest384/Generated384.il index 60ae6da4b48fcb..f83d6208f00c9d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest384/Generated384.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest384/Generated384.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest385/Generated385.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest385/Generated385.il index 5b741a58a454c9..93227eff50065f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest385/Generated385.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest385/Generated385.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest386/Generated386.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest386/Generated386.il index 704348c193aaa3..e13dbcca761b58 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest386/Generated386.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest386/Generated386.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest387/Generated387.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest387/Generated387.il index 2966ff054ac79f..4d54b508fdd49a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest387/Generated387.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest387/Generated387.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest388/Generated388.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest388/Generated388.il index 13e08d538b981e..f77372005ae688 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest388/Generated388.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest388/Generated388.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest389/Generated389.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest389/Generated389.il index f362e7632c00a2..8335e585c73754 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest389/Generated389.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest389/Generated389.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest39/Generated39.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest39/Generated39.il index 4283b6712b3c09..58b2709b8c18fa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest39/Generated39.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest39/Generated39.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest390/Generated390.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest390/Generated390.il index decf679f47ea6e..30eb71cb6070c8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest390/Generated390.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest390/Generated390.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest391/Generated391.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest391/Generated391.il index 1ee0828a26395c..70ce4b9baf8529 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest391/Generated391.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest391/Generated391.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest392/Generated392.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest392/Generated392.il index ca53ab20834df0..b30a2bf70e0b94 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest392/Generated392.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest392/Generated392.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest393/Generated393.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest393/Generated393.il index 7e264504641065..85a6b25b5d2d27 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest393/Generated393.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest393/Generated393.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest394/Generated394.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest394/Generated394.il index 67edfdc5c2765d..66e03c8fdb4ca0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest394/Generated394.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest394/Generated394.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest395/Generated395.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest395/Generated395.il index 64ca3695be0043..7f314beaec8558 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest395/Generated395.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest395/Generated395.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest396/Generated396.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest396/Generated396.il index abbcce2eace699..a68fc48225309f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest396/Generated396.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest396/Generated396.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest397/Generated397.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest397/Generated397.il index 0addbd9dad4e1f..f696c9b3d4b885 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest397/Generated397.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest397/Generated397.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest398/Generated398.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest398/Generated398.il index 1bf4dfdc36e8b5..0d04161a90369c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest398/Generated398.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest398/Generated398.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest399/Generated399.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest399/Generated399.il index eb705bce24f883..5790def582e488 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest399/Generated399.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest399/Generated399.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest4/Generated4.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest4/Generated4.il index a7eebc63555ce3..842f613e50327a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest4/Generated4.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest4/Generated4.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest40/Generated40.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest40/Generated40.il index caf9cd1d903e80..826c45c80af562 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest40/Generated40.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest40/Generated40.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest400/Generated400.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest400/Generated400.il index d406bbb174f833..b1bf8358f315fd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest400/Generated400.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest400/Generated400.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest401/Generated401.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest401/Generated401.il index e7fe1e7b37567f..6b84476ed4adc0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest401/Generated401.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest401/Generated401.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest402/Generated402.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest402/Generated402.il index aa85f62dca2070..48dd653005602b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest402/Generated402.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest402/Generated402.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest403/Generated403.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest403/Generated403.il index 5a703fe9314ddf..de79439ac36bb6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest403/Generated403.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest403/Generated403.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest404/Generated404.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest404/Generated404.il index 84b543933d27af..0e8f31e6329bc5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest404/Generated404.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest404/Generated404.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest405/Generated405.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest405/Generated405.il index b281fb68ef3741..5d1438e9553356 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest405/Generated405.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest405/Generated405.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest406/Generated406.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest406/Generated406.il index 29c082926dff5b..ca2ec555dc3208 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest406/Generated406.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest406/Generated406.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest407/Generated407.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest407/Generated407.il index 0f3eacb017ff35..07b932e75d3da0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest407/Generated407.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest407/Generated407.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest408/Generated408.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest408/Generated408.il index 198e5456ac4eb9..6e3456ff079ac4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest408/Generated408.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest408/Generated408.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest409/Generated409.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest409/Generated409.il index d31e46a7496ced..dd8cd6a7be8482 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest409/Generated409.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest409/Generated409.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest41/Generated41.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest41/Generated41.il index 401a9be3b4ea2c..aa11eb9a0c1962 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest41/Generated41.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest41/Generated41.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest410/Generated410.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest410/Generated410.il index 46defd05e33ca2..d2b51e65003f9c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest410/Generated410.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest410/Generated410.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest411/Generated411.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest411/Generated411.il index ea06cef24e1fe1..68f6c8fd46a831 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest411/Generated411.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest411/Generated411.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest412/Generated412.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest412/Generated412.il index ff79123cf0e98b..c5329d9151d682 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest412/Generated412.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest412/Generated412.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest413/Generated413.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest413/Generated413.il index c226e1a844a384..4c19f88a8caade 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest413/Generated413.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest413/Generated413.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest414/Generated414.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest414/Generated414.il index 8f5597cb107a6c..23f4674e40d441 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest414/Generated414.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest414/Generated414.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest415/Generated415.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest415/Generated415.il index 82f030e6390c39..d033b6e8ebfe98 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest415/Generated415.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest415/Generated415.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest416/Generated416.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest416/Generated416.il index 2b866816f4cdd0..946ece1fcc7a39 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest416/Generated416.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest416/Generated416.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest417/Generated417.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest417/Generated417.il index fb05bc1c4c4af5..5dbd0ff4bba79c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest417/Generated417.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest417/Generated417.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest418/Generated418.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest418/Generated418.il index 8ef586b280e3cf..4c2d83958416a7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest418/Generated418.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest418/Generated418.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest419/Generated419.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest419/Generated419.il index 57f8401ac7cf1b..a4b31b409211c3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest419/Generated419.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest419/Generated419.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest42/Generated42.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest42/Generated42.il index 75fc015f300f39..38f85bfd6ad940 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest42/Generated42.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest42/Generated42.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest420/Generated420.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest420/Generated420.il index 5e6f361be3286c..b76df35f5f027e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest420/Generated420.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest420/Generated420.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest421/Generated421.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest421/Generated421.il index 41309dea256a79..0db780f34ebe61 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest421/Generated421.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest421/Generated421.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest422/Generated422.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest422/Generated422.il index ea47acd2480712..6436efaa36fe1a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest422/Generated422.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest422/Generated422.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest423/Generated423.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest423/Generated423.il index cc9b25c4b6b53c..bf421d949e02fa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest423/Generated423.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest423/Generated423.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest424/Generated424.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest424/Generated424.il index 09840e88149b36..f12077f888fc6d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest424/Generated424.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest424/Generated424.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest425/Generated425.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest425/Generated425.il index 481090c4086b78..0a1d4bc686ade1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest425/Generated425.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest425/Generated425.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest426/Generated426.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest426/Generated426.il index a591905e670d3b..2da58d17b4a967 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest426/Generated426.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest426/Generated426.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest427/Generated427.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest427/Generated427.il index 84dbac28974cdc..95298a1e61d1c6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest427/Generated427.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest427/Generated427.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest428/Generated428.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest428/Generated428.il index a473c56a118c94..b174bd40417635 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest428/Generated428.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest428/Generated428.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest429/Generated429.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest429/Generated429.il index ba4223f4ba4c32..9926434f2ce78a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest429/Generated429.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest429/Generated429.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest43/Generated43.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest43/Generated43.il index 8e554b497b1234..5788950442dc6e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest43/Generated43.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest43/Generated43.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest430/Generated430.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest430/Generated430.il index e792e65f7d68d6..ad08ad8593b80b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest430/Generated430.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest430/Generated430.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest431/Generated431.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest431/Generated431.il index 8f83fcd7a18e4f..45fbbd49f12c5d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest431/Generated431.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest431/Generated431.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest432/Generated432.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest432/Generated432.il index 2a59f5e7359a89..2acb3db06b7a7b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest432/Generated432.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest432/Generated432.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest433/Generated433.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest433/Generated433.il index e560b11fa80de7..8114c0dd42bcdf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest433/Generated433.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest433/Generated433.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest434/Generated434.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest434/Generated434.il index c10054acb569f4..f0b3e6a8e57e49 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest434/Generated434.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest434/Generated434.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest435/Generated435.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest435/Generated435.il index 4ba3e1cf8995b4..fc0bf938081234 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest435/Generated435.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest435/Generated435.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest436/Generated436.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest436/Generated436.il index c0774e6160eec9..1e00ba675661cf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest436/Generated436.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest436/Generated436.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest437/Generated437.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest437/Generated437.il index 5b069ce837bec0..4ffcb0f55a1f1d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest437/Generated437.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest437/Generated437.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest438/Generated438.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest438/Generated438.il index 66fb90cd506d79..739def1e8b8920 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest438/Generated438.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest438/Generated438.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest439/Generated439.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest439/Generated439.il index 5bffd0791b9fe9..4a5ba468c963ab 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest439/Generated439.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest439/Generated439.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest44/Generated44.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest44/Generated44.il index 69c6d6642d9591..d7e542ea04487b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest44/Generated44.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest44/Generated44.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest440/Generated440.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest440/Generated440.il index 9c0fd6026d38fb..ad11c0d72271a5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest440/Generated440.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest440/Generated440.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest441/Generated441.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest441/Generated441.il index e7eaa036a92274..aa20a2e57ffd54 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest441/Generated441.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest441/Generated441.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest442/Generated442.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest442/Generated442.il index 2f133fa7845a5f..b742ac069330b1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest442/Generated442.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest442/Generated442.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest443/Generated443.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest443/Generated443.il index efa47195df7510..33009d15a63556 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest443/Generated443.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest443/Generated443.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest444/Generated444.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest444/Generated444.il index 27280e5dd3ad76..75cd4b93a38a07 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest444/Generated444.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest444/Generated444.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest445/Generated445.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest445/Generated445.il index cc847e1f59b831..ac9b61e0f8df83 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest445/Generated445.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest445/Generated445.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest446/Generated446.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest446/Generated446.il index fa25f914cae1b1..61131cd446d10a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest446/Generated446.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest446/Generated446.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest447/Generated447.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest447/Generated447.il index 7e47ac32b81eb1..fccc28c596a476 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest447/Generated447.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest447/Generated447.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest448/Generated448.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest448/Generated448.il index 78da6f5760e565..ecbe32a8e2b5b6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest448/Generated448.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest448/Generated448.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest449/Generated449.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest449/Generated449.il index 0baaa0fcfff118..3acbdd6f938c19 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest449/Generated449.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest449/Generated449.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest45/Generated45.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest45/Generated45.il index 0e2480708d7c6d..b66628925a9bfb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest45/Generated45.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest45/Generated45.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest450/Generated450.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest450/Generated450.il index b53c67bc6e1ffc..3d0343478eed4d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest450/Generated450.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest450/Generated450.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest451/Generated451.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest451/Generated451.il index 3c5550ff8d2761..898a56dad28d9a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest451/Generated451.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest451/Generated451.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest452/Generated452.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest452/Generated452.il index b73ee222761fae..bd71d5c5b20cef 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest452/Generated452.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest452/Generated452.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest453/Generated453.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest453/Generated453.il index e10a43bd73a7a9..704ce089fa4d37 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest453/Generated453.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest453/Generated453.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest454/Generated454.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest454/Generated454.il index d13aedf6813806..69b8f240f6b90c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest454/Generated454.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest454/Generated454.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest455/Generated455.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest455/Generated455.il index b5c96a87b21b7e..d7302ed7680c1a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest455/Generated455.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest455/Generated455.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest456/Generated456.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest456/Generated456.il index c974a8f889a87b..eb2930cc0d5d06 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest456/Generated456.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest456/Generated456.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest457/Generated457.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest457/Generated457.il index db486e63183396..a1d4f81d845799 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest457/Generated457.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest457/Generated457.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest458/Generated458.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest458/Generated458.il index 7aa2f4dc18900a..1ecbad03c7f465 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest458/Generated458.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest458/Generated458.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest459/Generated459.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest459/Generated459.il index 87ff473e2216ae..a4b020e6b9c214 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest459/Generated459.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest459/Generated459.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest46/Generated46.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest46/Generated46.il index 360cc60edbdec9..24ed5a46b64f60 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest46/Generated46.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest46/Generated46.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest460/Generated460.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest460/Generated460.il index f8d944083e0117..f332eba4c75638 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest460/Generated460.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest460/Generated460.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest461/Generated461.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest461/Generated461.il index fbf1cf464ab6f0..307df91d076e65 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest461/Generated461.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest461/Generated461.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest462/Generated462.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest462/Generated462.il index b4a645138ab6df..4b24140dfda8de 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest462/Generated462.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest462/Generated462.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest463/Generated463.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest463/Generated463.il index 25f791b43e81d6..0a65f4bae44a6a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest463/Generated463.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest463/Generated463.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest464/Generated464.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest464/Generated464.il index 58a1a533d6704c..5046ddeb2eefc1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest464/Generated464.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest464/Generated464.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest465/Generated465.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest465/Generated465.il index a0f97d14d8db88..553f2b79f0a292 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest465/Generated465.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest465/Generated465.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest466/Generated466.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest466/Generated466.il index 3c21fb93e5302d..5bec20bb9812d6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest466/Generated466.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest466/Generated466.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest467/Generated467.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest467/Generated467.il index 45a6307d1a0498..d8fad5f3d87ab1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest467/Generated467.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest467/Generated467.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest468/Generated468.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest468/Generated468.il index 421a20f14b612f..4f4f4fa4d885ed 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest468/Generated468.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest468/Generated468.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest469/Generated469.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest469/Generated469.il index 1a576ae0ae3bae..798d8f4af18780 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest469/Generated469.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest469/Generated469.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest47/Generated47.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest47/Generated47.il index 32a0608ea778fe..185d33910038d5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest47/Generated47.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest47/Generated47.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest470/Generated470.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest470/Generated470.il index dc9c30d6b30fd4..8bd2d104ba3da1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest470/Generated470.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest470/Generated470.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest471/Generated471.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest471/Generated471.il index dadf0310493289..1e8c64c92d7e3f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest471/Generated471.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest471/Generated471.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest472/Generated472.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest472/Generated472.il index 3c87010f24c62a..a56515d2635a3d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest472/Generated472.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest472/Generated472.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest473/Generated473.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest473/Generated473.il index 2533d32b07ec28..b40058ab70fbdb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest473/Generated473.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest473/Generated473.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest474/Generated474.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest474/Generated474.il index 11d853b572fdac..fc21e99ee488c4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest474/Generated474.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest474/Generated474.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest475/Generated475.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest475/Generated475.il index e18e7354502096..b289cbb5f90cae 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest475/Generated475.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest475/Generated475.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest476/Generated476.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest476/Generated476.il index 3c12532591beec..3077942f698cbd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest476/Generated476.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest476/Generated476.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest477/Generated477.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest477/Generated477.il index f7b20cede062ac..dfc8b5cc15f7a9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest477/Generated477.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest477/Generated477.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest478/Generated478.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest478/Generated478.il index 87359ef1b6b9d9..049cffc6295053 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest478/Generated478.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest478/Generated478.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest479/Generated479.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest479/Generated479.il index 97f333e57b8258..0d29e905218055 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest479/Generated479.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest479/Generated479.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest48/Generated48.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest48/Generated48.il index 7de9c5c3d096d3..d7032195f9acfa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest48/Generated48.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest48/Generated48.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest480/Generated480.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest480/Generated480.il index 91c05fe45f923a..d584c176a73f2d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest480/Generated480.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest480/Generated480.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest481/Generated481.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest481/Generated481.il index 929adb5a2c66c2..ebc9c521d92f87 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest481/Generated481.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest481/Generated481.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest482/Generated482.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest482/Generated482.il index 9be334a6563639..96d3731068db84 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest482/Generated482.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest482/Generated482.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest483/Generated483.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest483/Generated483.il index 14706a12366884..84705e465ded19 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest483/Generated483.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest483/Generated483.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest484/Generated484.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest484/Generated484.il index f270ceb4a87e0e..e9e2204b76a41c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest484/Generated484.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest484/Generated484.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest485/Generated485.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest485/Generated485.il index 2dce6be94706d2..7062a977381820 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest485/Generated485.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest485/Generated485.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest486/Generated486.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest486/Generated486.il index 38f3c73962e396..7e263c0982ff41 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest486/Generated486.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest486/Generated486.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest487/Generated487.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest487/Generated487.il index 6e88078aab3596..86d2eb4b26a1fb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest487/Generated487.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest487/Generated487.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest488/Generated488.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest488/Generated488.il index 5254385c511baf..a6bf7bc2a67048 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest488/Generated488.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest488/Generated488.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest489/Generated489.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest489/Generated489.il index 498e2fe88cae23..ca841428c17f40 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest489/Generated489.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest489/Generated489.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest49/Generated49.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest49/Generated49.il index 67d840002675df..cce98bd7acb126 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest49/Generated49.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest49/Generated49.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest490/Generated490.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest490/Generated490.il index c65f724bed6ac7..6593af270913f7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest490/Generated490.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest490/Generated490.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest491/Generated491.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest491/Generated491.il index 35467cfcb3644b..7ff5911c64de53 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest491/Generated491.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest491/Generated491.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest492/Generated492.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest492/Generated492.il index 35f4ddf880bca7..83c3978ec0d4e0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest492/Generated492.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest492/Generated492.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest493/Generated493.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest493/Generated493.il index 8a50af46b2e004..78a5746a59fbff 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest493/Generated493.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest493/Generated493.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest494/Generated494.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest494/Generated494.il index 811d106d94f8fc..211bc8de9b90fa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest494/Generated494.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest494/Generated494.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest495/Generated495.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest495/Generated495.il index 015624ce16bc0b..8297275684f0b5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest495/Generated495.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest495/Generated495.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest496/Generated496.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest496/Generated496.il index bc654387cb9562..ca9d06f593bdab 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest496/Generated496.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest496/Generated496.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest497/Generated497.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest497/Generated497.il index 62c0c97828f8fc..ce91af0dda589f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest497/Generated497.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest497/Generated497.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest498/Generated498.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest498/Generated498.il index f126dbf37dacc3..f33a59addbf04c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest498/Generated498.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest498/Generated498.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest499/Generated499.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest499/Generated499.il index 2b98c5f5b15c90..85fa88f331e2ea 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest499/Generated499.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest499/Generated499.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest5/Generated5.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest5/Generated5.il index 94b1ca5d44dd77..7fe03c69fe477c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest5/Generated5.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest5/Generated5.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest50/Generated50.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest50/Generated50.il index 3e5a08bfbeb7de..4d0911e40e8a77 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest50/Generated50.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest50/Generated50.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest500/Generated500.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest500/Generated500.il index 06aab88cfd529f..95d95854c183a8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest500/Generated500.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest500/Generated500.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest501/Generated501.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest501/Generated501.il index 2b4ee14387684f..8bb1944a86f516 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest501/Generated501.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest501/Generated501.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest502/Generated502.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest502/Generated502.il index 0ace9383ed9ee4..d14d4f29a4b4c3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest502/Generated502.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest502/Generated502.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest503/Generated503.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest503/Generated503.il index 76a09d777c6631..8a5f708453c0cc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest503/Generated503.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest503/Generated503.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest504/Generated504.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest504/Generated504.il index f1d1d1ee8e9270..02eec779d30d7f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest504/Generated504.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest504/Generated504.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest505/Generated505.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest505/Generated505.il index db8b138ff2acce..9466f77ef2a8fd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest505/Generated505.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest505/Generated505.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest506/Generated506.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest506/Generated506.il index 421757dc723f28..19ac7c2da3ceb9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest506/Generated506.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest506/Generated506.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest507/Generated507.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest507/Generated507.il index fbe21a648ce27b..bddd42b7ea89a9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest507/Generated507.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest507/Generated507.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest508/Generated508.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest508/Generated508.il index 0e26e68a6c5b07..181857b281bc6a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest508/Generated508.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest508/Generated508.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest509/Generated509.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest509/Generated509.il index f85d7adb3b8221..c4d510f2e70343 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest509/Generated509.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest509/Generated509.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest51/Generated51.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest51/Generated51.il index 88923c945619f3..20a23155b749ab 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest51/Generated51.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest51/Generated51.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest510/Generated510.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest510/Generated510.il index 8dc798bf88fc05..a469de5371ef96 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest510/Generated510.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest510/Generated510.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest511/Generated511.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest511/Generated511.il index f8e6646eecdc1c..9bb6a2e0ebec7a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest511/Generated511.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest511/Generated511.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest512/Generated512.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest512/Generated512.il index 8381f0b388c403..020aaf9a46314e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest512/Generated512.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest512/Generated512.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest513/Generated513.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest513/Generated513.il index 7e29c7109380c6..49583c3ea80ab3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest513/Generated513.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest513/Generated513.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest514/Generated514.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest514/Generated514.il index cfdfb9655d81cf..bd9350a2f66b2a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest514/Generated514.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest514/Generated514.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest515/Generated515.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest515/Generated515.il index c4eaf603c17c8f..88bf8559850812 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest515/Generated515.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest515/Generated515.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest516/Generated516.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest516/Generated516.il index d0ca7b1d1afb1a..151262b2ec192e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest516/Generated516.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest516/Generated516.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest517/Generated517.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest517/Generated517.il index 573dffb274dd53..d6e90273e343a7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest517/Generated517.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest517/Generated517.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest518/Generated518.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest518/Generated518.il index e774172f07efce..0b55f652daef57 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest518/Generated518.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest518/Generated518.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest519/Generated519.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest519/Generated519.il index 955c8d730fdcae..691c548baae471 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest519/Generated519.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest519/Generated519.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest52/Generated52.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest52/Generated52.il index 88e1733afd22e8..57fa51d2b5e268 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest52/Generated52.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest52/Generated52.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest520/Generated520.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest520/Generated520.il index 9946996dde781e..7c81d37b6e1879 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest520/Generated520.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest520/Generated520.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest521/Generated521.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest521/Generated521.il index ece748f472d950..7689b6240f62d9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest521/Generated521.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest521/Generated521.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest522/Generated522.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest522/Generated522.il index 6a386a595f1417..055bbe2f151c56 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest522/Generated522.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest522/Generated522.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest523/Generated523.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest523/Generated523.il index 862161374a7121..a3380b485c10e5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest523/Generated523.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest523/Generated523.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest524/Generated524.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest524/Generated524.il index 2ab628ede4a645..2196ad735a6dce 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest524/Generated524.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest524/Generated524.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest525/Generated525.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest525/Generated525.il index 49a144b4b479b9..195da426006610 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest525/Generated525.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest525/Generated525.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest526/Generated526.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest526/Generated526.il index 2e441f7cd1cd07..ba84ab319ef892 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest526/Generated526.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest526/Generated526.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest527/Generated527.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest527/Generated527.il index 481a916e6bb539..a037b76bf76bb9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest527/Generated527.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest527/Generated527.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest528/Generated528.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest528/Generated528.il index 92f398a3a6f6a3..73aba9564c81f4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest528/Generated528.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest528/Generated528.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest529/Generated529.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest529/Generated529.il index 92cab6d872c827..5db1e9b8ec9af2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest529/Generated529.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest529/Generated529.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest53/Generated53.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest53/Generated53.il index 518b8893ea83b2..f98cc24cd7781e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest53/Generated53.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest53/Generated53.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest530/Generated530.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest530/Generated530.il index c29e6e6ff6591a..06d13a9eab9fa5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest530/Generated530.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest530/Generated530.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest531/Generated531.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest531/Generated531.il index 4311129e7214c9..d51b532a6a4cdb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest531/Generated531.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest531/Generated531.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest532/Generated532.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest532/Generated532.il index 7fc2db152a6bbd..8ea1ec01d97f25 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest532/Generated532.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest532/Generated532.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest533/Generated533.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest533/Generated533.il index 6c23dc0254ee8d..35f506a504d4fa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest533/Generated533.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest533/Generated533.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest534/Generated534.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest534/Generated534.il index 573a377e16804d..ff6f2cecdfc599 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest534/Generated534.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest534/Generated534.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest535/Generated535.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest535/Generated535.il index fc3f4afa445799..10a045f8e178e6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest535/Generated535.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest535/Generated535.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest536/Generated536.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest536/Generated536.il index ae9d9ec4803c6e..7f9242285fa742 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest536/Generated536.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest536/Generated536.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest537/Generated537.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest537/Generated537.il index 1e9d7995b9d218..5bca2ed7c9b7ef 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest537/Generated537.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest537/Generated537.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest538/Generated538.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest538/Generated538.il index d62bce2a64baf8..b9b288ac5c344b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest538/Generated538.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest538/Generated538.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest539/Generated539.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest539/Generated539.il index 1b9333726a2200..f120b415ded932 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest539/Generated539.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest539/Generated539.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest54/Generated54.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest54/Generated54.il index 4bab3aa9101762..476ad004d83f76 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest54/Generated54.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest54/Generated54.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest540/Generated540.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest540/Generated540.il index e573f0e351eefd..efa754eba31512 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest540/Generated540.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest540/Generated540.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest541/Generated541.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest541/Generated541.il index f300cbec569e07..1d59f6a2a25751 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest541/Generated541.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest541/Generated541.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest542/Generated542.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest542/Generated542.il index 3e3b26f5db2b5d..b78c5bd3c3d66e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest542/Generated542.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest542/Generated542.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest543/Generated543.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest543/Generated543.il index 411385a31bb4eb..001b0c2dfb5d3e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest543/Generated543.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest543/Generated543.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest544/Generated544.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest544/Generated544.il index 04ec7a6d3a9717..66e05c3a30c381 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest544/Generated544.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest544/Generated544.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest545/Generated545.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest545/Generated545.il index d437165bf45d50..559480634ec4fb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest545/Generated545.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest545/Generated545.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest546/Generated546.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest546/Generated546.il index db9f5065cc7a92..a6206a6f48139f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest546/Generated546.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest546/Generated546.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest547/Generated547.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest547/Generated547.il index 47a9ad251d3d3f..bb228657d9ff2f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest547/Generated547.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest547/Generated547.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest548/Generated548.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest548/Generated548.il index b73f02418d33fd..00b5411f917a7f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest548/Generated548.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest548/Generated548.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest549/Generated549.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest549/Generated549.il index 55b51e8b5d13cd..a36c4542adaef1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest549/Generated549.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest549/Generated549.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest55/Generated55.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest55/Generated55.il index a46b7b6b9b1378..a28295e4051030 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest55/Generated55.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest55/Generated55.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest550/Generated550.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest550/Generated550.il index b1fc9b388a4ea2..08cd263b507762 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest550/Generated550.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest550/Generated550.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest551/Generated551.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest551/Generated551.il index 211bc1832afdc8..fc94ae70e3901d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest551/Generated551.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest551/Generated551.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest552/Generated552.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest552/Generated552.il index af5dad5576f338..4cc66843b389d7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest552/Generated552.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest552/Generated552.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest553/Generated553.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest553/Generated553.il index 0f4738b537cad3..d2f933f73eb382 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest553/Generated553.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest553/Generated553.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest554/Generated554.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest554/Generated554.il index bf4a0cae3e7b8a..1f8ccdc6141ff6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest554/Generated554.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest554/Generated554.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest555/Generated555.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest555/Generated555.il index 7a228635c08744..70cc4e46c296d5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest555/Generated555.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest555/Generated555.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest556/Generated556.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest556/Generated556.il index a5304981f5307d..bc6912b0d015c4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest556/Generated556.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest556/Generated556.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest557/Generated557.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest557/Generated557.il index a6a5c41b21f507..0410918e2ae0fa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest557/Generated557.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest557/Generated557.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest558/Generated558.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest558/Generated558.il index 2a7d8dd545e49a..05683bc9fdd559 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest558/Generated558.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest558/Generated558.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest559/Generated559.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest559/Generated559.il index 74d5a1abd93bcf..38b72d1373b247 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest559/Generated559.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest559/Generated559.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest56/Generated56.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest56/Generated56.il index 470dda9ccc73be..b9acd62469f9b3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest56/Generated56.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest56/Generated56.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest560/Generated560.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest560/Generated560.il index 900cd7f01ed0ec..cf2ebe59153a45 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest560/Generated560.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest560/Generated560.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest561/Generated561.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest561/Generated561.il index 63717063d38c32..a86c002d55fa83 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest561/Generated561.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest561/Generated561.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest562/Generated562.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest562/Generated562.il index f33ce9377d0155..057772cdfbefa7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest562/Generated562.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest562/Generated562.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest563/Generated563.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest563/Generated563.il index c0395745fe7d78..4e92b5a9f820ac 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest563/Generated563.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest563/Generated563.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest564/Generated564.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest564/Generated564.il index 1b6e605f5bf9b1..48e5c5d13d22a1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest564/Generated564.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest564/Generated564.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest565/Generated565.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest565/Generated565.il index c1451327346140..ed63771f0545e3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest565/Generated565.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest565/Generated565.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest566/Generated566.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest566/Generated566.il index fec406de511b0a..b79c36efc4d0ae 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest566/Generated566.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest566/Generated566.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest567/Generated567.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest567/Generated567.il index 02ed53550a887b..8c24e25bfcb6b3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest567/Generated567.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest567/Generated567.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest568/Generated568.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest568/Generated568.il index 6dfa4f061e1200..f6ac244ebe43f7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest568/Generated568.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest568/Generated568.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest569/Generated569.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest569/Generated569.il index 902a14d0c358ea..bfaad2b65daf56 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest569/Generated569.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest569/Generated569.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest57/Generated57.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest57/Generated57.il index 001945ad8a9005..f1140fc08173e8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest57/Generated57.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest57/Generated57.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest570/Generated570.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest570/Generated570.il index b15e5e9b086ca0..f4bc459e65409e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest570/Generated570.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest570/Generated570.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest571/Generated571.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest571/Generated571.il index b0c1d28af1e1c5..f8285d709856ca 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest571/Generated571.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest571/Generated571.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest572/Generated572.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest572/Generated572.il index aaae6d3a181909..0468dbcfa90166 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest572/Generated572.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest572/Generated572.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest573/Generated573.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest573/Generated573.il index 4c2a7e886b4afb..6638d3898956e8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest573/Generated573.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest573/Generated573.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest574/Generated574.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest574/Generated574.il index 0aab97ec4a8124..9e06915c8edbee 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest574/Generated574.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest574/Generated574.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest575/Generated575.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest575/Generated575.il index 2145cf324d3420..9a505d410ae2f4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest575/Generated575.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest575/Generated575.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest576/Generated576.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest576/Generated576.il index 503f0e72534f2f..57e3d11c58ab69 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest576/Generated576.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest576/Generated576.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest577/Generated577.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest577/Generated577.il index 61bca702ccb08d..e166b0cf165913 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest577/Generated577.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest577/Generated577.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest578/Generated578.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest578/Generated578.il index f8db339cd539cc..2df7e65382cb6c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest578/Generated578.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest578/Generated578.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest579/Generated579.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest579/Generated579.il index 9c407c31895e67..b8835ee7edcec7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest579/Generated579.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest579/Generated579.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest58/Generated58.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest58/Generated58.il index d440538de6425b..3bd7212e3ab6fb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest58/Generated58.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest58/Generated58.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest580/Generated580.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest580/Generated580.il index 1fcfd77d93f970..48afb51218311a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest580/Generated580.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest580/Generated580.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest581/Generated581.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest581/Generated581.il index 800ff8ddbf383c..b00a57c859335e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest581/Generated581.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest581/Generated581.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest582/Generated582.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest582/Generated582.il index 999bf7935c331f..e453a5800268a5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest582/Generated582.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest582/Generated582.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest583/Generated583.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest583/Generated583.il index 0a480153da1508..96b613957d58cf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest583/Generated583.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest583/Generated583.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest584/Generated584.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest584/Generated584.il index 6d499161abcc02..b8042c91bfa238 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest584/Generated584.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest584/Generated584.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest585/Generated585.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest585/Generated585.il index 2458bf89baf7ab..231ed5881088cc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest585/Generated585.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest585/Generated585.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest586/Generated586.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest586/Generated586.il index b44471d4446fc4..ace9d9a7e1dfd0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest586/Generated586.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest586/Generated586.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest587/Generated587.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest587/Generated587.il index 1a4fb6db5cc0bb..962d22b96c363e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest587/Generated587.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest587/Generated587.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest588/Generated588.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest588/Generated588.il index 027c9de9f28bf6..7896e4f565e105 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest588/Generated588.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest588/Generated588.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest589/Generated589.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest589/Generated589.il index 51989c7279d0be..193e42cbe350e7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest589/Generated589.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest589/Generated589.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest59/Generated59.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest59/Generated59.il index 5417b96f0039d1..41aa6cfe327fdd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest59/Generated59.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest59/Generated59.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest590/Generated590.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest590/Generated590.il index 774552a51aad09..0d4d3188c08a6f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest590/Generated590.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest590/Generated590.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest591/Generated591.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest591/Generated591.il index 2f54c2b4b811e8..51f08b48ebdf99 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest591/Generated591.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest591/Generated591.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest592/Generated592.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest592/Generated592.il index bb3120087f18a9..03b82ccae8ea94 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest592/Generated592.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest592/Generated592.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest593/Generated593.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest593/Generated593.il index beea80e439f6a6..1d6cb00599af5c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest593/Generated593.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest593/Generated593.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest594/Generated594.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest594/Generated594.il index c160af9a59e3aa..eeea1eb907b627 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest594/Generated594.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest594/Generated594.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest595/Generated595.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest595/Generated595.il index 036c4359ca279b..f7178c8c8747c2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest595/Generated595.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest595/Generated595.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest596/Generated596.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest596/Generated596.il index 51bee6ac022ad7..6e3ee03e588cf1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest596/Generated596.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest596/Generated596.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest597/Generated597.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest597/Generated597.il index 2385ab2c238643..23ae1327d2a362 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest597/Generated597.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest597/Generated597.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest598/Generated598.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest598/Generated598.il index 05e94528536707..d99cd5b8f49afa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest598/Generated598.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest598/Generated598.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest599/Generated599.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest599/Generated599.il index b7ef84c84830ed..28103273348ab0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest599/Generated599.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest599/Generated599.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest6/Generated6.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest6/Generated6.il index ba4716b6c145ae..b79ea642c7a55f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest6/Generated6.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest6/Generated6.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest60/Generated60.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest60/Generated60.il index 3c0996a23b09e3..e29354e3fec6bd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest60/Generated60.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest60/Generated60.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest600/Generated600.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest600/Generated600.il index 3a65677a11e032..4797d090921834 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest600/Generated600.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest600/Generated600.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest601/Generated601.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest601/Generated601.il index dee3ab8a8eb68e..671dccf2fc08ec 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest601/Generated601.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest601/Generated601.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest602/Generated602.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest602/Generated602.il index 42d584629fabd9..fbef6bb3b93387 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest602/Generated602.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest602/Generated602.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest603/Generated603.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest603/Generated603.il index 6b88271eeda72c..4308d86d44d31d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest603/Generated603.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest603/Generated603.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest604/Generated604.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest604/Generated604.il index b3cd75d1cc29b5..5d793251160596 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest604/Generated604.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest604/Generated604.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest605/Generated605.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest605/Generated605.il index 404c93fd7928c4..38b2c7a227c5ee 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest605/Generated605.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest605/Generated605.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest606/Generated606.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest606/Generated606.il index 0cde541a5dc619..3f03921580c236 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest606/Generated606.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest606/Generated606.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest607/Generated607.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest607/Generated607.il index 2a4f1b4d0b91cb..36138c8e771cc9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest607/Generated607.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest607/Generated607.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest608/Generated608.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest608/Generated608.il index d93a8498f97451..962baecc48977e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest608/Generated608.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest608/Generated608.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest609/Generated609.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest609/Generated609.il index 93e7950e54eb4c..af4c7f733890c1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest609/Generated609.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest609/Generated609.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest61/Generated61.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest61/Generated61.il index 497176b6457a10..233077c4abd4ea 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest61/Generated61.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest61/Generated61.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest610/Generated610.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest610/Generated610.il index 7ede562ca7b1ab..4026d17761cf35 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest610/Generated610.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest610/Generated610.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest611/Generated611.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest611/Generated611.il index df21c40e44f154..c9fdfe9cc635f9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest611/Generated611.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest611/Generated611.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest612/Generated612.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest612/Generated612.il index 7a54ee94f3cac4..4cdd7f71457dc9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest612/Generated612.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest612/Generated612.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest613/Generated613.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest613/Generated613.il index 5b41787d9edda6..5ff4cc25b40d79 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest613/Generated613.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest613/Generated613.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest614/Generated614.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest614/Generated614.il index 7776354a88087f..78a4b56acb91df 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest614/Generated614.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest614/Generated614.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest615/Generated615.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest615/Generated615.il index 1b2ce4d582975e..abaffc87677d2f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest615/Generated615.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest615/Generated615.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest616/Generated616.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest616/Generated616.il index b5cb7a2cca7dbf..0c33649d4cb9f6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest616/Generated616.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest616/Generated616.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest617/Generated617.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest617/Generated617.il index b875f50d6d1d5c..5a24b13cb8d930 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest617/Generated617.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest617/Generated617.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest618/Generated618.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest618/Generated618.il index 2b178ab96e771c..8d7527c89c3efe 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest618/Generated618.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest618/Generated618.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest619/Generated619.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest619/Generated619.il index 3729167e1ca256..18a1c59f4320a0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest619/Generated619.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest619/Generated619.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest62/Generated62.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest62/Generated62.il index e4433f30ec1ffe..baab87258de0d6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest62/Generated62.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest62/Generated62.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest620/Generated620.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest620/Generated620.il index 616f02af2c1bc3..1710d9b9d07b4a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest620/Generated620.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest620/Generated620.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest621/Generated621.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest621/Generated621.il index a6e59aa637a8aa..154421f598cc48 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest621/Generated621.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest621/Generated621.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest622/Generated622.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest622/Generated622.il index 7f0d550ec60d45..b96a814ca91fa7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest622/Generated622.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest622/Generated622.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest623/Generated623.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest623/Generated623.il index 22031c26f1b153..90a2cdcfc3cddb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest623/Generated623.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest623/Generated623.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest624/Generated624.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest624/Generated624.il index f638a322dd208f..eecc748264977c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest624/Generated624.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest624/Generated624.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest625/Generated625.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest625/Generated625.il index 232dc7ca97f689..e8d35acb6308b9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest625/Generated625.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest625/Generated625.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest626/Generated626.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest626/Generated626.il index 5c0ce2264337bc..bc4d17469bda5e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest626/Generated626.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest626/Generated626.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest627/Generated627.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest627/Generated627.il index bc95e658239520..30928ee597d02f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest627/Generated627.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest627/Generated627.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest628/Generated628.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest628/Generated628.il index 26f74136e09288..8d8f6b11beb9eb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest628/Generated628.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest628/Generated628.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest629/Generated629.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest629/Generated629.il index e5dc34c584e860..20edb347f878f9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest629/Generated629.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest629/Generated629.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest63/Generated63.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest63/Generated63.il index d00ccd6fa52987..633ad44eb74dfa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest63/Generated63.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest63/Generated63.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest630/Generated630.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest630/Generated630.il index 767b46bda06937..a3a4568cc6db39 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest630/Generated630.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest630/Generated630.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest631/Generated631.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest631/Generated631.il index c9d9dd00aed3e0..0f11ed40452a0a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest631/Generated631.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest631/Generated631.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest632/Generated632.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest632/Generated632.il index dc1790b1522f20..2fa820f2abf5c2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest632/Generated632.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest632/Generated632.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest633/Generated633.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest633/Generated633.il index 333b1141c95f4d..01b461dab893be 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest633/Generated633.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest633/Generated633.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest634/Generated634.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest634/Generated634.il index 14c2ca4c53dbe6..cc5ba3553faee4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest634/Generated634.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest634/Generated634.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest635/Generated635.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest635/Generated635.il index 3061f7260fe6f7..8ddb1f4ed73280 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest635/Generated635.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest635/Generated635.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest636/Generated636.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest636/Generated636.il index a44130c3841842..d7b7f0f50838c2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest636/Generated636.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest636/Generated636.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest637/Generated637.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest637/Generated637.il index 7b4b0fdfa6eb18..7df534b3e973d8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest637/Generated637.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest637/Generated637.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest638/Generated638.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest638/Generated638.il index 51160efcfa59da..7b77c358d49fb7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest638/Generated638.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest638/Generated638.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest639/Generated639.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest639/Generated639.il index 798717372253d0..8084a048f47c99 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest639/Generated639.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest639/Generated639.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest64/Generated64.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest64/Generated64.il index 53ca729c91ad7b..51fb0263be0059 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest64/Generated64.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest64/Generated64.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest640/Generated640.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest640/Generated640.il index afca5564084295..13d6f7ed79fe29 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest640/Generated640.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest640/Generated640.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest641/Generated641.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest641/Generated641.il index 62e0124d8cf2fb..406c208613ff4d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest641/Generated641.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest641/Generated641.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest642/Generated642.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest642/Generated642.il index 473eea2366e56f..3f5e8d2cbc3c46 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest642/Generated642.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest642/Generated642.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest643/Generated643.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest643/Generated643.il index e7e74fe067b13b..68997c79a327f5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest643/Generated643.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest643/Generated643.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest644/Generated644.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest644/Generated644.il index e04c8ef8f15e59..691322ccff176e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest644/Generated644.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest644/Generated644.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest645/Generated645.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest645/Generated645.il index bf7ad426e826af..de9b3a0490709f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest645/Generated645.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest645/Generated645.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest646/Generated646.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest646/Generated646.il index 6fa05801edfea6..7d4948db1514ff 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest646/Generated646.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest646/Generated646.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest647/Generated647.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest647/Generated647.il index 26e6c1d96456f5..ef2f8f1f5c2f34 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest647/Generated647.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest647/Generated647.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest648/Generated648.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest648/Generated648.il index 543459d8fc040c..733cb75172339d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest648/Generated648.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest648/Generated648.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest649/Generated649.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest649/Generated649.il index a2a43a385d6537..de06ffdacc82d9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest649/Generated649.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest649/Generated649.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest65/Generated65.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest65/Generated65.il index 30d323155bf320..d58c621054593b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest65/Generated65.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest65/Generated65.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest650/Generated650.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest650/Generated650.il index a084c20b4d4e68..1fd9e96b76907a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest650/Generated650.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest650/Generated650.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest651/Generated651.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest651/Generated651.il index 97a9ece7f7b471..771bbf85f13800 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest651/Generated651.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest651/Generated651.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest652/Generated652.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest652/Generated652.il index a436bb5eee2c3f..5283cf437b155a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest652/Generated652.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest652/Generated652.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest653/Generated653.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest653/Generated653.il index 88c83ddecc111c..ef8055d1c40477 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest653/Generated653.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest653/Generated653.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest654/Generated654.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest654/Generated654.il index 07fffd2c3899c7..469e1a92d4b109 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest654/Generated654.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest654/Generated654.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest655/Generated655.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest655/Generated655.il index b85f0a6f342fe7..020ba3bb707703 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest655/Generated655.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest655/Generated655.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest656/Generated656.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest656/Generated656.il index 95167d397320df..f4e0b44efb9eb7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest656/Generated656.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest656/Generated656.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest657/Generated657.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest657/Generated657.il index 2aea9753be5576..654f1f89828236 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest657/Generated657.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest657/Generated657.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest658/Generated658.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest658/Generated658.il index 9c06f4e70ec5b2..36ff37e86dfa1c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest658/Generated658.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest658/Generated658.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest659/Generated659.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest659/Generated659.il index e44ec36c3548bc..b5432f1a6d2bd2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest659/Generated659.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest659/Generated659.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest66/Generated66.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest66/Generated66.il index 942474e75f86c8..7f52eaadc1b455 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest66/Generated66.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest66/Generated66.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest660/Generated660.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest660/Generated660.il index cfc6efad8f0094..0c3115cbc03310 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest660/Generated660.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest660/Generated660.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest661/Generated661.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest661/Generated661.il index c6f7e1bed1907e..b173de2aa6bae7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest661/Generated661.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest661/Generated661.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest662/Generated662.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest662/Generated662.il index 207c386aa3893c..f8f36f5fc45ec2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest662/Generated662.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest662/Generated662.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest663/Generated663.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest663/Generated663.il index 5be3ac48faa91a..4a136dbd009cc6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest663/Generated663.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest663/Generated663.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest664/Generated664.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest664/Generated664.il index 9b38489d3fa8f4..4c4c1e60da48b3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest664/Generated664.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest664/Generated664.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest665/Generated665.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest665/Generated665.il index 68e962a02bbb99..37915e42054426 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest665/Generated665.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest665/Generated665.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest666/Generated666.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest666/Generated666.il index 35b5ae87dfecb6..97ab96f27d7b03 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest666/Generated666.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest666/Generated666.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest667/Generated667.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest667/Generated667.il index 7b15c797a207b1..948d36bba686b0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest667/Generated667.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest667/Generated667.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest668/Generated668.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest668/Generated668.il index 9aa7316d6b20fd..52043b76f657d5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest668/Generated668.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest668/Generated668.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest669/Generated669.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest669/Generated669.il index 954c6df169bfdb..089a5b3143f864 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest669/Generated669.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest669/Generated669.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest67/Generated67.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest67/Generated67.il index e05f818add5f24..cd428717737bb4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest67/Generated67.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest67/Generated67.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest670/Generated670.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest670/Generated670.il index 5a6482908a99b6..45a7aa1fabc2dd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest670/Generated670.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest670/Generated670.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest671/Generated671.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest671/Generated671.il index 12d045a8687d53..572de729519f8d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest671/Generated671.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest671/Generated671.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest672/Generated672.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest672/Generated672.il index e0c1808d08acf2..07126ffbe864ec 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest672/Generated672.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest672/Generated672.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest673/Generated673.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest673/Generated673.il index ca2766ccc1d9eb..e5c553d7c093fc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest673/Generated673.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest673/Generated673.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest674/Generated674.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest674/Generated674.il index c7bfa2ce39fe61..3cf35c4f7a8c95 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest674/Generated674.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest674/Generated674.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest675/Generated675.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest675/Generated675.il index 0b34dc3c9dc7bb..239fa71769dc2f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest675/Generated675.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest675/Generated675.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest676/Generated676.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest676/Generated676.il index f9383ac18d11e2..b515b7191ef9bb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest676/Generated676.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest676/Generated676.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest677/Generated677.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest677/Generated677.il index cbbd79a9de3b2a..380d4a1d7abafd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest677/Generated677.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest677/Generated677.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest678/Generated678.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest678/Generated678.il index c01e3654c2026a..4e047016926d6c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest678/Generated678.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest678/Generated678.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest679/Generated679.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest679/Generated679.il index 3ef8e6bd9fe682..933e7935149c31 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest679/Generated679.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest679/Generated679.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest68/Generated68.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest68/Generated68.il index 9ffad3d213a4ca..2982ef1bccdb44 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest68/Generated68.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest68/Generated68.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest680/Generated680.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest680/Generated680.il index 07da120950725f..301396ac8a30aa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest680/Generated680.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest680/Generated680.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest681/Generated681.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest681/Generated681.il index 75db3db1ad1c67..248d4d1ef6ebec 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest681/Generated681.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest681/Generated681.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest682/Generated682.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest682/Generated682.il index e7755bc74cb58c..7f31de21914a36 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest682/Generated682.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest682/Generated682.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest683/Generated683.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest683/Generated683.il index 582918ff354ec8..e16859c6426a59 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest683/Generated683.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest683/Generated683.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest684/Generated684.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest684/Generated684.il index e68d9e89d7e6f9..bd818bd48a2363 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest684/Generated684.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest684/Generated684.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest685/Generated685.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest685/Generated685.il index a862ee8ed154d5..3d44f99f3b2bab 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest685/Generated685.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest685/Generated685.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest686/Generated686.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest686/Generated686.il index 203067e07c9d85..163593235cf23b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest686/Generated686.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest686/Generated686.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest687/Generated687.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest687/Generated687.il index 7912d9c8b47da5..90adbd5c45499b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest687/Generated687.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest687/Generated687.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest688/Generated688.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest688/Generated688.il index 11ed160f52f744..67ee6cf902e794 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest688/Generated688.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest688/Generated688.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest689/Generated689.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest689/Generated689.il index 18dc4d2fb2cc41..0bb1eb92a9e492 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest689/Generated689.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest689/Generated689.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest69/Generated69.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest69/Generated69.il index 26fbfa7312a1be..80be22c4dcd53c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest69/Generated69.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest69/Generated69.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest690/Generated690.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest690/Generated690.il index f4ddeb53c67452..4e1cab3b79a47f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest690/Generated690.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest690/Generated690.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest691/Generated691.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest691/Generated691.il index a63bb6d4959112..314610114600ee 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest691/Generated691.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest691/Generated691.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest692/Generated692.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest692/Generated692.il index cb9317d72a6da1..1073e2e580fa7a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest692/Generated692.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest692/Generated692.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest693/Generated693.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest693/Generated693.il index 57be4579de18c4..458e7eafd2c967 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest693/Generated693.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest693/Generated693.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest694/Generated694.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest694/Generated694.il index 6fd927daf18ad2..08a9636fa4d017 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest694/Generated694.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest694/Generated694.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest695/Generated695.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest695/Generated695.il index 5e3809c3b335c8..543a981b69dbed 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest695/Generated695.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest695/Generated695.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest696/Generated696.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest696/Generated696.il index 9b6815e540d274..0a05aaba884072 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest696/Generated696.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest696/Generated696.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest697/Generated697.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest697/Generated697.il index 7942f9968c288d..b62cb979f18dee 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest697/Generated697.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest697/Generated697.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest698/Generated698.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest698/Generated698.il index a6ee3f5170e640..55e96c884b1dcd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest698/Generated698.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest698/Generated698.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest699/Generated699.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest699/Generated699.il index 23b624851c9d4e..d33db5d05dd33b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest699/Generated699.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest699/Generated699.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest7/Generated7.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest7/Generated7.il index b6d82d4abfcdb2..9ab913ae7cfa4e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest7/Generated7.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest7/Generated7.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest70/Generated70.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest70/Generated70.il index f618efe02bf21c..9ea74098fdc134 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest70/Generated70.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest70/Generated70.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest700/Generated700.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest700/Generated700.il index c66efddcea9030..b9b2b7df446cc6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest700/Generated700.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest700/Generated700.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest701/Generated701.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest701/Generated701.il index 30b0d32caad39d..26de2a97f953cd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest701/Generated701.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest701/Generated701.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest702/Generated702.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest702/Generated702.il index a8b51b4a91bb72..f2e9fb10b1be8d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest702/Generated702.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest702/Generated702.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest703/Generated703.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest703/Generated703.il index 35b8b2917e233c..d1df3f597785b6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest703/Generated703.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest703/Generated703.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest704/Generated704.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest704/Generated704.il index b359b99ba1f144..d5a68c731f0db2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest704/Generated704.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest704/Generated704.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest705/Generated705.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest705/Generated705.il index d33a617ed42789..330e3bd3c70246 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest705/Generated705.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest705/Generated705.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest706/Generated706.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest706/Generated706.il index 02e97724c69520..4cdafbb4a25576 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest706/Generated706.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest706/Generated706.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest707/Generated707.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest707/Generated707.il index 3f5e0f0220392b..8a264518db7488 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest707/Generated707.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest707/Generated707.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest708/Generated708.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest708/Generated708.il index d4837b499e7116..05be61af88517a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest708/Generated708.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest708/Generated708.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest709/Generated709.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest709/Generated709.il index 05e72434819552..d5c8d9ad3c4235 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest709/Generated709.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest709/Generated709.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest71/Generated71.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest71/Generated71.il index 0fbd2d05a9cf18..abaac7af578596 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest71/Generated71.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest71/Generated71.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest710/Generated710.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest710/Generated710.il index ecf9f2f0fe8aed..53949fdefe0dca 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest710/Generated710.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest710/Generated710.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest711/Generated711.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest711/Generated711.il index 43f5e06e2ca231..d020e464c18a95 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest711/Generated711.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest711/Generated711.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest712/Generated712.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest712/Generated712.il index 50a5c238fff3a9..5c44ab2f454405 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest712/Generated712.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest712/Generated712.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest713/Generated713.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest713/Generated713.il index f46535a2e05a2b..4f6652e68532bc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest713/Generated713.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest713/Generated713.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest714/Generated714.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest714/Generated714.il index b68dc65a44aae4..d156e8ce6d5c0d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest714/Generated714.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest714/Generated714.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest715/Generated715.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest715/Generated715.il index 4fb21569fa9408..26df49b06eadc1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest715/Generated715.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest715/Generated715.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest716/Generated716.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest716/Generated716.il index a5696573760420..9c3ece4b57e01c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest716/Generated716.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest716/Generated716.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest717/Generated717.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest717/Generated717.il index 34a23609a0ab87..3eabcde8cf760c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest717/Generated717.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest717/Generated717.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest718/Generated718.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest718/Generated718.il index 8526c8e0010666..5ab440499431b7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest718/Generated718.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest718/Generated718.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest719/Generated719.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest719/Generated719.il index 980b81abb4b3e2..de7a0a7557be44 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest719/Generated719.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest719/Generated719.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest72/Generated72.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest72/Generated72.il index 20d0706eff9787..cdc1f092bf4841 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest72/Generated72.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest72/Generated72.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest720/Generated720.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest720/Generated720.il index 6c26ba9fe18428..fbfc3d7296877d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest720/Generated720.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest720/Generated720.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest721/Generated721.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest721/Generated721.il index e819d9f88db4f9..0914209f3ffe08 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest721/Generated721.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest721/Generated721.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest722/Generated722.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest722/Generated722.il index 335046fa4b8a75..682af0818bb5c0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest722/Generated722.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest722/Generated722.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest723/Generated723.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest723/Generated723.il index db46a8afee1c5a..17a451fe52f20c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest723/Generated723.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest723/Generated723.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest724/Generated724.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest724/Generated724.il index ce912dc7a9a460..6547a68a44269d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest724/Generated724.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest724/Generated724.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest725/Generated725.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest725/Generated725.il index b3a2393209457d..3af3cfd88a5cad 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest725/Generated725.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest725/Generated725.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest726/Generated726.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest726/Generated726.il index cda6aeab492a67..c6641a97405f17 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest726/Generated726.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest726/Generated726.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest727/Generated727.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest727/Generated727.il index df03d82ee1148c..5c24d2cd23b265 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest727/Generated727.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest727/Generated727.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest728/Generated728.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest728/Generated728.il index acf0f1d502b296..c57f5880090648 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest728/Generated728.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest728/Generated728.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest729/Generated729.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest729/Generated729.il index 2f0e809f8dc5b5..ba7995639c2a82 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest729/Generated729.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest729/Generated729.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest73/Generated73.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest73/Generated73.il index f77aa1f1ad466a..8b996c2f0a9a7a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest73/Generated73.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest73/Generated73.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest730/Generated730.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest730/Generated730.il index b19b5082be3ad8..6a5dc097be2470 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest730/Generated730.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest730/Generated730.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest731/Generated731.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest731/Generated731.il index 91d227fbd8a9d0..21ff40b6521664 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest731/Generated731.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest731/Generated731.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest732/Generated732.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest732/Generated732.il index 1b655a63308ce7..24f9a428a9c692 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest732/Generated732.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest732/Generated732.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest733/Generated733.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest733/Generated733.il index 33d5b2c81b37c5..81f632f3167530 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest733/Generated733.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest733/Generated733.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest734/Generated734.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest734/Generated734.il index 841eb91b5e0e91..4dfc605f5b30e8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest734/Generated734.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest734/Generated734.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest735/Generated735.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest735/Generated735.il index 6a5485c12aaf46..3d4bdf6360ff42 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest735/Generated735.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest735/Generated735.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest736/Generated736.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest736/Generated736.il index 66d06ccf0b3b1d..1d8fb7a4e1fd84 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest736/Generated736.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest736/Generated736.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest737/Generated737.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest737/Generated737.il index bf6f6466cdca6b..514b803bb4c451 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest737/Generated737.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest737/Generated737.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest738/Generated738.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest738/Generated738.il index b266dce7bb6893..b9c66cc268a92f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest738/Generated738.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest738/Generated738.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest739/Generated739.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest739/Generated739.il index 9314b1e0982307..4d4304e2a76225 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest739/Generated739.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest739/Generated739.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest74/Generated74.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest74/Generated74.il index 5d98623be6cc2a..65d3cf1adcc6b9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest74/Generated74.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest74/Generated74.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest740/Generated740.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest740/Generated740.il index 7b4529c181b250..a97ec8e93dd3d1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest740/Generated740.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest740/Generated740.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest741/Generated741.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest741/Generated741.il index 7ada79b6af92d7..a6f44ef0388814 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest741/Generated741.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest741/Generated741.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest742/Generated742.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest742/Generated742.il index 17372b5272cecd..35b6f56c1cdd6e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest742/Generated742.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest742/Generated742.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest743/Generated743.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest743/Generated743.il index bd27078fe4f244..e8a8e1d9d02868 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest743/Generated743.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest743/Generated743.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest744/Generated744.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest744/Generated744.il index 60c0d7eeaed81d..b8b0208a2eb5a9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest744/Generated744.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest744/Generated744.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest745/Generated745.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest745/Generated745.il index eecf25dd0a97e8..05f2ecce4f75fc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest745/Generated745.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest745/Generated745.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest746/Generated746.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest746/Generated746.il index 95e9296fd098bb..6a42a415516c9f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest746/Generated746.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest746/Generated746.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest747/Generated747.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest747/Generated747.il index 8e6f1aee726465..693dc1f6bee48d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest747/Generated747.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest747/Generated747.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest748/Generated748.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest748/Generated748.il index 88cda52753cd7d..570c3d27e8ca01 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest748/Generated748.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest748/Generated748.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest749/Generated749.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest749/Generated749.il index d4e5b273f0fcce..5fae26eedcdd1d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest749/Generated749.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest749/Generated749.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest75/Generated75.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest75/Generated75.il index 7831fa987148c9..4ef8c8b94836ad 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest75/Generated75.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest75/Generated75.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest750/Generated750.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest750/Generated750.il index 6d9d6c9ff01b5e..f9cbb9d2242707 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest750/Generated750.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest750/Generated750.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest751/Generated751.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest751/Generated751.il index ddc82b901e69a3..4e8d909ef789b7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest751/Generated751.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest751/Generated751.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest752/Generated752.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest752/Generated752.il index 300e4bb56fce74..065842f2665969 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest752/Generated752.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest752/Generated752.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest753/Generated753.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest753/Generated753.il index 61772beb192a8f..7d722bff44e5d1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest753/Generated753.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest753/Generated753.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest754/Generated754.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest754/Generated754.il index 07d2df34f76c64..fd5e10651eca80 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest754/Generated754.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest754/Generated754.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest755/Generated755.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest755/Generated755.il index b16dc67e518893..44b9c518ee26db 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest755/Generated755.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest755/Generated755.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest756/Generated756.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest756/Generated756.il index 7877db2d3dd666..3a5c554bb466fa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest756/Generated756.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest756/Generated756.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest757/Generated757.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest757/Generated757.il index d4ede422636aee..aa0961672ca8a0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest757/Generated757.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest757/Generated757.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest758/Generated758.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest758/Generated758.il index f5c0aa2888b378..cd58125e71476e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest758/Generated758.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest758/Generated758.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest759/Generated759.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest759/Generated759.il index 8fb4bfa603315c..55c2e4ff1f9aa4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest759/Generated759.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest759/Generated759.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest76/Generated76.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest76/Generated76.il index 37cd5e9147480a..5440513ec5440c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest76/Generated76.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest76/Generated76.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest760/Generated760.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest760/Generated760.il index fba22f90c1780e..eaba91a1a1770a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest760/Generated760.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest760/Generated760.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest761/Generated761.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest761/Generated761.il index 8aabf68da93474..bdbf7366fe9593 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest761/Generated761.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest761/Generated761.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest762/Generated762.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest762/Generated762.il index 61c551df0467e7..a8e3e334a8e3e1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest762/Generated762.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest762/Generated762.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest763/Generated763.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest763/Generated763.il index 86a25b14e53884..d9ecc91071418b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest763/Generated763.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest763/Generated763.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest764/Generated764.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest764/Generated764.il index c612cd68cbea54..09ddc46fae2e63 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest764/Generated764.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest764/Generated764.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest765/Generated765.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest765/Generated765.il index 515cbececb4b5a..6390d12404ce39 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest765/Generated765.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest765/Generated765.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest766/Generated766.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest766/Generated766.il index 327d67b73c852a..e7f91c7edafc0b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest766/Generated766.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest766/Generated766.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest767/Generated767.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest767/Generated767.il index b10d854b9ae9bb..296a7ba0f3e4ff 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest767/Generated767.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest767/Generated767.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest768/Generated768.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest768/Generated768.il index fe38fae40f9c1c..4b149d83cb0ea1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest768/Generated768.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest768/Generated768.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest769/Generated769.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest769/Generated769.il index 9961103d1c0cad..f60b25ef0f3d94 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest769/Generated769.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest769/Generated769.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest77/Generated77.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest77/Generated77.il index e6f467235e4db8..337854ee4c34b3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest77/Generated77.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest77/Generated77.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest770/Generated770.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest770/Generated770.il index 8ec13be4ea2ae5..10d93c1edbc899 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest770/Generated770.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest770/Generated770.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest771/Generated771.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest771/Generated771.il index 6bf9cf0ce05392..f27beee521617e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest771/Generated771.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest771/Generated771.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest772/Generated772.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest772/Generated772.il index af673a52b28541..aac2f30711f250 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest772/Generated772.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest772/Generated772.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest773/Generated773.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest773/Generated773.il index 6ff3f3283906f3..2ef0cea420d873 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest773/Generated773.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest773/Generated773.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest774/Generated774.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest774/Generated774.il index 5568fcb8e52a13..93cecb01092fc0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest774/Generated774.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest774/Generated774.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest775/Generated775.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest775/Generated775.il index 4aa418e382f1c3..d0bcb90a1b0703 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest775/Generated775.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest775/Generated775.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest776/Generated776.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest776/Generated776.il index 8b711e9c2f8135..7f1224277463fc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest776/Generated776.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest776/Generated776.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest777/Generated777.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest777/Generated777.il index 1f25d6d5d7b299..b5b399ec3bde37 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest777/Generated777.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest777/Generated777.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest778/Generated778.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest778/Generated778.il index 69c4693076053d..29ef777df99544 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest778/Generated778.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest778/Generated778.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest779/Generated779.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest779/Generated779.il index e34f3406ae9e63..f987c059a6c432 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest779/Generated779.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest779/Generated779.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest78/Generated78.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest78/Generated78.il index 86baa7130d2bba..e5eaec498f9e61 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest78/Generated78.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest78/Generated78.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest780/Generated780.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest780/Generated780.il index 9edb680fefbc64..de4f202fdd114a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest780/Generated780.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest780/Generated780.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest781/Generated781.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest781/Generated781.il index 6acab9d905cb34..fd58e30d334209 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest781/Generated781.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest781/Generated781.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest782/Generated782.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest782/Generated782.il index 8a470e972966e5..e9811b005b636f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest782/Generated782.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest782/Generated782.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest783/Generated783.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest783/Generated783.il index 4161c1c75fe745..f278b3cd81ca39 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest783/Generated783.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest783/Generated783.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest784/Generated784.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest784/Generated784.il index 6788b073bfb66b..65e4a4d5585793 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest784/Generated784.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest784/Generated784.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest785/Generated785.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest785/Generated785.il index d79fde8c8599ff..0a3e84d1511453 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest785/Generated785.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest785/Generated785.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest786/Generated786.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest786/Generated786.il index fe1d937e708a01..a9fa464c1b3b9b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest786/Generated786.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest786/Generated786.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest787/Generated787.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest787/Generated787.il index 7f7b3167d95dcb..339aaa6f83a44f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest787/Generated787.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest787/Generated787.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest788/Generated788.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest788/Generated788.il index fdd8adef830285..9f52e9bf27fbd5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest788/Generated788.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest788/Generated788.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest789/Generated789.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest789/Generated789.il index e3e28623bcfde5..f9424d747d34ed 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest789/Generated789.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest789/Generated789.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest79/Generated79.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest79/Generated79.il index 14b1c0ac2f66c0..f7c11b3f83e440 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest79/Generated79.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest79/Generated79.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest790/Generated790.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest790/Generated790.il index 90e994f030c348..034225b74b5b05 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest790/Generated790.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest790/Generated790.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest791/Generated791.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest791/Generated791.il index 72fc3db79e4ba1..0908b1d2edff9a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest791/Generated791.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest791/Generated791.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest792/Generated792.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest792/Generated792.il index 3e54b2859f4697..1a3321c5b32229 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest792/Generated792.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest792/Generated792.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest793/Generated793.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest793/Generated793.il index bca65451e4e43c..e1f5868c8a7e8d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest793/Generated793.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest793/Generated793.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest794/Generated794.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest794/Generated794.il index eb6c10dd2d7736..f9b3b42277a4f3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest794/Generated794.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest794/Generated794.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest795/Generated795.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest795/Generated795.il index d5fd51e8d65fd5..452f9c93d32f48 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest795/Generated795.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest795/Generated795.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest796/Generated796.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest796/Generated796.il index d983fc1aaf25f5..159e3cb647473e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest796/Generated796.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest796/Generated796.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest797/Generated797.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest797/Generated797.il index e75caa245167ed..ae92518e7d4bb6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest797/Generated797.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest797/Generated797.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest798/Generated798.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest798/Generated798.il index d76450f2fbdc13..5eb496b683f689 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest798/Generated798.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest798/Generated798.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest799/Generated799.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest799/Generated799.il index 1ef6e537a5641f..69b245c53e3a16 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest799/Generated799.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest799/Generated799.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest8/Generated8.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest8/Generated8.il index cf9f96fdcbb989..57d63c0151f7cf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest8/Generated8.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest8/Generated8.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest80/Generated80.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest80/Generated80.il index 46adeb4473f38c..de77aa5d69aeda 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest80/Generated80.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest80/Generated80.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest800/Generated800.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest800/Generated800.il index caaa1d59b1f069..2c408269c44090 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest800/Generated800.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest800/Generated800.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest801/Generated801.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest801/Generated801.il index d9169f3f61418c..419a41a4a25f0a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest801/Generated801.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest801/Generated801.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest802/Generated802.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest802/Generated802.il index 15e9affdffdf3c..888b556aabf171 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest802/Generated802.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest802/Generated802.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest803/Generated803.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest803/Generated803.il index 62056ca2a25e96..7138c855c2a4ce 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest803/Generated803.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest803/Generated803.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest804/Generated804.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest804/Generated804.il index 6a82c5fd12aa80..9bccfe13f71ff1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest804/Generated804.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest804/Generated804.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest805/Generated805.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest805/Generated805.il index 492c67f330fec7..a899cace03b2c0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest805/Generated805.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest805/Generated805.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest806/Generated806.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest806/Generated806.il index ce6ff0758c5c16..97290473a92d3b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest806/Generated806.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest806/Generated806.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest807/Generated807.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest807/Generated807.il index 6e7e789e9753e3..b214b2aa0f4420 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest807/Generated807.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest807/Generated807.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest808/Generated808.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest808/Generated808.il index b0ee0ef8745e44..bdc0e4a2084e0f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest808/Generated808.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest808/Generated808.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest809/Generated809.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest809/Generated809.il index 59f6dfd1f4251e..f1e9839e4b156e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest809/Generated809.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest809/Generated809.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest81/Generated81.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest81/Generated81.il index 7beaf1e36fbc38..78a2174e588fd0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest81/Generated81.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest81/Generated81.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest810/Generated810.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest810/Generated810.il index 5e064d417868a7..64d691d26d3a48 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest810/Generated810.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest810/Generated810.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest811/Generated811.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest811/Generated811.il index f5d6ccf0a12f5b..274bc59e025fc4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest811/Generated811.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest811/Generated811.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest812/Generated812.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest812/Generated812.il index b82c2f16002042..3b83132c7b6683 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest812/Generated812.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest812/Generated812.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest813/Generated813.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest813/Generated813.il index 36f59164b44518..28ac6ce4e56542 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest813/Generated813.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest813/Generated813.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest814/Generated814.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest814/Generated814.il index 2269cb4d917700..df25dfb668beab 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest814/Generated814.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest814/Generated814.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest815/Generated815.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest815/Generated815.il index f4621389a1f0dc..64170f68fa6ee4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest815/Generated815.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest815/Generated815.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest816/Generated816.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest816/Generated816.il index dcd79e0a229eaf..f745dd5cb4d213 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest816/Generated816.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest816/Generated816.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest817/Generated817.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest817/Generated817.il index a0ba5c5d21e92f..36600f490b347f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest817/Generated817.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest817/Generated817.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest818/Generated818.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest818/Generated818.il index 2adc1e7bf6f4c0..f15abb41c2f650 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest818/Generated818.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest818/Generated818.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest819/Generated819.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest819/Generated819.il index d5a483b5991793..b1f5dc4ff4bcc0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest819/Generated819.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest819/Generated819.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest82/Generated82.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest82/Generated82.il index 4a520cd703f133..dbdd05d3d548c9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest82/Generated82.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest82/Generated82.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest820/Generated820.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest820/Generated820.il index ad5997b0733e01..aebd5d160a775c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest820/Generated820.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest820/Generated820.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest821/Generated821.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest821/Generated821.il index b2998b33c60d82..38d365c2b2f233 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest821/Generated821.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest821/Generated821.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest822/Generated822.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest822/Generated822.il index 6ba00aafbae1b6..14f62d7b6b2472 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest822/Generated822.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest822/Generated822.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest823/Generated823.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest823/Generated823.il index c444a0d3787bd8..76debc0c931579 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest823/Generated823.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest823/Generated823.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest824/Generated824.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest824/Generated824.il index df2c31dd411c93..9a7770aefbf81f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest824/Generated824.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest824/Generated824.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest825/Generated825.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest825/Generated825.il index 955124d60eaeee..10efcabd0d974c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest825/Generated825.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest825/Generated825.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest826/Generated826.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest826/Generated826.il index 84205b0b23aa28..0cd93eda0b10b4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest826/Generated826.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest826/Generated826.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest827/Generated827.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest827/Generated827.il index b323f186af7125..fb4d37e532c789 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest827/Generated827.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest827/Generated827.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest828/Generated828.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest828/Generated828.il index 519dfa80510585..0ebcab2a583cd5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest828/Generated828.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest828/Generated828.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest829/Generated829.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest829/Generated829.il index 11768f3784a3fb..c998b2df8379cf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest829/Generated829.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest829/Generated829.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest83/Generated83.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest83/Generated83.il index 9f03282b116afa..67091062f38dc4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest83/Generated83.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest83/Generated83.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest830/Generated830.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest830/Generated830.il index 21fc2b54ead5d0..e722ac1b90258b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest830/Generated830.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest830/Generated830.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest831/Generated831.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest831/Generated831.il index 3a97b3b79b6799..cc11d7c8148c1b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest831/Generated831.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest831/Generated831.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest832/Generated832.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest832/Generated832.il index ad893c9251cd5e..71ab6f74ffab1d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest832/Generated832.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest832/Generated832.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest833/Generated833.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest833/Generated833.il index fdb20e7b55d538..e7c75677d4b25c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest833/Generated833.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest833/Generated833.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest834/Generated834.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest834/Generated834.il index 0ebeb6a0532b52..f10e65405a4429 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest834/Generated834.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest834/Generated834.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest835/Generated835.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest835/Generated835.il index 520581370851d5..7eed6025cd715c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest835/Generated835.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest835/Generated835.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest836/Generated836.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest836/Generated836.il index 014ea1c2b6c124..93d85c4790af05 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest836/Generated836.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest836/Generated836.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest837/Generated837.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest837/Generated837.il index 237b5f0394c282..215ee73747395b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest837/Generated837.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest837/Generated837.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest838/Generated838.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest838/Generated838.il index bd1af4449e033e..716628397f2f7f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest838/Generated838.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest838/Generated838.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest839/Generated839.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest839/Generated839.il index 0bc018eda8df52..dc2c7d13935f6d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest839/Generated839.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest839/Generated839.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest84/Generated84.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest84/Generated84.il index 3af276dced22e0..2a61cc175ff795 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest84/Generated84.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest84/Generated84.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest840/Generated840.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest840/Generated840.il index 3d75ba853a9959..7ed71147400785 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest840/Generated840.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest840/Generated840.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest841/Generated841.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest841/Generated841.il index 2a023a16182648..b6d8d745d89925 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest841/Generated841.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest841/Generated841.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest842/Generated842.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest842/Generated842.il index 53ad5048145712..3d73975b5d75b4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest842/Generated842.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest842/Generated842.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest843/Generated843.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest843/Generated843.il index 1737878557bb30..fbecb960b00033 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest843/Generated843.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest843/Generated843.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest844/Generated844.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest844/Generated844.il index 2c690b005f8881..1c6a6e71e20eda 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest844/Generated844.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest844/Generated844.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest845/Generated845.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest845/Generated845.il index 25ebfeebe075a6..ec2a673fd501ee 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest845/Generated845.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest845/Generated845.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest846/Generated846.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest846/Generated846.il index d195584ab9391e..bb1445e8fd3ba6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest846/Generated846.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest846/Generated846.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest847/Generated847.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest847/Generated847.il index eaa613064d4850..2ab5e948211bf3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest847/Generated847.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest847/Generated847.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest848/Generated848.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest848/Generated848.il index 9ae45ae35e8b2e..32381a73094d66 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest848/Generated848.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest848/Generated848.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest849/Generated849.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest849/Generated849.il index df9c648209e7d6..5dc0ef480c7871 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest849/Generated849.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest849/Generated849.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest85/Generated85.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest85/Generated85.il index a14a25cad93d62..37f651c710cc5a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest85/Generated85.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest85/Generated85.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest850/Generated850.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest850/Generated850.il index 17bcfde425259e..374265bf722a73 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest850/Generated850.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest850/Generated850.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest851/Generated851.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest851/Generated851.il index 9aa101d32b3b0f..139ebb477c28a5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest851/Generated851.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest851/Generated851.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest852/Generated852.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest852/Generated852.il index 18495bb043d6ee..9c98f750da5d0d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest852/Generated852.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest852/Generated852.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest853/Generated853.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest853/Generated853.il index e9cd79d0f58966..a1f7e998a42f8d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest853/Generated853.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest853/Generated853.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest854/Generated854.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest854/Generated854.il index 58fae4c5074e75..eb24cec808c58e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest854/Generated854.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest854/Generated854.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest855/Generated855.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest855/Generated855.il index f6b6563e899d43..1d94cdf1e1c4a5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest855/Generated855.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest855/Generated855.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest856/Generated856.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest856/Generated856.il index a0147e59d1164b..95d74134c2cce6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest856/Generated856.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest856/Generated856.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest857/Generated857.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest857/Generated857.il index b9c83a3a3db561..79cd092bc82192 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest857/Generated857.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest857/Generated857.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest858/Generated858.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest858/Generated858.il index bda4bc08ac6051..22eab6164b2aba 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest858/Generated858.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest858/Generated858.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest859/Generated859.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest859/Generated859.il index 1d337f60af9fcb..18adc149e984d7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest859/Generated859.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest859/Generated859.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest86/Generated86.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest86/Generated86.il index e7714b14524aca..c1294bc867239e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest86/Generated86.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest86/Generated86.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest860/Generated860.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest860/Generated860.il index ff4530c5bac181..ad65d30fa79cf3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest860/Generated860.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest860/Generated860.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest861/Generated861.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest861/Generated861.il index a799ad16649ed9..167ed0ef446b90 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest861/Generated861.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest861/Generated861.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest862/Generated862.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest862/Generated862.il index 5b1131cfb97a91..9c073414ff639c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest862/Generated862.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest862/Generated862.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest863/Generated863.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest863/Generated863.il index 43a856db12829c..1cada6710cea59 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest863/Generated863.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest863/Generated863.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest864/Generated864.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest864/Generated864.il index 9fa86c30dc7007..a751196e441de8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest864/Generated864.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest864/Generated864.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest865/Generated865.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest865/Generated865.il index 17a65ff10344a1..092125b360079f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest865/Generated865.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest865/Generated865.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest866/Generated866.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest866/Generated866.il index fbad3478cca6d4..6803b224874027 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest866/Generated866.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest866/Generated866.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest867/Generated867.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest867/Generated867.il index 2f22c1c5e69ede..9fd5ffa4c0050f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest867/Generated867.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest867/Generated867.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest868/Generated868.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest868/Generated868.il index de69ad899e5a9a..15d85d4faf3740 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest868/Generated868.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest868/Generated868.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest869/Generated869.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest869/Generated869.il index c09f5aaee4cbf9..538863199371d3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest869/Generated869.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest869/Generated869.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest87/Generated87.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest87/Generated87.il index f4e4c30ad3c884..df3344c3960b9e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest87/Generated87.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest87/Generated87.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest870/Generated870.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest870/Generated870.il index f109c6b042ac62..f3ca8fee388fa4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest870/Generated870.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest870/Generated870.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest871/Generated871.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest871/Generated871.il index 45d82bf8dbe692..7ef1f280a11339 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest871/Generated871.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest871/Generated871.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest872/Generated872.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest872/Generated872.il index 4f2a1b3d540fa0..e6b96ac1089985 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest872/Generated872.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest872/Generated872.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest873/Generated873.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest873/Generated873.il index db556b286a6345..63a71356b03364 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest873/Generated873.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest873/Generated873.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest874/Generated874.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest874/Generated874.il index 12d7109afd5a75..1a5bdb63e68871 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest874/Generated874.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest874/Generated874.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest875/Generated875.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest875/Generated875.il index 03eb25f8105ffb..016a5ea9b82540 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest875/Generated875.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest875/Generated875.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest876/Generated876.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest876/Generated876.il index 4170dc2be8b299..bd9c3a0771bc6d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest876/Generated876.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest876/Generated876.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest877/Generated877.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest877/Generated877.il index 57b97891bd8cf7..38a6b6f9cd50ac 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest877/Generated877.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest877/Generated877.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest878/Generated878.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest878/Generated878.il index 84892295fafb8e..b92c5b28138688 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest878/Generated878.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest878/Generated878.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest879/Generated879.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest879/Generated879.il index f7a18b87fa17f8..98a83963a4531f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest879/Generated879.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest879/Generated879.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest88/Generated88.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest88/Generated88.il index a8eba68d998648..33bd2879010d15 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest88/Generated88.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest88/Generated88.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest880/Generated880.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest880/Generated880.il index bc706b7ba733ed..1f95107d94defd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest880/Generated880.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest880/Generated880.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest881/Generated881.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest881/Generated881.il index 37d8039df16588..a269ba9acee385 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest881/Generated881.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest881/Generated881.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest882/Generated882.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest882/Generated882.il index 7e34eb36611f0f..3081ed771f9657 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest882/Generated882.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest882/Generated882.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest883/Generated883.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest883/Generated883.il index 84e45634a4afb9..b253ef0f05f040 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest883/Generated883.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest883/Generated883.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest884/Generated884.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest884/Generated884.il index 0a647de40ed503..9c50c75611923c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest884/Generated884.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest884/Generated884.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest885/Generated885.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest885/Generated885.il index bcdf55e5b3f214..4f71c61f4b091d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest885/Generated885.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest885/Generated885.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest886/Generated886.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest886/Generated886.il index 66e4288d6f36b3..b6159b6682f72d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest886/Generated886.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest886/Generated886.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest887/Generated887.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest887/Generated887.il index a2a2f4fe2bd1f7..b3ccf8f5b0718e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest887/Generated887.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest887/Generated887.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest888/Generated888.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest888/Generated888.il index e0697199b32b2a..aed1ec8c57c595 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest888/Generated888.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest888/Generated888.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest889/Generated889.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest889/Generated889.il index 2f7a17b0478a67..2f57c0508ad089 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest889/Generated889.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest889/Generated889.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest89/Generated89.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest89/Generated89.il index 2fffa7e48fcf73..9cf95cce64d634 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest89/Generated89.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest89/Generated89.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest890/Generated890.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest890/Generated890.il index ce8f3eda03bbef..8cbd456a5186c6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest890/Generated890.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest890/Generated890.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest891/Generated891.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest891/Generated891.il index 12b4258b127608..fee652a3fd6bed 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest891/Generated891.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest891/Generated891.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest892/Generated892.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest892/Generated892.il index da1d5020bb3890..7e06742154f2f6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest892/Generated892.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest892/Generated892.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest893/Generated893.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest893/Generated893.il index e741561b217f00..908101e5028d1a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest893/Generated893.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest893/Generated893.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest894/Generated894.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest894/Generated894.il index 3eb10cb884c160..5050dcb2f4577a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest894/Generated894.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest894/Generated894.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest895/Generated895.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest895/Generated895.il index d81bf65bc28581..31d8259384bcb1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest895/Generated895.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest895/Generated895.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest896/Generated896.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest896/Generated896.il index dc8c35f822b2f8..5b471b451658d3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest896/Generated896.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest896/Generated896.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest897/Generated897.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest897/Generated897.il index 7fc76ff33ce632..31e82df2b30281 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest897/Generated897.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest897/Generated897.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest898/Generated898.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest898/Generated898.il index 557a59117251a6..052e486c8566d7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest898/Generated898.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest898/Generated898.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest899/Generated899.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest899/Generated899.il index 2fdd576e44d176..2cbb6838d9594a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest899/Generated899.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest899/Generated899.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest9/Generated9.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest9/Generated9.il index e6dd1028c3087d..6b3d9b1e348e4d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest9/Generated9.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest9/Generated9.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest90/Generated90.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest90/Generated90.il index acb424755e62d0..296beae0b36e9f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest90/Generated90.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest90/Generated90.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest900/Generated900.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest900/Generated900.il index f3a3ec917111ab..fe8fb30a962b2d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest900/Generated900.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest900/Generated900.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest901/Generated901.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest901/Generated901.il index a8cc239895b808..0453310b978908 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest901/Generated901.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest901/Generated901.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest902/Generated902.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest902/Generated902.il index 03ae20ef9dd99b..a466960c0e3de4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest902/Generated902.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest902/Generated902.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest903/Generated903.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest903/Generated903.il index adb0b5513b2498..ed82c2856de68e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest903/Generated903.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest903/Generated903.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest904/Generated904.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest904/Generated904.il index 14c2bf45a840bd..a93e303aadf9ef 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest904/Generated904.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest904/Generated904.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest905/Generated905.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest905/Generated905.il index 4a695e98e7d736..7e7c268368cbcb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest905/Generated905.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest905/Generated905.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest906/Generated906.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest906/Generated906.il index 154f2e08ff0683..c90ea1a653de2d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest906/Generated906.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest906/Generated906.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest907/Generated907.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest907/Generated907.il index dc135fb486fc57..59d1bef33473ff 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest907/Generated907.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest907/Generated907.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest908/Generated908.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest908/Generated908.il index 40658b30ce00ea..1d9ced078193c1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest908/Generated908.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest908/Generated908.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest909/Generated909.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest909/Generated909.il index 0cc91c1cb72242..8a4351fa47e746 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest909/Generated909.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest909/Generated909.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest91/Generated91.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest91/Generated91.il index cd0651b590e3c1..fe8118853bdde2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest91/Generated91.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest91/Generated91.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest910/Generated910.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest910/Generated910.il index 396b205e280651..0e9c6bd796912c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest910/Generated910.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest910/Generated910.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest911/Generated911.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest911/Generated911.il index d3cf228585e007..918e30db0754d0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest911/Generated911.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest911/Generated911.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest912/Generated912.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest912/Generated912.il index 1fda77987b1a3f..af1d40ca2dbefe 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest912/Generated912.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest912/Generated912.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest913/Generated913.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest913/Generated913.il index fbdd270df2c5d5..ae8796d5db649c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest913/Generated913.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest913/Generated913.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest914/Generated914.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest914/Generated914.il index 613d7111f67c13..2158294bc56a0b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest914/Generated914.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest914/Generated914.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest915/Generated915.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest915/Generated915.il index 550f2dd4350258..d716961f7fcdb4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest915/Generated915.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest915/Generated915.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest916/Generated916.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest916/Generated916.il index a9713115e7190a..b9c0dbb8cfaa14 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest916/Generated916.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest916/Generated916.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest917/Generated917.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest917/Generated917.il index 641895942d432c..11d05c4eba4d99 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest917/Generated917.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest917/Generated917.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest918/Generated918.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest918/Generated918.il index 60453320bdacdd..1374725be2ed51 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest918/Generated918.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest918/Generated918.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest919/Generated919.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest919/Generated919.il index 48a35b5866cdc5..f6739a595dd6f8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest919/Generated919.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest919/Generated919.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest92/Generated92.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest92/Generated92.il index 0c6716f196ed71..3942d4cb3d7a92 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest92/Generated92.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest92/Generated92.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest920/Generated920.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest920/Generated920.il index 93bb9e4db26c3c..0ceee39930f9d9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest920/Generated920.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest920/Generated920.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest921/Generated921.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest921/Generated921.il index 6c05abf9f1c40f..b101319cbaf42b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest921/Generated921.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest921/Generated921.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest922/Generated922.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest922/Generated922.il index bb0b4d8436ecc7..9fb0926162cdc3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest922/Generated922.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest922/Generated922.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest923/Generated923.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest923/Generated923.il index 39a0f17b11cb1a..38d9a7accfbdfd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest923/Generated923.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest923/Generated923.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest924/Generated924.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest924/Generated924.il index 0e6c3b52442816..438dec9619d06f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest924/Generated924.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest924/Generated924.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest925/Generated925.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest925/Generated925.il index 89666cd485eb0c..ab8056565e370f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest925/Generated925.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest925/Generated925.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest926/Generated926.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest926/Generated926.il index e91e2099b3dd92..1a6a48a4a0e14f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest926/Generated926.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest926/Generated926.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest927/Generated927.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest927/Generated927.il index 5ceb2b023c1fb3..58c0d992a4a13a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest927/Generated927.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest927/Generated927.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest928/Generated928.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest928/Generated928.il index f6da11bd09bce0..fa542a1c2c4e78 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest928/Generated928.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest928/Generated928.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest929/Generated929.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest929/Generated929.il index 7167fd43ae0f25..fff62ec9d2a87c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest929/Generated929.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest929/Generated929.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest93/Generated93.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest93/Generated93.il index b3094234e4ccd6..08429df02218f4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest93/Generated93.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest93/Generated93.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest930/Generated930.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest930/Generated930.il index 7610e78760566f..ec4bf4b2d66871 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest930/Generated930.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest930/Generated930.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest931/Generated931.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest931/Generated931.il index b0d5665aecc3ac..8c6a3a166e85d4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest931/Generated931.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest931/Generated931.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest932/Generated932.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest932/Generated932.il index 8501660a5aa0a4..2e99cf6d076d76 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest932/Generated932.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest932/Generated932.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest933/Generated933.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest933/Generated933.il index 109feb828425bf..8775f9c4cb3185 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest933/Generated933.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest933/Generated933.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest934/Generated934.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest934/Generated934.il index 236c1c12f0239b..bb63a17628a6b0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest934/Generated934.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest934/Generated934.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest935/Generated935.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest935/Generated935.il index 7686d54744e08d..21e4871059e9a7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest935/Generated935.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest935/Generated935.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest936/Generated936.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest936/Generated936.il index 3bfbf02cba743d..2492fff6e1c0a3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest936/Generated936.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest936/Generated936.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest937/Generated937.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest937/Generated937.il index ee72895b24b26a..16edc6a8d56b8a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest937/Generated937.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest937/Generated937.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest938/Generated938.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest938/Generated938.il index 3e03ce56ca4c5d..29787245d5bc28 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest938/Generated938.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest938/Generated938.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest939/Generated939.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest939/Generated939.il index 697dfacf95d0ad..95e0864c77e2e7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest939/Generated939.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest939/Generated939.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest94/Generated94.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest94/Generated94.il index 62f6434a62b589..24612eaa3d8ab4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest94/Generated94.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest94/Generated94.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest940/Generated940.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest940/Generated940.il index e0200bacdf6c45..8f60760db1d3da 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest940/Generated940.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest940/Generated940.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest941/Generated941.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest941/Generated941.il index e634db4c411e46..a6397fa30a275f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest941/Generated941.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest941/Generated941.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest942/Generated942.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest942/Generated942.il index 7b25a75e8e4cbb..9dc99063734c38 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest942/Generated942.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest942/Generated942.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest943/Generated943.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest943/Generated943.il index f53890d4712d88..2c822835ea7db7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest943/Generated943.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest943/Generated943.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest944/Generated944.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest944/Generated944.il index 09d77a47a13181..c8ccf28fd41c0f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest944/Generated944.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest944/Generated944.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest945/Generated945.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest945/Generated945.il index 69bf07207ed9e9..f27f07ba5418c7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest945/Generated945.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest945/Generated945.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest946/Generated946.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest946/Generated946.il index 7187a51bd2a359..d16e05f1ad6a31 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest946/Generated946.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest946/Generated946.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest947/Generated947.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest947/Generated947.il index 7da856a484db6e..b98228bc8627fb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest947/Generated947.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest947/Generated947.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest948/Generated948.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest948/Generated948.il index eb2493d3b4eafc..71886a2a1eb70e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest948/Generated948.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest948/Generated948.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest949/Generated949.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest949/Generated949.il index 130aa87e7359dc..98d7df21dd03bb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest949/Generated949.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest949/Generated949.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest95/Generated95.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest95/Generated95.il index 4ed2352da04362..d76f455cc14a3c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest95/Generated95.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest95/Generated95.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest950/Generated950.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest950/Generated950.il index fc312b7250ed0d..6c08f6d452f121 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest950/Generated950.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest950/Generated950.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest951/Generated951.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest951/Generated951.il index b5f3638e82ffe2..12321bd10ec6af 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest951/Generated951.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest951/Generated951.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest952/Generated952.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest952/Generated952.il index 3eb4893694b1b2..e5881245ddf7d7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest952/Generated952.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest952/Generated952.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest953/Generated953.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest953/Generated953.il index 3de57f195b9c7d..165d3098e282a3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest953/Generated953.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest953/Generated953.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest954/Generated954.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest954/Generated954.il index 6ae3decb4a8da2..9edd2b8e0c0742 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest954/Generated954.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest954/Generated954.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest955/Generated955.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest955/Generated955.il index 7faf16d95d8c50..7f755da50091be 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest955/Generated955.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest955/Generated955.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest956/Generated956.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest956/Generated956.il index 83653d95a397ce..7ccb40ba69421e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest956/Generated956.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest956/Generated956.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest957/Generated957.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest957/Generated957.il index c973a4056eb99c..ac1515f7635159 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest957/Generated957.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest957/Generated957.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest958/Generated958.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest958/Generated958.il index 6ce4e4be08e099..8ca80585cff857 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest958/Generated958.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest958/Generated958.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest959/Generated959.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest959/Generated959.il index f434604dd9cfb8..eb882b952a41c3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest959/Generated959.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest959/Generated959.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest96/Generated96.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest96/Generated96.il index 6f9cbd34b1b3f9..89fdf1773f0713 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest96/Generated96.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest96/Generated96.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest960/Generated960.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest960/Generated960.il index d32cafad101b38..d54a97d6b03808 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest960/Generated960.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest960/Generated960.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest961/Generated961.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest961/Generated961.il index 3e9c68d3e5dc47..5ba9a82cf5f52b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest961/Generated961.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest961/Generated961.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest962/Generated962.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest962/Generated962.il index 019442290722dd..9632009acc4507 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest962/Generated962.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest962/Generated962.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest963/Generated963.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest963/Generated963.il index 8e9ac0a289ab8d..d236885fcde149 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest963/Generated963.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest963/Generated963.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest964/Generated964.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest964/Generated964.il index e522368bae4160..da464a526f7031 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest964/Generated964.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest964/Generated964.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest965/Generated965.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest965/Generated965.il index 3ba0efa2042965..936c13ce722103 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest965/Generated965.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest965/Generated965.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest966/Generated966.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest966/Generated966.il index 5da824c9743f67..87caad83890eff 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest966/Generated966.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest966/Generated966.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest967/Generated967.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest967/Generated967.il index 5d285d475df3c5..56ef4ca93cc32f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest967/Generated967.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest967/Generated967.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest968/Generated968.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest968/Generated968.il index 17be0be10efc20..089902c34d2ef2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest968/Generated968.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest968/Generated968.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest969/Generated969.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest969/Generated969.il index 78659e36972d08..65eeb7637d0969 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest969/Generated969.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest969/Generated969.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest97/Generated97.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest97/Generated97.il index 477e3cda627bdf..d2d53fe6e015b0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest97/Generated97.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest97/Generated97.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest970/Generated970.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest970/Generated970.il index f954ad69a10ba2..5ba994f267b43e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest970/Generated970.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest970/Generated970.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest971/Generated971.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest971/Generated971.il index a78c94388dfe0f..e53b0fb5e24abe 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest971/Generated971.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest971/Generated971.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest972/Generated972.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest972/Generated972.il index 109b9b577db793..c5574b9c048ae3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest972/Generated972.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest972/Generated972.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest973/Generated973.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest973/Generated973.il index 83887ae6d396cc..4db0d7d96d1129 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest973/Generated973.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest973/Generated973.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest974/Generated974.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest974/Generated974.il index 0a731f075c2bdb..d1ba4c98c40669 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest974/Generated974.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest974/Generated974.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest975/Generated975.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest975/Generated975.il index c294fbdc0cc15f..fb1e072905a1e0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest975/Generated975.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest975/Generated975.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest976/Generated976.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest976/Generated976.il index 489fe6d8b8ae24..8c6c30d1aa461e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest976/Generated976.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest976/Generated976.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest977/Generated977.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest977/Generated977.il index 4099498612c6e5..37604085f7a404 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest977/Generated977.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest977/Generated977.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest978/Generated978.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest978/Generated978.il index 997925f1ced86b..ac4d90e7b04afa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest978/Generated978.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest978/Generated978.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest979/Generated979.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest979/Generated979.il index 9e708a2a6e4b28..66dba2b17216c2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest979/Generated979.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest979/Generated979.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest98/Generated98.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest98/Generated98.il index f547e51e986ace..34f32021e0743c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest98/Generated98.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest98/Generated98.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest980/Generated980.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest980/Generated980.il index 899bfa9597ee63..a67637967f2f00 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest980/Generated980.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest980/Generated980.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest981/Generated981.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest981/Generated981.il index 5b63011526e1b5..efd12d87256c6a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest981/Generated981.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest981/Generated981.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest982/Generated982.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest982/Generated982.il index c3440c757a8c62..1b9836859fbedd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest982/Generated982.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest982/Generated982.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest983/Generated983.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest983/Generated983.il index 85d974bd109f45..5ff80aa870c620 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest983/Generated983.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest983/Generated983.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest984/Generated984.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest984/Generated984.il index f2cbb2bd0f4d20..220ca693a21032 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest984/Generated984.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest984/Generated984.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest985/Generated985.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest985/Generated985.il index 309dbfb812ce6f..d04396cc6fd936 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest985/Generated985.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest985/Generated985.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest986/Generated986.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest986/Generated986.il index 0138f557366b27..76149ccedc1ae5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest986/Generated986.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest986/Generated986.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest987/Generated987.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest987/Generated987.il index 73eb0089782c23..9d084f374f52fe 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest987/Generated987.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest987/Generated987.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest988/Generated988.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest988/Generated988.il index dd0a3b062a2685..6ead3a64d4c18a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest988/Generated988.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest988/Generated988.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest989/Generated989.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest989/Generated989.il index bdeca2b229189d..d0f070ef35276e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest989/Generated989.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest989/Generated989.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest99/Generated99.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest99/Generated99.il index d056259d069fa3..8ee062ba64f242 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest99/Generated99.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest99/Generated99.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest990/Generated990.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest990/Generated990.il index cc58df1d14dbc7..c053b41b82d076 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest990/Generated990.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest990/Generated990.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest991/Generated991.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest991/Generated991.il index 472861974479dd..351626de384d7a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest991/Generated991.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest991/Generated991.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest992/Generated992.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest992/Generated992.il index d85ccb32ca6970..22e6ae611fcf34 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest992/Generated992.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest992/Generated992.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest993/Generated993.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest993/Generated993.il index 887b518377d743..bfe8bda00f2c32 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest993/Generated993.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest993/Generated993.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest994/Generated994.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest994/Generated994.il index f917fcbf26c191..86e061ab2fac51 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest994/Generated994.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest994/Generated994.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest995/Generated995.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest995/Generated995.il index 44573c564f9d32..d12f121b1ca814 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest995/Generated995.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest995/Generated995.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest996/Generated996.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest996/Generated996.il index d044ed26babbce..54a8e48b23c0d8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest996/Generated996.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest996/Generated996.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest997/Generated997.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest997/Generated997.il index 939ebcf561ad23..b37781c80d0cb8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest997/Generated997.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest997/Generated997.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest998/Generated998.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest998/Generated998.il index d3adefd6ce4bbc..90009491d4edbf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest998/Generated998.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest998/Generated998.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest999/Generated999.il b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest999/Generated999.il index 885393ccc5c2ce..b133428a5101a7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest999/Generated999.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest999/Generated999.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 mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorOpenFile.cs b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorOpenFile.cs index 29cd9ea2c1b030..5c5513de6a3f2f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorOpenFile.cs +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorOpenFile.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. /* Open and write to a file inside static class constructor of a class/struct (eager and beforefieldinit cases). diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowInlinedStatic.cs b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowInlinedStatic.cs index 4a220d410b8cf6..51e93d73d0d3c4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowInlinedStatic.cs +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowInlinedStatic.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. /* diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowLDFTNStaticMethod.il b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowLDFTNStaticMethod.il index dc73aea0e74d2d..a017870c22b0b4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowLDFTNStaticMethod.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowLDFTNStaticMethod.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.Console { } // A .cctor has only one chance to run in any appdomain. diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowMethodAccess.cs b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowMethodAccess.cs index f7e38a67706fcd..15c8e4fa5d1a60 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowMethodAccess.cs +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowMethodAccess.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. /* diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticField.cs b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticField.cs index 859318e59813e6..cd202e610d33e1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticField.cs +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticField.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. /* diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticFieldBFI.il b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticFieldBFI.il index 255282576c57ca..135508b6399287 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticFieldBFI.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticFieldBFI.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/ResetGlobalFields.il b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/ResetGlobalFields.il index 600fd14e9c6f1b..c62c964bd2c8b1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/ResetGlobalFields.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/ResetGlobalFields.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcep.cs b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcep.cs index 859318e59813e6..cd202e610d33e1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcep.cs +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcep.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. /* diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcepBFI.il b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcepBFI.il index c0e0b14647322e..f8ad9f1e3782a1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcepBFI.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcepBFI.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/UntrustedCodeBFI.il b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/UntrustedCodeBFI.il index 217be15789445d..dcaf4705ca7b70 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/UntrustedCodeBFI.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/UntrustedCodeBFI.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreads.cs b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreads.cs index 6e0da6a922d3ed..0d7ed54e467bdc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreads.cs +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreads.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. // A --> B --> C --> D --> E --> A // We should detect the deadlock and allow one thread to proceed (and see unitialized state). diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreadsBFI.il b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreadsBFI.il index c31ce3d152f989..c334fee00c7a9d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreadsBFI.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreadsBFI.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. // Microsoft (R) .NET Framework IL Disassembler. Version 2.0.50103.00 diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01.cs b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01.cs index da06e4a15e93c5..f96da0d3900980 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01.cs +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01.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. /* A --> B --> C --> D --> E --> A diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01BFI.il b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01BFI.il index 7090886333a41d..ef87ca5b7a7c8d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01BFI.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01BFI.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. // Microsoft (R) .NET Framework IL Disassembler. Version 2.0.50103.00 diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02.cs b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02.cs index e92a39bde7103c..971720444b28ea 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02.cs +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02.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. /* A --> B --> C --> D --> E --> A diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02BFI.il b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02BFI.il index 22df7714f043ea..089b57e0d8d77c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02BFI.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02BFI.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. // Microsoft (R) .NET Framework IL Disassembler. Version 2.0.50103.00 diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03.cs b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03.cs index 5b6b0907097549..51a234f678f7ea 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03.cs +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03.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. /* A --> B --> C --> D --> E --> A diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03BFI.il b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03BFI.il index facbeeda222923..39c02227414fa4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03BFI.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03BFI.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. // Microsoft (R) .NET Framework IL Disassembler. Version 2.0.50103.00 diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CctorThrowStaticFieldBFI.il b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CctorThrowStaticFieldBFI.il index 255282576c57ca..135508b6399287 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CctorThrowStaticFieldBFI.il +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CctorThrowStaticFieldBFI.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CircularCctorThreeThreads03.cs b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CircularCctorThreeThreads03.cs index 5b6b0907097549..51a234f678f7ea 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CircularCctorThreeThreads03.cs +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CircularCctorThreeThreads03.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. /* A --> B --> C --> D --> E --> A diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenMethInlined.cs b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenMethInlined.cs index 77fa7ba32960ad..5655a8da9da6d9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenMethInlined.cs +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenMethInlined.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. // test that .cctor of NotInlined and Inlined (class/struct) is called when Foo.Meth_In and Foo_Meth_NotIn // is invoked. diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenMethInlined_Multinested.cs b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenMethInlined_Multinested.cs index 0eab4443b1f015..ccdb858c289ec5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenMethInlined_Multinested.cs +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenMethInlined_Multinested.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. // test that .cctor of NotInlined and Inlined (class/struct) is called when Foo.Meth_In and Foo_Meth_NotIn // is invoked in multinested scenario. diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined.cs b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined.cs index 6709f344a6034b..c8e53d9b956ab7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined.cs +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined.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. // test that .cctor of NotInlined and Inlined (class/struct) is called when Foo.Meth_In and Foo_Meth_NotIn is invoked. diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined_Multinested.cs b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined_Multinested.cs index 6cbed4ca7587d7..20470b00cea48d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined_Multinested.cs +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined_Multinested.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. // test that .cctor of NotInlined and Inlined (class/struct) is called when Foo.Meth_In and Foo_Meth_NotIn // is invoked in multinested scenario. diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/Inlined.cs b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/Inlined.cs index f73dd52fc77c8d..1a4dedee498325 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/Inlined.cs +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/Inlined.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. // test that .cctor of NotInlined and Inlined (class/struct) is called when Foo.Meth_In and Foo_Meth_NotIn is invoked. diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/Inlined_Multinested.cs b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/Inlined_Multinested.cs index a09d8655463955..d5c696753295c2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/Inlined_Multinested.cs +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/Inlined_Multinested.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. // test that .cctor of NotInlined and Inlined (class/struct) is called when Foo.Meth_In and Foo_Meth_NotIn is invoked. diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal01.cs b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal01.cs index 7279d6c2747b9c..190d29af47f408 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal01.cs +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal01.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. // Call a non-virtual instance method of a zero-constructed value type // The method doesn't access type's static fields. diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal02.cs b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal02.cs index 8f3ded3ccaf20b..11d1613281439b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal02.cs +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal02.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. // Call a non-virtual instance method of a zero-constructed value type // The method accesses type's static fields. diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal03.cs b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal03.cs index ca7c80b0e9f295..57a1305835972a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal03.cs +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal03.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. // Call a non-virtual instance method of a zero-constructed value type // The method accesses type's instance fields. diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/backpatching/test1.cs b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/backpatching/test1.cs index 54c199b0391393..f4e1a5ef4c7e12 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/backpatching/test1.cs +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/backpatching/test1.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.Threading; diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/298006/explicitStruct_oddSize.cs b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/298006/explicitStruct_oddSize.cs index 7af2e0e52d3d4d..2f12332fe1a118 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/298006/explicitStruct_oddSize.cs +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/298006/explicitStruct_oddSize.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. // The struct has an objref and is of odd size. // The GC requires that all valuetypes containing objrefs be sized to a multiple of sizeof(void*) )== 4). diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/369794/repro369794.cs b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/369794/repro369794.cs index 42b19008abf8f6..bd7d3195ef55cc 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/369794/repro369794.cs +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/369794/repro369794.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.InteropServices; using System; diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/bigdat.il b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/bigdat.il index 53c9656764e14f..e0277f24fc3b18 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/bigdat.il +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/bigdat.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.Console { } .assembly BIGDAT {} diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test10.il b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test10.il index 73fc6001e98173..879306a9bd1169 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test10.il +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test10.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.Console { } // non-blittable by objref field, large offset diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test11.il b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test11.il index da7b5793f1d812..d1be2c8fedee6d 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test11.il +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test11.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.Console { } // non-blittable by objref field, really large offset, and force GC collect diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test13.il b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test13.il index 2e77e1b7ea431c..c44c2aeef8a74a 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test13.il +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test13.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.Console { } // non-blittable by objref field, large offset, large field size diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test14.il b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test14.il index bc962a3a967ac6..ec0c69c3ea7f29 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test14.il +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test14.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.Console { } // non-blittable by objref field, small offset, large field size diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test15.il b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test15.il index d8e85a6514387b..31a020f29b7205 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test15.il +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test15.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.Console { } // blittable, small offset, large field size diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test16.il b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test16.il index 66a3e2e351ae5e..bf26dac6fd8aa8 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test16.il +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test16.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.Console { } // non-blittable by objref field, small offset, large field size, overlapping objref field diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test2.il b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test2.il index 60eeeb5795bd40..f9a6715c72b70f 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test2.il +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test2.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.Console { } // blittable, large field offset. diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test21.il b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test21.il index 76cc3212135ade..8369787aee92b1 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test21.il +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test21.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.Console { } // valuetype non-blittable by objref field, large offset, small field size, overlapped objref diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test23.il b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test23.il index fe0d3fe23d03de..02462e15ba8f7c 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test23.il +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test23.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.Console { } // non-blittable by objref field, large offset, large field size, diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test24.il b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test24.il index 3bd0ee8e6a1062..08235ba16aa780 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test24.il +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test24.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.Console { } // sequential, non-blittable by objref field, large offset, large field size diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test3.il b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test3.il index bacccfd1f44ea0..0791bff8b0211a 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test3.il +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test3.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.Console { } // blittable, absurdly large field offset, expect TypeLoadException diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test9.il b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test9.il index 35c8094a59d3c5..f0e9d7ad68d40e 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test9.il +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test9.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.Console { } // non-blittable by objref field, objref overlaps int32, large offset diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/misc/case10.cs b/src/coreclr/tests/src/Loader/classloader/explicitlayout/misc/case10.cs index 0cc67be13ec9e4..760c5cb9c6405f 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/misc/case10.cs +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/misc/case10.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. // POSITIVE case that ensures that a wrapper struct can *contain* an objref, // and be overlapped, as long as the overlapping field doesn't overlap any diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/misc/derivedexplicitclass.cs b/src/coreclr/tests/src/Loader/classloader/explicitlayout/misc/derivedexplicitclass.cs index e7d238f02c1c7c..1d3f44e0957c66 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/misc/derivedexplicitclass.cs +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/misc/derivedexplicitclass.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/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case1.cs b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case1.cs index 78283c587e22a6..8846abc7e6537a 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case1.cs +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case1.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. // struct // int diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case11.cs b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case11.cs index adeb5ebef55357..037712c015f681 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case11.cs +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case11.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. // here, the overlapping int only partial overlaps with an objref in the nested struct. // diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case12.cs b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case12.cs index 307b5e0fec5f22..bf21aaad59c826 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case12.cs +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case12.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. // super simple case. forget wrapper structs, just overlap an int and an objref! using System; diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case14.cs b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case14.cs index a8cb3f22d9b618..672d3c741cbed6 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case14.cs +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case14.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. // struct // enum diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case15.cs b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case15.cs index d73efb9e93bce4..db76cdafe5445f 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case15.cs +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case15.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. // struct // int diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case2.cs b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case2.cs index 70c8d013f3d7b4..c053c81c366e4a 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case2.cs +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case2.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. // Same as case1, but exercises a different error path by going ahead and trying to use // the invalid type. That code path should never be reached, however, because the bug fix diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case3.cs b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case3.cs index 218204341c91c2..c428119bb0d4e2 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case3.cs +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case3.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. // struct // int diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case4.cs b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case4.cs index 684e28cd599a54..001722e7683d7a 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case4.cs +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case4.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. // like case1, except that the union type is a class rather than a struct. // diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case5.cs b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case5.cs index 7fb15c6a7e07c4..1f51c642f0ee5c 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case5.cs +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case5.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. // like case1, except that the order of the overlapping fields is // struct/int, instead of int/struct. diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case6.cs b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case6.cs index df0e48282ac63a..2c27618e5af98d 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case6.cs +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case6.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. // like case4, except that the order of overlapping fields is reversed. // it is struct/int instead of int/struct. diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case7.cs b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case7.cs index 59c45b9615239f..a58dae15f986dc 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case7.cs +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case7.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. // like case1 except that we have multiple instances of structs // overlapping with the int. diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case8.cs b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case8.cs index 048f54791d8c44..9e9ab8bcfc1dbc 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case8.cs +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case8.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. // like case4, except that there are multiple structs overlapping with the int. // diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case9.cs b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case9.cs index df3eed8de3de36..f994806e507ca4 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case9.cs +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case9.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. // like case1, except that the overlapping doesn't occur in the first // "slot" of the union. diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Constraints/General/ManyGenConstraints.cs b/src/coreclr/tests/src/Loader/classloader/generics/Constraints/General/ManyGenConstraints.cs index 983cc508af0f3a..b15c48e390daf0 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Constraints/General/ManyGenConstraints.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Constraints/General/ManyGenConstraints.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. // this test has a generic type with 100 constraints // we want to make sure we can load such type. diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Recursion/RecursiveConstraints.cs b/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Recursion/RecursiveConstraints.cs index 8d6be3fecf87d2..a7ba06bef69982 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Recursion/RecursiveConstraints.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Recursion/RecursiveConstraints.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. // this test case contains various types with recursive constraints diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/532403/VSW532403.cs b/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/532403/VSW532403.cs index ab51ff89be27fc..e77120757b492b 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/532403/VSW532403.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/532403/VSW532403.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. // this test is regression test for VSW 532403. // the first test is directly from the bug. The rest of the tests were diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/ddb62403/bug62403.cs b/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/ddb62403/bug62403.cs index aefde9b58c793e..a2071ded29dbb2 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/ddb62403/bug62403.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/ddb62403/bug62403.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/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/dev10_512868/dev10_512868.cs b/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/dev10_512868/dev10_512868.cs index 6b87e6e9018919..a440633179523a 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/dev10_512868/dev10_512868.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/dev10_512868/dev10_512868.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. //Dev10 bug #512868: Invalid context used for generic types during constraint verification leads to BadImageFormatException diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/vsw609874/vsw609874.cs b/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/vsw609874/vsw609874.cs index 52dc583df65cc0..9de57e9ad85624 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/vsw609874/vsw609874.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/vsw609874/vsw609874.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/coreclr/tests/src/Loader/classloader/generics/GenericMethods/VSW491668.cs b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/VSW491668.cs index 657e5282104ac3..c047f56c77f0ff 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/VSW491668.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/VSW491668.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. // test has a generic type with 10,000 generic type arguments and a generic method with 10,000 generic type arguments. // VSW 491668 diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/VarargTypes.il b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/VarargTypes.il index 670c5f3f6b1b0e..a1f0748d1ae477 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/VarargTypes.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/VarargTypes.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.Console { } // test that we throw an error for vararg methods inside generic type diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/arity01.il b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/arity01.il index 3a7f044bc8558b..c06b3d344a4209 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/arity01.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/arity01.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001.cs b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001.cs index 5cb482a74f30ad..0eaedf21c8235b 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001.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/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001a.cs b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001a.cs index 2aa0bc6f49b798..cbf82176205d06 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001a.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001a.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/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001b.cs b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001b.cs index c5025f16f41c4c..610e35007b3132 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001b.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001b.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/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001c.cs b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001c.cs index 04079160bc877c..1501d25e8d1a9e 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001c.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001c.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/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001d.cs b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001d.cs index 5ef9ec0deebd2c..068c27b79a29f9 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001d.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001d.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/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001e.cs b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001e.cs index bf23ad9ab9596d..bcdf6d0f550bba 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001e.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001e.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/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001f.cs b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001f.cs index d60390d656766e..2279965dccc8a8 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001f.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001f.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/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001g.cs b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001g.cs index dec280949aa0b6..6bb7670e40df49 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001g.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001g.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/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001h.cs b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001h.cs index a53435eeb761c8..d560ebda38965a 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001h.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001h.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/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001i.cs b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001i.cs index 91062880c11d96..c80b6bc2aec961 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001i.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001i.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/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001j.cs b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001j.cs index 9118069bd12fe9..ac8e921826043e 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001j.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001j.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/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method002.cs b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method002.cs index 792571b6202e33..508e0362e2c0cd 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method002.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method002.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/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method003.cs b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method003.cs index bd7fd4b9f8aa0f..44032208932f5f 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method003.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method003.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/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method004.cs b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method004.cs index 76100abc40ce70..947c09fde6cfcb 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method004.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method004.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/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method005.cs b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method005.cs index 843be7b1b3ee0e..1fe89ec5c1e765 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method005.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method005.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/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method006.cs b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method006.cs index a2cab82230ea7e..7003d61a2fa7e8 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method006.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method006.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/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method007.cs b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method007.cs index ee6aed8a0888ef..a4212c2b16339f 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method007.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method007.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.Threading; diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method008.cs b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method008.cs index 16eec1fa39b34e..219f4863d3f479 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method008.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method008.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.Threading; diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method009.cs b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method009.cs index d67992078b973f..ca962445dfd5bb 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method009.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method009.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.Threading; diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method010.cs b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method010.cs index a480c8af1f8501..7a2616a55c8837 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method010.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method010.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.Threading; diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method011.cs b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method011.cs index 6e579e2ab49ba1..320ff66fb286d0 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method011.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method011.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.Threading; diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method012.cs b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method012.cs index 71453574d12d6a..bb8d71b916ce24 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method012.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method012.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.Threading; diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method013.cs b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method013.cs index 784f78b06a595d..b04492b41b8f12 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method013.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method013.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/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method014.il b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method014.il index 4c925d23d5c3af..b2c22e142110d2 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method014.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method014.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method015.cs b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method015.cs index b336f7f7cf982a..39cf88c4f80f23 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method015.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method015.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/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method016.il b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method016.il index 85fee1a0083773..afab1b5da6474e 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method016.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method016.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/T_Types.il b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/T_Types.il index 68c43bcaf4fae2..097489c25d978c 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/T_Types.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/T_Types.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.Console { } // loading class Foo and struct Y with invalid types of T diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/Type_ofT_Inherit_FromT.il b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/Type_ofT_Inherit_FromT.il index 64af399621beeb..d8c3db3f2b72dd 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/Type_ofT_Inherit_FromT.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/Type_ofT_Inherit_FromT.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.Console { } // this test makes sure a generic type of form X can't inherit from T diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract01.il b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract01.il index f11510d2e37ae4..afa2dce335c370 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract01.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract01.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract02.il b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract02.il index 3300272af401f5..4a93d5358a9138 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract02.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract02.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.Console { } .assembly extern mscorlib{} diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract03.il b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract03.il index 8d40f4dc55a443..5070b5457c4f84 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract03.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract03.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.Console { } .assembly extern mscorlib{} diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract04.il b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract04.il index 012151aa7be6b1..323ed926e5e902 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract04.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract04.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.Console { } .assembly extern mscorlib{} diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract05.il b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract05.il index ace9598d6cd3fc..c9c0d66504ac3a 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract05.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract05.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.Console { } // DESCRIPTION: diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract06.il b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract06.il index af2a5bd4380582..b8dcc526ff5b4b 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract06.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract06.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.Console { } // DESCRIPTION: diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract07.il b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract07.il index 509ffcbe002cac..d769c40f7dcbb2 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract07.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract07.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.Console { } // DESCRIPTION: diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract08.il b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract08.il index 034efb68bba7c5..6c4e1cbf11921f 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract08.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract08.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.Console { } // DESCRIPTION: diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract09.il b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract09.il index ad06a092620a46..0269afd728a40e 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract09.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract09.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.Console { } // DESCRIPTION: diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract10.il b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract10.il index 79d82a076002ff..69306b50f71d77 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract10.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract10.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.Console { } // DESCRIPTION: diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param01.il b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param01.il index dd4ce000eaf526..1cc600fdfb1fa6 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param01.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param01.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.Console { } // DESCRIPTION: diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param02.il b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param02.il index 51fc340d3c646a..1f7f71e9eb9fee 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param02.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param02.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.Console { } // DESCRIPTION: diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param03.il b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param03.il index b585a30fa65441..5aa48b5a00894f 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param03.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param03.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.Console { } // DESCRIPTION: diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param04.il b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param04.il index dbf9a491b70dd2..e5a8f6d0b4a2a8 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param04.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param04.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.Console { } // DESCRIPTION: diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param05.il b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param05.il index a4adf9769d97df..804997029f1fbd 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param05.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param05.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param06.il b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param06.il index a3dd52a887c578..f124db8ec2f37f 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param06.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param06.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param07.il b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param07.il index 57405213da76ae..709f742523ef85 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param07.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param07.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param08.il b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param08.il index 2db8440932937d..55bd917919df5f 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param08.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param08.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericClasses.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericClasses.cs index d5198ac1ed6efe..0114a0e823b6da 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericClasses.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericClasses.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. // this test loads a type with deeply nested generic classes (up to level 260) diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericStructs.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericStructs.cs index baa666c1640a4b..436a0162c1ea72 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericStructs.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericStructs.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. // this test loads a type with deeply nested generic structs (up to level 500) diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericTypesMix.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericTypesMix.cs index a92d8ff83e273c..5c28db0bc25437 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericTypesMix.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericTypesMix.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. // this test loads a type with deeply nested generic structs and classes (up to level 500) diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase01.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase01.cs index 40099a9288ebab..9e75a905f665f1 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase01.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase01.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase02.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase02.cs index 347fc24cb2a289..8b4df4e286adfd 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase02.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase02.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase03.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase03.cs index 61f4b6cf563d3b..403869b73c70d3 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase03.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase03.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase04.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase04.cs index d99bf84b41e2ee..8bd488867d0541 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase04.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase04.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase05.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase05.cs index 43bb4b10576655..b519fcbcc8b0a1 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase05.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase05.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase06.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase06.cs index c312b48ca8ec3a..9c57bb21a310bb 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase06.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase06.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase07.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase07.cs index 450cf87c64e005..e546092fc3b5e4 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase07.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase07.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface01.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface01.cs index 931eca20ef66d2..1ec43d09880875 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface01.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface01.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface02.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface02.cs index 22654612148ef6..d87729aa150e57 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface02.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface02.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface03.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface03.cs index 4a88ec7fb25968..0790a4b2664f1f 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface03.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface03.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface04.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface04.cs index a2f15ecfc2e238..4497d62b324394 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface04.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface04.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface05.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface05.cs index 5b551bbd14f825..ebb29b2f439832 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface05.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface05.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface06.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface06.cs index 2dd17492b22c69..468c7b054d0117 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface06.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface06.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface07.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface07.cs index f0f8f505ec1663..82545a5425def7 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface07.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface07.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface08.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface08.cs index a28965481a1b12..520f1b1cf3476f 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface08.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface08.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface09.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface09.cs index c31e3afac7e1ec..614459a68d9515 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface09.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface09.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface10.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface10.cs index 9cb945db1c923b..3dc6ccdc990acf 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface10.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface10.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface11.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface11.cs index 96d168b507569e..a3916d6c4c4f9d 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface11.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface11.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface12.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface12.cs index 23b5ebaa01533c..f0fd0350a29318 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface12.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface12.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface13.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface13.cs index 06fcababa2d30d..ff3489844168fc 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface13.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface13.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface14.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface14.cs index 3a696d5a2467a3..51248135aac2d9 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface14.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface14.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass01.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass01.cs index f2078036224a44..5ca6ea9ec4b2b0 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass01.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass01.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass02.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass02.cs index 48c52b14aee017..50e191cb6d61d2 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass02.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass02.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass03.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass03.cs index 1c1741dd5f447a..87f3d29b6897b3 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass03.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass03.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass04.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass04.cs index c9334d7603ada1..9ca2c1b443adb0 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass04.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass04.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass05.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass05.cs index 0c810549cbaad4..6e01886bf05b4f 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass05.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass05.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass06.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass06.cs index f00e4be08866d4..8691b09fa99ec8 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass06.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass06.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass01.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass01.cs index 194bfbc5a0fddf..6b5792164a8142 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass01.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass01.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass02.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass02.cs index 99ccc31cdec0a6..2a84b9934f3c61 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass02.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass02.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass03.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass03.cs index 3abfb280ef6258..b8e6f56bb75c5f 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass03.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass03.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass04.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass04.cs index 50cd116967f55c..23549152f0edf7 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass04.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass04.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface01.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface01.cs index a3550c1f9e78a9..21a3a1669994a5 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface01.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface01.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface02.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface02.cs index 3aee387bed1c61..29a9af87aac98f 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface02.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface02.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface03.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface03.cs index f266fa2023b329..bff9fe28aeca6a 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface03.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface03.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface04.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface04.cs index 088fd6f61301ca..1cd7fd4f54f6bc 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface04.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface04.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface05.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface05.cs index 2515f784ecac8d..16c366f36382db 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface05.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface05.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface06.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface06.cs index 507a77fa105f31..ad721b62bc190a 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface06.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface06.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface07.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface07.cs index 43197d6640fbab..5a25dae95424e7 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface07.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface07.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface08.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface08.cs index b46eba97d136ef..544f929410851e 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface08.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface08.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct01.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct01.cs index ebc70af313511f..aed800f9bf909a 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct01.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct01.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct02.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct02.cs index 9a79726679c3d7..7fff6f98a6a3ae 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct02.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct02.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct03.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct03.cs index 53699b5a3f86b6..8055b1a1d6eeaa 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct03.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct03.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct04.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct04.cs index 1bdd32dfbf2adc..0ef57c301affb9 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct04.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct04.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/Types.il b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/Types.il index 9e0088095de5b6..ca5b1f077b6186 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/Types.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/Types.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/GenTypeItself.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/GenTypeItself.cs index 9e2796b4a34011..62a40804ec9a4b 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/GenTypeItself.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/GenTypeItself.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. // this is regression for VSW 491671 // we load a generic type that takes itself as generic parameter. diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/RecursiveInheritance.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/RecursiveInheritance.cs index db5f6e53c2091e..6fff17c123e531 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/RecursiveInheritance.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/RecursiveInheritance.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. // This test contains a large number of various types that are loaded recursively through inheritance // either by extending a class or implementing an interface. diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/Struct_ImplementMscorlibGenInterface.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/Struct_ImplementMscorlibGenInterface.cs index 8c7f0e5cd5ee84..56b53a79727c70 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/Struct_ImplementMscorlibGenInterface.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/Struct_ImplementMscorlibGenInterface.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. // Test that we can implement generic interfaces from mscorlib with recursion. // such as MyType : IComparable diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/genrecur.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/genrecur.cs index aa07e3b3ebc531..71b43d1fec4421 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/genrecur.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/genrecur.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/coreclr/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/DevDiv607.cs b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/DevDiv607.cs index 28d2530797a5ba..58aa03af26a713 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/DevDiv607.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/DevDiv607.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. /* This is regression test for DevDiv #607 diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/check2.il b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/check2.il index e85564e9b10438..3ff8e4aa11f76d 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/check2.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/check2.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.Console { } .assembly check2 {} diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_auto.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_auto.cs index 5a64b9c6d9f526..852f08dd04d36c 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_auto.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_auto.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_auto_ser.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_auto_ser.cs index 5a64b9c6d9f526..852f08dd04d36c 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_auto_ser.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_auto_ser.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_seq.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_seq.cs index fedc682b08db72..97ea72aec38fb1 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_seq.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_seq.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_seq_ser.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_seq_ser.cs index fedc682b08db72..97ea72aec38fb1 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_seq_ser.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_seq_ser.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01b_auto_ser.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01b_auto_ser.cs index 9011ac1a1675e1..0a4675b81a8970 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01b_auto_ser.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01b_auto_ser.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01b_seq.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01b_seq.cs index fbf274b9d17dac..77b9436367a654 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01b_seq.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01b_seq.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01b_seq_ser.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01b_seq_ser.cs index f7ffd001701eb5..14c2dd5ff48bdc 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01b_seq_ser.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01b_seq_ser.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01c_seq_ser.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01c_seq_ser.cs index 4a5cd36d8f6b84..2f85cd632ae0e5 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01c_seq_ser.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01c_seq_ser.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01d_seq_ser.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01d_seq_ser.cs index 9407aff9a74780..b9117519c87087 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01d_seq_ser.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01d_seq_ser.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_auto.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_auto.cs index c9f4ca3aa40b93..3a7acd962650be 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_auto.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_auto.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_auto_ser.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_auto_ser.cs index c9f4ca3aa40b93..3a7acd962650be 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_auto_ser.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_auto_ser.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_seq.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_seq.cs index adb0de509a985e..8cceeb240e260f 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_seq.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_seq.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_seq_ser.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_seq_ser.cs index 71c69bdb59aae5..2eb74d48862ffb 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_seq_ser.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_seq_ser.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02b_auto_ser.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02b_auto_ser.cs index c139919aaa3493..df101bfd9bcefa 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02b_auto_ser.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02b_auto_ser.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02b_seq.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02b_seq.cs index dee469b9967671..bdac0ddde22d24 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02b_seq.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02b_seq.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02b_seq_ser.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02b_seq_ser.cs index aa23dba8a8860c..f7da2c798b1799 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02b_seq_ser.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02b_seq_ser.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02c_seq_ser.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02c_seq_ser.cs index c8515f2c4059ba..3ba0c2041034b9 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02c_seq_ser.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02c_seq_ser.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02d_seq_ser.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02d_seq_ser.cs index 18fac5559b6b58..f6faaefeb9e04b 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02d_seq_ser.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02d_seq_ser.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. // regression test for 245437 diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_auto.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_auto.cs index 53ecb4aa9be002..7dcba0b628fc44 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_auto.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_auto.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_auto_ser.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_auto_ser.cs index 53ecb4aa9be002..7dcba0b628fc44 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_auto_ser.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_auto_ser.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_seq.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_seq.cs index b90bc23cbe0ca0..2b71ba7fb3a0d9 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_seq.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_seq.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_seq_ser.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_seq_ser.cs index c5697d38b25059..64879281c4403a 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_seq_ser.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_seq_ser.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/class02_auto.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class02_auto.cs index 5b909f085447ac..01cc58b2142212 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class02_auto.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class02_auto.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/class02_auto_ser.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class02_auto_ser.cs index a0d27a5bc257a5..5ad2c590903bc4 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class02_auto_ser.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class02_auto_ser.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/class02_seq_ser.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class02_seq_ser.cs index 0ab5ee3d0a03b7..b80af135ff6cb9 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class02_seq_ser.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class02_seq_ser.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_auto.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_auto.cs index afcfe879f6df81..4af2f4c68f8680 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_auto.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_auto.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_auto_ser.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_auto_ser.cs index afcfe879f6df81..4af2f4c68f8680 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_auto_ser.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_auto_ser.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_seq.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_seq.cs index c3c9065542f202..1d27188f66690c 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_seq.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_seq.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_seq_ser.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_seq_ser.cs index ba1905059242e0..b96ace217f2a93 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_seq_ser.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_seq_ser.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_auto.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_auto.cs index 1a5e02d1e7b632..d2375055f5948c 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_auto.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_auto.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_auto_ser.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_auto_ser.cs index 37d26f3e302e64..d8b6a79ecfc7d4 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_auto_ser.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_auto_ser.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_seq.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_seq.cs index d806a46fcf709f..f1d417f12fa732 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_seq.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_seq.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/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_seq_ser.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_seq_ser.cs index d7c60532f6453a..db2e3e974fd2d8 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_seq_ser.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_seq_ser.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/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Negative002.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Negative002.cs index 076b58dddeb598..d5d460b2baccaa 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Negative002.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Negative002.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/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Negative004.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Negative004.cs index 949fc0073ab53c..955afcdc190e38 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Negative004.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Negative004.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/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Negative_ExplicitGen.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Negative_ExplicitGen.cs index f09338bbab8013..23c94e79737da5 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Negative_ExplicitGen.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Negative_ExplicitGen.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. // This test tests that we throw TypeLoadException when trying to load explicit generic class/struct, since we do not allow // explicit generic types anymore. diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive007.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive007.cs index b90dd4cb05c189..ba0a2a3e99d239 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive007.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive007.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/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive008.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive008.cs index b5d51a495fc25b..ed4c14e04d20a8 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive008.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive008.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/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive009.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive009.cs index 211e8770cbfdcf..5b9e1ab9cc633c 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive009.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive009.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/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive010.cs b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive010.cs index 07b178655ba718..e7345313723d9c 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive010.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive010.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/coreclr/tests/src/Loader/classloader/generics/Misc/Classes.cs b/src/coreclr/tests/src/Loader/classloader/generics/Misc/Classes.cs index 80e77f32c95251..70985c4258252e 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Misc/Classes.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Misc/Classes.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/coreclr/tests/src/Loader/classloader/generics/Misc/ConstraintsAndInheritance.cs b/src/coreclr/tests/src/Loader/classloader/generics/Misc/ConstraintsAndInheritance.cs index 23d95e0e0c6f48..1378ed124e3146 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Misc/ConstraintsAndInheritance.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Misc/ConstraintsAndInheritance.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. // test constrainsts with inheritance diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Misc/TestWithManyParams.cs b/src/coreclr/tests/src/Loader/classloader/generics/Misc/TestWithManyParams.cs index 9b4956a0a2c842..aef38ac7efbf3c 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Misc/TestWithManyParams.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Misc/TestWithManyParams.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. // test large number of generic paramters //test large number of nested generic type isntantiations diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem1.cs b/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem1.cs index 3518104c043a95..7fb02c5f2b5b92 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem1.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem1.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. // the subtype here that contains a Canonical type is Node> diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem2.cs b/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem2.cs index 47cf5c9712ed73..e07b237dd97a39 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem2.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem2.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. // the subtypes here that contain a Canonical type are Node> and NodeSys. // Both Node and NodeSys contain static fields. diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem3.cs b/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem3.cs index f4f7b6d55183ed..36ad8d8311aed0 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem3.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem3.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. // the subtypes here that contain a Canonical type are Node>> and Node>>. diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem4.cs b/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem4.cs index 65b5dd41b1d1db..a1bb88feeb27dc 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem4.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem4.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. // the subtypes here that contain a Canonical type are Node >> and Node >> diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem5.cs b/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem5.cs index 08041923f3cc41..cd03e19c8082f7 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem5.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem5.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. // the subtype here that contains a Canonical type is Node>> diff --git a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual.cs b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual.cs index 95d92166105475..75694fbcf1d753 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual.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. /* We are testing the following scenario: diff --git a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot.cs b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot.cs index 50032a642f55bf..2b098ab043d85f 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot.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. /* We are testing the following scenario: diff --git a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot_Interface.cs b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot_Interface.cs index da63ff2954809d..3281e9dba2a1ed 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot_Interface.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot_Interface.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. /* We are testing the following scenario: diff --git a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual_Interface.cs b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual_Interface.cs index b409319d8eb94b..f7e829e3339f91 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual_Interface.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual_Interface.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. /* We are testing the following scenario: diff --git a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslot.il b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslot.il index 6c5d2da510a550..8cac621a4ab7a6 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslot.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslot.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.Console { } // This test is the same as ExplicitOverrideVirtualNewslotFinal.cs diff --git a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslotFinal.cs b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslotFinal.cs index 017372dbf4419b..5c242703e8dd42 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslotFinal.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslotFinal.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. /* Test the following matrix for classes with virtual newslot final methods (explicit override): diff --git a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslot.cs b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslot.cs index 8fb232c0b1ef77..82f43cfa73920f 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslot.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslot.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. /* Test the following matrix for classes with virtual newslot methods (implicit override): diff --git a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslotFinal.cs b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslotFinal.cs index c557716f8cf854..0e6a1f2932ee91 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslotFinal.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslotFinal.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. /* Test the following matrix for classes with virtual newslot final methods (implicit override): diff --git a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslot.il b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslot.il index 3f50c5f79f9735..9c74b086732033 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslot.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslot.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslotFinal.cs b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslotFinal.cs index ad9a4618b0945e..e8d068d53e1b7b 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslotFinal.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslotFinal.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. /* Test the following matrix for structs with virtual newslot final methods (explicit override): diff --git a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslot.il b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslot.il index 39a2abe920137a..acc7c69a812771 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslot.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslot.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.Console { } // this test is the equivalent of Class_ImplicitOverrideVirtualNewslot.cs for structs. diff --git a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslotFinal.cs b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslotFinal.cs index 2079d2675b35b6..a4c537dd7ae349 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslotFinal.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslotFinal.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. /* Test the following matrix for structs with virtual newslot final methods (implicit override): diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Lib.il b/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Lib.il index c658bda7503568..cdc5dc9dbef128 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Lib.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Lib.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Lib2.il b/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Lib2.il index 30f9abb2dd85d8..9858f1dd3beb92 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Lib2.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Lib2.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Method001.cs b/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Method001.cs index 915524ed1fcfd5..5e3f694e174008 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Method001.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Method001.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/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Method003.cs b/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Method003.cs index 1839560d32ff89..328b812c168e47 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Method003.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Method003.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. // This test tests constraints on method type parameters // for generic methods of generic variant interfaces diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Delegates/Delegates001.cs b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Delegates/Delegates001.cs index 4db16d8df9388a..b3a4d822bf4e55 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Delegates/Delegates001.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Delegates/Delegates001.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. // Positive tests which test method signatures for generic covariant/contravariant // delegate's methods diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Delegates/Delegates002.cs b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Delegates/Delegates002.cs index 416222c3933076..146d7b734e939c 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Delegates/Delegates002.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Delegates/Delegates002.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. // Negative tests which test method signatures for generic covariant/contravariant // delegate's methods diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Delegates/Lib.il b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Delegates/Lib.il index a9e4b95af8765e..a264f147a7ed67 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Delegates/Lib.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Delegates/Lib.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/CastClass001.cs b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/CastClass001.cs index 6e821cbdd043e8..83ff4ba1ef1467 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/CastClass001.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/CastClass001.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/coreclr/tests/src/Loader/classloader/generics/Variance/IL/CastClass004.cs b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/CastClass004.cs index 5f9c07245248fc..f21392be36bcf2 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/CastClass004.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/CastClass004.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/coreclr/tests/src/Loader/classloader/generics/Variance/IL/InterfaceInheritanceTest2.cs b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/InterfaceInheritanceTest2.cs index 621283af2a3d58..f6826d669ac170 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/InterfaceInheritanceTest2.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/InterfaceInheritanceTest2.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. /* Test that variance is not inherited across interfaces. diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst001.cs b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst001.cs index 3a82e70e430f9f..b1030bafb908e2 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst001.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst001.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/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst002.cs b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst002.cs index 810b6043497abe..b02afce0c5fe5e 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst002.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst002.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/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst003.cs b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst003.cs index 251b4308dbdb9e..84ebb75c363a5c 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst003.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst003.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/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst004.cs b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst004.cs index 92bf7f6f32ea6b..ddbedd21a9b204 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst004.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst004.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/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst005.cs b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst005.cs index 634142ac290574..1a9d9a81ab1294 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst005.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst005.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/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst006.cs b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst006.cs index 9ae04c357fac29..31199764ce624a 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst006.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst006.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/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Lib.il b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Lib.il index d5faaea5ed8506..e4091f91b6bab7 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Lib.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Lib.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox001.cs b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox001.cs index 04b39bda4db17e..0dec5c185286f7 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox001.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox001.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/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox002.cs b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox002.cs index dfbff25cdd2699..936f25c1095ddb 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox002.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox002.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/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox003.cs b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox003.cs index 5bef652474de7f..efcc85b949156d 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox003.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox003.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/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox004.cs b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox004.cs index aebe7de17104a2..0c50ebe5902392 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox004.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox004.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/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox005.cs b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox005.cs index 3aad8beb5ba4b9..56fa38680ac8e3 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox005.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox005.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/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox006.cs b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox006.cs index 46b595725c3573..510d5c3291f3d5 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox006.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox006.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/coreclr/tests/src/Loader/classloader/generics/Variance/IL/VarInterfaceLib.il b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/VarInterfaceLib.il index e19b084687de04..78228475b15c93 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/VarInterfaceLib.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/VarInterfaceLib.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/VarInterfaceLib2.il b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/VarInterfaceLib2.il index d597ccdcf4ea08..07edf227f23e66 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/VarInterfaceLib2.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/VarInterfaceLib2.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/varlib.il b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/varlib.il index 5539dabde46acb..1419c616a72f10 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/varlib.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/varlib.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/vsw543506.cs b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/vsw543506.cs index a7971d4ed88ceb..46c45a5a048f43 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/vsw543506.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/vsw543506.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. // Regression test for VSW 543506 /* diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Interfaces/Interfaces001.cs b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Interfaces/Interfaces001.cs index d3e04f836a0623..5f0ce6f49cf1d4 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Interfaces/Interfaces001.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Interfaces/Interfaces001.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/coreclr/tests/src/Loader/classloader/generics/Variance/Interfaces/Interfaces002.cs b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Interfaces/Interfaces002.cs index 1b7bcd24f2b38b..01a85c50549ea5 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Interfaces/Interfaces002.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Interfaces/Interfaces002.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/coreclr/tests/src/Loader/classloader/generics/Variance/Interfaces/Lib.il b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Interfaces/Lib.il index f072e089f17ae1..c47908c431bbee 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Interfaces/Lib.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Interfaces/Lib.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Lib.il b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Lib.il index c658bda7503568..cdc5dc9dbef128 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Lib.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Lib.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Lib2.il b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Lib2.il index 30f9abb2dd85d8..9858f1dd3beb92 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Lib2.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Lib2.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method001.cs b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method001.cs index 915524ed1fcfd5..5e3f694e174008 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method001.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method001.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/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method002.cs b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method002.cs index 8d865152228df9..65d06eb7c81934 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method002.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method002.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. // negative tests diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method003.cs b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method003.cs index 1839560d32ff89..328b812c168e47 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method003.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method003.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. // This test tests constraints on method type parameters // for generic methods of generic variant interfaces diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method004.cs b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method004.cs index 97f9f724ea7366..d6c89e16e1c3f8 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method004.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method004.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. // This test tests constraints on method type parameters // for generic methods of generic variant interfaces diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Regressions/dev10_468712/dev10_468712.il b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Regressions/dev10_468712/dev10_468712.il index b96f8f0a0b48d5..18e10d7e12ef0b 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Regressions/dev10_468712/dev10_468712.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Regressions/dev10_468712/dev10_468712.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Visibility/A_Types.cs b/src/coreclr/tests/src/Loader/classloader/generics/Visibility/A_Types.cs index 9778c9003f4224..ba64989f71ef28 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Visibility/A_Types.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Visibility/A_Types.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/coreclr/tests/src/Loader/classloader/generics/Visibility/A_Types.il b/src/coreclr/tests/src/Loader/classloader/generics/Visibility/A_Types.il index d45eb5cada7684..04ad7b14da62da 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Visibility/A_Types.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Visibility/A_Types.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Visibility/B_Types.cs b/src/coreclr/tests/src/Loader/classloader/generics/Visibility/B_Types.cs index f5794218f9d35e..afa3ce3e277031 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Visibility/B_Types.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/Visibility/B_Types.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. // this test checks visibility of using System; diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Visibility/B_Types.il b/src/coreclr/tests/src/Loader/classloader/generics/Visibility/B_Types.il index 3d15e309429e33..c3e82de01fd858 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Visibility/B_Types.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/Visibility/B_Types.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/109968/test.il b/src/coreclr/tests/src/Loader/classloader/generics/regressions/109968/test.il index b2f5f1a5dac052..619c63bfb50790 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/109968/test.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/109968/test.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/123712/repro123712.cs b/src/coreclr/tests/src/Loader/classloader/generics/regressions/123712/repro123712.cs index 15ae4067c8adac..b9b3dabe908987 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/123712/repro123712.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/123712/repro123712.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. // This is regression test for VSW 123712. // Loading the type resulted in TypeLoadException. diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/137310/test137310.cs b/src/coreclr/tests/src/Loader/classloader/generics/regressions/137310/test137310.cs index 33e678ad66ace3..823c90ba445adf 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/137310/test137310.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/137310/test137310.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/coreclr/tests/src/Loader/classloader/generics/regressions/188892/test188892.cs b/src/coreclr/tests/src/Loader/classloader/generics/regressions/188892/test188892.cs index 83a64b1df67f06..e5063782f40ad3 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/188892/test188892.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/188892/test188892.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. // this test is regression test for VSW 188892 // we couldn't load C3 diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/237932/repro237932.cs b/src/coreclr/tests/src/Loader/classloader/generics/regressions/237932/repro237932.cs index bd0723fb6cc477..56c09b7c39fa27 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/237932/repro237932.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/237932/repro237932.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. // This is regression test for VSWhidbey 237932 // The issue here was that the ThreadStatic field was previously shared for all C1 types diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/334376/b334376.cs b/src/coreclr/tests/src/Loader/classloader/generics/regressions/334376/b334376.cs index 53179f2c0dbb52..bba75bf9466b88 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/334376/b334376.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/334376/b334376.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. // This test verifies the types load correcly. // Previously the types that have comments //TypeLoadException did not load. diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/395780/testExplicitOverride.cs b/src/coreclr/tests/src/Loader/classloader/generics/regressions/395780/testExplicitOverride.cs index 3e8fac2308942d..67e3e04768b742 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/395780/testExplicitOverride.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/395780/testExplicitOverride.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. // this is regression test for VSW 395780 // explicit overriding with a generic type was working. diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/395780/testExplicitOverride2.il b/src/coreclr/tests/src/Loader/classloader/generics/regressions/395780/testExplicitOverride2.il index 0c6c2b4fca0681..f3194b64982d5e 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/395780/testExplicitOverride2.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/395780/testExplicitOverride2.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.Console { } // this test is also regression test for VSW 395780. The difference is that diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/433497/vsw433497.cs b/src/coreclr/tests/src/Loader/classloader/generics/regressions/433497/vsw433497.cs index 49e31f5636eac0..1673bccc882e2d 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/433497/vsw433497.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/433497/vsw433497.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.Reflection; diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/448208/b448208.cs b/src/coreclr/tests/src/Loader/classloader/generics/regressions/448208/b448208.cs index 990b50e1adebb4..4e92eaab9adbc1 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/448208/b448208.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/448208/b448208.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. // this test is regression test for VSW 448208 // A program AVed if there was a readonly static in a generic type diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/515341/vsw515341.cs b/src/coreclr/tests/src/Loader/classloader/generics/regressions/515341/vsw515341.cs index eb026661d45918..2e06c95b607920 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/515341/vsw515341.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/515341/vsw515341.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. // this is regression test for VSW 515341 // we used to get System.Security.VerificationException when invoking Meth2>() diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/536564/vsw536564.cs b/src/coreclr/tests/src/Loader/classloader/generics/regressions/536564/vsw536564.cs index 3f6359d83635c9..ccf013aadd7696 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/536564/vsw536564.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/536564/vsw536564.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. // this is regression test for VSW 536564 (and the duplicate VSW 537413) // We were getting a TypeLoadException when trying to load Class1 diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/DD117522/Test.cs b/src/coreclr/tests/src/Loader/classloader/generics/regressions/DD117522/Test.cs index 948a5e6f83c3c8..c303313e73058d 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/DD117522/Test.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/DD117522/Test.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.Reflection; diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/dd95372/dd95372.cs b/src/coreclr/tests/src/Loader/classloader/generics/regressions/dd95372/dd95372.cs index 12a73194fb9ec0..2092120c49df4f 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/dd95372/dd95372.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/dd95372/dd95372.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/coreclr/tests/src/Loader/classloader/generics/regressions/ddb3422/ddb3422.cs b/src/coreclr/tests/src/Loader/classloader/generics/regressions/ddb3422/ddb3422.cs index 2f3205108d0726..e6285f02795f71 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/ddb3422/ddb3422.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/ddb3422/ddb3422.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. //repro for devdiv bugs #3422. The orgianal bug caused TypeLoadException. diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/dev10_393447/dev10_393447.il b/src/coreclr/tests/src/Loader/classloader/generics/regressions/dev10_393447/dev10_393447.il index 543f37f4f0a8f6..81f3e7f39d7e23 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/dev10_393447/dev10_393447.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/dev10_393447/dev10_393447.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.Console { } /* diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/dev10_531793/dev10_531793.il b/src/coreclr/tests/src/Loader/classloader/generics/regressions/dev10_531793/dev10_531793.il index 6d97f8d37e8d43..5c4c4604d38c22 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/dev10_531793/dev10_531793.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/dev10_531793/dev10_531793.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.Console { } .assembly extern mscorlib diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw237932/repro237932.cs b/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw237932/repro237932.cs index fa3b5139f2ff81..5722e17202298b 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw237932/repro237932.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw237932/repro237932.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. // This is regression test for VSWhidbey 237932 // The issue here was that the ThreadStatic field was previously shared for all C1 types diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw395780/testExplicitOverride2.il b/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw395780/testExplicitOverride2.il index 0c6c2b4fca0681..f3194b64982d5e 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw395780/testExplicitOverride2.il +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw395780/testExplicitOverride2.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.Console { } // this test is also regression test for VSW 395780. The difference is that diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw514968/vsw514968.cs b/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw514968/vsw514968.cs index 726d82d7283c43..d6eabb8c20abc2 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw514968/vsw514968.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw514968/vsw514968.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/coreclr/tests/src/Loader/classloader/generics/regressions/vsw524571/staticsproblem5.cs b/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw524571/staticsproblem5.cs index 08041923f3cc41..cd03e19c8082f7 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw524571/staticsproblem5.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw524571/staticsproblem5.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. // the subtype here that contains a Canonical type is Node>> diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw578898/vsw578898.cs b/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw578898/vsw578898.cs index 6a5ecb7aca6d81..65a489610f0174 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw578898/vsw578898.cs +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw578898/vsw578898.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. interface IFoo { } diff --git a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/549411/exploit.cs b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/549411/exploit.cs index 4b88b8effaecf9..40726f7ef23cbb 100644 --- a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/549411/exploit.cs +++ b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/549411/exploit.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. // this is regression test for VSWhidbey 549411 // The exception was not correctly caught, and so cleanup did not happen in the right way. diff --git a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/576621/VSW576621.cs b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/576621/VSW576621.cs index 38888aacfa3fdb..c689af9a2885bc 100644 --- a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/576621/VSW576621.cs +++ b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/576621/VSW576621.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. // this is regression test for VSWhidbey 576621 // test was asserting. diff --git a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/576621/test.il b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/576621/test.il index ef1214248b40f2..bb9f44a5d52df8 100644 --- a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/576621/test.il +++ b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/576621/test.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.Console { } .assembly test {} diff --git a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/577403/vsw577403.cs b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/577403/vsw577403.cs index 42cb3363b2687a..4c44273f6dd769 100644 --- a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/577403/vsw577403.cs +++ b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/577403/vsw577403.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. /* diff --git a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/592026/test.il b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/592026/test.il index ff1995b27fc269..9cc52ca7cb182d 100644 --- a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/592026/test.il +++ b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/592026/test.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.Console { } // running peverify on this assembly we were getting an Assert Failure diff --git a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/593884/vsw593884.cs b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/593884/vsw593884.cs index b06f683ccff36e..278fa4dafe7909 100644 --- a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/593884/vsw593884.cs +++ b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/593884/vsw593884.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. /* diff --git a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/dev10_432038.cs b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/dev10_432038.cs index efdf1d67395f02..1d936c9b59da9a 100644 --- a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/dev10_432038.cs +++ b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/dev10_432038.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. //Introducing a new virtual method (A) in a derived class (Foo2) via newslot //when a virtual method of the same name exists in the base class (Foo1), diff --git a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/foo1.cs b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/foo1.cs index 9c506af7902fd0..ad16be581c5824 100644 --- a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/foo1.cs +++ b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/foo1.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/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/foo2.cs b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/foo2.cs index 975ff14fbcc091..ceefe7c124fbe1 100644 --- a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/foo2.cs +++ b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/foo2.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/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/interface.cs b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/interface.cs index 97126b85f73d18..4165b0110c6b94 100644 --- a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/interface.cs +++ b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/interface.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. public interface IFoo { diff --git a/src/coreclr/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/Library.cs b/src/coreclr/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/Library.cs index db1dd79fbbf4b6..f5700f39b5fe4c 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/Library.cs +++ b/src/coreclr/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/Library.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. public class RemoteBase_InSeparateAssembly { diff --git a/src/coreclr/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/MainApp.cs b/src/coreclr/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/MainApp.cs index 94ec1ba8455d84..47974d74f2f1bb 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/MainApp.cs +++ b/src/coreclr/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/MainApp.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/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting4.il b/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting4.il index a5ee7e9bf2d0bd..f42ba93898379a 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting4.il +++ b/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting4.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.Console { } // model revision #2 diff --git a/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting63.il b/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting63.il index a689fed08a5b94..0153c358e24649 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting63.il +++ b/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting63.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.Console { } // model revision #2 diff --git a/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting7.il b/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting7.il index d1bf6ea35135ab..d90a182ce43ac6 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting7.il +++ b/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting7.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.Console { auto } diff --git a/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting88.il b/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting88.il index 006ac766bdbb3f..01eee620f30192 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting88.il +++ b/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting88.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.Console { } // model revision #2 diff --git a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/exec16.il b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/exec16.il index ea307259a9d2fb..d7fa6566bf8bf8 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/exec16.il +++ b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/exec16.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.Console { } // model revision #2 diff --git a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/exec3.il b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/exec3.il index 6c6e71e2c8d10d..84b296707234e5 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/exec3.il +++ b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/exec3.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.Console { } // model revision #2 diff --git a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting16.il b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting16.il index a8b7173d65405e..b24219fda640f4 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting16.il +++ b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting16.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.Console { } // model revision #2 diff --git a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting18.il b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting18.il index ec9add0109b6a7..a73148b9a17727 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting18.il +++ b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting18.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.Console { } // model revision #1 diff --git a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting3.il b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting3.il index 5d8e7643249667..3e700c5bfc3c57 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting3.il +++ b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting3.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.Console { } // model revision #2 diff --git a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting31.il b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting31.il index 384faa9d77f3a1..9b85c06b8d6c3f 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting31.il +++ b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting31.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.Console { } // model revision #1 diff --git a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting4.il b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting4.il index a5ee7e9bf2d0bd..f42ba93898379a 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting4.il +++ b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting4.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.Console { } // model revision #2 diff --git a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/vsw491577.cs b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/vsw491577.cs index 50cffac8d40cd1..39c5202a64a25e 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/vsw491577.cs +++ b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/vsw491577.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. // this is regression test for VSW 491577 // we have nested types (up to depth 73). diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/101682/lib.cs b/src/coreclr/tests/src/Loader/classloader/regressions/101682/lib.cs index 1260a01e6b1393..41351dd630e73e 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/101682/lib.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/101682/lib.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/coreclr/tests/src/Loader/classloader/regressions/101904/test.cs b/src/coreclr/tests/src/Loader/classloader/regressions/101904/test.cs index 0748e53f14cb1c..2f79ce98be58ea 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/101904/test.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/101904/test.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. // This test should be run with verification on: e.g. caspol -m -cg 1.1 Everything // In this test, we have MyType implementing IFoo twice, first indirectly through MyBaseType diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/106647/lib.cs b/src/coreclr/tests/src/Loader/classloader/regressions/106647/lib.cs index d0597939a6c35f..5bd1119157432e 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/106647/lib.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/106647/lib.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/coreclr/tests/src/Loader/classloader/regressions/111021/main.cs b/src/coreclr/tests/src/Loader/classloader/regressions/111021/main.cs index 7a107d7f003e23..2cb7e9c095aa17 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/111021/main.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/111021/main.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; public class CMain{ diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/123413/ilib.cs b/src/coreclr/tests/src/Loader/classloader/regressions/123413/ilib.cs index d21d6d5f971964..fb2f7767f8394d 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/123413/ilib.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/123413/ilib.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/coreclr/tests/src/Loader/classloader/regressions/123413/lib.cs b/src/coreclr/tests/src/Loader/classloader/regressions/123413/lib.cs index 95c7435d0444ea..4bfc20b0ece850 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/123413/lib.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/123413/lib.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/coreclr/tests/src/Loader/classloader/regressions/139056/Foo.il b/src/coreclr/tests/src/Loader/classloader/regressions/139056/Foo.il index a2bc3bba76eab6..a3127e478c2ad1 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/139056/Foo.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/139056/Foo.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/144257/vsw144257.cs b/src/coreclr/tests/src/Loader/classloader/regressions/144257/vsw144257.cs index 51bb22c6a79cd3..0a6bf3e93d48f1 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/144257/vsw144257.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/144257/vsw144257.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. // this is regression test for VSW1 144257 // Loading type C resulted in TypeLoadException diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/14610/TestObjectGetTypeVirtual.cs b/src/coreclr/tests/src/Loader/classloader/regressions/14610/TestObjectGetTypeVirtual.cs index c865770120f8e8..b93119c6e84e22 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/14610/TestObjectGetTypeVirtual.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/14610/TestObjectGetTypeVirtual.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. // created 10/24/2002, mwilk using System; diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/163172/MethodImplFinal.il b/src/coreclr/tests/src/Loader/classloader/regressions/163172/MethodImplFinal.il index 3af857cb094126..96fe6fcf8d4330 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/163172/MethodImplFinal.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/163172/MethodImplFinal.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.Console { } // this test is a regression case for VSWhidbey 163172 diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/181424/test5.il b/src/coreclr/tests/src/Loader/classloader/regressions/181424/test5.il index 5fe54b85882811..49ac50b1b05389 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/181424/test5.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/181424/test5.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.Console { } .assembly test5{} diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/208900/bug.cs b/src/coreclr/tests/src/Loader/classloader/regressions/208900/bug.cs index 7c0d7c57ea6d9d..034f519f10bc7a 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/208900/bug.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/208900/bug.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. // Regression test for bug VSWhidbey 208900 // "Corrupt OBJECTREF when calling a virtual generic method instantiated at a struct which returns that struct" diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/226741/test3.il b/src/coreclr/tests/src/Loader/classloader/regressions/226741/test3.il index 479f7386204b12..cfb35508987c2d 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/226741/test3.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/226741/test3.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.Console { } .assembly test3{} diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/245191/nullenum1000.cs b/src/coreclr/tests/src/Loader/classloader/regressions/245191/nullenum1000.cs index 63d7091831d037..27c2a1967ab825 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/245191/nullenum1000.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/245191/nullenum1000.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/coreclr/tests/src/Loader/classloader/regressions/307137/vsw307137.cs b/src/coreclr/tests/src/Loader/classloader/regressions/307137/vsw307137.cs index bdd05d03d9df1c..ad0511d2b909c3 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/307137/vsw307137.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/307137/vsw307137.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. // this is regression test for VSW 307137 diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/347422/b347422.cs b/src/coreclr/tests/src/Loader/classloader/regressions/347422/b347422.cs index 7d916dc690bc95..08b1bd5bf43a1d 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/347422/b347422.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/347422/b347422.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. // this is regression for VSW 347422 // the issue here was that the exception message was incorrect. diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/348842/A.cs b/src/coreclr/tests/src/Loader/classloader/regressions/348842/A.cs index e3762d456e14c7..f4d901cd1deb4a 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/348842/A.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/348842/A.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 A { diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/359519/test359519.cs b/src/coreclr/tests/src/Loader/classloader/regressions/359519/test359519.cs index ac1359406b960c..407533f33b29c6 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/359519/test359519.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/359519/test359519.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. // this is a regression test for VSWhidbey 359519 // a struct Root, has a static field that appears earlier in the metadata than a valuetype instance field. diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/405223/vsw405223.cs b/src/coreclr/tests/src/Loader/classloader/regressions/405223/vsw405223.cs index a1aa8e61f79995..7449f0729e384d 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/405223/vsw405223.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/405223/vsw405223.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. // Regression test for VSW 405223 // We shouldn't be able to cast from short[] to char[] or from char[] to short[] diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/421439/RefX1.il b/src/coreclr/tests/src/Loader/classloader/regressions/421439/RefX1.il index 0434e61744ce2d..9bbf8d625acf1b 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/421439/RefX1.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/421439/RefX1.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/421439/Test.il b/src/coreclr/tests/src/Loader/classloader/regressions/421439/Test.il index 93c0c6f3790989..e6a358800b6997 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/421439/Test.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/421439/Test.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.Console { } .assembly extern mscorlib {} diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/421439/ValX1.il b/src/coreclr/tests/src/Loader/classloader/regressions/421439/ValX1.il index 4335a7839a0a70..d1d571d896699b 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/421439/ValX1.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/421439/ValX1.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/429802/BarImpl.il b/src/coreclr/tests/src/Loader/classloader/regressions/429802/BarImpl.il index af6e235e848ab8..1d98262d1e4c07 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/429802/BarImpl.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/429802/BarImpl.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/429802/CMain.il b/src/coreclr/tests/src/Loader/classloader/regressions/429802/CMain.il index 52b9f8b2a3f165..ddc933cf17b263 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/429802/CMain.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/429802/CMain.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/429802/MyBar.il b/src/coreclr/tests/src/Loader/classloader/regressions/429802/MyBar.il index 4c8cfb88cb7a20..d9d7e8cd14f07d 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/429802/MyBar.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/429802/MyBar.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/434481/b434481_genericrecurinit.cs b/src/coreclr/tests/src/Loader/classloader/regressions/434481/b434481_genericrecurinit.cs index 57c9dfd27b54aa..e15613ed8ef594 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/434481/b434481_genericrecurinit.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/434481/b434481_genericrecurinit.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/coreclr/tests/src/Loader/classloader/regressions/440935/Bar.il b/src/coreclr/tests/src/Loader/classloader/regressions/440935/Bar.il index 31d946f45f5847..c5dbbb2bc6d951 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/440935/Bar.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/440935/Bar.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/440935/Foo.il b/src/coreclr/tests/src/Loader/classloader/regressions/440935/Foo.il index c987e47435a59d..4c9c7ac60b7982 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/440935/Foo.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/440935/Foo.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/440935/Test.il b/src/coreclr/tests/src/Loader/classloader/regressions/440935/Test.il index be376a5da8f01b..2a24b7ff7ad2d9 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/440935/Test.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/440935/Test.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/451034/LoadType.cs b/src/coreclr/tests/src/Loader/classloader/regressions/451034/LoadType.cs index f6430da01aada8..01ea351df4d8f8 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/451034/LoadType.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/451034/LoadType.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. // this is regression test for VSW 451034 // ngening the assembly and running it resulted in AV diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/451034/Type.il b/src/coreclr/tests/src/Loader/classloader/regressions/451034/Type.il index a6cd0a5d4cff36..43b528229cb16f 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/451034/Type.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/451034/Type.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/452434/vsw452434.il b/src/coreclr/tests/src/Loader/classloader/regressions/452434/vsw452434.il index 71b0ca6f58791a..f6e63e47e05e67 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/452434/vsw452434.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/452434/vsw452434.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.Console { } // this is regression test for VSW 452434. diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/452707/b452707.il b/src/coreclr/tests/src/Loader/classloader/regressions/452707/b452707.il index 28f0d8d9080005..66b4ef7439c6b5 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/452707/b452707.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/452707/b452707.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.Console { } // this is regression test for VSW 452707 diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/523654/test532654_b.cs b/src/coreclr/tests/src/Loader/classloader/regressions/523654/test532654_b.cs index 860c2d64e914b3..caefbbdd8d4f59 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/523654/test532654_b.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/523654/test532654_b.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. /* This test is for VSW 523654. diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/529206/moduleCctorThrow.il b/src/coreclr/tests/src/Loader/classloader/regressions/529206/moduleCctorThrow.il index 02341b48baf05d..344406903d7645 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/529206/moduleCctorThrow.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/529206/moduleCctorThrow.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.Console { } .assembly extern mscorlib diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/529206/vsw529206ModuleCctor.cs b/src/coreclr/tests/src/Loader/classloader/regressions/529206/vsw529206ModuleCctor.cs index 9bc966a1da4522..5bb8d4888015f7 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/529206/vsw529206ModuleCctor.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/529206/vsw529206ModuleCctor.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. // regression test for VSWhidbey 529206 for throwing TypeInitialization inside module .cctor // We were appending every time the callstack and using the same exception object. diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/529206/vsw529206StaticCctor.cs b/src/coreclr/tests/src/Loader/classloader/regressions/529206/vsw529206StaticCctor.cs index e656a1959220dd..bd290641912653 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/529206/vsw529206StaticCctor.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/529206/vsw529206StaticCctor.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. // regression test for VSWhidbey 529206 for throwing TypeInitialization inside class .cctor // We were appending every time the callstack and using the same exception object. diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/583649/Type_Class42.il b/src/coreclr/tests/src/Loader/classloader/regressions/583649/Type_Class42.il index dcb3cfcfe4b48c..b59443bd6e5ca0 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/583649/Type_Class42.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/583649/Type_Class42.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.Console { } .assembly extern mscorlib {} diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/583649/vsw583649.cs b/src/coreclr/tests/src/Loader/classloader/regressions/583649/vsw583649.cs index 01595fba116db4..6189f40944f13e 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/583649/vsw583649.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/583649/vsw583649.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. // This is regression test for VSW 583649 // We were AVing due to checking whether the struct ValueType147 is marshalable. diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/91888/pumpFromCctor.cs b/src/coreclr/tests/src/Loader/classloader/regressions/91888/pumpFromCctor.cs index f1b7f8544cbaf9..b006b0bde0bf2d 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/91888/pumpFromCctor.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/91888/pumpFromCctor.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. // this test verifies that there is no deadlock when we do pumping inside a class constructor // from an STA thread. diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/Dev12_518401/dev12_518401.cs b/src/coreclr/tests/src/Loader/classloader/regressions/Dev12_518401/dev12_518401.cs index 2c1df95fa665b5..87c1541a81061c 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/Dev12_518401/dev12_518401.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/Dev12_518401/dev12_518401.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. /* Regression Test for Dev12 bug #518401: Bug in accessing x64 bit Multidimensional Arrays in x64 * diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/GitHub_11371/Negative_ByRefLikeType.il b/src/coreclr/tests/src/Loader/classloader/regressions/GitHub_11371/Negative_ByRefLikeType.il index a23128505c968a..16be558b5ba002 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/GitHub_11371/Negative_ByRefLikeType.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/GitHub_11371/Negative_ByRefLikeType.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.Console { } .assembly extern System.Runtime { } diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/GitHub_23317/LdVirtFtnOnAbstractMethod.cs b/src/coreclr/tests/src/Loader/classloader/regressions/GitHub_23317/LdVirtFtnOnAbstractMethod.cs index a90f7191b3e6fe..1d934a8a55724f 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/GitHub_23317/LdVirtFtnOnAbstractMethod.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/GitHub_23317/LdVirtFtnOnAbstractMethod.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/coreclr/tests/src/Loader/classloader/regressions/asurt150271/test23.il b/src/coreclr/tests/src/Loader/classloader/regressions/asurt150271/test23.il index fe0d3fe23d03de..02462e15ba8f7c 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/asurt150271/test23.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/asurt150271/test23.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.Console { } // non-blittable by objref field, large offset, large field size, diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/asurt150271/test3.il b/src/coreclr/tests/src/Loader/classloader/regressions/asurt150271/test3.il index bacccfd1f44ea0..0791bff8b0211a 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/asurt150271/test3.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/asurt150271/test3.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.Console { } // blittable, absurdly large field offset, expect TypeLoadException diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dd116295/dd116295.cs b/src/coreclr/tests/src/Loader/classloader/regressions/dd116295/dd116295.cs index d838c1dcf6d784..cf04a013763acf 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dd116295/dd116295.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dd116295/dd116295.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/coreclr/tests/src/Loader/classloader/regressions/dd52/runtest.cs b/src/coreclr/tests/src/Loader/classloader/regressions/dd52/runtest.cs index a039a0c663f600..7b22f093f0d6b7 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dd52/runtest.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dd52/runtest.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/coreclr/tests/src/Loader/classloader/regressions/dd52/test.il b/src/coreclr/tests/src/Loader/classloader/regressions/dd52/test.il index 57a41c0ad3c735..9afadc4207dec6 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dd52/test.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dd52/test.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.Console { } .assembly test {} diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_398410/dev10_398410.cs b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_398410/dev10_398410.cs index d82ae605c662a6..80ac0d642fe027 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_398410/dev10_398410.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_398410/dev10_398410.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. //Type load failed when compiling a class derived from a class that implicitly implements a generic method as a virtual method. //The base class and the interface are in a separate module diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_398410/utility.cs b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_398410/utility.cs index 9f8b19d4ad0a14..816737e1f1f27b 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_398410/utility.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_398410/utility.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. public interface I { diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_403582/dev10_403582.il b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_403582/dev10_403582.il index 912cc830245c2e..4c35e56221065f 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_403582/dev10_403582.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_403582/dev10_403582.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.Console { } //DDB187632: generic types and generic methods with more than 0xFFFF generic arguments should throw a TypeLoadException diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_403582/genmeth.il b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_403582/genmeth.il index 8d89da221dfeea..f383daa265cd8b 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_403582/genmeth.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_403582/genmeth.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_403582/gentype.il b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_403582/gentype.il index 3f4ee0b7cd0b8f..94a201c2386434 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_403582/gentype.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_403582/gentype.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_443322/dev10_443322.il b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_443322/dev10_443322.il index eb47ce27d3c357..83669b2b2100cb 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_443322/dev10_443322.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_443322/dev10_443322.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.Console { } // diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_493135/dev10_493135.il b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_493135/dev10_493135.il index 0c6ba518d8482f..f394faebb891c3 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_493135/dev10_493135.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_493135/dev10_493135.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_526434/dev10_526434.cs b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_526434/dev10_526434.cs index 33d60b80b36f2f..caa5b2f2d1312b 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_526434/dev10_526434.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_526434/dev10_526434.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. //This pattern of interface implementation caused a buffer overflow and caused an AV (see bug DEV10_526434) diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/ConstrainedMethods.cs b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/ConstrainedMethods.cs index 46fdda235df60c..ba1d02e290e205 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/ConstrainedMethods.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/ConstrainedMethods.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/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/MethodCalls.il b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/MethodCalls.il index 30e6b9c0a11ceb..2ce04ff77a6014 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/MethodCalls.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/MethodCalls.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/RecursiveGen.il b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/RecursiveGen.il index f49b2ed75c0938..7c270de36e1ed0 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/RecursiveGen.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/RecursiveGen.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/SealedTypes.il b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/SealedTypes.il index e29fad902f3178..0b00f496c0b830 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/SealedTypes.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/SealedTypes.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/Variance1.il b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/Variance1.il index 066bdee1a4687b..1a8c44f89234db 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/Variance1.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/Variance1.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/Variance2.il b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/Variance2.il index 56ee0ffc91c9e6..609705054d45fe 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/Variance2.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/Variance2.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_630250/dev10_630250.cs b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_630250/dev10_630250.cs index a0ac0d17953eff..1e06f72652016e 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_630250/dev10_630250.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_630250/dev10_630250.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/coreclr/tests/src/Loader/classloader/regressions/dev10_710121/dev10_710121.il b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_710121/dev10_710121.il index 96e28f672f4565..b379d2f662fc91 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_710121/dev10_710121.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_710121/dev10_710121.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.Console { } /*BUG: Assert: Precondition failure: FAILED: !ContainsGenericVariables() (vm\method.cpp, Line: 1781) diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_715437/dev10_715437.il b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_715437/dev10_715437.il index 8d590e31b3f5e5..de846e7fccc274 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_715437/dev10_715437.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_715437/dev10_715437.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.Console { } /* diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_720779/dev10_720779.il b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_720779/dev10_720779.il index fb65cdd93a45f1..830655c6bd1b69 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_720779/dev10_720779.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_720779/dev10_720779.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.Console { } /* diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_724989/dev10_724989.cs b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_724989/dev10_724989.cs index 837297efe6e10f..544edb4d873515 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_724989/dev10_724989.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_724989/dev10_724989.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/coreclr/tests/src/Loader/classloader/regressions/dev10_788724/dev10_788724.il b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_788724/dev10_788724.il index b2df9c7e02817c..3ac5701667ef5a 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_788724/dev10_788724.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_788724/dev10_788724.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.Console { } .assembly extern mscorlib {} diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_794943/dev10_794943.cs b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_794943/dev10_794943.cs index dac3b25b371c5d..17b063e8d35dbd 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_794943/dev10_794943.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_794943/dev10_794943.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/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case1.cs b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case1.cs index 5e620289cd0866..a4de7ffae0decf 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case1.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case1.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. //Non-generic classes A and B diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case2.cs b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case2.cs index 30c4896d22871e..24331ca680cc01 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case2.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case2.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. //Non-generic classe A and generic class B diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case3.cs b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case3.cs index fe690176a7924c..af9662d0a09ab7 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case3.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case3.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. //Non-generic class B and generic class A diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case4.cs b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case4.cs index 745f23a5044f6e..ccb0c1b4f7dac0 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case4.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case4.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. //generic classes A and B diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Library1.cs b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Library1.cs index 833baedb2ce88c..ff9996309be86e 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Library1.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Library1.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. public class A { diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Library2.cs b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Library2.cs index d7e68082f1b7d1..8ff1771be9a870 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Library2.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Library2.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. public class A { diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_851479/dev10_851479.cs b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_851479/dev10_851479.cs index 398508d7e9c764..9ddcc33cc10a59 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_851479/dev10_851479.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_851479/dev10_851479.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/coreclr/tests/src/Loader/classloader/regressions/dev10_889822/dev10_889822.cs b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_889822/dev10_889822.cs index 0b6d8dadb9e0bf..fcea56288c1ff1 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_889822/dev10_889822.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_889822/dev10_889822.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.IO; diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_897464/Test.il b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_897464/Test.il index 7177f3a225cb29..1c3bd8ae3fee87 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_897464/Test.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_897464/Test.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.Console { } .assembly extern mscorlib diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_897464/dev10_897464.cs b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_897464/dev10_897464.cs index 7f3df9ca99d6b1..dd18f959093a79 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_897464/dev10_897464.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_897464/dev10_897464.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/coreclr/tests/src/Loader/classloader/regressions/dev11_11333/dev11_11333.il b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_11333/dev11_11333.il index b966c9b8ad7567..e86df959553e95 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_11333/dev11_11333.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_11333/dev11_11333.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.Console { } // Generated by Synergy .NET compiler. diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_221340/Library.il b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_221340/Library.il index 03472b499c9431..c8a4b93a418862 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_221340/Library.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_221340/Library.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.Console { } .assembly extern mscorlib {} diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_221340/TestLib.il b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_221340/TestLib.il index 5c508462c3d558..1158f85a723894 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_221340/TestLib.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_221340/TestLib.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.Console { } .assembly extern mscorlib diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_256384/Library.cs b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_256384/Library.cs index 5673cc4066f69c..cc4f2060023662 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_256384/Library.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_256384/Library.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. public interface I { diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_38348/Lib.cs b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_38348/Lib.cs index ebf5e58c0e597a..47ccea73b23eed 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_38348/Lib.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_38348/Lib.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/coreclr/tests/src/Loader/classloader/regressions/dev11_383846/LibraryThatImplementsStruct.cs b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_383846/LibraryThatImplementsStruct.cs index 04a3e35e8b86f3..57e7b3dfd7cd44 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_383846/LibraryThatImplementsStruct.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_383846/LibraryThatImplementsStruct.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; // this struct will be referenced via type forwarder diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_95728/dev11_95728.cs b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_95728/dev11_95728.cs index 7c27539deb0782..c31a72b8e09d3b 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_95728/dev11_95728.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_95728/dev11_95728.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. /* Regression Test for Dev11 bug #95728: LINQ/CLR :: Accessing a static generic field causes CLR to crash with FatalExecutionEngineError * diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/vsw111021/main.cs b/src/coreclr/tests/src/Loader/classloader/regressions/vsw111021/main.cs index 7a107d7f003e23..2cb7e9c095aa17 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/vsw111021/main.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/vsw111021/main.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; public class CMain{ diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/vsw188290/vsw188290.il b/src/coreclr/tests/src/Loader/classloader/regressions/vsw188290/vsw188290.il index 41468e99c7c524..6d7efb35619dfa 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/vsw188290/vsw188290.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/vsw188290/vsw188290.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.Console { } diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/vsw305955/GenericAssert.il b/src/coreclr/tests/src/Loader/classloader/regressions/vsw305955/GenericAssert.il index f0dba5c6e88771..3acf4038147d53 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/vsw305955/GenericAssert.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/vsw305955/GenericAssert.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.Console { } .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/vsw307137/vsw307137.cs b/src/coreclr/tests/src/Loader/classloader/regressions/vsw307137/vsw307137.cs index bdd05d03d9df1c..ad0511d2b909c3 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/vsw307137/vsw307137.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/vsw307137/vsw307137.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. // this is regression test for VSW 307137 diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/vsw529206/moduleCctorThrow.il b/src/coreclr/tests/src/Loader/classloader/regressions/vsw529206/moduleCctorThrow.il index 02341b48baf05d..344406903d7645 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/vsw529206/moduleCctorThrow.il +++ b/src/coreclr/tests/src/Loader/classloader/regressions/vsw529206/moduleCctorThrow.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.Console { } .assembly extern mscorlib diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/vsw529206/vsw529206ModuleCctor.cs b/src/coreclr/tests/src/Loader/classloader/regressions/vsw529206/vsw529206ModuleCctor.cs index 9bc966a1da4522..5bb8d4888015f7 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/vsw529206/vsw529206ModuleCctor.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/vsw529206/vsw529206ModuleCctor.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. // regression test for VSWhidbey 529206 for throwing TypeInitialization inside module .cctor // We were appending every time the callstack and using the same exception object. diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/vsw531159/repro.cs b/src/coreclr/tests/src/Loader/classloader/regressions/vsw531159/repro.cs index 768bd8bfa0d4d5..f742ee5b4c3c9a 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/vsw531159/repro.cs +++ b/src/coreclr/tests/src/Loader/classloader/regressions/vsw531159/repro.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/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-11-6-two.il b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-11-6-two.il index 17775be337eac1..562002b0c13de6 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-11-6-two.il +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-11-6-two.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.Console { } /* RDawson - 11/2/200 diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-15-two.il b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-15-two.il index 66d84ec55c16a6..577c5beeefd2bf 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-15-two.il +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-15-two.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.Console { } /* RDawson - 11/2/200 diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-22-three.il b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-22-three.il index db01fbceee7bc8..9e05593a4ad330 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-22-three.il +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-22-three.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.Console { } /*RDawson - 11/2/200 diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-25-five.il b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-25-five.il index dfa0f86c021687..6bc0d9ec7c5468 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-25-five.il +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-25-five.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.Console { } /*RDawson - 11/2/200 diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-26-two.il b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-26-two.il index bbda5337b739f9..173bce4e151cf6 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-26-two.il +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-26-two.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.Console { } /*RDawson - 11/2/200 diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-40a-two.il b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-40a-two.il index ffccbe4f5f78fb..d8df9c79eb2187 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-40a-two.il +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-40a-two.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.Console { } /* RDawson - 11/2/200 diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-41a-two.il b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-41a-two.il index 04bc52a483136f..0ecc36a0d2fdf7 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-41a-two.il +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-41a-two.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.Console { } /* RDawson - 11/2/200 diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-41g-two.il b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-41g-two.il index ac179d400d49b3..3c0ee310766a40 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-41g-two.il +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-41g-two.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.Console { } /*RDawson - 11/2/200 diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-6b-two.il b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-6b-two.il index dc2ff1a80367e5..202a5f1afcd501 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-6b-two.il +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-6b-two.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.Console { } /*RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-7-two.il b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-7-two.il index e80838e46b1a84..a4725e96d60297 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-7-two.il +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-7-two.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.Console { } /*RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-15-12b.il b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-15-12b.il index 57e2f98495677f..fef1fe07f0fa84 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-15-12b.il +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-15-12b.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.Console { } .assembly 'RMV-2-15-12'{} diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-25-9-two.il b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-25-9-two.il index 29bd279befd053..c30ac6d9b5b09a 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-25-9-two.il +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-25-9-two.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.Console { } /* RDawson - 11/2/200 diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-5-5-two.il b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-5-5-two.il index f06230d2d23197..7ff8a949577e51 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-5-5-two.il +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-5-5-two.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.Console { } /* RDawson - 11/2/200 diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-5-8-two.il b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-5-8-two.il index 69b8df1c728672..45a86afdade77c 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-5-8-two.il +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-5-8-two.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.Console { } /* RDawson - 11/2/200 diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-20-one.il b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-20-one.il index 5d872b672f553c..991deb32f1e0ea 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-20-one.il +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-20-one.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.Console { } /* RDawson - 11/2/200 diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-20-two.il b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-20-two.il index 09a7e6d265c7e8..f1b7e30220b93d 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-20-two.il +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-20-two.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.Console { } /* RDawson - 11/2/200 diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-28-two.il b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-28-two.il index 402d67a2123008..2d517b911f7457 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-28-two.il +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-28-two.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.Console { } /* RDawson - 11/2/200 diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-3-two.il b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-3-two.il index 23f59cd876f9a8..7b459e6a99a467 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-3-two.il +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-3-two.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.Console { } /* RDawson - 11/2/200 diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-30-two.il b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-30-two.il index 958be0039964fa..02cf7bcfd056f1 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-30-two.il +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-30-two.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.Console { } /* RDawson - 12/1/200 diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-31-two.il b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-31-two.il index c84528ceeda21c..1a86d4ac367691 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-31-two.il +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-31-two.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.Console { } /* RDawson - 11/2/200 diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-33-two.il b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-33-two.il index 9c03016a22d46e..b274f7a2945527 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-33-two.il +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-33-two.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.Console { } /* RDawson - 11/2/200 diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-39g-two.il b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-39g-two.il index 257c434cbf1828..80ecc3b342e65c 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-39g-two.il +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-39g-two.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.Console { } /* RDawson - 11/2/200 diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-7-two.il b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-7-two.il index 7a776cd0fd875c..e9421bba9e2140 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-7-two.il +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-7-two.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.Console { } /* RDawson - 11/2/200 diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-1.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-1.cs index c250ae158a7797..e843b17d03a80f 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-1.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-1.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. ////////////////////////////////////////////////////////// // L-1-1-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-2D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-2D.cs index 618e1d61f73261..72bd8bea1ede11 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-2D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-2D.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. /////////////////////////////////////// // L-1-1-2D.cs - DLL Component of diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3.cs index 266d01d92e3f9b..652c83c4293dd8 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3.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. ////////////////////////////////////////////////////////// // L-1-1-2.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3D.cs index 3e473ec19c2ad8..5285297aab8b5d 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3D.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. /////////////////////////////////////// // L-1-1-2D.cs - DLL Component of diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-1.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-1.cs index 07a494676c6898..ed0c05896aa92a 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-1.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-1.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. ////////////////////////////////////////////////////////// // L-1-9-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-2D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-2D.cs index 736ddcdefff6bb..b3eeee5ed68f06 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-2D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-2D.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. interface A{ int MethPubInst(); diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3.cs index 6b81b83779ea66..317eb8ee5e0c79 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3.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. ////////////////////////////////////////////////////////// // L-1-9-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3D.cs index 62199596fbe369..99d6a7f7732cc4 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3D.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. public interface A{ int MethPubInst(); diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-1.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-1.cs index 11b8e03718eba0..046a31208a7dcb 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-1.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-1.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. ////////////////////////////////////////////////////////// // L-1-11-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-2D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-2D.cs index aa6173903f231e..e78fc58fd31a27 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-2D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-2D.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/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3.cs index 18dae69ff5f151..9c01b30970c036 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3.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. ////////////////////////////////////////////////////////// // L-1-11-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3D.cs index 61eed049906973..5a5bbcb961128b 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3D.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/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-1.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-1.cs index f8287fef7bc965..06feef48d768a9 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-1.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-1.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. ////////////////////////////////////////////////////////// // L-1-9-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-2D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-2D.cs index 44bf3b55c25d56..dc742edd300982 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-2D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-2D.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. interface A{ diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3.cs index d8e99f91fd5b2b..3acf47f2bf45e9 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3.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. ////////////////////////////////////////////////////////// // L-1-9-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3D.cs index 9ee05ce65a0b25..6ede672dc5eeab 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3D.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. public interface A{ diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-1.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-1.cs index 26cb54e8f74bcb..8fe41f3f744cb6 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-1.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-1.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. ////////////////////////////////////////////////////////// // L-1-2-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-2D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-2D.cs index dcd90508b9d86a..411d604ebe3e76 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-2D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-2D.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/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3.cs index 5ee293a031a384..0d8ee794bd6fac 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3.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. ////////////////////////////////////////////////////////// // L-1-2-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3D.cs index 5bb343d988e70a..bccf6ca0dde376 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3D.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/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-3-1.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-3-1.cs index ec73a1aa9c2a90..220c858b05472a 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-3-1.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-3-1.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. ////////////////////////////////////////////////////////// // L-1-3-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-4-1.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-4-1.cs index 09c2ebed165f80..cc056294d1bd3e 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-4-1.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-4-1.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. ////////////////////////////////////////////////////////// // L-1-4-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-1.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-1.cs index 3b817a6fb7e8c2..ce98a820b95239 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-1.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-1.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. ////////////////////////////////////////////////////////// // L-1-5-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-2D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-2D.cs index 589abeec9b11f6..f6db6be3ba4667 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-2D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-2D.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 414 using System; diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3.cs index eeebe140c82021..313c56e2f6bfc9 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3.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. ////////////////////////////////////////////////////////// // L-1-5-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3D.cs index 48ace453b77f80..7e4f1adb655c2d 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3D.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 414 diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-1.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-1.cs index 48b1cf43c63ad4..d4f69f4f20dd14 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-1.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-1.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. ////////////////////////////////////////////////////////// // L-1-4-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-2D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-2D.cs index 1d7c475f6c4f30..5d41b4c8b80b8e 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-2D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-2D.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 414 using System; diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3.cs index 006f4bc1c73287..0713756337db83 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3.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. ////////////////////////////////////////////////////////// // L-1-4-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3D.cs index 1e20d4d16fbe2f..495f244c580a53 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3D.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 414 using System; diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-1.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-1.cs index 3c7c78f3dd8a76..15963efd2d76b2 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-1.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-1.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. ////////////////////////////////////////////////////////// // L-1-7-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-2D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-2D.cs index 7086b9bba91614..0aeb84a130a9eb 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-2D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-2D.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 414 using System; diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3.cs index b6fe3a05e9391a..d3b7461d432526 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3.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. ////////////////////////////////////////////////////////// // L-1-7-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3D.cs index bea92d3d183bf2..a0aadf25bca4fa 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3D.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 414 using System; diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-1.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-1.cs index e1711af81649d2..c975f372e1ec22 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-1.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-1.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. ////////////////////////////////////////////////////////// // L-1-8-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-2D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-2D.cs index 1fbbaa664dc975..f1faf3813eb05f 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-2D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-2D.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 414 using System; diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3.cs index b224f900a65ed2..8825a02109d1a5 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3.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. ////////////////////////////////////////////////////////// // L-1-8-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3D.cs index 72c9af82cd52b8..a4f8673cdd47f8 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3D.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 414 using System; diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-1.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-1.cs index 223fd7207bac53..a2429271a2fb64 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-1.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-1.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. ////////////////////////////////////////////////////////// // L-1-9-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-2D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-2D.cs index 745f8da6cf4266..4abe7a56c42206 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-2D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-2D.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/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3.cs index 5043a9e432606e..d59f05b607a70e 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3.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. ////////////////////////////////////////////////////////// // L-1-9-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3D.cs index ef3e1c468a0d43..efe54d716a4569 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3D.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/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-1.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-1.cs index 9b6a98a0a2ea3f..b34405ba3e4704 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-1.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-1.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. ////////////////////////////////////////////////////////// // L-1-9-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-2D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-2D.cs index 736ddcdefff6bb..b3eeee5ed68f06 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-2D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-2D.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. interface A{ int MethPubInst(); diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3.cs index 61983038339ba5..cf6c03148be33f 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3.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. ////////////////////////////////////////////////////////// // L-1-9-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3D.cs index 62199596fbe369..99d6a7f7732cc4 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3D.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. public interface A{ int MethPubInst(); diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-1.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-1.cs index 7a4e5027c954f7..ae17ecf0673057 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-1.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-1.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. ////////////////////////////////////////////////////////// // L-1-11-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3.cs index e14f90e8ca81ad..2f472bbddc0988 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3.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. ////////////////////////////////////////////////////////// // L-1-11-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3D.cs index 095ba0f8ab75bb..26bedbdf3d4166 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3D.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/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-1.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-1.cs index 1a4b740915da86..b655fcd50ed2d6 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-1.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-1.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. ////////////////////////////////////////////////////////// // L-1-9-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-2D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-2D.cs index 44bf3b55c25d56..dc742edd300982 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-2D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-2D.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. interface A{ diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3.cs index eb006f6d1187dd..19f5b0ab9ffcbd 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3.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. ////////////////////////////////////////////////////////// // L-1-9-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3D.cs index 9ee05ce65a0b25..6ede672dc5eeab 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3D.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. public interface A{ diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-3-1.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-3-1.cs index 8f327bd7c15522..9eea6446bc8bc4 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-3-1.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-3-1.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. ////////////////////////////////////////////////////////// // L-1-3-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-4-1.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-4-1.cs index 8f04d3c1e4a36d..868c7e83cd3472 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-4-1.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-4-1.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. ////////////////////////////////////////////////////////// // L-2-4-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-1.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-1.cs index 295dd07d05d27d..b6600d75a3b6f6 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-1.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-1.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. ////////////////////////////////////////////////////////// // L-1-5-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-2D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-2D.cs index 10852f3e30fe9a..38b40d6e63c75f 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-2D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-2D.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/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3.cs index 2f48d97ffe58f0..de62f854d6beda 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3.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. ////////////////////////////////////////////////////////// // L-1-5-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3D.cs index 10852f3e30fe9a..38b40d6e63c75f 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3D.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/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-1.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-1.cs index d37da7c3b4fb60..98770605132874 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-1.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-1.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. ////////////////////////////////////////////////////////// // L-1-4-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-2D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-2D.cs index ca6ba5871da99f..ba77143dee3150 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-2D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-2D.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/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3.cs index d2a1e8a7204116..cb0868e42684c7 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3.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. ////////////////////////////////////////////////////////// // L-1-4-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3D.cs index 1ebb77d9d6bf2d..430cdfeaf5f264 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3D.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/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-1.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-1.cs index fd48a81c44c670..fd54a73d150172 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-1.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-1.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. ////////////////////////////////////////////////////////// // L-1-9-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-2D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-2D.cs index 745f8da6cf4266..4abe7a56c42206 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-2D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-2D.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/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3.cs index 4dd25c082a3ac2..7a9ade4c1130ad 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3.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. ////////////////////////////////////////////////////////// // L-1-9-1.cs - Beta1 Layout Test - RDawson diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3D.cs b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3D.cs index ef3e1c468a0d43..efe54d716a4569 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3D.cs +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3D.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/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case1.cool b/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case1.cool index 044a2038bb9570..bb64b292aa22fe 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case1.cool +++ b/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case1.cool @@ -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. /**************************************************************** CLStressGen, v12.01.1999, generated testfile. diff --git a/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case2.cool b/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case2.cool index 0dcba1989f6bac..6699643d82448d 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case2.cool +++ b/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case2.cool @@ -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. /**************************************************************** CLStressGen, v12.01.1999, generated testfile. diff --git a/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case3.cool b/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case3.cool index 1b17f71cd31cb0..ceb399d222401d 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case3.cool +++ b/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case3.cool @@ -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. /**************************************************************** CLStressGen, v12.01.1999, generated testfile. diff --git a/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case4.cool b/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case4.cool index 0a010408bb5779..cef2ea2a8e25c7 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case4.cool +++ b/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case4.cool @@ -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. /**************************************************************** CLStressGen, v12.01.1999, generated testfile. diff --git a/src/coreclr/tests/src/Loader/classloader/v1/M10/Relocation/IL/IL_DLL.il b/src/coreclr/tests/src/Loader/classloader/v1/M10/Relocation/IL/IL_DLL.il index 68f3183a906a53..3ab20baaad33df 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/M10/Relocation/IL/IL_DLL.il +++ b/src/coreclr/tests/src/Loader/classloader/v1/M10/Relocation/IL/IL_DLL.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.Console { } .assembly extern mscorlib{auto} diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL1.cool b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL1.cool index e95fb87984ecb8..813973a158671a 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL1.cool +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL1.cool @@ -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. /**************************************************************** CLStressGen, v2.14.2000, generated testfile. diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL10.cool b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL10.cool index 2d0c2fc18eee3b..2fe5b9ac57072f 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL10.cool +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL10.cool @@ -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. /**************************************************************** CLStressGen, v2.14.2000, generated testfile. diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL11.cool b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL11.cool index 70dca9efe42c57..320e473d5366de 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL11.cool +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL11.cool @@ -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. /**************************************************************** CLStressGen, v2.14.2000, generated testfile. diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL12.cool b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL12.cool index d2e0faf25b1836..b8f2f1e117be33 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL12.cool +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL12.cool @@ -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. /**************************************************************** CLStressGen, v2.14.2000, generated testfile. diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL13.cool b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL13.cool index 4521973946e6ab..61c4eb9673a808 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL13.cool +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL13.cool @@ -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. /**************************************************************** CLStressGen, v2.14.2000, generated testfile. diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL14.cool b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL14.cool index 1311251a1c4477..ed9b621871148a 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL14.cool +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL14.cool @@ -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. /**************************************************************** CLStressGen, v2.14.2000, generated testfile. diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL15.cool b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL15.cool index 9fa067e53176ea..69170f12eaedac 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL15.cool +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL15.cool @@ -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. /**************************************************************** CLStressGen, v2.14.2000, generated testfile. diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL16.cool b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL16.cool index ced4097975f4a7..ed3a003e4d25ea 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL16.cool +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL16.cool @@ -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. /**************************************************************** CLStressGen, v2.14.2000, generated testfile. diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL17.cool b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL17.cool index f5638345aa47a4..68f4b20553b0d8 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL17.cool +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL17.cool @@ -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. /**************************************************************** CLStressGen, v2.14.2000, generated testfile. diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL18.cool b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL18.cool index b7ca1e146be260..c7478ae8b5565b 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL18.cool +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL18.cool @@ -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. /**************************************************************** CLStressGen, v2.14.2000, generated testfile. diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL19.cool b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL19.cool index 68930a0e37c1c5..c82ecfdef8b089 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL19.cool +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL19.cool @@ -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. /**************************************************************** CLStressGen, v2.14.2000, generated testfile. diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL2.cool b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL2.cool index 6616ce1814f1ba..985b9a1cb9596a 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL2.cool +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL2.cool @@ -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. /**************************************************************** CLStressGen, v2.14.2000, generated testfile. diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL3.cool b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL3.cool index 4803386aadd460..980efefa3fe8df 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL3.cool +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL3.cool @@ -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. /**************************************************************** CLStressGen, v2.14.2000, generated testfile. diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL4.cool b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL4.cool index 56e22815ef99b0..c7cb4b45013852 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL4.cool +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL4.cool @@ -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. /**************************************************************** CLStressGen, v2.14.2000, generated testfile. diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL5.cool b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL5.cool index 1b473ceb6938a4..be541c7a5c7b04 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL5.cool +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL5.cool @@ -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. /**************************************************************** CLStressGen, v2.14.2000, generated testfile. diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL6.cool b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL6.cool index 91ddc889e81835..c652a5814b27d9 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL6.cool +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL6.cool @@ -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. /**************************************************************** CLStressGen, v2.14.2000, generated testfile. diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL7.cool b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL7.cool index 1fc6fcf5ba3f48..be6cc7e5d04a40 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL7.cool +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL7.cool @@ -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. /**************************************************************** CLStressGen, v2.14.2000, generated testfile. diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL8.cool b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL8.cool index bb3ab6bc35bd34..bc760c3f8883ba 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL8.cool +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL8.cool @@ -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. /**************************************************************** CLStressGen, v2.14.2000, generated testfile. diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL9.cool b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL9.cool index aece82af1208f2..65667dbc1189c5 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL9.cool +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL9.cool @@ -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. /**************************************************************** CLStressGen, v2.14.2000, generated testfile. diff --git a/src/coreclr/tests/src/Loader/lowlevel/regress/105736/exception.cs b/src/coreclr/tests/src/Loader/lowlevel/regress/105736/exception.cs index 1b868c604541f8..d9af091b5b769f 100644 --- a/src/coreclr/tests/src/Loader/lowlevel/regress/105736/exception.cs +++ b/src/coreclr/tests/src/Loader/lowlevel/regress/105736/exception.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; @@ -63,4 +62,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Loader/multimodule/dontusenetmodule.cs b/src/coreclr/tests/src/Loader/multimodule/dontusenetmodule.cs index af9d5a6f332e6f..2e97d67543837a 100644 --- a/src/coreclr/tests/src/Loader/multimodule/dontusenetmodule.cs +++ b/src/coreclr/tests/src/Loader/multimodule/dontusenetmodule.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; public class B diff --git a/src/coreclr/tests/src/Loader/regressions/GitHub_15544/main.cs b/src/coreclr/tests/src/Loader/regressions/GitHub_15544/main.cs index 25e7d79e41aa04..bcf12c220dfb13 100644 --- a/src/coreclr/tests/src/Loader/regressions/GitHub_15544/main.cs +++ b/src/coreclr/tests/src/Loader/regressions/GitHub_15544/main.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/coreclr/tests/src/Loader/regressions/classloader/main.cs b/src/coreclr/tests/src/Loader/regressions/classloader/main.cs index dc6c51c346eb94..ef41383079bd81 100644 --- a/src/coreclr/tests/src/Loader/regressions/classloader/main.cs +++ b/src/coreclr/tests/src/Loader/regressions/classloader/main.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/coreclr/tests/src/Loader/regressions/classloader/vsw307137.cs b/src/coreclr/tests/src/Loader/regressions/classloader/vsw307137.cs index c29bb5b7b30c71..ce35f017235b54 100644 --- a/src/coreclr/tests/src/Loader/regressions/classloader/vsw307137.cs +++ b/src/coreclr/tests/src/Loader/regressions/classloader/vsw307137.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. // diff --git a/src/coreclr/tests/src/Loader/regressions/polyrec/polyrec.cs b/src/coreclr/tests/src/Loader/regressions/polyrec/polyrec.cs index 2c7b35b9e1afc1..12d8e1ae421b64 100644 --- a/src/coreclr/tests/src/Loader/regressions/polyrec/polyrec.cs +++ b/src/coreclr/tests/src/Loader/regressions/polyrec/polyrec.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. // // Test thread safety of type and method instantiation diff --git a/src/coreclr/tests/src/Loader/versioning/coverage/assemblyattrs.cs b/src/coreclr/tests/src/Loader/versioning/coverage/assemblyattrs.cs index eee01cbe923d42..fbf7d92de686fb 100644 --- a/src/coreclr/tests/src/Loader/versioning/coverage/assemblyattrs.cs +++ b/src/coreclr/tests/src/Loader/versioning/coverage/assemblyattrs.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.IO; using System.Reflection; diff --git a/src/coreclr/tests/src/Regressions/coreclr/0041/body_double.cs b/src/coreclr/tests/src/Regressions/coreclr/0041/body_double.cs index d2719abf0811e1..493fa71eba3a05 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0041/body_double.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/0041/body_double.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.Security; diff --git a/src/coreclr/tests/src/Regressions/coreclr/0041/expl_double_1.cs b/src/coreclr/tests/src/Regressions/coreclr/0041/expl_double_1.cs index 056e3d925306f4..d37db611a739fe 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0041/expl_double_1.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/0041/expl_double_1.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/coreclr/tests/src/Regressions/coreclr/0044/nullable.cs b/src/coreclr/tests/src/Regressions/coreclr/0044/nullable.cs index ed43e86334c3cb..98a20c61ad1e48 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0044/nullable.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/0044/nullable.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; public class Nullable diff --git a/src/coreclr/tests/src/Regressions/coreclr/0046/istype.cs b/src/coreclr/tests/src/Regressions/coreclr/0046/istype.cs index 15d793670b11f5..c1a23178a4c937 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0046/istype.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/0046/istype.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; public struct MyStruct {} diff --git a/src/coreclr/tests/src/Regressions/coreclr/0075/largearraytest.cs b/src/coreclr/tests/src/Regressions/coreclr/0075/largearraytest.cs index d907edd36575d9..2e0da58e45f9d7 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0075/largearraytest.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/0075/largearraytest.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. /* NAME: LargeArrayTest * SDET: clyon * DATE: 2004-03-02 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0080/delete_next_card_table.cs b/src/coreclr/tests/src/Regressions/coreclr/0080/delete_next_card_table.cs index 0ac3a5e20842c4..11900cbe036c96 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0080/delete_next_card_table.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/0080/delete_next_card_table.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. /* TEST: delete_next_card_table * SDET: clyon * DESCRIPTION: gains 14 blocks in gc.cpp diff --git a/src/coreclr/tests/src/Regressions/coreclr/0099/abovestacklimit.cs b/src/coreclr/tests/src/Regressions/coreclr/0099/abovestacklimit.cs index 4082096100141d..5091ae672af7fb 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0099/abovestacklimit.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/0099/abovestacklimit.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; class Test{ diff --git a/src/coreclr/tests/src/Regressions/coreclr/0211/genrecur.cs b/src/coreclr/tests/src/Regressions/coreclr/0211/genrecur.cs index b8d04d2a8e0745..7fbc87937675b5 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0211/genrecur.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/0211/genrecur.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; // Some generally-useful stuff diff --git a/src/coreclr/tests/src/Regressions/coreclr/0416/hello.cs b/src/coreclr/tests/src/Regressions/coreclr/0416/hello.cs index 2f40c9174753e6..7ada9a809bd4a9 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0416/hello.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/0416/hello.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; public class Hello diff --git a/src/coreclr/tests/src/Regressions/coreclr/0487/test.cs b/src/coreclr/tests/src/Regressions/coreclr/0487/test.cs index 8a2b667b42da6c..abdb3181393667 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0487/test.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/0487/test.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. // This is a regression test for VSWhidbey 139763 // Static Constructor introduces bad side effects for generic type instantiated // to reference type in async static event case. diff --git a/src/coreclr/tests/src/Regressions/coreclr/0582/csgen.1.cs b/src/coreclr/tests/src/Regressions/coreclr/0582/csgen.1.cs index 309b6bc69ae9f8..8180ae2f851c4c 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0582/csgen.1.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/0582/csgen.1.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; using System.Runtime.InteropServices; diff --git a/src/coreclr/tests/src/Regressions/coreclr/1514/interlockexchange.cs b/src/coreclr/tests/src/Regressions/coreclr/1514/interlockexchange.cs index 9b11d980097250..e49e507d2fabe8 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/1514/interlockexchange.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/1514/interlockexchange.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.Threading; diff --git a/src/coreclr/tests/src/Regressions/coreclr/15647/interfacestatics.il b/src/coreclr/tests/src/Regressions/coreclr/15647/interfacestatics.il index b364cf09173a78..0ba2f1f6387408 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/15647/interfacestatics.il +++ b/src/coreclr/tests/src/Regressions/coreclr/15647/interfacestatics.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 interfacestatics { } @@ -91,4 +90,4 @@ IFoo_object_Gimme_U_T_Okay: ldc.i4 100 ret -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Regressions/coreclr/15650/interfacecctor.il b/src/coreclr/tests/src/Regressions/coreclr/15650/interfacecctor.il index 8568240df23ca7..4778f369640194 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/15650/interfacecctor.il +++ b/src/coreclr/tests/src/Regressions/coreclr/15650/interfacecctor.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 mscorlib { } .assembly interfacecctor { } @@ -49,4 +48,4 @@ callvirt instance void IFoo::Frob() ldsfld int32 s_result ret -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Regressions/coreclr/15827/nonvirtualcall.il b/src/coreclr/tests/src/Regressions/coreclr/15827/nonvirtualcall.il index 0b9745a74f529a..efaa1de9548d5a 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/15827/nonvirtualcall.il +++ b/src/coreclr/tests/src/Regressions/coreclr/15827/nonvirtualcall.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. // // Verifies that we're able to call virtual interface methods non-virtually. diff --git a/src/coreclr/tests/src/Regressions/coreclr/16064/methodimpl.il b/src/coreclr/tests/src/Regressions/coreclr/16064/methodimpl.il index 289f8ad91ead7a..67d79d6b1c21fb 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/16064/methodimpl.il +++ b/src/coreclr/tests/src/Regressions/coreclr/16064/methodimpl.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/coreclr/tests/src/Regressions/coreclr/16123/ambiguousconstraint.il b/src/coreclr/tests/src/Regressions/coreclr/16123/ambiguousconstraint.il index 53eea413e43b3f..b50fa0dfd86a8a 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/16123/ambiguousconstraint.il +++ b/src/coreclr/tests/src/Regressions/coreclr/16123/ambiguousconstraint.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 { } @@ -75,4 +74,4 @@ ldloc.0 call int32 class Gen`1::Check(!0) ret -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Regressions/coreclr/16354/notimplemented.il b/src/coreclr/tests/src/Regressions/coreclr/16354/notimplemented.il index 2459e8c0567823..7bf524bb9fc589 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/16354/notimplemented.il +++ b/src/coreclr/tests/src/Regressions/coreclr/16354/notimplemented.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. // Makes sure that a type that implements IFoo through a default // interface method and declares it also implements IFoo diff --git a/src/coreclr/tests/src/Regressions/coreclr/16355/boring.il b/src/coreclr/tests/src/Regressions/coreclr/16355/boring.il index 0e950f03d0fa86..b0e0bceb04935c 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/16355/boring.il +++ b/src/coreclr/tests/src/Regressions/coreclr/16355/boring.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/coreclr/tests/src/Regressions/coreclr/16355/variance.il b/src/coreclr/tests/src/Regressions/coreclr/16355/variance.il index 068933db439a0f..c2f9f712fb485a 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/16355/variance.il +++ b/src/coreclr/tests/src/Regressions/coreclr/16355/variance.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/coreclr/tests/src/Regressions/coreclr/16371/ptrarray.cs b/src/coreclr/tests/src/Regressions/coreclr/16371/ptrarray.cs index 47537b3e7aa7ca..7651512673a46f 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/16371/ptrarray.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/16371/ptrarray.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. unsafe class Program { diff --git a/src/coreclr/tests/src/Regressions/coreclr/1770/autolayoutsize.cs b/src/coreclr/tests/src/Regressions/coreclr/1770/autolayoutsize.cs index ba47600c90f830..ca26360a42f439 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/1770/autolayoutsize.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/1770/autolayoutsize.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.InteropServices; diff --git a/src/coreclr/tests/src/Regressions/coreclr/20452/twopassvariance.il b/src/coreclr/tests/src/Regressions/coreclr/20452/twopassvariance.il index c4504d99ad331d..b2069d09ce3187 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/20452/twopassvariance.il +++ b/src/coreclr/tests/src/Regressions/coreclr/20452/twopassvariance.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 mscorlib { } diff --git a/src/coreclr/tests/src/Regressions/coreclr/22021/consumer.il b/src/coreclr/tests/src/Regressions/coreclr/22021/consumer.il index c1177334c2d463..6ee84ed5e19e7a 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/22021/consumer.il +++ b/src/coreclr/tests/src/Regressions/coreclr/22021/consumer.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 { } @@ -51,4 +50,4 @@ call instance void [System.Runtime]System.Object::.ctor() ret } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/Regressions/coreclr/22021/provider.il b/src/coreclr/tests/src/Regressions/coreclr/22021/provider.il index 4f0445ed2e5f4f..7dcfbc229be596 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/22021/provider.il +++ b/src/coreclr/tests/src/Regressions/coreclr/22021/provider.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/coreclr/tests/src/Regressions/coreclr/22386/debug3.il b/src/coreclr/tests/src/Regressions/coreclr/22386/debug3.il index f9d0c2b987d159..7cec9609b5cdb4 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/22386/debug3.il +++ b/src/coreclr/tests/src/Regressions/coreclr/22386/debug3.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/coreclr/tests/src/Regressions/coreclr/22407/abstractcalls.il b/src/coreclr/tests/src/Regressions/coreclr/22407/abstractcalls.il index 8d8fa39fd979d1..afda4619f9379a 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/22407/abstractcalls.il +++ b/src/coreclr/tests/src/Regressions/coreclr/22407/abstractcalls.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 mscorlib { } diff --git a/src/coreclr/tests/src/Regressions/coreclr/22728/createdelegate.il b/src/coreclr/tests/src/Regressions/coreclr/22728/createdelegate.il index 2aa0a614c2c578..16a2a7994080c5 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/22728/createdelegate.il +++ b/src/coreclr/tests/src/Regressions/coreclr/22728/createdelegate.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 { } .assembly extern System.Console { } diff --git a/src/coreclr/tests/src/Regressions/coreclr/22728/debug15.il b/src/coreclr/tests/src/Regressions/coreclr/22728/debug15.il index a545c9b2cfc472..bcc36d3f68182d 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/22728/debug15.il +++ b/src/coreclr/tests/src/Regressions/coreclr/22728/debug15.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 { } .assembly extern System.Console { } diff --git a/src/coreclr/tests/src/Regressions/coreclr/25057/byref.cs b/src/coreclr/tests/src/Regressions/coreclr/25057/byref.cs index 20ff954fbb5250..dadcdb7bd4fa2c 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/25057/byref.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/25057/byref.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/coreclr/tests/src/Regressions/coreclr/72162/test72162.cs b/src/coreclr/tests/src/Regressions/coreclr/72162/test72162.cs index 96b11626f53bf8..1fc91d8f69a7de 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/72162/test72162.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/72162/test72162.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.Globalization; public class Test72162 diff --git a/src/coreclr/tests/src/Regressions/coreclr/9414/readonlyPrefix.cs b/src/coreclr/tests/src/Regressions/coreclr/9414/readonlyPrefix.cs index 05148a18005869..dba3f2270b03d8 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/9414/readonlyPrefix.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/9414/readonlyPrefix.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. class Program { diff --git a/src/coreclr/tests/src/Regressions/coreclr/GitHub_11611/test11611.cs b/src/coreclr/tests/src/Regressions/coreclr/GitHub_11611/test11611.cs index cceaafef7382bb..3cfe014cd7b8ee 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/GitHub_11611/test11611.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/GitHub_11611/test11611.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; public struct Data diff --git a/src/coreclr/tests/src/Regressions/coreclr/GitHub_12224/test12224.cs b/src/coreclr/tests/src/Regressions/coreclr/GitHub_12224/test12224.cs index 8a3124c1b83291..49b2f0a025e376 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/GitHub_12224/test12224.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/GitHub_12224/test12224.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.Threading; diff --git a/src/coreclr/tests/src/Regressions/coreclr/GitHub_1674/TestConstraintOnDefaultInterfaceMethod.cs b/src/coreclr/tests/src/Regressions/coreclr/GitHub_1674/TestConstraintOnDefaultInterfaceMethod.cs index 39ce162f177e5b..69df32eaac803c 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/GitHub_1674/TestConstraintOnDefaultInterfaceMethod.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/GitHub_1674/TestConstraintOnDefaultInterfaceMethod.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.Threading; diff --git a/src/coreclr/tests/src/Regressions/coreclr/GitHub_16833/test16833.cs b/src/coreclr/tests/src/Regressions/coreclr/GitHub_16833/test16833.cs index 35e670b58a0a2d..8a0167662cdf79 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/GitHub_16833/test16833.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/GitHub_16833/test16833.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; namespace TestShufflingThunk diff --git a/src/coreclr/tests/src/Regressions/coreclr/GitHub_17398/test17398.cs b/src/coreclr/tests/src/Regressions/coreclr/GitHub_17398/test17398.cs index 08fcf0a148ee5c..893390b78bbfc3 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/GitHub_17398/test17398.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/GitHub_17398/test17398.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/coreclr/tests/src/Regressions/coreclr/GitHub_22348/test22348.cs b/src/coreclr/tests/src/Regressions/coreclr/GitHub_22348/test22348.cs index 383e575569e8d4..65f9227d262b27 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/GitHub_22348/test22348.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/GitHub_22348/test22348.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; public class Test22348 diff --git a/src/coreclr/tests/src/Regressions/coreclr/GitHub_22888/test22888.cs b/src/coreclr/tests/src/Regressions/coreclr/GitHub_22888/test22888.cs index 57bce044efebfb..b5e28f6dda51e8 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/GitHub_22888/test22888.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/GitHub_22888/test22888.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.IO; using System.Reflection; diff --git a/src/coreclr/tests/src/Regressions/coreclr/GitHub_22888/test22888resources.cs b/src/coreclr/tests/src/Regressions/coreclr/GitHub_22888/test22888resources.cs index df8cfdd53e7b8d..d4d1493d501ea5 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/GitHub_22888/test22888resources.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/GitHub_22888/test22888resources.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; class Program diff --git a/src/coreclr/tests/src/Regressions/coreclr/GitHub_24524/test24524.il b/src/coreclr/tests/src/Regressions/coreclr/GitHub_24524/test24524.il index e128174051846f..9822fa2b4f8f9e 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/GitHub_24524/test24524.il +++ b/src/coreclr/tests/src/Regressions/coreclr/GitHub_24524/test24524.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. // diff --git a/src/coreclr/tests/src/Regressions/coreclr/GitHub_24701/test24701.cs b/src/coreclr/tests/src/Regressions/coreclr/GitHub_24701/test24701.cs index cb820cc425deb2..43a1ee2c7c46b6 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/GitHub_24701/test24701.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/GitHub_24701/test24701.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/coreclr/tests/src/Regressions/coreclr/GitHub_27937/test27937.cs b/src/coreclr/tests/src/Regressions/coreclr/GitHub_27937/test27937.cs index 7056ed8577f471..093775a2e332db 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/GitHub_27937/test27937.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/GitHub_27937/test27937.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.Intrinsics; class Test27937 diff --git a/src/coreclr/tests/src/Regressions/coreclr/GitHub_34094/test34094.cs b/src/coreclr/tests/src/Regressions/coreclr/GitHub_34094/test34094.cs index e94e0e26eedbf2..59bc8bb08dc27d 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/GitHub_34094/test34094.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/GitHub_34094/test34094.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.Intrinsics; diff --git a/src/coreclr/tests/src/Regressions/coreclr/GitHub_35000/test35000.cs b/src/coreclr/tests/src/Regressions/coreclr/GitHub_35000/test35000.cs index 30e03246a89356..b0884569121a6c 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/GitHub_35000/test35000.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/GitHub_35000/test35000.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.Reflection; diff --git a/src/coreclr/tests/src/Regressions/coreclr/GitHub_7685/test7685.cs b/src/coreclr/tests/src/Regressions/coreclr/GitHub_7685/test7685.cs index 77b25dc59cb50c..be28c21e4862a0 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/GitHub_7685/test7685.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/GitHub_7685/test7685.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.Reflection; @@ -220,4 +219,4 @@ public static bool Equals(ref RectangleNestedF r1, ref RectangleNestedF r2) } public override string ToString() => $"[{first._x}, {first._y}, {second._x}, {second._y}]"; -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/TieredCompilation/BasicTest.cs b/src/coreclr/tests/src/baseservices/TieredCompilation/BasicTest.cs index 64392f7e122cdc..e11323fd358513 100644 --- a/src/coreclr/tests/src/baseservices/TieredCompilation/BasicTest.cs +++ b/src/coreclr/tests/src/baseservices/TieredCompilation/BasicTest.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/coreclr/tests/src/baseservices/TieredCompilation/TieredVtableMethodTests.cs b/src/coreclr/tests/src/baseservices/TieredCompilation/TieredVtableMethodTests.cs index 039f68399c74a7..c23ea9aa13b416 100644 --- a/src/coreclr/tests/src/baseservices/TieredCompilation/TieredVtableMethodTests.cs +++ b/src/coreclr/tests/src/baseservices/TieredCompilation/TieredVtableMethodTests.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.Reflection; diff --git a/src/coreclr/tests/src/baseservices/callconvs/CallFunctionPointers.il b/src/coreclr/tests/src/baseservices/callconvs/CallFunctionPointers.il index 944aac8fe296cd..2f46bbab6334c7 100644 --- a/src/coreclr/tests/src/baseservices/callconvs/CallFunctionPointers.il +++ b/src/coreclr/tests/src/baseservices/callconvs/CallFunctionPointers.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/coreclr/tests/src/baseservices/callconvs/NativeFunctions.cpp b/src/coreclr/tests/src/baseservices/callconvs/NativeFunctions.cpp index c3c8b4c69f4cdc..ea55fef0c9fb8a 100644 --- a/src/coreclr/tests/src/baseservices/callconvs/NativeFunctions.cpp +++ b/src/coreclr/tests/src/baseservices/callconvs/NativeFunctions.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 @@ -50,4 +49,4 @@ extern "C" DLL_EXPORT WCHAR __cdecl ToUpperCdecl(WCHAR a) extern "C" DLL_EXPORT WCHAR __stdcall ToUpperStdcall(WCHAR a) { return ToUpperImpl(a); -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/callconvs/TestCallingConventions.cs b/src/coreclr/tests/src/baseservices/callconvs/TestCallingConventions.cs index 48442c4c9750b3..38c4a1b48b8137 100644 --- a/src/coreclr/tests/src/baseservices/callconvs/TestCallingConventions.cs +++ b/src/coreclr/tests/src/baseservices/callconvs/TestCallingConventions.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.IO; @@ -104,4 +103,4 @@ static int Main(string[] doNotUse) return 100; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/compilerservices/FixedAddressValueType/FixedAddressValueType.cs b/src/coreclr/tests/src/baseservices/compilerservices/FixedAddressValueType/FixedAddressValueType.cs index bf10d817e59c56..a8a61132b1972e 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/FixedAddressValueType/FixedAddressValueType.cs +++ b/src/coreclr/tests/src/baseservices/compilerservices/FixedAddressValueType/FixedAddressValueType.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/coreclr/tests/src/baseservices/compilerservices/RuntimeFeature/DefaultImplementationsOfInterfaces.il b/src/coreclr/tests/src/baseservices/compilerservices/RuntimeFeature/DefaultImplementationsOfInterfaces.il index ca6dc5b0bc2cb3..f5f2e7476eaca8 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/RuntimeFeature/DefaultImplementationsOfInterfaces.il +++ b/src/coreclr/tests/src/baseservices/compilerservices/RuntimeFeature/DefaultImplementationsOfInterfaces.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. // diff --git a/src/coreclr/tests/src/baseservices/compilerservices/RuntimeHelpers/ExecuteCodeWithGuaranteedCleanup.cs b/src/coreclr/tests/src/baseservices/compilerservices/RuntimeHelpers/ExecuteCodeWithGuaranteedCleanup.cs index faf6504252dcc3..8521a4ac948c95 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/RuntimeHelpers/ExecuteCodeWithGuaranteedCleanup.cs +++ b/src/coreclr/tests/src/baseservices/compilerservices/RuntimeHelpers/ExecuteCodeWithGuaranteedCleanup.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/coreclr/tests/src/baseservices/compilerservices/RuntimeHelpers/RuntimeHelpersTests.cs b/src/coreclr/tests/src/baseservices/compilerservices/RuntimeHelpers/RuntimeHelpersTests.cs index 5b667a78be6d0d..9f98a5a736cecc 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/RuntimeHelpers/RuntimeHelpersTests.cs +++ b/src/coreclr/tests/src/baseservices/compilerservices/RuntimeHelpers/RuntimeHelpersTests.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/coreclr/tests/src/baseservices/compilerservices/RuntimeWrappedException/RuntimeWrappedException.cs b/src/coreclr/tests/src/baseservices/compilerservices/RuntimeWrappedException/RuntimeWrappedException.cs index 00f1db420cd492..35003c7d50e67e 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/RuntimeWrappedException/RuntimeWrappedException.cs +++ b/src/coreclr/tests/src/baseservices/compilerservices/RuntimeWrappedException/RuntimeWrappedException.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.IO; diff --git a/src/coreclr/tests/src/baseservices/compilerservices/RuntimeWrappedException/StringThrower.il b/src/coreclr/tests/src/baseservices/compilerservices/RuntimeWrappedException/StringThrower.il index 92c9139f7c31b8..c25dff9b00bfb6 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/RuntimeWrappedException/StringThrower.il +++ b/src/coreclr/tests/src/baseservices/compilerservices/RuntimeWrappedException/StringThrower.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 mscorlib { diff --git a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/dev10_535767.cs b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/dev10_535767.cs index cb7f360b80aa6c..f4454c570c3b70 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/dev10_535767.cs +++ b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/dev10_535767.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. // // Basic test for dependent handles. // diff --git a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/helper.cs b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/helper.cs index 287ccfd9629acc..5e31ab74250c2e 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/helper.cs +++ b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/helper.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; @@ -57,4 +56,4 @@ public static bool Eval(bool exp, String format, params object[] arg) return true; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/test448035.cs b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/test448035.cs index 533589eb27d852..0298e6535281c1 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/test448035.cs +++ b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/test448035.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; @@ -42,4 +41,4 @@ public static int Main() return 100; } } - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/testapis.cs b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/testapis.cs index 179b052482b5fd..889403c413869f 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/testapis.cs +++ b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/testapis.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; using System.Collections.Generic; diff --git a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/testoverrides.cs b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/testoverrides.cs index 01e3c503c57458..7cde59c0106a07 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/testoverrides.cs +++ b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/testoverrides.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; @@ -90,4 +89,4 @@ public static int Main() return 102; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/compilerservices/modulector/moduleCctor.il b/src/coreclr/tests/src/baseservices/compilerservices/modulector/moduleCctor.il index a8db758dc7e609..3ecb85bbdd9886 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/modulector/moduleCctor.il +++ b/src/coreclr/tests/src/baseservices/compilerservices/modulector/moduleCctor.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 mscorlib { auto } diff --git a/src/coreclr/tests/src/baseservices/compilerservices/modulector/runmoduleconstructor.cs b/src/coreclr/tests/src/baseservices/compilerservices/modulector/runmoduleconstructor.cs index 3b94dbd233ffc7..83808de298006d 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/modulector/runmoduleconstructor.cs +++ b/src/coreclr/tests/src/baseservices/compilerservices/modulector/runmoduleconstructor.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.Reflection; diff --git a/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException01.cs b/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException01.cs index cc94cd0ea2cb65..f479faa53ab13a 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException01.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException01.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/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException02.cs b/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException02.cs index 92ccf1d397c658..1679d5cb9c417a 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException02.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException02.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; public class test { diff --git a/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException03.cs b/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException03.cs index 6b5841a8ade3d7..bcf41d0dc6b375 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException03.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException03.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/coreclr/tests/src/baseservices/exceptions/StackTracePreserve/StackTracePreserveTests.cs b/src/coreclr/tests/src/baseservices/exceptions/StackTracePreserve/StackTracePreserveTests.cs index 37b86fe5160c52..a198fd7dd957ab 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/StackTracePreserve/StackTracePreserveTests.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/StackTracePreserve/StackTracePreserveTests.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.Threading; using System.Runtime.ExceptionServices; @@ -527,4 +526,4 @@ public static int Main(string[] args) return ((iFailed == 0) && (iPassed > 0))?100:99; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions.cs index 371732d09dde10..e43003e3061892 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions.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.Globalization; diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions01.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions01.cs index 0c046ba963ff71..45ae71b88efa3f 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions01.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions01.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.Globalization; using System.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions02.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions02.cs index 478c322115815c..0b0fbf66c83738 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions02.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions02.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.Globalization; using System.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions03.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions03.cs index 9bab4883518d1c..ee74aac015ba90 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions03.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions03.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.Globalization; using System.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions04.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions04.cs index f4204d4d506efb..6ed56fa3d2d6fd 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions04.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions04.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.Globalization; using System.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions05.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions05.cs index cb4e90a1a80e89..0eac4cd59d33bf 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions05.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions05.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.Globalization; using System.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions06.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions06.cs index b534b231dcfa15..b38fcc4ae8ea41 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions06.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions06.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.Globalization; using System.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions07.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions07.cs index 438c3ffc076765..ca9f57eb72a9cc 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions07.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions07.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.Globalization; using System.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions08.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions08.cs index 6511b58d735a1b..2d6902514fad73 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions08.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/genericexceptions08.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.Globalization; using System.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch01.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch01.cs index 8dab9c627bf71d..8ac93e543b4a6c 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch01.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch01.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch02.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch02.cs index b1065d4576f059..6fddb720550200 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch02.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch02.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch03.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch03.cs index 4da2fec0bba789..1a9b831ed0db69 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch03.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch03.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch04.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch04.cs index 55a2e290f54d6b..d3d4fcf160fefa 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch04.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch04.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch05.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch05.cs index db9d7594d4878f..bf89fdc72d9459 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch05.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch05.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch06.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch06.cs index 0d439d7aba54da..31c434a257ad3d 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch06.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch06.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch07.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch07.cs index f16a6bcefd5a2d..c3792629825bc5 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch07.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch07.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch08.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch08.cs index 3a1d8bfc0e93c1..73930380d02384 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch08.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch08.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch09.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch09.cs index be34afa809a41c..8ef5fcb8ce2ea2 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch09.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch09.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch10.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch10.cs index 8ab099e4c3d78e..42b5312bd91677 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch10.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch10.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally-struct01.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally-struct01.cs index b1f1c082e9fef7..7b80faddef1a12 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally-struct01.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally-struct01.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally-struct02.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally-struct02.cs index f31c73f59b3cb6..90ba5b8450f5dd 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally-struct02.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally-struct02.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally-struct03.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally-struct03.cs index f4b0b892ef6a57..16f696c71c6130 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally-struct03.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally-struct03.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally01.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally01.cs index a1eaa6674cb70d..0f3ae1c6bc762e 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally01.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally01.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally02.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally02.cs index 26376edc7ce171..c2a436be63180c 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally02.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally02.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally03.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally03.cs index f4b0b892ef6a57..16f696c71c6130 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally03.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally03.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct01.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct01.cs index 6b74a5cd923d57..efbfc1822dbcb1 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct01.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct01.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct02.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct02.cs index 303c20e14fe57e..4c5eec779a0f0c 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct02.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct02.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct03.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct03.cs index e1c9cf0a66b488..bb2774f8fc1a79 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct03.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct03.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct04.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct04.cs index cb98bd60764cb7..273e08c4619af1 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct04.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct04.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct05.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct05.cs index ba05558f90c86a..ecb9c77babf440 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct05.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct05.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct06.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct06.cs index 79dcfcb0d5a8fe..b1fd40605f02da 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct06.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct06.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct07.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct07.cs index cc04e051adcd0b..de19dc6cded621 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct07.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct07.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct08.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct08.cs index c22b0dc82eaca8..adf23035d744bf 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct08.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct08.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct09.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct09.cs index 60c1483577652f..f90b2c7c8c7b97 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct09.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct09.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch01.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch01.cs index fd2214618aea48..35f03154cb9dbd 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch01.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch01.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch02.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch02.cs index 5be66699758c5a..38dd29d97b6423 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch02.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch02.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch03.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch03.cs index a613afa1313c7a..22068e97e9393a 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch03.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch03.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch04.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch04.cs index 466b1faa71331e..a919f2a4cb48bf 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch04.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch04.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch05.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch05.cs index 646695afea4992..af2543aa75d971 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch05.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch05.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch06.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch06.cs index 499ff15ae3dfe1..af6a152737e686 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch06.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch06.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch07.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch07.cs index 9db15a318fe618..e0429d2dc1e5b3 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch07.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch07.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch08.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch08.cs index 0fe69d6ac6068a..6f43ca2a51ede4 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch08.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch08.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch09.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch09.cs index 5b677a02712bde..2786f8a311dbf4 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch09.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch09.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault-struct01.il b/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault-struct01.il index fac44bff4826c0..d3c9bf131006b4 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault-struct01.il +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault-struct01.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. // Microsoft (R) .NET Framework IL Disassembler. Version 1.2.2211.0 // Copyright (C) Microsoft Corporation 1998-2002. All rights reserved. diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault-struct02.il b/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault-struct02.il index d57f3bd26ea44f..9878bccf8a5e6b 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault-struct02.il +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault-struct02.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. // Microsoft (R) .NET Framework IL Disassembler. Version 1.2.2211.0 // Copyright (C) Microsoft Corporation 1998-2002. All rights reserved. diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault-struct03.il b/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault-struct03.il index 9f9d662dfc10c0..d5e3b3fe13b751 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault-struct03.il +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault-struct03.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. // Microsoft (R) .NET Framework IL Disassembler. Version 1.2.2211.0 // Copyright (C) Microsoft Corporation 1998-2002. All rights reserved. diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault01.il b/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault01.il index 8572fcd1593ef9..581893c1d1d794 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault01.il +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault01.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. // Microsoft (R) .NET Framework IL Disassembler. Version 1.2.2211.0 // Copyright (C) Microsoft Corporation 1998-2002. All rights reserved. diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault02.il b/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault02.il index 96323ffb5b0486..611f4cf99f051e 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault02.il +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault02.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. // Microsoft (R) .NET Framework IL Disassembler. Version 1.2.2211.0 // Copyright (C) Microsoft Corporation 1998-2002. All rights reserved. diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault03.il b/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault03.il index 53b05dc532333a..9b1ed107f078af 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault03.il +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault03.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. // Microsoft (R) .NET Framework IL Disassembler. Version 1.2.2211.0 // Copyright (C) Microsoft Corporation 1998-2002. All rights reserved. diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter-finally01.il b/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter-finally01.il index 5b45064d7753ad..1f61415a33f834 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter-finally01.il +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter-finally01.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. // Microsoft (R) .NET Framework IL Disassembler. Version 1.2.2211.0 // Copyright (C) Microsoft Corporation 1998-2002. All rights reserved. diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter-finally02.il b/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter-finally02.il index 3fe83f7a9da44d..1aa2c6276fa9f8 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter-finally02.il +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter-finally02.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. // Microsoft (R) .NET Framework IL Disassembler. Version 1.2.2211.0 // Copyright (C) Microsoft Corporation 1998-2002. All rights reserved. diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter-struct02.il b/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter-struct02.il index 6398a016239b9f..bf3feb8e7e648e 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter-struct02.il +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter-struct02.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. // Microsoft (R) .NET Framework IL Disassembler. Version 1.2.2211.0 // Copyright (C) Microsoft Corporation 1998-2002. All rights reserved. diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter02.il b/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter02.il index 79ebba877d7f3e..cb9b4aed740408 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter02.il +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter02.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. // Microsoft (R) .NET Framework IL Disassembler. Version 1.2.2211.0 // Copyright (C) Microsoft Corporation 1998-2002. All rights reserved. diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally-struct01.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally-struct01.cs index 624afd51e7d826..5258b26c224e0a 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally-struct01.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally-struct01.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally-struct02.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally-struct02.cs index 6dea7cbb917d61..3c981710500c29 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally-struct02.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally-struct02.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally-struct03.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally-struct03.cs index 4e3739a1659bad..352faf02b25cca 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally-struct03.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally-struct03.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally01.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally01.cs index 25cae916c34338..b4160b1a72ccfd 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally01.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally01.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally02.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally02.cs index ffa55e5fb961bf..7e8b66525f71d0 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally02.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally02.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally03.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally03.cs index 8b84cc57d15ad8..bf70445ccf74a9 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally03.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally03.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; public struct ValX0 {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter001.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter001.cs index 4ab707b26cb9cd..33661994c3a3a2 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter001.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter001.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. // Generics - Expressions - specific catch clauses // // catch type parameters bound by Exception or a subclass of it in the form catch(T) diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter002.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter002.cs index 4ab707b26cb9cd..33661994c3a3a2 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter002.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter002.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. // <Area> Generics - Expressions - specific catch clauses </Area> // <Title> // catch type parameters bound by Exception or a subclass of it in the form catch(T) diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter003.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter003.cs index 162931f71bdd92..a94a297f34cf86 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter003.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter003.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. // <Area> Generics - Expressions - specific catch clauses </Area> // <Title> // catch type parameters bound by Exception or a subclass of it in the form catch(T) diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter004.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter004.cs index 6e214b1c4a4ecd..04dab5f8e87338 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter004.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter004.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. // <Area> Generics - Expressions - specific catch clauses </Area> // <Title> // catch type parameters bound by Exception or a subclass of it in the form catch(T) diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter005.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter005.cs index 2638b1e5e51f88..85e357dfc268dd 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter005.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter005.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. // <Area> Generics - Expressions - specific catch clauses </Area> // <Title> // catch type parameters bound by Exception or a subclass of it in the form catch(T) diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter006.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter006.cs index 947dbde8f0e5ef..33266778de4171 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter006.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter006.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. // <Area> Generics - Expressions - specific catch clauses </Area> // <Title> // catch type parameters bound by Exception or a subclass of it in the form catch(T) diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter007.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter007.cs index 5f4add96960a5c..37ea5004aa5d01 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter007.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter007.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. // <Area> Generics - Expressions - specific catch clauses </Area> // <Title> // catch type parameters bound by Exception or a subclass of it in the form catch(T) diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter008.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter008.cs index 8c2ab03de3b0ec..3bc7b497845fcb 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter008.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter008.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. // <Area> Generics - Expressions - specific catch clauses </Area> // <Title> // catch type parameters bound by Exception or a subclass of it in the form catch(T) diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter009.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter009.cs index 1850e3975942f4..d352002cc2694e 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter009.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter009.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. // <Area> Generics - Expressions - specific catch clauses </Area> // <Title> // catch type parameters bound by Exception or a subclass of it in the form catch(T) diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter010.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter010.cs index b4e58b36fc555c..72b9b8b4d5c636 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter010.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter010.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. // <Area> Generics - Expressions - specific catch clauses </Area> // <Title> // catch type parameters bound by Exception or a subclass of it in the form catch(T) diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter011.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter011.cs index 1850e3975942f4..d352002cc2694e 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter011.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter011.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. // <Area> Generics - Expressions - specific catch clauses </Area> // <Title> // catch type parameters bound by Exception or a subclass of it in the form catch(T) diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter012.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter012.cs index 12e0d70d1dc477..8b498e8ef691c8 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter012.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter012.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. // <Area> Generics - Expressions - specific catch clauses </Area> // <Title> // catch type parameters bound by Exception or a subclass of it in the form catch(T) diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter013.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter013.cs index 67b6bdf9bda62a..8dcf1f689529a7 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter013.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter013.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. // <Area> Generics - Expressions - specific catch clauses </Area> // <Title> // catch type parameters bound by Exception or a subclass of it in the form catch(T) diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter014.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter014.cs index 5807b278ac94f4..6c5d5808f62264 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter014.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter014.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. // <Area> Generics - Expressions - specific catch clauses </Area> // <Title> // catch type parameters bound by Exception or a subclass of it in the form catch(T) diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter015.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter015.cs index 687260a14f6576..beeee67671bfc8 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter015.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter015.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. // <Area> Generics - Expressions - specific catch clauses </Area> // <Title> // catch type parameters bound by Exception or a subclass of it in the form catch(T) diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter016.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter016.cs index b5b744ccd0e9ba..81aa8a95c67a89 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter016.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter016.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. // <Area> Generics - Expressions - specific catch clauses </Area> // <Title> // catch type parameters bound by Exception or a subclass of it in the form catch(T) diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter017.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter017.cs index cbc37f61828950..2bce6cba2b31e8 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter017.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter017.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. // <Area> Generics - Expressions - specific catch clauses </Area> // <Title> // catch type parameters bound by Exception or a subclass of it in the form catch(T) diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter018.cs b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter018.cs index 89a2ceb38c87f1..d44e36e5f61af6 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter018.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/typeparameter018.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. // <Area> Generics - Expressions - specific catch clauses </Area> // <Title> // catch type parameters bound by Exception or a subclass of it in the form catch(T) diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/Dev11/147911/fpcw.cpp b/src/coreclr/tests/src/baseservices/exceptions/regressions/Dev11/147911/fpcw.cpp index cfd60f2d432000..b6da30ba152423 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/Dev11/147911/fpcw.cpp +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/Dev11/147911/fpcw.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. // FPCW.cpp : Defines the exported functions for the DLL application. diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/Dev11/147911/fpcw.h b/src/coreclr/tests/src/baseservices/exceptions/regressions/Dev11/147911/fpcw.h index e0990567de282f..32beaf670d9675 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/Dev11/147911/fpcw.h +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/Dev11/147911/fpcw.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. // The following ifdef block is the standard way of creating macros which make exporting // from a DLL simpler. All files within this DLL are compiled with the FPCW_EXPORTS @@ -16,4 +15,4 @@ extern "C" FPCW_API int RaiseFPException(void); #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers // Windows Header Files: -#include <windows.h> \ No newline at end of file +#include <windows.h> diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/Dev11/147911/test147911.cs b/src/coreclr/tests/src/baseservices/exceptions/regressions/Dev11/147911/test147911.cs index 6e9fedc5399789..3ac907f7244728 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/Dev11/147911/test147911.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/Dev11/147911/test147911.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/coreclr/tests/src/baseservices/exceptions/regressions/Dev11/154243/dynamicmethodliveness.cs b/src/coreclr/tests/src/baseservices/exceptions/regressions/Dev11/154243/dynamicmethodliveness.cs index 5592a9c7e7ede3..d5a518700bcf07 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/Dev11/154243/dynamicmethodliveness.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/Dev11/154243/dynamicmethodliveness.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. // regression test for Devdiv bug 154243 // the test passes if we get to Done. @@ -96,4 +95,4 @@ static int Main() { Console.WriteLine("Test case Pass"); return 100; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/COOL/finally.cs b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/COOL/finally.cs index 1e13b966ba142c..ced428dc8a7398 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/COOL/finally.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/COOL/finally.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/COOL/rethrow.cs b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/COOL/rethrow.cs index 7ea776fbb669c1..3bd164abccc435 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/COOL/rethrow.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/COOL/rethrow.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/ExternalException.cs b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/ExternalException.cs index 3c56d933dc685a..2f249293d36d32 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/ExternalException.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/ExternalException.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/HandlerException.cs b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/HandlerException.cs index 9f9547a2ccfec7..76e22b36e7bba0 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/HandlerException.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/HandlerException.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.Threading; using System.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/MultipleException.cs b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/MultipleException.cs index 3a8706ba1f9431..31cc6e0e584eec 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/MultipleException.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/MultipleException.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.Threading; using System.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx1.cs b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx1.cs index d659706540b4d8..1f0a195da3142e 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx1.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx1.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.Security; diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx2.cs b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx2.cs index d95d8b5dcc3cbc..6c7897799de44c 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx2.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx2.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.Security; diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NestedException.cs b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NestedException.cs index c9f04d4d6e285e..647fa7942af90e 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NestedException.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NestedException.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NormalException.cs b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NormalException.cs index 3ed4a875038c47..e5473426b29612 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NormalException.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NormalException.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; class UserException : Exception{ diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/RecursiveException.cs b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/RecursiveException.cs index 052a48868ad0f4..142091e9bc1703 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/RecursiveException.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/RecursiveException.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.Threading; using System.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatch.cs b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatch.cs index 3642b9984c6b44..9db641a1641353 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatch.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatch.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/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatchFinally.cs b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatchFinally.cs index bc25b168148837..0c6e89289f7e97 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatchFinally.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatchFinally.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/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/Unmanaged.cpp b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/Unmanaged.cpp index 8f5b97cbad911e..d0737efe6ebe35 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/Unmanaged.cpp +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/Unmanaged.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 "Unmanaged.h" diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/Unmanaged.h b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/Unmanaged.h index b1f6eb6a734f71..e669956c6cba2c 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/Unmanaged.h +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/Unmanaged.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. #include <stdio.h> #include <windows.h> diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/UnmanagedToManaged.cs b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/UnmanagedToManaged.cs index d5f922232877fb..6f8239d0150e98 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/UnmanagedToManaged.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/UnmanagedToManaged.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/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/UserException.cs b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/UserException.cs index b8aa396609ac72..4920bbf19c60cf 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/UserException.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/UserException.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/UserExceptionThread.cs b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/UserExceptionThread.cs index 020f80b37500a0..6587f12cdca3cc 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/UserExceptionThread.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/UserExceptionThread.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.Threading; using System.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/Except.il b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/Except.il index 78530d0ce68316..b23ce35bc8b356 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/Except.il +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/Except.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. // // Except.asm // Revised 4.01.99 by t-joecl diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/FiltCatch.il b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/FiltCatch.il index 0cffb2bd13520d..1d9ce41279778d 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/FiltCatch.il +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/FiltCatch.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. // // FiltCatch.asm diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/FiltFallThru.il b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/FiltFallThru.il index 57f32f00e0fe09..f5add07375b4b5 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/FiltFallThru.il +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/FiltFallThru.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. // // FiltFallThru.asm diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/Filter.il b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/Filter.il index 6f98b9e53b5b22..e555bb5a639891 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/Filter.il +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/Filter.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. // // Filter.asm // Revised 4.01.99 by t-joecl diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/Finally.il b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/Finally.il index 30b31e51008de5..b62aca7922be02 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/Finally.il +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/Finally.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. // // Finally.asm // Revised 4.01.99 by t-joecl diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/NestedExcept.il b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/NestedExcept.il index e6197fd7a1bccf..663ca2281640b2 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/NestedExcept.il +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/NestedExcept.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. // // NestedExcept.asm diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/NestedFilt.il b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/NestedFilt.il index ca55a34e9266ca..115d70a4991a3b 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/NestedFilt.il +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/NestedFilt.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. // // NestedFilt.asm // Revised 4.01.99 by t-joecl diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/coverage/Exceptions.cs b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/coverage/Exceptions.cs index b4418ecdf39c0a..e1ac3d93b69a53 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/coverage/Exceptions.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/coverage/Exceptions.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.IO; @@ -464,4 +463,4 @@ public static int Main(String[] Args) return Result; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/v1.0/15266.il b/src/coreclr/tests/src/baseservices/exceptions/regressions/v1.0/15266.il index 8fe4cd59543859..bca20e446bf4ed 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/v1.0/15266.il +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/v1.0/15266.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. // rethrow out of finally // expect throw System.Security.VerificationException diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/v1.0/19896.cs b/src/coreclr/tests/src/baseservices/exceptions/regressions/v1.0/19896.cs index c6e6e623653d69..be0bae2b53f5b9 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/v1.0/19896.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/v1.0/19896.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; public class b19896 @@ -31,4 +30,4 @@ public static int Main(string[] args) } } -//EOF \ No newline at end of file +//EOF diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/v4.0/640474/other1.cs b/src/coreclr/tests/src/baseservices/exceptions/regressions/v4.0/640474/other1.cs index 3443e1cca314d6..1f85e38f9c847c 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/v4.0/640474/other1.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/v4.0/640474/other1.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/coreclr/tests/src/baseservices/exceptions/regressions/v4.0/640474/test640474.cs b/src/coreclr/tests/src/baseservices/exceptions/regressions/v4.0/640474/test640474.cs index 90a558d7de197f..e4ab3e99d1d984 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/v4.0/640474/test640474.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/v4.0/640474/test640474.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/coreclr/tests/src/baseservices/exceptions/regressions/whidbeyM3.2/151232.cs b/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeyM3.2/151232.cs index 8daf378d51720d..d2916edb08e7b2 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeyM3.2/151232.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeyM3.2/151232.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; public class E<T> : Exception { @@ -44,4 +43,4 @@ public int Run(){ D.Test5<object>(false,128); return val; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeybeta2/349379/349379.cs b/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeybeta2/349379/349379.cs index 3c04afc558cf81..ebccc5a62f3217 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeybeta2/349379/349379.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeybeta2/349379/349379.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; namespace TestCS diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/106011/106011.cs b/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/106011/106011.cs index d949e776d9d58d..8258db3d92dce0 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/106011/106011.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/106011/106011.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/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/293674/securedispatcher.cs b/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/293674/securedispatcher.cs index d292b005a3b121..5117eb96526171 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/293674/securedispatcher.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/293674/securedispatcher.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; namespace Avalon.Secure diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/302680.cs b/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/302680.cs index 29718d03496e2b..ad29efc43114f6 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/302680.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/302680.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; public class xa { @@ -20,4 +19,4 @@ public static int Main(string[] args) { } - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/data.cs b/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/data.cs index f46490a4496c8e..22a84dedcb5902 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/data.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/data.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; public class x { diff --git a/src/coreclr/tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/oomexception01.cs b/src/coreclr/tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/oomexception01.cs index ee24da9b8f86ea..0ac3e49f5abb6a 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/oomexception01.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/oomexception01.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/coreclr/tests/src/baseservices/exceptions/simple/ArrayInit.cs b/src/coreclr/tests/src/baseservices/exceptions/simple/ArrayInit.cs index 38719625603260..9755f459b58bd1 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/simple/ArrayInit.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/simple/ArrayInit.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 TestLibrary; @@ -69,4 +68,4 @@ public bool PosTest2() } return retVal; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/exceptions/simple/HardwareEh.cs b/src/coreclr/tests/src/baseservices/exceptions/simple/HardwareEh.cs index 3d5cd9a2ad870a..d448e7b02de0d5 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/simple/HardwareEh.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/simple/HardwareEh.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/coreclr/tests/src/baseservices/exceptions/simple/ILHelper.cs b/src/coreclr/tests/src/baseservices/exceptions/simple/ILHelper.cs index c243f7dd06d765..4a0adf32c70768 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/simple/ILHelper.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/simple/ILHelper.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/coreclr/tests/src/baseservices/exceptions/simple/ILHelper.il b/src/coreclr/tests/src/baseservices/exceptions/simple/ILHelper.il index 58752bad240d4a..5c5dd128ee4b77 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/simple/ILHelper.il +++ b/src/coreclr/tests/src/baseservices/exceptions/simple/ILHelper.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 mscorlib {} .assembly ILHelper {} diff --git a/src/coreclr/tests/src/baseservices/exceptions/simple/VT.il b/src/coreclr/tests/src/baseservices/exceptions/simple/VT.il index 0c2c8d6800a0ac..70d187650bd99d 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/simple/VT.il +++ b/src/coreclr/tests/src/baseservices/exceptions/simple/VT.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. // Microsoft (R) .NET Framework IL Disassembler. Version 2.0.50727.42 // Copyright (c) Microsoft Corporation. All rights reserved. diff --git a/src/coreclr/tests/src/baseservices/exceptions/simple/fault.il b/src/coreclr/tests/src/baseservices/exceptions/simple/fault.il index 7938f1c3d22137..9613d6819b3162 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/simple/fault.il +++ b/src/coreclr/tests/src/baseservices/exceptions/simple/fault.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 legacy library mscorlib {} .assembly extern System.Console diff --git a/src/coreclr/tests/src/baseservices/exceptions/simple/finally.cs b/src/coreclr/tests/src/baseservices/exceptions/simple/finally.cs index d8d72c89330f6c..fce91df7a40dc9 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/simple/finally.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/simple/finally.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/exceptions/stackoverflow/stackoverflow.cs b/src/coreclr/tests/src/baseservices/exceptions/stackoverflow/stackoverflow.cs index 3a4a363c7425bb..8249f4bbb44aca 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/stackoverflow/stackoverflow.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/stackoverflow/stackoverflow.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.Threading; using System.Runtime.CompilerServices; diff --git a/src/coreclr/tests/src/baseservices/exceptions/stackoverflow/stackoverflow3.cs b/src/coreclr/tests/src/baseservices/exceptions/stackoverflow/stackoverflow3.cs index bb53a0fb324c98..c833bae8afc15a 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/stackoverflow/stackoverflow3.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/stackoverflow/stackoverflow3.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; namespace TestStackOverflow3 diff --git a/src/coreclr/tests/src/baseservices/exceptions/stackoverflow/stackoverflowtester.cs b/src/coreclr/tests/src/baseservices/exceptions/stackoverflow/stackoverflowtester.cs index d8326ff6666bf2..8f147d2a5e526d 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/stackoverflow/stackoverflowtester.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/stackoverflow/stackoverflowtester.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; using System.Diagnostics; diff --git a/src/coreclr/tests/src/baseservices/exceptions/stacktrace/Tier1StackTrace.cs b/src/coreclr/tests/src/baseservices/exceptions/stacktrace/Tier1StackTrace.cs index e5eba333ee9205..4b0b98f58322c0 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/stacktrace/Tier1StackTrace.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/stacktrace/Tier1StackTrace.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/coreclr/tests/src/baseservices/exceptions/unittests/Baadbaad.cs b/src/coreclr/tests/src/baseservices/exceptions/unittests/Baadbaad.cs index 5fa72012d9cde5..e52bbb3410ffb4 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/Baadbaad.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/Baadbaad.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.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/CollidedUnwind.cs b/src/coreclr/tests/src/baseservices/exceptions/unittests/CollidedUnwind.cs index ea421ae79ff36f..af5f9c1e35b757 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/CollidedUnwind.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/CollidedUnwind.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.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/EHPatternTests.cs b/src/coreclr/tests/src/baseservices/exceptions/unittests/EHPatternTests.cs index 756569e6a21ee9..68628dc7444803 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/EHPatternTests.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/EHPatternTests.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.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/GoryManagedPresent.cs b/src/coreclr/tests/src/baseservices/exceptions/unittests/GoryManagedPresent.cs index 485d1167e36547..0a082f629f847b 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/GoryManagedPresent.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/GoryManagedPresent.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.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/GoryNativePast.cs b/src/coreclr/tests/src/baseservices/exceptions/unittests/GoryNativePast.cs index 777d1c7ed64938..3dfe19d48fc3b4 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/GoryNativePast.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/GoryNativePast.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.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/InnerFinallyAndCatch.cs b/src/coreclr/tests/src/baseservices/exceptions/unittests/InnerFinallyAndCatch.cs index 74abe712bc6177..7a730e42409f8b 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/InnerFinallyAndCatch.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/InnerFinallyAndCatch.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.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/Pending.cs b/src/coreclr/tests/src/baseservices/exceptions/unittests/Pending.cs index 5307bb078c85c6..ee8dc5a46c91f1 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/Pending.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/Pending.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.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/Recurse.cs b/src/coreclr/tests/src/baseservices/exceptions/unittests/Recurse.cs index 0c4579ba0c9d2d..726672cc3fcad4 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/Recurse.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/Recurse.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.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/RecursiveRethrow.cs b/src/coreclr/tests/src/baseservices/exceptions/unittests/RecursiveRethrow.cs index 5ceb3710f34bb8..0ac312e51837c4 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/RecursiveRethrow.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/RecursiveRethrow.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.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/RecursiveThrowNew.cs b/src/coreclr/tests/src/baseservices/exceptions/unittests/RecursiveThrowNew.cs index b4ae467c5c747f..2dce0487db7e07 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/RecursiveThrowNew.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/RecursiveThrowNew.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.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/StrSwitchFinally.cs b/src/coreclr/tests/src/baseservices/exceptions/unittests/StrSwitchFinally.cs index d84e8293ef619d..541030c310123b 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/StrSwitchFinally.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/StrSwitchFinally.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.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInFinallyNestedInTry.cs b/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInFinallyNestedInTry.cs index fda491caa07ddf..8cc583a3f02343 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInFinallyNestedInTry.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInFinallyNestedInTry.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.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/baseclass.cs b/src/coreclr/tests/src/baseservices/exceptions/unittests/baseclass.cs index b34e1f133f0066..dfd70a63b66a58 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/baseclass.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/baseclass.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.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/innerfinally.cs b/src/coreclr/tests/src/baseservices/exceptions/unittests/innerfinally.cs index bbffa2b6370df3..9f41d24f2bd730 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/innerfinally.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/innerfinally.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.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/rethrowandfinally.cs b/src/coreclr/tests/src/baseservices/exceptions/unittests/rethrowandfinally.cs index fdd9ea299fbcc7..56af9b5b7b9489 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/rethrowandfinally.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/rethrowandfinally.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.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/returnfromcatch.cs b/src/coreclr/tests/src/baseservices/exceptions/unittests/returnfromcatch.cs index 26ca1903a06902..93b9f975773446 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/returnfromcatch.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/returnfromcatch.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; public class TestSet diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/throwincatch.cs b/src/coreclr/tests/src/baseservices/exceptions/unittests/throwincatch.cs index f253bdebcab921..2f7b67c9de48cc 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/throwincatch.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/throwincatch.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.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/throwinfinally.cs b/src/coreclr/tests/src/baseservices/exceptions/unittests/throwinfinally.cs index ef12db83ebc129..c3bcc5290297f0 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/throwinfinally.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/throwinfinally.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.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/trace.cs b/src/coreclr/tests/src/baseservices/exceptions/unittests/trace.cs index 5c6e83e2b773e1..c2fb8d4f910883 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/trace.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/trace.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.IO; diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/trycatchinfinally.cs b/src/coreclr/tests/src/baseservices/exceptions/unittests/trycatchinfinally.cs index 5228e8ea0dcad6..5c031d51961625 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/trycatchinfinally.cs +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/trycatchinfinally.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.IO; diff --git a/src/coreclr/tests/src/baseservices/finalization/finalizer.cs b/src/coreclr/tests/src/baseservices/finalization/finalizer.cs index 12dd6ee5bb8ce8..fbfcfd16cdcf8d 100644 --- a/src/coreclr/tests/src/baseservices/finalization/finalizer.cs +++ b/src/coreclr/tests/src/baseservices/finalization/finalizer.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/coreclr/tests/src/baseservices/ilasm_ildasm/regression/dd130885/xlib.cs b/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/dd130885/xlib.cs index 8b00a2664a567a..570fa7f7f2d3c9 100644 --- a/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/dd130885/xlib.cs +++ b/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/dd130885/xlib.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; public struct myDateTime : IEquatable<myDateTime> { diff --git a/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey267905/267905.cs b/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey267905/267905.cs index 2b964a1c0cc900..dff68137e03c7c 100644 --- a/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey267905/267905.cs +++ b/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey267905/267905.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; using System.Collections.Generic; @@ -11,4 +10,4 @@ public static void Eval<T>(string s, string y, params object[] arg) { Console.WriteLine("Hello!"); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey305155/305155.cs b/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey305155/305155.cs index 459f6f302a8633..6d8760e3fc984f 100644 --- a/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey305155/305155.cs +++ b/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey305155/305155.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; [AttributeUsage(AttributeTargets.Method)] diff --git a/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey395914/395914.cs b/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey395914/395914.cs index 516981ac314c65..6e8ff61cadb7e9 100644 --- a/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey395914/395914.cs +++ b/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey395914/395914.cs @@ -1,9 +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. using System; public class C { public void F<T>() where T : class, new() { } public void G<T>() where T : struct { } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/mono/runningmono.cs b/src/coreclr/tests/src/baseservices/mono/runningmono.cs index 1a6a4151a38b6f..c4540353e319aa 100644 --- a/src/coreclr/tests/src/baseservices/mono/runningmono.cs +++ b/src/coreclr/tests/src/baseservices/mono/runningmono.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; namespace TestRunningMono diff --git a/src/coreclr/tests/src/baseservices/multidimmarray/rank1array.il b/src/coreclr/tests/src/baseservices/multidimmarray/rank1array.il index 3f36483e81451b..87da32f58d4eee 100644 --- a/src/coreclr/tests/src/baseservices/multidimmarray/rank1array.il +++ b/src/coreclr/tests/src/baseservices/multidimmarray/rank1array.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. // Tests that SzArray is castable to multidimensional array of rank 1 with zero lower bounds // and that the MdArray methods can operate on such `this`. diff --git a/src/coreclr/tests/src/baseservices/threading/DeadThreads/DeadThreads.cs b/src/coreclr/tests/src/baseservices/threading/DeadThreads/DeadThreads.cs index cc9f054dea634c..9e3b494204ccf8 100644 --- a/src/coreclr/tests/src/baseservices/threading/DeadThreads/DeadThreads.cs +++ b/src/coreclr/tests/src/baseservices/threading/DeadThreads/DeadThreads.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/coreclr/tests/src/baseservices/threading/commitstackonlyasneeded/DefaultStackCommit.cs b/src/coreclr/tests/src/baseservices/threading/commitstackonlyasneeded/DefaultStackCommit.cs index 508d575948325e..060b3f628de6df 100644 --- a/src/coreclr/tests/src/baseservices/threading/commitstackonlyasneeded/DefaultStackCommit.cs +++ b/src/coreclr/tests/src/baseservices/threading/commitstackonlyasneeded/DefaultStackCommit.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; using System.Linq; diff --git a/src/coreclr/tests/src/baseservices/threading/commitstackonlyasneeded/StackCommitCommon.cs b/src/coreclr/tests/src/baseservices/threading/commitstackonlyasneeded/StackCommitCommon.cs index 1b814b7b21faac..55c30ff97f5025 100644 --- a/src/coreclr/tests/src/baseservices/threading/commitstackonlyasneeded/StackCommitCommon.cs +++ b/src/coreclr/tests/src/baseservices/threading/commitstackonlyasneeded/StackCommitCommon.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; using System.Linq; diff --git a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_ARENullRefEx.cs b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_ARENullRefEx.cs index 277dc1cade899f..7b8f675df64e7a 100644 --- a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_ARENullRefEx.cs +++ b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_ARENullRefEx.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_MRENullRefEx.cs b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_MRENullRefEx.cs index a273bc72e9120e..a4dc1b754a9cea 100644 --- a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_MRENullRefEx.cs +++ b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_MRENullRefEx.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_MutexNullRefEx.cs b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_MutexNullRefEx.cs index d339838d96419a..42b1f3f97ef64c 100644 --- a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_MutexNullRefEx.cs +++ b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_MutexNullRefEx.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_RWHNullRefEx.cs b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_RWHNullRefEx.cs index d50826df4cc056..9bed3e715b4135 100644 --- a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_RWHNullRefEx.cs +++ b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_RWHNullRefEx.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_SLENullRefEx.cs b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_SLENullRefEx.cs index 58def9cc96006c..9836673a929631 100644 --- a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_SLENullRefEx.cs +++ b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_SLENullRefEx.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.Threading; // using System.Runtime.Remoting; diff --git a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_TSNullRefEx.cs b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_TSNullRefEx.cs index c9695340834704..32ddbf21c22bfe 100644 --- a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_TSNullRefEx.cs +++ b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_TSNullRefEx.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.Threading; using System.Runtime.Serialization; diff --git a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_TimerNullRefEx.cs b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_TimerNullRefEx.cs index 8c4c7170ed2c94..a057f6b9b99952 100644 --- a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_TimerNullRefEx.cs +++ b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_TimerNullRefEx.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_WHNullRefEx.cs b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_WHNullRefEx.cs index 2067e12b830ebd..36e05f76a0d345 100644 --- a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_WHNullRefEx.cs +++ b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_WHNullRefEx.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/currentculture/culturechangesecurity.cs b/src/coreclr/tests/src/baseservices/threading/currentculture/culturechangesecurity.cs index 50d127ae314c6d..ed1d797581a461 100644 --- a/src/coreclr/tests/src/baseservices/threading/currentculture/culturechangesecurity.cs +++ b/src/coreclr/tests/src/baseservices/threading/currentculture/culturechangesecurity.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.Threading; using System.Globalization; diff --git a/src/coreclr/tests/src/baseservices/threading/delegate/BeginInvokeEndInvoke.cs b/src/coreclr/tests/src/baseservices/threading/delegate/BeginInvokeEndInvoke.cs index c806f516c42cd8..f0b85e143ee13a 100644 --- a/src/coreclr/tests/src/baseservices/threading/delegate/BeginInvokeEndInvoke.cs +++ b/src/coreclr/tests/src/baseservices/threading/delegate/BeginInvokeEndInvoke.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/events/AutoResetEvent/ConstructFalse.cs b/src/coreclr/tests/src/baseservices/threading/events/AutoResetEvent/ConstructFalse.cs index 7901f9018c85d6..1a3c9a215ffa18 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/AutoResetEvent/ConstructFalse.cs +++ b/src/coreclr/tests/src/baseservices/threading/events/AutoResetEvent/ConstructFalse.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.Threading; using System.Diagnostics; diff --git a/src/coreclr/tests/src/baseservices/threading/events/AutoResetEvent/ConstructTrue.cs b/src/coreclr/tests/src/baseservices/threading/events/AutoResetEvent/ConstructTrue.cs index 161bc352ceb33d..7ebbdf7b45aa72 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/AutoResetEvent/ConstructTrue.cs +++ b/src/coreclr/tests/src/baseservices/threading/events/AutoResetEvent/ConstructTrue.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.Threading; using System.Diagnostics; @@ -47,4 +46,4 @@ public int Run() return 100; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCast1.cs b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCast1.cs index 3224b6960af217..d94ed9c471e8b7 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCast1.cs +++ b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCast1.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.Threading; @@ -42,4 +41,4 @@ private void ThreadWorker() // This should return immediately ewh.WaitOne(); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCast2.cs b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCast2.cs index ffb535b504e0a9..81d1c948a0658a 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCast2.cs +++ b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCast2.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.Threading; @@ -47,4 +46,4 @@ private void ThreadWorker() else iRet = 50; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCtor1.cs b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCtor1.cs index 779ef65f99b936..5cb55a31766576 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCtor1.cs +++ b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCtor1.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.Threading; @@ -42,4 +41,4 @@ private void ThreadWorker() // This should return immediately ewh.WaitOne(); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCtor2.cs b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCtor2.cs index e86187a786e7e6..9fcda5abd8762c 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCtor2.cs +++ b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCtor2.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.Threading; @@ -47,4 +46,4 @@ private void ThreadWorker() else iRet = 50; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCast1.cs b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCast1.cs index dc96ebc0618102..c3869d2a063e9f 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCast1.cs +++ b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCast1.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.Threading; @@ -44,4 +43,4 @@ private void ThreadWorker() // This should return immediately ewh.WaitOne(); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCast2.cs b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCast2.cs index 51723a920c5e46..8b39fa2e602774 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCast2.cs +++ b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCast2.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.Threading; @@ -45,4 +44,4 @@ private void ThreadWorker() else iRet = 50; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCtor1.cs b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCtor1.cs index ea4e6fe9a1b028..d61c794afb480d 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCtor1.cs +++ b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCtor1.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.Threading; @@ -44,4 +43,4 @@ private void ThreadWorker() // This should return immediately ewh.WaitOne(); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCtor2.cs b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCtor2.cs index 8100201f1a315e..136d3283c1eb18 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCtor2.cs +++ b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCtor2.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.Threading; @@ -45,4 +44,4 @@ private void ThreadWorker() else iRet = 50; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/NamedCommon.cs b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/NamedCommon.cs index 075f1ebafc8121..86475f8bf0e7e6 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/NamedCommon.cs +++ b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/NamedCommon.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.Threading; @@ -32,4 +31,4 @@ public static string GetUniqueName() Console.WriteLine("Name created: " + sName); return sName; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/AutoConstructFalse.cs b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/AutoConstructFalse.cs index 2ea6f7eadb9b67..c91c2d4e467e96 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/AutoConstructFalse.cs +++ b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/AutoConstructFalse.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.Threading; using System.Diagnostics; diff --git a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/AutoConstructTrue.cs b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/AutoConstructTrue.cs index 94b99044acd436..fd526857e39d33 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/AutoConstructTrue.cs +++ b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/AutoConstructTrue.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.Threading; using System.Diagnostics; diff --git a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/EventWaitHandleTest.cs b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/EventWaitHandleTest.cs index 3e2ee1dcd12768..2e71f47ffcc7e8 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/EventWaitHandleTest.cs +++ b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/EventWaitHandleTest.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.Threading; using System.Diagnostics; diff --git a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/ManualConstructFalse.cs b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/ManualConstructFalse.cs index 459fe95b7f3957..19cd1644e7aee0 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/ManualConstructFalse.cs +++ b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/ManualConstructFalse.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.Threading; using System.Diagnostics; diff --git a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/ManualConstructTrue.cs b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/ManualConstructTrue.cs index 6cb314c4fa86b4..91bf738273128c 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/ManualConstructTrue.cs +++ b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/ManualConstructTrue.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/events/ManualResetEvent/ConstructFalse.cs b/src/coreclr/tests/src/baseservices/threading/events/ManualResetEvent/ConstructFalse.cs index ac4572799fcfc9..427df55214d89b 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/ManualResetEvent/ConstructFalse.cs +++ b/src/coreclr/tests/src/baseservices/threading/events/ManualResetEvent/ConstructFalse.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.Threading; using System.Diagnostics; @@ -55,4 +54,4 @@ public int Run() return 100; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/events/ManualResetEvent/ConstructTrue.cs b/src/coreclr/tests/src/baseservices/threading/events/ManualResetEvent/ConstructTrue.cs index ab2b09a5fa2d10..d908285e501e84 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/ManualResetEvent/ConstructTrue.cs +++ b/src/coreclr/tests/src/baseservices/threading/events/ManualResetEvent/ConstructTrue.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.Threading; @@ -33,4 +32,4 @@ public int Run() return -3; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit01.cs b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit01.cs index 9247770519128d..b3f772a6ab263b 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit01.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit01.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit02.cs b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit02.cs index 1e8f4e34eae35b..5d2ece8b58b693 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit02.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit02.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit03.cs b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit03.cs index ed906b191d3dc0..2c4e9c7d40fc17 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit03.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit03.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit04.cs b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit04.cs index 81603ec0de4cc1..29c08b3080ddb6 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit04.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit04.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit05.cs b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit05.cs index e203506d965adf..3375a2503a8140 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit05.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit05.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit06.cs b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit06.cs index 235b71cc643108..8965297e90d6dc 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit06.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit06.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit07.cs b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit07.cs index c36ef4b3490ee3..6e6deef5dfb9a9 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit07.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit07.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit08.cs b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit08.cs index 063cf4e9e9d51a..a7ce1dbdc53bdf 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit08.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit08.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit09.cs b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit09.cs index 3499e30183789e..d5f63cf3a2b39d 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit09.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit09.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit10.cs b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit10.cs index e99d50e3ae8160..340ef6479c2dc1 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit10.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit10.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit11.cs b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit11.cs index e01b74c413089e..af96c1c4b15808 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit11.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit11.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit12.cs b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit12.cs index 4b7ecaa8e4608c..bc0e262b7ed7f2 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit12.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit12.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit13.cs b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit13.cs index ffe7bd2f6444e0..c3efaf71979b07 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit13.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit13.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit14.cs b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit14.cs index b7b12b1d507876..ace8e6c0963a04 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit14.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit14.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/MonitorHelper.cs b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/MonitorHelper.cs index 0e25946194f66e..a3c98fc969c186 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/MonitorHelper.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/MonitorHelper.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter01.cs b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter01.cs index ebb8ed0e6e7042..bb27246441b2eb 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter01.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter01.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter03.cs b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter03.cs index 4568cdf3c3d5e0..3b23f30540e21e 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter03.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter03.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter04.cs b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter04.cs index cff327921bbfcd..50875ff28de27f 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter04.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter04.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter05.cs b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter05.cs index 314b211364b731..5e37af72e9a4a0 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter05.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter05.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter06.cs b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter06.cs index 7f83ff7a1deb8c..24afbeeb0cb847 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter06.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter06.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread01.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread01.cs index ec88c8b394785a..bb6698a27152d5 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread01.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread01.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread02.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread02.cs index 0b6319ba6f4066..1f22932660447c 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread02.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread02.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread03.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread03.cs index 2eeeae43389316..eec534245de36a 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread03.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread03.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread04.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread04.cs index a1fc2a49b3a034..a8ea778fb5df1a 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread04.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread04.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread05.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread05.cs index 21fa1f72f3f58b..1a767ca668b96f 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread05.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread05.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread06.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread06.cs index 58b8b74c959a31..5bce2c5a393771 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread06.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread06.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread07.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread07.cs index 399f9f565d8088..d0526093bc55b2 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread07.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread07.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread08.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread08.cs index 641e901bb1448f..b2fa6047218078 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread08.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread08.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread09.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread09.cs index 8af00c59d441bc..7e99ecb0ce8c23 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread09.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread09.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread10.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread10.cs index 2a9de822aefd52..1b4f0115403883 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread10.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread10.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread11.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread11.cs index e2668ab778e873..4c134705bd2057 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread11.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread11.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread12.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread12.cs index a47ec6377380ae..077773d258d91d 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread12.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread12.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread13.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread13.cs index 5b10a323bf060a..e2bcc5733fcea1 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread13.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread13.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread14.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread14.cs index 0f784fe964d0ec..8f8543f521058d 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread14.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread14.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread15.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread15.cs index 1af5326a7c1622..8591eb29a6fb37 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread15.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread15.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread16.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread16.cs index 192227c641d3cb..10fa46b7fdaf9e 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread16.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread16.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread17.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread17.cs index c5797b2434c24c..2c875a24b2f63b 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread17.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread17.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread18.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread18.cs index 6e1db0802a1f55..9c7bdc9e0b0717 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread18.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread18.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread19.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread19.cs index 039914a792b916..788690db4c2bd6 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread19.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread19.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread20.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread20.cs index de828c39de2173..b44551c9e5ba6f 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread20.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread20.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread21.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread21.cs index a62088d4447ae9..c3ccfbee073c81 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread21.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread21.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread22.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread22.cs index e5bbf61fc87324..2b1f1a1cf0d5d7 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread22.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread22.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread23.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread23.cs index e4871316122b37..689093a0ca934e 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread23.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread23.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread24.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread24.cs index 86fd7a090f9395..e62da9d81acba5 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread24.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread24.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread25.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread25.cs index 77a242e97f7a09..04233688bf08a9 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread25.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread25.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread26.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread26.cs index 2caf79a4ba4007..c5db86dee46e32 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread26.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread26.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread27.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread27.cs index b9e422f628fc59..2aa0cc123902f0 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread27.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread27.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread28.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread28.cs index 77e0d6e21a5e42..a09ef7a4690ccb 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread28.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread28.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread29.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread29.cs index 0286f4bb1701f4..e5cbd2d02840b3 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread29.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread29.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread30.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread30.cs index 56676fb7b1ee0c..e85ca04dc2b64f 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread30.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread30.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/tighttimercallback.cs b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/tighttimercallback.cs index 80635a1afeec51..5657841d17e837 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/tighttimercallback.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/tighttimercallback.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.Threading; using System.Diagnostics; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread01.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread01.cs index f253494a3d5de4..73313e0999fb9a 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread01.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread01.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread02.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread02.cs index 14e58e834abfe3..428f19b1557e45 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread02.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread02.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread03.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread03.cs index 2ca4aa49b57bb8..377212a4cdf9f7 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread03.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread03.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread04.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread04.cs index de952fe2bb31e6..7d90e84e6b1df4 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread04.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread04.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread05.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread05.cs index 504ec78a100e4e..0158340097cdfd 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread05.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread05.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread06.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread06.cs index d5b71c33f0649f..017ce6cca6d4ef 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread06.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread06.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread07.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread07.cs index 28f2e3864f4b9a..2afb2adc9b3c20 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread07.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread07.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread08.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread08.cs index 95712b22f0bb03..a5b4f7b42194a8 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread08.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread08.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread09.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread09.cs index 6f2d737d5eb871..521e39a192172e 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread09.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread09.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread10.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread10.cs index bd0f595ca9af02..93e08a8095fbb3 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread10.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread10.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread11.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread11.cs index d835dfc7db22a9..8bdcdf89afd197 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread11.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread11.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread12.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread12.cs index 82be6836ea3be8..f91ec569d4e763 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread12.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread12.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread13.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread13.cs index e13a83d20ed3cf..37987e07e1707b 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread13.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread13.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread14.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread14.cs index fa68b5cf069b6f..7b0fe686554faa 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread14.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread14.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread15.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread15.cs index 75b7aa3a2eeb7f..b6b173281271ec 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread15.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread15.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread16.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread16.cs index 48e906b9f524fb..eee00009c6714a 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread16.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread16.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread17.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread17.cs index b51bd27627704d..ef381c906be6bd 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread17.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread17.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread18.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread18.cs index e8f989609adb8a..c446daeb68e8f6 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread18.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread18.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread19.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread19.cs index 9a295c0fca8fff..fe693163aed2d1 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread19.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread19.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread20.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread20.cs index c6a19a14d00c31..81f5a2bdb50853 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread20.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread20.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread21.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread21.cs index e6c0f6dbe49c63..65c1c674b700bc 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread21.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread21.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread22.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread22.cs index ef2c656de2c2df..223bdf9962f3c6 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread22.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread22.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread23.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread23.cs index 7df7392a64c785..c57cd526309920 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread23.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread23.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread24.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread24.cs index ca6bfc33fd3ccb..7e207a0bff10b0 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread24.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread24.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread25.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread25.cs index 973231f41b8133..0be885a72dfe11 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread25.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread25.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread26.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread26.cs index 7cc3dce2829a01..48f4a5f1fc02fe 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread26.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread26.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread27.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread27.cs index bbe99f4cdf8713..e5fad73e3b907f 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread27.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread27.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread28.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread28.cs index ac48e97abf7085..1ce4671b3345dc 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread28.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread28.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread29.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread29.cs index 69637281643e6a..9f1e8bb638e063 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread29.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread29.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread30.cs b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread30.cs index ef14e682edfec2..5e0c5d42211a15 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread30.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread30.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread01.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread01.cs index b407d93f2fba3e..34654d38aec1e3 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread01.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread01.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread02.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread02.cs index 3e2525eb05cef1..c04242c9de1ddf 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread02.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread02.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread03.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread03.cs index 25cf299b2138f0..ba56fb309e8ebd 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread03.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread03.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread04.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread04.cs index 28fbf550546b62..a762d138634e29 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread04.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread04.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread05.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread05.cs index 8f88334cdbb8d0..387120d22793bf 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread05.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread05.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread06.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread06.cs index 1554faf560c7f4..cb159cae176b69 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread06.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread06.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread07.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread07.cs index d0c0319b6084ae..dccb7de46e925d 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread07.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread07.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread08.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread08.cs index b133e313371901..7be31955069e96 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread08.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread08.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread09.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread09.cs index c91e538f470a4b..1bc3f372400e66 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread09.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread09.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread10.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread10.cs index 1a09ce56ed8547..14ee3a917c9f8e 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread10.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread10.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread11.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread11.cs index 3001b72cc68cad..20712220eab0f3 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread11.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread11.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread12.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread12.cs index 8adcb5e9b88bd7..7e572a2b7cfa14 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread12.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread12.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread13.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread13.cs index 96d26ebb1c22d4..5de70128b6e40b 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread13.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread13.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread14.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread14.cs index b8b4d73e8b2822..250563a2382de8 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread14.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread14.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread15.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread15.cs index f5fa9098336aae..b43b2e4c9fdeef 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread15.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread15.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread16.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread16.cs index 0a74641bcf7e91..cd6ec136daccd2 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread16.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread16.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread17.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread17.cs index 5f9c1c0943f14f..f1539736278a24 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread17.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread17.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread18.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread18.cs index 10650c06cb5490..775f6f7c9f6d3d 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread18.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread18.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread19.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread19.cs index 616886504e926a..18986fad1ea33c 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread19.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread19.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread20.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread20.cs index 5b73e877b863d1..c979035eb582d7 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread20.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread20.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread21.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread21.cs index 07413138c3b8cd..e6adc48c3acf50 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread21.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread21.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread22.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread22.cs index 59683e79eb01ec..41f21084204de7 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread22.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread22.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread23.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread23.cs index 93f639f187920c..016b9451fee03d 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread23.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread23.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread24.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread24.cs index 24d0ccc5251e28..698f504fed4819 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread24.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread24.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread25.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread25.cs index d98a49b1de7967..a69ffc6442ca1f 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread25.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread25.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread26.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread26.cs index d131be9fba5e5e..f0be3437b062d9 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread26.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread26.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread27.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread27.cs index a56c396778652b..0cacf14720b0d3 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread27.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread27.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread28.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread28.cs index 4f1e755a296101..5cb3220022f948 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread28.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread28.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread29.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread29.cs index c1550050c60f2d..398dca0e904ef2 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread29.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread29.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread30.cs b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread30.cs index b1800971709ba6..9851a6dab805b8 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread30.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/thread30.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread01.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread01.cs index 4ab65e013338c6..bb48c9f1bd2e5c 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread01.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread01.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread02.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread02.cs index 45669ab6f69048..bf86d325d95de7 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread02.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread02.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread03.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread03.cs index 725dd669b88655..abe79792ff1e5e 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread03.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread03.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread04.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread04.cs index 4f8622b5a5c8aa..efebc74e810bb0 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread04.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread04.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread05.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread05.cs index 97497d6d390a2c..c998b83562472c 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread05.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread05.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread06.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread06.cs index db704d1cc305f1..2b7b3415a0c349 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread06.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread06.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread07.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread07.cs index 13ae54cce7e3f5..bbd4006658e423 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread07.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread07.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread08.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread08.cs index cb75a1912fc662..ae919d1aeb3104 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread08.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread08.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread09.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread09.cs index be4ac8296ab0f3..9f15eafaacfdce 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread09.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread09.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread10.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread10.cs index 1798e326de78b6..20c89fbca65687 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread10.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread10.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread11.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread11.cs index 1e5d7b5bbb3a4f..2f797aa67421af 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread11.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread11.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread12.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread12.cs index 4b216991f3ca86..163d09376c5954 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread12.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread12.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread13.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread13.cs index 8d58f151979f7a..603556caa0e0f2 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread13.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread13.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread14.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread14.cs index 7369b2dbdea5d0..e96bdadc387ed8 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread14.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread14.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread15.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread15.cs index 5ae8a67de349ae..254a219c607ff1 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread15.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread15.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread16.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread16.cs index c798fe727ef746..1f54ab39325c53 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread16.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread16.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread17.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread17.cs index b9852de9e8c6d9..af8b34b8484410 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread17.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread17.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread18.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread18.cs index 7eabb433a4598c..77e46f2c3a06ed 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread18.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread18.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread19.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread19.cs index e302bf0e57d30d..e2b4dc7de5a820 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread19.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread19.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread20.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread20.cs index d862f325819b70..2d1b7d39646a94 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread20.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread20.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread21.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread21.cs index b75a7d399a64ba..cc681270f137e6 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread21.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread21.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread22.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread22.cs index 4ca3606b67576f..ac2feb232bade7 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread22.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread22.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread23.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread23.cs index d776b4b004d4e2..b320ea01a874b5 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread23.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread23.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread24.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread24.cs index 86c6bd98cc684d..c8a667703a7387 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread24.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread24.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread25.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread25.cs index b14e5df356bc44..172db8b04b67be 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread25.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread25.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread26.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread26.cs index c3036a90b53015..fbc1841720b109 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread26.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread26.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread27.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread27.cs index db223c445a4d18..1f0aebcf08383d 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread27.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread27.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread28.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread28.cs index 5d3959ea718cc6..cce02c050ecf82 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread28.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread28.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread29.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread29.cs index 07e2c557d37fd9..8a16e0b06f09c1 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread29.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread29.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread30.cs b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread30.cs index eba2dbfed9c6f0..fdcb4595ce5b8e 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread30.cs +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/thread30.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/add/add.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/add/add.cs index 52bbb1782d173f..b249be145b1723 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/add.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/add.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/add/checkaddint.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/add/checkaddint.cs index 0e38604f283eb4..f75b88e4eb03e4 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/checkaddint.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/checkaddint.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.Threading; @@ -61,4 +60,4 @@ private int Run(int iStart, int iAdd) Console.WriteLine("Test Passed"); return 100; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/add/checkaddlong.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/add/checkaddlong.cs index 5e161057cbbd79..c4ae7e76f2af9d 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/checkaddlong.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/checkaddlong.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.Threading; @@ -61,4 +60,4 @@ private int Run(long iStart, int iAdd) Console.WriteLine("Test Passed"); return 100; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/add/interlockedaddint.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/add/interlockedaddint.cs index 09b4cfd558fc28..7ba7e18f4622ec 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/interlockedaddint.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/interlockedaddint.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.Threading; @@ -98,4 +97,4 @@ public int Total get { return totalValue; } } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/add/interlockedaddintwithsubtract.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/add/interlockedaddintwithsubtract.cs index b103ec519e7594..611eee70a29328 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/interlockedaddintwithsubtract.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/interlockedaddintwithsubtract.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.Threading; @@ -104,4 +103,4 @@ public int Total get { return totalValue; } } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/add/interlockedaddlong.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/add/interlockedaddlong.cs index c0e83707e2e3e2..f98756d692f3a2 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/interlockedaddlong.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/interlockedaddlong.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.Threading; @@ -98,4 +97,4 @@ public long Total get { return totalValue; } } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/add/interlockedaddlongwithsubtract.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/add/interlockedaddlongwithsubtract.cs index bc641afdb170e3..f8071b2cecebb3 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/interlockedaddlongwithsubtract.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/interlockedaddlongwithsubtract.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.Threading; //Regression for DevDiv Bugs 48020 @@ -103,4 +102,4 @@ public long Total get { return totalValue; } } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/intdeccheckreturn.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/intdeccheckreturn.cs index 8ef3cd94e5d627..73d069256dfd68 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/intdeccheckreturn.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/intdeccheckreturn.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/intinccheckreturn.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/intinccheckreturn.cs index 6fd08999ea76e7..b00e72af26ea1b 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/intinccheckreturn.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/intinccheckreturn.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/longdeccheckreturn.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/longdeccheckreturn.cs index 8a39c6a87da3df..1bc5154103a869 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/longdeccheckreturn.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/longdeccheckreturn.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/longinccheckreturn.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/longinccheckreturn.cs index 1a5a59c15afa7e..74743e2c5baee7 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/longinccheckreturn.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/longinccheckreturn.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/common/interlockedhelper_coreclr.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/common/interlockedhelper_coreclr.cs index f9d39a3812def8..ec87825402d889 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/common/interlockedhelper_coreclr.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/common/interlockedhelper_coreclr.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange1_cti.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange1_cti.cs index f3710a950537b6..40ac8996c34f8e 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange1_cti.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange1_cti.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange2.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange2.cs index 19c307839e1110..b62ee411fcd32b 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange2.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange2.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange3.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange3.cs index 5b8fb96f260684..3f5a57d4dbfd4d 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange3.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange3.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange4.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange4.cs index a777b6fba9b834..4dcde6ad9eab6c 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange4.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange4.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange5_cti.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange5_cti.cs index 30feaa38daa0d6..7b03566e7ef0e7 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange5_cti.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange5_cti.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangedouble.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangedouble.cs index 02fffd9862070c..442e3dd8746dc1 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangedouble.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangedouble.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangefloat.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangefloat.cs index a7ce330f313d48..ebb37cb0d1d689 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangefloat.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangefloat.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeint.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeint.cs index d66fd51240704a..a3a418f10fd6c1 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeint.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeint.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeintptr.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeintptr.cs index 572435c10a1e11..5f8037853404a1 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeintptr.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeintptr.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangelong.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangelong.cs index d4e55a4867654e..156eafda793b6f 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangelong.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangelong.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeobject.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeobject.cs index c645513f529557..a4802ff2f89272 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeobject.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeobject.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchanget.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchanget.cs index 15c230f15a1de8..b054d02ce30821 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchanget.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchanget.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangetclass.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangetclass.cs index 956efba686659d..59197e53b569ea 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangetclass.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangetclass.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.Threading; @@ -144,4 +143,4 @@ public override int GetHashCode() { return 0; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangetstring.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangetstring.cs index 386b081157acec..c2007be58492de 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangetstring.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangetstring.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/ctorchk/ctorchk.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/ctorchk/ctorchk.cs index 6163bd50fe40f6..969209e9a55fa6 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/ctorchk/ctorchk.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/ctorchk/ctorchk.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.Threading; @@ -27,4 +26,4 @@ public static int Main() return 100; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/decrement/intdec.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/decrement/intdec.cs index c3b31073f395c6..e7c9731ad5f9ce 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/decrement/intdec.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/decrement/intdec.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/decrement/longdec.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/decrement/longdec.cs index 74045ee951b283..ab79c4d1b8faa1 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/decrement/longdec.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/decrement/longdec.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange1_cti.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange1_cti.cs index 87b1520f31d000..c987444b5cb885 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange1_cti.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange1_cti.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/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange2.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange2.cs index a4ba8ff836a956..7dfba11431ae8a 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange2.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange2.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange3.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange3.cs index ed5ea017f3e9b2..64219eeb82d0ec 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange3.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange3.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange4.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange4.cs index 85cc51dc090ce2..1ab74be01bd55c 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange4.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange4.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange4_cti.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange4_cti.cs index bbbc54afcdf114..cfcba00ad98c82 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange4_cti.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange4_cti.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/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange5_cti.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange5_cti.cs index 1a3b6c9fcba1aa..456626fa52247d 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange5_cti.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange5_cti.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/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangedouble.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangedouble.cs index 89ee57cde7778f..f5a2df3e285171 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangedouble.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangedouble.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangefloat.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangefloat.cs index 34bc3357bdb922..1b856d28a9c45b 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangefloat.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangefloat.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangeint.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangeint.cs index 0c6fb76a8a10a8..3d4701a8668613 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangeint.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangeint.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangelong.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangelong.cs index f43435de7c09ec..e45e2392cc5ac0 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangelong.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangelong.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangeobject.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangeobject.cs index 76da18a66d8294..5b9839a3a57dd3 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangeobject.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangeobject.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchanget.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchanget.cs index 6e54966049de98..c3189fcfe5e12d 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchanget.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchanget.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangetclass.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangetclass.cs index a6cb79080eebfc..9779c763808c92 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangetclass.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangetclass.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangetstring.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangetstring.cs index 26cfe38bf986db..ef852c56a73f9c 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangetstring.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangetstring.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.Threading; using System.Collections; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/increment/intinc.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/increment/intinc.cs index 0d484bd32e94ee..40313b88a81325 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/increment/intinc.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/increment/intinc.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/increment/longinc.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/increment/longinc.cs index 74045ee951b283..ab79c4d1b8faa1 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/increment/longinc.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/increment/longinc.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/read/interlockedread.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/read/interlockedread.cs index 547a4b77afbe4e..91dd3fed82b4a2 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/read/interlockedread.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/read/interlockedread.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.Threading; @@ -38,4 +37,4 @@ public void TestOne(long iValue) if(bRet) success++; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/read/readthreads.cs b/src/coreclr/tests/src/baseservices/threading/interlocked/read/readthreads.cs index ad839dbc20601b..b232233ce5eba8 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/read/readthreads.cs +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/read/readthreads.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/monitor/ctorchk/ctorchk.cs b/src/coreclr/tests/src/baseservices/threading/monitor/ctorchk/ctorchk.cs index f6e9674ff90ecc..b5a9f50a4279cc 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/ctorchk/ctorchk.cs +++ b/src/coreclr/tests/src/baseservices/threading/monitor/ctorchk/ctorchk.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.Threading; @@ -27,4 +26,4 @@ public static int Main() return 100; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/monitor/enter/enternull.cs b/src/coreclr/tests/src/baseservices/threading/monitor/enter/enternull.cs index fb793aa1e22952..a297283943c556 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/enter/enternull.cs +++ b/src/coreclr/tests/src/baseservices/threading/monitor/enter/enternull.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/monitor/enter/monitorenter.cs b/src/coreclr/tests/src/baseservices/threading/monitor/enter/monitorenter.cs index 0a9fc4ab4ccd12..ffd59a6eb724e9 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/enter/monitorenter.cs +++ b/src/coreclr/tests/src/baseservices/threading/monitor/enter/monitorenter.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/monitor/exit/exitnull.cs b/src/coreclr/tests/src/baseservices/threading/monitor/exit/exitnull.cs index 12088c70daf0a6..f26a09ddd3a0f2 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/exit/exitnull.cs +++ b/src/coreclr/tests/src/baseservices/threading/monitor/exit/exitnull.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/monitor/isentered/monitorisentered.cs b/src/coreclr/tests/src/baseservices/threading/monitor/isentered/monitorisentered.cs index 8d2f0d740c4804..c5e38a3f17ab7b 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/isentered/monitorisentered.cs +++ b/src/coreclr/tests/src/baseservices/threading/monitor/isentered/monitorisentered.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. #define DEBUG //make sure the Contract calls actually do something diff --git a/src/coreclr/tests/src/baseservices/threading/monitor/pulse/pulsenull.cs b/src/coreclr/tests/src/baseservices/threading/monitor/pulse/pulsenull.cs index 37ac2fa11c7ab4..a2c8481ec8daaf 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/pulse/pulsenull.cs +++ b/src/coreclr/tests/src/baseservices/threading/monitor/pulse/pulsenull.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/monitor/pulseall/pulseallnull.cs b/src/coreclr/tests/src/baseservices/threading/monitor/pulseall/pulseallnull.cs index 6c95478930d74b..1541346d4b2846 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/pulseall/pulseallnull.cs +++ b/src/coreclr/tests/src/baseservices/threading/monitor/pulseall/pulseallnull.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/monitor/tryenter/longtimeout.cs b/src/coreclr/tests/src/baseservices/threading/monitor/tryenter/longtimeout.cs index 6e23ba5c3c8b62..00be23c9c64578 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/tryenter/longtimeout.cs +++ b/src/coreclr/tests/src/baseservices/threading/monitor/tryenter/longtimeout.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/coreclr/tests/src/baseservices/threading/monitor/unownedlock/enterexitexit.cs b/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/enterexitexit.cs index b78290724c5385..c536d28ccb4a9c 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/enterexitexit.cs +++ b/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/enterexitexit.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.Threading; @@ -31,4 +30,4 @@ public static int Main() Console.WriteLine(100 == rValue ? "Test Passed":"Test Failed"); return rValue; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/noenterobject.cs b/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/noenterobject.cs index e29646d0d3810e..47e119c525c3b1 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/noenterobject.cs +++ b/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/noenterobject.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.Threading; @@ -22,4 +21,4 @@ public static int Main() Console.WriteLine(100 == rValue ? "Test Passed":"Test Failed"); return rValue; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/noenterobjectnew.cs b/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/noenterobjectnew.cs index 0443fd7698b9e3..9ba014c859ea4e 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/noenterobjectnew.cs +++ b/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/noenterobjectnew.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.Threading; @@ -21,4 +20,4 @@ public static int Main() Console.WriteLine(100 == rValue ? "Test Passed":"Test Failed"); return rValue; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/noentervaltype.cs b/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/noentervaltype.cs index 8b6479e64e2a1c..16bc498421d408 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/noentervaltype.cs +++ b/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/noentervaltype.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.Threading; @@ -22,4 +21,4 @@ public static int Main() Console.WriteLine(100 == rValue ? "Test Passed":"Test Failed"); return rValue; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/monitor/wait/waitnull.cs b/src/coreclr/tests/src/baseservices/threading/monitor/wait/waitnull.cs index e2748257d0be40..548b7a04d02ba7 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/wait/waitnull.cs +++ b/src/coreclr/tests/src/baseservices/threading/monitor/wait/waitnull.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/misc/mutexctor1.cs b/src/coreclr/tests/src/baseservices/threading/mutex/misc/mutexctor1.cs index e82bb26c375f33..e67234d052b3a6 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/misc/mutexctor1.cs +++ b/src/coreclr/tests/src/baseservices/threading/mutex/misc/mutexctor1.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.Threading; // For Thread, Mutex diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/misc/mutexctor2.cs b/src/coreclr/tests/src/baseservices/threading/mutex/misc/mutexctor2.cs index 0dff03ec8cfde0..e0a8fdcc74a7cb 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/misc/mutexctor2.cs +++ b/src/coreclr/tests/src/baseservices/threading/mutex/misc/mutexctor2.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.Threading; // For Thread, Mutex diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/misc/waitone1.cs b/src/coreclr/tests/src/baseservices/threading/mutex/misc/waitone1.cs index 549e1ec90b048c..ad2d1c7c0ff3a6 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/misc/waitone1.cs +++ b/src/coreclr/tests/src/baseservices/threading/mutex/misc/waitone1.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.Threading; // For Thread, Mutex diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/misc/waitone2.cs b/src/coreclr/tests/src/baseservices/threading/mutex/misc/waitone2.cs index cfb49926de887d..d8f46f27167859 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/misc/waitone2.cs +++ b/src/coreclr/tests/src/baseservices/threading/mutex/misc/waitone2.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.Threading; // For Thread, Mutex diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg1.cs b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg1.cs index d14cff6915bcca..91ee8962794656 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg1.cs +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg1.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.Threading; @@ -35,4 +34,4 @@ private int Run() Console.WriteLine(100 == iRet ? "Test Passed" : "Test Failed"); return iRet; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg2.cs b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg2.cs index 5bc9a5a4cdeb52..5faab580fac296 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg2.cs +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg2.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.Threading; @@ -35,4 +34,4 @@ private int Run() Console.WriteLine(100 == iRet ? "Test Passed" : "Test Failed"); return iRet; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg3.cs b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg3.cs index 734e0c4309618a..8a39970c493378 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg3.cs +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg3.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.Threading; @@ -35,4 +34,4 @@ private int Run() Console.WriteLine(100 == iRet ? "Test Passed" : "Test Failed"); return iRet; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg4.cs b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg4.cs index 2511dcf996f486..06b4ac8b0e3ef2 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg4.cs +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg4.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.Threading; @@ -36,4 +35,4 @@ private int Run() Console.WriteLine(100 == iRet ? "Test Passed" : "Test Failed"); return iRet; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg5.cs b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg5.cs index 0cd7db0cb1c597..2388c14b81c0e6 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg5.cs +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg5.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.Threading; @@ -37,4 +36,4 @@ private int Run() Console.WriteLine(100 == iRet ? "Test Passed" : "Test Failed"); return iRet; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg6.cs b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg6.cs index 9979366f42bd8b..60f3d0064ae9a4 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg6.cs +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg6.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.Threading; @@ -39,4 +38,4 @@ private int Run() Console.WriteLine(100 == iRet ? "Test Passed" : "Test Failed"); return iRet; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg7.cs b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg7.cs index ce29490955c882..74f3450f94f08c 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg7.cs +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg7.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.Threading; @@ -58,4 +57,4 @@ private void AbandonMutex(Object o) mre.Set(); Thread.Sleep(1000); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg8.cs b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg8.cs index ff479448330e7e..99273657a59616 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg8.cs +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg8.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.Threading; @@ -38,4 +37,4 @@ private int Run() Console.WriteLine(100 == iRet ? "Test Passed" : "Test Failed"); return iRet; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos1.cs b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos1.cs index 93f53a82bc9acc..9321642ed7dd43 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos1.cs +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos1.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.Threading; @@ -56,4 +55,4 @@ private void OwnMutex() Thread.Sleep(3000); mut.ReleaseMutex(); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos2.cs b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos2.cs index 9581bdb5177cde..3690603b355928 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos2.cs +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos2.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.Threading; @@ -43,4 +42,4 @@ private int Run() Console.WriteLine(100 == iRet ? "Test Passed" : "Test Failed"); return iRet; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos3.cs b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos3.cs index 01abc0de333237..f415a9487874bb 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos3.cs +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos3.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.Threading; @@ -45,4 +44,4 @@ private void AbandonMutex() { mut.WaitOne(); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos4.cs b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos4.cs index f1a46138a42b6c..0cdd080483c940 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos4.cs +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos4.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/openmutexcommon.cs b/src/coreclr/tests/src/baseservices/threading/mutex/openmutexcommon.cs index fce7fc3044b13f..47a61c5b0d733b 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openmutexcommon.cs +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openmutexcommon.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.Threading; @@ -29,4 +28,4 @@ public static string GetUniqueName() Console.WriteLine("Name created: " + sName); return sName; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartarray.cs b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartarray.cs index 30f9074b4f15fc..ef855ea777e8d7 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartarray.cs +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartarray.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.Threading; @@ -55,4 +54,4 @@ private void ThreadWorker(Object o) are.Set(); Thread.Sleep(1000); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartbool.cs b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartbool.cs index 557d710977d2ee..291b948250cff8 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartbool.cs +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartbool.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.Threading; @@ -35,4 +34,4 @@ private void ThreadWorker(Object o) b = (bool)o; Console.WriteLine(b); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartbyte.cs b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartbyte.cs index ec90c236311c6e..eb526791720546 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartbyte.cs +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartbyte.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.Threading; @@ -44,4 +43,4 @@ private void ThreadWorker(Object o) iByte = (byte)o; Console.WriteLine(iByte); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartcast.cs b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartcast.cs index 3933931ac9cc74..be44ebd0ca3326 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartcast.cs +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartcast.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.Threading; @@ -45,4 +44,4 @@ private void ThreadWorker(Object o) num = o; Console.WriteLine(num); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartchar.cs b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartchar.cs index 2cc017133e4ab7..71cc131081f468 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartchar.cs +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartchar.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.Threading; @@ -46,4 +45,4 @@ private void ThreadWorker(Object o) c = (char)o; Console.WriteLine(c); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartclass.cs b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartclass.cs index e3667b04b28b22..0173d4629b44e2 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartclass.cs +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartclass.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartdecimal.cs b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartdecimal.cs index 0773f21c591b80..460c6b95956c3c 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartdecimal.cs +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartdecimal.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.Threading; @@ -43,4 +42,4 @@ private void ThreadWorker(Object o) dNum = (decimal)o; Console.WriteLine(dNum); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartdelegate.cs b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartdelegate.cs index 3bb10ede5407f8..53821ac577870f 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartdelegate.cs +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartdelegate.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.Threading; @@ -57,4 +56,4 @@ private void ThreadWorker(Object o) { num = ((myMethodDelegate)o)(iSet); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartdouble.cs b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartdouble.cs index ffca086298a1b9..70f32ff3c68426 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartdouble.cs +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartdouble.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.Threading; @@ -68,4 +67,4 @@ private void ThreadWorker(Object o) dNum = (double)o; Console.WriteLine(dNum); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartfloat.cs b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartfloat.cs index 516033ad4df5bb..eb1ed4bf589860 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartfloat.cs +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartfloat.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.Threading; @@ -43,4 +42,4 @@ private void ThreadWorker(Object o) fNum = (float)o; Console.WriteLine(fNum); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartgenerics.cs b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartgenerics.cs index a55d7115ca966a..ddbe95c18cfcf8 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartgenerics.cs +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartgenerics.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.Threading; @@ -54,4 +53,4 @@ private void ThreadWorker(Object o) { ((MyGenClass<int>)o).Show(iSet, out iNum); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartint.cs b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartint.cs index 93fb71791b85a7..8b770d21dde909 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartint.cs +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartint.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.Threading; @@ -44,4 +43,4 @@ private void ThreadWorker(Object o) iNum = (int)o; Console.WriteLine(iNum); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartlong.cs b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartlong.cs index e6af71dc17d742..01b48762c26a7e 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartlong.cs +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartlong.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.Threading; @@ -44,4 +43,4 @@ private void ThreadWorker(Object o) lNum = (long)o; Console.WriteLine(lNum); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartneg1.cs b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartneg1.cs index 9f4ba2763ab673..bb9eb709563e31 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartneg1.cs +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartneg1.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.Threading; @@ -40,4 +39,4 @@ private void ThreadWorker(Object o) Console.WriteLine(o); Thread.Sleep(1000); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartneg3.cs b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartneg3.cs index efe1a66f7efb7c..b9636d603898f4 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartneg3.cs +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartneg3.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.Threading; @@ -42,4 +41,4 @@ private void ThreadWorker() { Console.WriteLine("In ThreadWorker"); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartneg4.cs b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartneg4.cs index 09c67d304d7bfc..30210931712000 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartneg4.cs +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartneg4.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.Threading; @@ -33,4 +32,4 @@ private int Run() Console.WriteLine(100 == iRet ? "Test Passed" : "Test Failed"); return iRet; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartnull.cs b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartnull.cs index 3b4564c5e43e5d..fd498bf467f676 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartnull.cs +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartnull.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.Threading; @@ -30,4 +29,4 @@ private void ThreadWorker(Object o) else Console.WriteLine("Object was not null"); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartnull2.cs b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartnull2.cs index d81683c0fdb54c..e1bd6bac44424d 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartnull2.cs +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartnull2.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.Threading; @@ -31,4 +30,4 @@ private void ThreadWorker(Object o) else Console.WriteLine("Object was not null"); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartobject.cs b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartobject.cs index 24f306c577636c..a14796dd7eaa6e 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartobject.cs +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartobject.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.Threading; @@ -35,4 +34,4 @@ private void ThreadWorker(Object oPassed) o = oPassed; Console.WriteLine(o); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartoperations.cs b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartoperations.cs index f8b7213adcd52e..9af81a202f27ca 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartoperations.cs +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartoperations.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.Threading; @@ -78,4 +77,4 @@ private void ThreadWorker(Object o) iNum = (int)o; Console.WriteLine(iNum); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartsbyte.cs b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartsbyte.cs index 0eb178acbb3135..1e671b98b62384 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartsbyte.cs +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartsbyte.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.Threading; @@ -44,4 +43,4 @@ private void ThreadWorker(Object o) iByte = (sbyte)o; Console.WriteLine(iByte); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartshort.cs b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartshort.cs index 13f29da03c9ab7..74d17a386a4212 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartshort.cs +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartshort.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.Threading; @@ -44,4 +43,4 @@ private void ThreadWorker(Object o) sNum = (short)o; Console.WriteLine(sNum); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartstring.cs b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartstring.cs index bc19bd266d5cba..0f8aa652bc9be5 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartstring.cs +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartstring.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.Threading; @@ -41,4 +40,4 @@ private void ThreadWorker(Object o) s = (string)o; Console.WriteLine(s); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartstruct.cs b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartstruct.cs index f6e5e5472564dd..540a73e9249ff1 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartstruct.cs +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartstruct.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.Threading; @@ -64,4 +63,4 @@ private void ThreadWorker(Object o) } } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartuint.cs b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartuint.cs index c73ee4f591dc6b..f0a4098b913689 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartuint.cs +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartuint.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.Threading; @@ -44,4 +43,4 @@ private void ThreadWorker(Object o) iNum = (uint)o; Console.WriteLine(iNum); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartulong.cs b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartulong.cs index f6000f1032077b..242771de3f08ca 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartulong.cs +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartulong.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.Threading; @@ -44,4 +43,4 @@ private void ThreadWorker(Object o) lNum = (ulong)o; Console.WriteLine(lNum); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartushort.cs b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartushort.cs index 7d739fc182291e..8ca1750cc3ff87 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartushort.cs +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartushort.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.Threading; @@ -44,4 +43,4 @@ private void ThreadWorker(Object o) sNum = (ushort)o; Console.WriteLine(sNum); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/regressions/13662/13662-a.cs b/src/coreclr/tests/src/baseservices/threading/regressions/13662/13662-a.cs index c3f5d0fd8765aa..b4087820ba0df5 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/13662/13662-a.cs +++ b/src/coreclr/tests/src/baseservices/threading/regressions/13662/13662-a.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.Threading; @@ -30,4 +29,4 @@ public static void TFunc(Object o) { Thread.Sleep(1); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/regressions/13662/13662-b.cs b/src/coreclr/tests/src/baseservices/threading/regressions/13662/13662-b.cs index 1e7a4d9936c032..c709d2f4c6a6e3 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/13662/13662-b.cs +++ b/src/coreclr/tests/src/baseservices/threading/regressions/13662/13662-b.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.Threading; @@ -86,4 +85,4 @@ public static void TFunc(Object o) { Thread.Sleep(1); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/regressions/13662/simple.cs b/src/coreclr/tests/src/baseservices/threading/regressions/13662/simple.cs index 230c63951f2a42..1abc091d5bfe06 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/13662/simple.cs +++ b/src/coreclr/tests/src/baseservices/threading/regressions/13662/simple.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.Threading; @@ -30,4 +29,4 @@ public static void TFunc(Object o) { Thread.Sleep(1); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/regressions/17360/avhelper.cs b/src/coreclr/tests/src/baseservices/threading/regressions/17360/avhelper.cs index 6632139736387d..ea02a4e1f454c3 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/17360/avhelper.cs +++ b/src/coreclr/tests/src/baseservices/threading/regressions/17360/avhelper.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; using System.Reflection; diff --git a/src/coreclr/tests/src/baseservices/threading/regressions/269336/objmonhelper.cs b/src/coreclr/tests/src/baseservices/threading/regressions/269336/objmonhelper.cs index 60185dc49648dd..51989aea4cf6b0 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/269336/objmonhelper.cs +++ b/src/coreclr/tests/src/baseservices/threading/regressions/269336/objmonhelper.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/regressions/30032/30032.cs b/src/coreclr/tests/src/baseservices/threading/regressions/30032/30032.cs index caf979e6b8bb1c..146e671ddf98df 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/30032/30032.cs +++ b/src/coreclr/tests/src/baseservices/threading/regressions/30032/30032.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.Threading; @@ -37,4 +36,4 @@ public static void TFunc(Object o) { Thread.Sleep(1); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/regressions/576463/576463.cs b/src/coreclr/tests/src/baseservices/threading/regressions/576463/576463.cs index d39acadad80f15..2bcb36a38a2a6f 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/576463/576463.cs +++ b/src/coreclr/tests/src/baseservices/threading/regressions/576463/576463.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.Threading; @@ -169,4 +168,4 @@ public static int Main(string[] args) return 50; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/regressions/6906/repro.cs b/src/coreclr/tests/src/baseservices/threading/regressions/6906/repro.cs index cb6e3ca3474123..1678588a46cbb8 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/6906/repro.cs +++ b/src/coreclr/tests/src/baseservices/threading/regressions/6906/repro.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/regressions/beta1/347011.cs b/src/coreclr/tests/src/baseservices/threading/regressions/beta1/347011.cs index fa0377b6aa9409..74bb5b6106886a 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/beta1/347011.cs +++ b/src/coreclr/tests/src/baseservices/threading/regressions/beta1/347011.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.Threading; @@ -32,4 +31,4 @@ public static int Main() Console.WriteLine(100 == retVal ? "Test Passed":"Test Failed"); return retVal; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/regressions/beta2/437017.cs b/src/coreclr/tests/src/baseservices/threading/regressions/beta2/437017.cs index 284a5ae8df6f97..2205c1c89d7df8 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/beta2/437017.cs +++ b/src/coreclr/tests/src/baseservices/threading/regressions/beta2/437017.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/regressions/beta2/437044.cs b/src/coreclr/tests/src/baseservices/threading/regressions/beta2/437044.cs index 9da799fc90c334..cb88726f8e5a08 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/beta2/437044.cs +++ b/src/coreclr/tests/src/baseservices/threading/regressions/beta2/437044.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/regressions/devdiv489437/test489437.cs b/src/coreclr/tests/src/baseservices/threading/regressions/devdiv489437/test489437.cs index 8b3754f704ed98..7a53c29ea01eb5 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/devdiv489437/test489437.cs +++ b/src/coreclr/tests/src/baseservices/threading/regressions/devdiv489437/test489437.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/regressions/whidbey_m3/200176.cs b/src/coreclr/tests/src/baseservices/threading/regressions/whidbey_m3/200176.cs index 6a053a13011cd3..2e2faa42a4b336 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/whidbey_m3/200176.cs +++ b/src/coreclr/tests/src/baseservices/threading/regressions/whidbey_m3/200176.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector1.cs b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector1.cs index cd13936ada7e8a..778b2d6bd4eb04 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector1.cs +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector1.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.Threading; @@ -66,4 +65,4 @@ private int Run(int iCount, int mCount) Console.WriteLine(100 == iRet ? "Test Passed" : "Test Failed"); return iRet; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector2.cs b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector2.cs index 060c9f8de539e7..f99b4b2bafb865 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector2.cs +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector2.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.Threading; @@ -96,4 +95,4 @@ private int Run(int iCount, int mCount, string semName, int iRandom) Console.WriteLine(100 == iRet ? "Test Passed" : "Test Failed"); return iRet; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector3.cs b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector3.cs index 52144bc1385c06..ae075c0e66fd86 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector3.cs +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector3.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.Threading; @@ -125,4 +124,4 @@ private int Run(int iCount, int mCount, string semName, int iRandom) Console.WriteLine(100 == iRet ? "Test Passed" : "Test Failed"); return iRet; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector4.cs b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector4.cs index fff49e49ef0161..ffa727bbe63dd2 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector4.cs +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector4.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.Threading; @@ -94,4 +93,4 @@ private int Run(int iCount, int mCount, string semName, int iRandom) Console.WriteLine(100 == iRet ? "Test Passed" : "Test Failed"); return iRet; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector5.cs b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector5.cs index 27bfb5c5b76bab..acedae363f3b80 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector5.cs +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector5.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.Threading; @@ -105,4 +104,4 @@ private int Run(int iCount, int mCount, string semName, int iRandom) Console.WriteLine(100 == iRet ? "Test Passed" : "Test Failed"); return iRet; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg1.cs b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg1.cs index f9386e1813ca8a..4842fa4e091422 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg1.cs +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg1.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.Threading; @@ -62,4 +61,4 @@ private int Run(int initCount, int maxCount) Console.WriteLine(100 == iRet ? "Test Passed" : "Test Failed"); return iRet; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg2.cs b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg2.cs index f99c8769b67a23..9c377adcf09456 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg2.cs +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg2.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.Threading; @@ -90,4 +89,4 @@ private int Run(int initalValue, int maxValue, string semName, int iRandom) Console.WriteLine(100 == iRet ? "Test Passed" : "Test Failed"); return iRet; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg3.cs b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg3.cs index 724853c55204ee..2aa3a7469ca9c1 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg3.cs +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg3.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.Threading; @@ -100,4 +99,4 @@ private int Run(int initalValue, int maxValue, string semName, Console.WriteLine(100 == iRet ? "Test Passed" : "Test Failed"); return iRet; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg1.cs b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg1.cs index d6bbb165a4bab1..973f0d4caeeb15 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg1.cs +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg1.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.Threading; @@ -35,4 +34,4 @@ private int Run() Console.WriteLine(100 == iRet ? "Test Passed" : "Test Failed"); return iRet; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg2.cs b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg2.cs index a5ea955c4949bb..34ffe9c62be5a0 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg2.cs +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg2.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.Threading; @@ -37,4 +36,4 @@ private int Run() Console.WriteLine(100 == iRet ? "Test Passed" : "Test Failed"); return iRet; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg3.cs b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg3.cs index 6194222068c5ba..9b5db80716294a 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg3.cs +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg3.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.Threading; @@ -35,4 +34,4 @@ private int Run() Console.WriteLine(100 == iRet ? "Test Passed" : "Test Failed"); return iRet; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg4.cs b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg4.cs index 45f5db5ca945b4..855d0fc8ff2fc8 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg4.cs +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg4.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.Threading; @@ -36,4 +35,4 @@ private int Run() Console.WriteLine(100 == iRet ? "Test Passed" : "Test Failed"); return iRet; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg5.cs b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg5.cs index 998c26179bd3c0..c7a6cd129c50ff 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg5.cs +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg5.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.Threading; @@ -39,4 +38,4 @@ private int Run() Console.WriteLine(100 == iRet ? "Test Passed" : "Test Failed"); return iRet; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg6.cs b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg6.cs index 282c5c43d2f898..3868dc9338217f 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg6.cs +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg6.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.Threading; @@ -39,4 +38,4 @@ private int Run() Console.WriteLine(100 == iRet ? "Test Passed" : "Test Failed"); return iRet; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg7.cs b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg7.cs index ff36723e14e417..58d18041079442 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg7.cs +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg7.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.Threading; @@ -40,4 +39,4 @@ private int Run() Console.WriteLine(100 == iRet ? "Test Passed" : "Test Failed"); return iRet; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/semaphorecommon.cs b/src/coreclr/tests/src/baseservices/threading/semaphore/semaphorecommon.cs index 11f23caddba37c..30ed815fab7b96 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/semaphorecommon.cs +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/semaphorecommon.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.Threading; @@ -33,4 +32,4 @@ public static string GetUniqueName() Console.WriteLine("Name created: " + sName); return sName; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/unit/semdemo.cs b/src/coreclr/tests/src/baseservices/threading/semaphore/unit/semdemo.cs index 9dc502f0f13c22..3e9e633504412a 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/unit/semdemo.cs +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/unit/semdemo.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/coreclr/tests/src/baseservices/threading/semaphore/unit/semtest.cs b/src/coreclr/tests/src/baseservices/threading/semaphore/unit/semtest.cs index 599f86492746d6..a4cfbe4c32f797 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/unit/semtest.cs +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/unit/semtest.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/coreclr/tests/src/baseservices/threading/stress/sudoku/isudokuboard.cs b/src/coreclr/tests/src/baseservices/threading/stress/sudoku/isudokuboard.cs index 101f4d1919fb51..52ee95414ed821 100644 --- a/src/coreclr/tests/src/baseservices/threading/stress/sudoku/isudokuboard.cs +++ b/src/coreclr/tests/src/baseservices/threading/stress/sudoku/isudokuboard.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. // Author: JeffSchw // Date: 2/21/2006 diff --git a/src/coreclr/tests/src/baseservices/threading/stress/sudoku/isudokugenerator.cs b/src/coreclr/tests/src/baseservices/threading/stress/sudoku/isudokugenerator.cs index cd171a36951224..67662b9cfc6f7b 100644 --- a/src/coreclr/tests/src/baseservices/threading/stress/sudoku/isudokugenerator.cs +++ b/src/coreclr/tests/src/baseservices/threading/stress/sudoku/isudokugenerator.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. // Author: JeffSchw // Date: 2/21/2006 // diff --git a/src/coreclr/tests/src/baseservices/threading/stress/sudoku/isudokusolver.cs b/src/coreclr/tests/src/baseservices/threading/stress/sudoku/isudokusolver.cs index 8d5c8450b4a662..f074c47f8d2ac9 100644 --- a/src/coreclr/tests/src/baseservices/threading/stress/sudoku/isudokusolver.cs +++ b/src/coreclr/tests/src/baseservices/threading/stress/sudoku/isudokusolver.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. // Author: SneshaA // Date: 3/03/2006 diff --git a/src/coreclr/tests/src/baseservices/threading/stress/sudoku/stack.cs b/src/coreclr/tests/src/baseservices/threading/stress/sudoku/stack.cs index 96356a5e75dc34..a5fd24e3b20cd7 100644 --- a/src/coreclr/tests/src/baseservices/threading/stress/sudoku/stack.cs +++ b/src/coreclr/tests/src/baseservices/threading/stress/sudoku/stack.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. /*************************** * Stack.cs * Author: Alina Popa diff --git a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandle1.cs b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandle1.cs index b0fe11adc95a56..9fe2a7971eb0bb 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandle1.cs +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandle1.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.Threading; @@ -60,4 +59,4 @@ int RunTest() } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid.cs b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid.cs index a388d6c67180da..6117a7575925ba 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid.cs +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid.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.Threading; @@ -38,4 +37,4 @@ int RunTest() } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid3.cs b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid3.cs index 519c84352382e2..4cce05cca8962b 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid3.cs +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid3.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.Threading; @@ -59,4 +58,4 @@ int RunTest() } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid4.cs b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid4.cs index ebfde369f5f730..1a427ea5e49185 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid4.cs +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid4.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.Threading; @@ -54,4 +53,4 @@ int RunTest() } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid5.cs b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid5.cs index 64f55a17501e52..d4bd6ebfc91c06 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid5.cs +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid5.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.Threading; @@ -60,4 +59,4 @@ int RunTest() } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid6.cs b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid6.cs index 7700cc28c10d8c..9560ac1fc94bcc 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid6.cs +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid6.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.Threading; @@ -75,4 +74,4 @@ int RunTest() } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandlenull.cs b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandlenull.cs index 3eaee3d1268274..87157c844e78d8 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandlenull.cs +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandlenull.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.Threading; @@ -30,4 +29,4 @@ int RunTest() } return (97); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/threadpool/ctorchk/ctorchk.cs b/src/coreclr/tests/src/baseservices/threading/threadpool/ctorchk/ctorchk.cs index 957fe734708cc2..d4973173d799cf 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/ctorchk/ctorchk.cs +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/ctorchk/ctorchk.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.Threading; @@ -27,4 +26,4 @@ public static int Main() return 100; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/threading/threadpool/unregister/regression_749068.cs b/src/coreclr/tests/src/baseservices/threading/threadpool/unregister/regression_749068.cs index 6539308ca13b25..f23e2e7ee40fa7 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/unregister/regression_749068.cs +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/unregister/regression_749068.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/coreclr/tests/src/baseservices/threading/threadpool/unregister/unregister01.cs b/src/coreclr/tests/src/baseservices/threading/threadpool/unregister/unregister01.cs index ad7060337948df..61556c6a581e4a 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/unregister/unregister01.cs +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/unregister/unregister01.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. #region Using directives diff --git a/src/coreclr/tests/src/baseservices/threading/threadpool/unregister/unregister03.cs b/src/coreclr/tests/src/baseservices/threading/threadpool/unregister/unregister03.cs index bf8291c78e463a..4938f3efcacae5 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/unregister/unregister03.cs +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/unregister/unregister03.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. #region Using directives diff --git a/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic01.cs b/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic01.cs index f095bae257089e..f8bd0c44524996 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic01.cs +++ b/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic01.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. //Test is checking the ReserveSlot function // If someone screws up the function we will end up // setting values in the wrong slots and the totals will be wrong diff --git a/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic02.cs b/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic02.cs index acc2dd99ad1bf3..a37eb5a290217a 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic02.cs +++ b/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic02.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. //ThreadStatics are only initialized on the first thread to call the constructor // All other threads will generate a NullRefException when accessing the ref types diff --git a/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic03.cs b/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic03.cs index 664223b2034f84..27691693cf04c8 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic03.cs +++ b/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic03.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. //ThreadStatics are only initialized on the first thread to call the constructor // All other threads get the value 0 set for value types diff --git a/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic04helper.cs b/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic04helper.cs index d0f3aa47eb2bec..1b8ecf8b3c38ec 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic04helper.cs +++ b/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic04helper.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; public class LIA diff --git a/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic05.cs b/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic05.cs index 1bcf1804be96cc..27627c43ed3bee 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic05.cs +++ b/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic05.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. //ThreadStatics are only initialized on the first thread to call the constructor // All other threads will generate a NullRefException when accessing the ref types diff --git a/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic06.cs b/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic06.cs index 711284a8544cce..40acd90f3cdba6 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic06.cs +++ b/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic06.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. //ThreadStatics are only initialized on the first thread to call the constructor // All other threads get the value 0 set for value types diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/misc/waithandledispose2.cs b/src/coreclr/tests/src/baseservices/threading/waithandle/misc/waithandledispose2.cs index c6dda93a8b4613..70fbfc54314c9b 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/misc/waithandledispose2.cs +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/misc/waithandledispose2.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/misc/waithandlewaitone1.cs b/src/coreclr/tests/src/baseservices/threading/waithandle/misc/waithandlewaitone1.cs index c8815fff853e48..0eccfae8896f16 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/misc/waithandlewaitone1.cs +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/misc/waithandlewaitone1.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/emptyarray.cs b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/emptyarray.cs index 47f6bdfa857495..f6294a642783f9 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/emptyarray.cs +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/emptyarray.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/nullarray.cs b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/nullarray.cs index c29c9042de51e8..a2e2c3475cb1c0 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/nullarray.cs +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/nullarray.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/nullarraymember.cs b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/nullarraymember.cs index 61b1e9e9f2b695..b280bc1bb93587 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/nullarraymember.cs +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/nullarraymember.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/emptyarray.cs b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/emptyarray.cs index ef15894d79d724..6e2a99deeaf928 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/emptyarray.cs +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/emptyarray.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/nullarray.cs b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/nullarray.cs index 7d4cb18d5a3266..e1748504925300 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/nullarray.cs +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/nullarray.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/nullarraymember.cs b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/nullarraymember.cs index 8b24b45942d44a..f19e361b9f08f9 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/nullarraymember.cs +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/nullarraymember.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.Threading; diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waithandlecommon.cs b/src/coreclr/tests/src/baseservices/threading/waithandle/waithandlecommon.cs index 469e3a4a1fe8fd..5d6f42a70f99f4 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waithandlecommon.cs +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waithandlecommon.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.Threading; @@ -13,4 +12,4 @@ public static string GetUniqueName() Console.WriteLine("Name created: " + sName); return sName; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/typeequivalence/contracts/Types.cs b/src/coreclr/tests/src/baseservices/typeequivalence/contracts/Types.cs index 6e29e7a4386310..44b0e2e4a9b0bd 100644 --- a/src/coreclr/tests/src/baseservices/typeequivalence/contracts/Types.cs +++ b/src/coreclr/tests/src/baseservices/typeequivalence/contracts/Types.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/coreclr/tests/src/baseservices/typeequivalence/impl/Impls.cs b/src/coreclr/tests/src/baseservices/typeequivalence/impl/Impls.cs index baf96c02971b97..3431ed19d4c429 100644 --- a/src/coreclr/tests/src/baseservices/typeequivalence/impl/Impls.cs +++ b/src/coreclr/tests/src/baseservices/typeequivalence/impl/Impls.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.Text; @@ -108,4 +107,4 @@ public static int GetSparseInterfaceMethodCount() public int MultiplyBy18(int a) { return a * 18; } public int MultiplyBy19(int a) { return a * 19; } public int MultiplyBy20(int a) { return a * 20; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/baseservices/typeequivalence/simple/Simple.cs b/src/coreclr/tests/src/baseservices/typeequivalence/simple/Simple.cs index 56c3ecd3fa5575..4454281731a4d1 100644 --- a/src/coreclr/tests/src/baseservices/typeequivalence/simple/Simple.cs +++ b/src/coreclr/tests/src/baseservices/typeequivalence/simple/Simple.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.Linq; diff --git a/src/coreclr/tests/src/baseservices/varargs/varargsupport.il b/src/coreclr/tests/src/baseservices/varargs/varargsupport.il index 9db10685417271..a6a7c4c3940ada 100644 --- a/src/coreclr/tests/src/baseservices/varargs/varargsupport.il +++ b/src/coreclr/tests/src/baseservices/varargs/varargsupport.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.Console { diff --git a/src/coreclr/tests/src/baseservices/visibility/target.cs b/src/coreclr/tests/src/baseservices/visibility/target.cs index e20b983cb5dd05..99698384eb6c14 100644 --- a/src/coreclr/tests/src/baseservices/visibility/target.cs +++ b/src/coreclr/tests/src/baseservices/visibility/target.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; using System.Security; diff --git a/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/delegates.cs b/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/delegates.cs index 134a34f1c67841..63bb9457361de4 100644 --- a/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/delegates.cs +++ b/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/delegates.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.Security; using System.Runtime.InteropServices; diff --git a/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/usercases.cs b/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/usercases.cs index edb45b8f6d2b84..a47cbf6aeed8af 100644 --- a/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/usercases.cs +++ b/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/usercases.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; using System.Collections.Generic; @@ -31,4 +30,4 @@ static int InterfaceThrow() l.Clear(); return 100; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/usercode.cs b/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/usercode.cs index 58dd288e6f7626..f58f9418993555 100644 --- a/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/usercode.cs +++ b/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/usercode.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.Reflection; diff --git a/src/coreclr/tests/src/hosting/samples/hosting/usercode/usercode.cs b/src/coreclr/tests/src/hosting/samples/hosting/usercode/usercode.cs index 6fc4da2ebdfa90..e0610fca4dcf96 100644 --- a/src/coreclr/tests/src/hosting/samples/hosting/usercode/usercode.cs +++ b/src/coreclr/tests/src/hosting/samples/hosting/usercode/usercode.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.Reflection; @@ -10,4 +9,4 @@ static public void Click(int x, int y) { Console.WriteLine("[User Event Handler] Event called with " + x + ":" + y); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/hosting/samples/resolveevent/usercodedependency/usercodedependency.cs b/src/coreclr/tests/src/hosting/samples/resolveevent/usercodedependency/usercodedependency.cs index 1a6a3faa4a2cad..85588b0d129391 100644 --- a/src/coreclr/tests/src/hosting/samples/resolveevent/usercodedependency/usercodedependency.cs +++ b/src/coreclr/tests/src/hosting/samples/resolveevent/usercodedependency/usercodedependency.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; using System.Text; diff --git a/src/coreclr/tests/src/hosting/stress/testset1/csgen.1.cs b/src/coreclr/tests/src/hosting/stress/testset1/csgen.1.cs index 309b6bc69ae9f8..8180ae2f851c4c 100644 --- a/src/coreclr/tests/src/hosting/stress/testset1/csgen.1.cs +++ b/src/coreclr/tests/src/hosting/stress/testset1/csgen.1.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; using System.Runtime.InteropServices; diff --git a/src/coreclr/tests/src/hosting/stress/testset1/csgen.2.cs b/src/coreclr/tests/src/hosting/stress/testset1/csgen.2.cs index 0d55e39f52c98f..2b31d3cb25f1d8 100644 --- a/src/coreclr/tests/src/hosting/stress/testset1/csgen.2.cs +++ b/src/coreclr/tests/src/hosting/stress/testset1/csgen.2.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; using System.Runtime.InteropServices; diff --git a/src/coreclr/tests/src/hosting/stress/testset1/simple1.cs b/src/coreclr/tests/src/hosting/stress/testset1/simple1.cs index cb182d1e714ac4..6ff1af913af0cf 100644 --- a/src/coreclr/tests/src/hosting/stress/testset1/simple1.cs +++ b/src/coreclr/tests/src/hosting/stress/testset1/simple1.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; // Do a simple 5 dimensional Jagged array. diff --git a/src/coreclr/tests/src/ilasm/System/Runtime/CompilerServices/MethodImplOptionsTests.cs b/src/coreclr/tests/src/ilasm/System/Runtime/CompilerServices/MethodImplOptionsTests.cs index 5bc81b9560f516..c6e48b92c06d33 100644 --- a/src/coreclr/tests/src/ilasm/System/Runtime/CompilerServices/MethodImplOptionsTests.cs +++ b/src/coreclr/tests/src/ilasm/System/Runtime/CompilerServices/MethodImplOptionsTests.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/coreclr/tests/src/ilasm/System/Runtime/CompilerServices/MiAggressiveOptimization.il b/src/coreclr/tests/src/ilasm/System/Runtime/CompilerServices/MiAggressiveOptimization.il index 077bdf9a9dbc36..bba41f00cf9009 100644 --- a/src/coreclr/tests/src/ilasm/System/Runtime/CompilerServices/MiAggressiveOptimization.il +++ b/src/coreclr/tests/src/ilasm/System/Runtime/CompilerServices/MiAggressiveOptimization.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 {} .assembly MiAggressiveOptimization {} diff --git a/src/coreclr/tests/src/ilverify/ILMethodTester.cs b/src/coreclr/tests/src/ilverify/ILMethodTester.cs index 4fd72a62b3d3b5..b7891d63a42601 100644 --- a/src/coreclr/tests/src/ilverify/ILMethodTester.cs +++ b/src/coreclr/tests/src/ilverify/ILMethodTester.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/tests/src/ilverify/ILTests/AccessTests.il b/src/coreclr/tests/src/ilverify/ILTests/AccessTests.il index 7d5aa29b5dc73d..1139e289e03719 100644 --- a/src/coreclr/tests/src/ilverify/ILTests/AccessTests.il +++ b/src/coreclr/tests/src/ilverify/ILTests/AccessTests.il @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/tests/src/ilverify/ILTests/AccessTestsExtern.il b/src/coreclr/tests/src/ilverify/ILTests/AccessTestsExtern.il index 39939e1bfc109e..863698775672f1 100644 --- a/src/coreclr/tests/src/ilverify/ILTests/AccessTestsExtern.il +++ b/src/coreclr/tests/src/ilverify/ILTests/AccessTestsExtern.il @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/tests/src/ilverify/ILTests/AccessTestsFriend.il b/src/coreclr/tests/src/ilverify/ILTests/AccessTestsFriend.il index 78db6d8ad82bc4..3d1701c7e84de1 100644 --- a/src/coreclr/tests/src/ilverify/ILTests/AccessTestsFriend.il +++ b/src/coreclr/tests/src/ilverify/ILTests/AccessTestsFriend.il @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/tests/src/ilverify/ILTests/ArrayTests.il b/src/coreclr/tests/src/ilverify/ILTests/ArrayTests.il index 7f4cb903a71db2..ebb9acb975fa33 100644 --- a/src/coreclr/tests/src/ilverify/ILTests/ArrayTests.il +++ b/src/coreclr/tests/src/ilverify/ILTests/ArrayTests.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/coreclr/tests/src/ilverify/ILTests/BasicArithmeticTests.il b/src/coreclr/tests/src/ilverify/ILTests/BasicArithmeticTests.il index 8ce554d8624ed4..7b216800bd899e 100644 --- a/src/coreclr/tests/src/ilverify/ILTests/BasicArithmeticTests.il +++ b/src/coreclr/tests/src/ilverify/ILTests/BasicArithmeticTests.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/coreclr/tests/src/ilverify/ILTests/BranchingTests.il b/src/coreclr/tests/src/ilverify/ILTests/BranchingTests.il index dd5258c224dd23..b0e8b1693d7617 100644 --- a/src/coreclr/tests/src/ilverify/ILTests/BranchingTests.il +++ b/src/coreclr/tests/src/ilverify/ILTests/BranchingTests.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/coreclr/tests/src/ilverify/ILTests/CallTests.il b/src/coreclr/tests/src/ilverify/ILTests/CallTests.il index a0637a25c0696a..af880cec60ab6b 100644 --- a/src/coreclr/tests/src/ilverify/ILTests/CallTests.il +++ b/src/coreclr/tests/src/ilverify/ILTests/CallTests.il @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/tests/src/ilverify/ILTests/CastingTests.il b/src/coreclr/tests/src/ilverify/ILTests/CastingTests.il index bf754a53c699e7..65de357f4be137 100644 --- a/src/coreclr/tests/src/ilverify/ILTests/CastingTests.il +++ b/src/coreclr/tests/src/ilverify/ILTests/CastingTests.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/coreclr/tests/src/ilverify/ILTests/ComparisonTests.il b/src/coreclr/tests/src/ilverify/ILTests/ComparisonTests.il index 28797f958a4280..63f48eaca8779b 100644 --- a/src/coreclr/tests/src/ilverify/ILTests/ComparisonTests.il +++ b/src/coreclr/tests/src/ilverify/ILTests/ComparisonTests.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/coreclr/tests/src/ilverify/ILTests/DelegateTests.il b/src/coreclr/tests/src/ilverify/ILTests/DelegateTests.il index 12ef7c57afe36e..e38baa3e682289 100644 --- a/src/coreclr/tests/src/ilverify/ILTests/DelegateTests.il +++ b/src/coreclr/tests/src/ilverify/ILTests/DelegateTests.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/coreclr/tests/src/ilverify/ILTests/ExceptionRegionTests.il b/src/coreclr/tests/src/ilverify/ILTests/ExceptionRegionTests.il index 379d25ffc0d883..7e066eeebf1b57 100644 --- a/src/coreclr/tests/src/ilverify/ILTests/ExceptionRegionTests.il +++ b/src/coreclr/tests/src/ilverify/ILTests/ExceptionRegionTests.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/coreclr/tests/src/ilverify/ILTests/FieldTests.il b/src/coreclr/tests/src/ilverify/ILTests/FieldTests.il index 816f6fee7fc812..a299058ec6df81 100644 --- a/src/coreclr/tests/src/ilverify/ILTests/FieldTests.il +++ b/src/coreclr/tests/src/ilverify/ILTests/FieldTests.il @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/tests/src/ilverify/ILTests/FtnTests.il b/src/coreclr/tests/src/ilverify/ILTests/FtnTests.il index c3a0aec451d7e6..45d899052f942e 100644 --- a/src/coreclr/tests/src/ilverify/ILTests/FtnTests.il +++ b/src/coreclr/tests/src/ilverify/ILTests/FtnTests.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/coreclr/tests/src/ilverify/ILTests/GenericInterface.il b/src/coreclr/tests/src/ilverify/ILTests/GenericInterface.il index 8330b65aef9dac..9fcd0d0d1f4d02 100644 --- a/src/coreclr/tests/src/ilverify/ILTests/GenericInterface.il +++ b/src/coreclr/tests/src/ilverify/ILTests/GenericInterface.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 GenericInterface { diff --git a/src/coreclr/tests/src/ilverify/ILTests/InterfaceDefinition.il b/src/coreclr/tests/src/ilverify/ILTests/InterfaceDefinition.il index 7d927959e2bf95..18917ad2febc64 100644 --- a/src/coreclr/tests/src/ilverify/ILTests/InterfaceDefinition.il +++ b/src/coreclr/tests/src/ilverify/ILTests/InterfaceDefinition.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 InterfaceDefinition { diff --git a/src/coreclr/tests/src/ilverify/ILTests/InterfaceImplementation.il b/src/coreclr/tests/src/ilverify/ILTests/InterfaceImplementation.il index a6abd2ce18a6b5..5264e54bbbe2eb 100644 --- a/src/coreclr/tests/src/ilverify/ILTests/InterfaceImplementation.il +++ b/src/coreclr/tests/src/ilverify/ILTests/InterfaceImplementation.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 InterfaceImplementation { diff --git a/src/coreclr/tests/src/ilverify/ILTests/LoadStoreIndirectTests.il b/src/coreclr/tests/src/ilverify/ILTests/LoadStoreIndirectTests.il index ecf0545c558b01..d8ca59cd5f1c76 100644 --- a/src/coreclr/tests/src/ilverify/ILTests/LoadStoreIndirectTests.il +++ b/src/coreclr/tests/src/ilverify/ILTests/LoadStoreIndirectTests.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/coreclr/tests/src/ilverify/ILTests/NewobjTests.il b/src/coreclr/tests/src/ilverify/ILTests/NewobjTests.il index 38d121c722939d..0e8ea1ff972d5d 100644 --- a/src/coreclr/tests/src/ilverify/ILTests/NewobjTests.il +++ b/src/coreclr/tests/src/ilverify/ILTests/NewobjTests.il @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/tests/src/ilverify/ILTests/PrefixTests.il b/src/coreclr/tests/src/ilverify/ILTests/PrefixTests.il index f53782d7690d12..46e4738dd39efb 100644 --- a/src/coreclr/tests/src/ilverify/ILTests/PrefixTests.il +++ b/src/coreclr/tests/src/ilverify/ILTests/PrefixTests.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/coreclr/tests/src/ilverify/ILTests/ReturnTests.il b/src/coreclr/tests/src/ilverify/ILTests/ReturnTests.il index 4cc0b5081437ac..a6918b4db83c62 100644 --- a/src/coreclr/tests/src/ilverify/ILTests/ReturnTests.il +++ b/src/coreclr/tests/src/ilverify/ILTests/ReturnTests.il @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/tests/src/ilverify/ILTests/ShiftTests.il b/src/coreclr/tests/src/ilverify/ILTests/ShiftTests.il index d0b7f848494c39..1ab1abca45631c 100644 --- a/src/coreclr/tests/src/ilverify/ILTests/ShiftTests.il +++ b/src/coreclr/tests/src/ilverify/ILTests/ShiftTests.il @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/tests/src/ilverify/ILTests/SwitchTests.il b/src/coreclr/tests/src/ilverify/ILTests/SwitchTests.il index 974af29b62612b..c072f94df0393d 100644 --- a/src/coreclr/tests/src/ilverify/ILTests/SwitchTests.il +++ b/src/coreclr/tests/src/ilverify/ILTests/SwitchTests.il @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/tests/src/ilverify/ILTests/ThisStateTests.il b/src/coreclr/tests/src/ilverify/ILTests/ThisStateTests.il index 0c55f4451ce5b1..7b738936d26ab8 100644 --- a/src/coreclr/tests/src/ilverify/ILTests/ThisStateTests.il +++ b/src/coreclr/tests/src/ilverify/ILTests/ThisStateTests.il @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/tests/src/ilverify/ILTests/ValueTypeTests.il b/src/coreclr/tests/src/ilverify/ILTests/ValueTypeTests.il index f3811720391f35..a52cb765224640 100644 --- a/src/coreclr/tests/src/ilverify/ILTests/ValueTypeTests.il +++ b/src/coreclr/tests/src/ilverify/ILTests/ValueTypeTests.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/coreclr/tests/src/ilverify/ILTypeVerificationTester.cs b/src/coreclr/tests/src/ilverify/ILTypeVerificationTester.cs index 23bf280b0de611..3f9959e1d985ba 100644 --- a/src/coreclr/tests/src/ilverify/ILTypeVerificationTester.cs +++ b/src/coreclr/tests/src/ilverify/ILTypeVerificationTester.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/tests/src/ilverify/TestDataLoader.cs b/src/coreclr/tests/src/ilverify/TestDataLoader.cs index eea89adc8e13c2..7678981dd4a9a9 100644 --- a/src/coreclr/tests/src/ilverify/TestDataLoader.cs +++ b/src/coreclr/tests/src/ilverify/TestDataLoader.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/coreclr/tests/src/managed/Compilation/Compilation.cs b/src/coreclr/tests/src/managed/Compilation/Compilation.cs index dadca81f9d1a55..b4241b9098066c 100644 --- a/src/coreclr/tests/src/managed/Compilation/Compilation.cs +++ b/src/coreclr/tests/src/managed/Compilation/Compilation.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.CodeAnalysis; diff --git a/src/coreclr/tests/src/managed/Compilation/HelloWorld.cs b/src/coreclr/tests/src/managed/Compilation/HelloWorld.cs index 289afe482b0a87..f41b122d749a77 100644 --- a/src/coreclr/tests/src/managed/Compilation/HelloWorld.cs +++ b/src/coreclr/tests/src/managed/Compilation/HelloWorld.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 Internal; diff --git a/src/coreclr/tests/src/profiler/common/ProfilerControl.cs b/src/coreclr/tests/src/profiler/common/ProfilerControl.cs index a9bb438af77dfc..4758d9d4f30fb9 100644 --- a/src/coreclr/tests/src/profiler/common/ProfilerControl.cs +++ b/src/coreclr/tests/src/profiler/common/ProfilerControl.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/coreclr/tests/src/profiler/common/ProfilerTestRunner.cs b/src/coreclr/tests/src/profiler/common/ProfilerTestRunner.cs index 6b5bb26e0fa59e..4600f1f1f2d722 100644 --- a/src/coreclr/tests/src/profiler/common/ProfilerTestRunner.cs +++ b/src/coreclr/tests/src/profiler/common/ProfilerTestRunner.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/coreclr/tests/src/profiler/eventpipe/eventpipe.cs b/src/coreclr/tests/src/profiler/eventpipe/eventpipe.cs index b2b3ff4e5696ba..cce64396a6b1cc 100644 --- a/src/coreclr/tests/src/profiler/eventpipe/eventpipe.cs +++ b/src/coreclr/tests/src/profiler/eventpipe/eventpipe.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 Profiler.Tests; using System; @@ -396,4 +395,4 @@ public static void TriggerMethod() Console.WriteLine("This method being jitted should trigger events firing..."); } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/profiler/eventpipe/eventpipe_readevents.cs b/src/coreclr/tests/src/profiler/eventpipe/eventpipe_readevents.cs index c0982e0102c809..83edaf78786cb6 100644 --- a/src/coreclr/tests/src/profiler/eventpipe/eventpipe_readevents.cs +++ b/src/coreclr/tests/src/profiler/eventpipe/eventpipe_readevents.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 Profiler.Tests; using System; diff --git a/src/coreclr/tests/src/profiler/gc/gc.cs b/src/coreclr/tests/src/profiler/gc/gc.cs index 0c8c5b832fba67..e0840ef51588e4 100644 --- a/src/coreclr/tests/src/profiler/gc/gc.cs +++ b/src/coreclr/tests/src/profiler/gc/gc.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.Threading; diff --git a/src/coreclr/tests/src/profiler/native/classfactory.cpp b/src/coreclr/tests/src/profiler/native/classfactory.cpp index 17ba8b97b94f3a..dc5cc2feea0251 100644 --- a/src/coreclr/tests/src/profiler/native/classfactory.cpp +++ b/src/coreclr/tests/src/profiler/native/classfactory.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 "classfactory.h" #include "gcbasicprofiler/gcbasicprofiler.h" diff --git a/src/coreclr/tests/src/profiler/native/classfactory.h b/src/coreclr/tests/src/profiler/native/classfactory.h index a42096aedc32be..a5383e84bb28dc 100644 --- a/src/coreclr/tests/src/profiler/native/classfactory.h +++ b/src/coreclr/tests/src/profiler/native/classfactory.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 @@ -20,4 +19,4 @@ class ClassFactory : public IClassFactory ULONG STDMETHODCALLTYPE Release(void) override; HRESULT STDMETHODCALLTYPE CreateInstance(IUnknown *pUnkOuter, REFIID riid, void **ppvObject) override; HRESULT STDMETHODCALLTYPE LockServer(BOOL fLock) override; -}; \ No newline at end of file +}; diff --git a/src/coreclr/tests/src/profiler/native/dllmain.cpp b/src/coreclr/tests/src/profiler/native/dllmain.cpp index 310fbbf51860fb..ec0d561054e972 100644 --- a/src/coreclr/tests/src/profiler/native/dllmain.cpp +++ b/src/coreclr/tests/src/profiler/native/dllmain.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 "classfactory.h" #include <cstdio> @@ -42,4 +41,4 @@ extern "C" EXPORT HRESULT STDMETHODCALLTYPE DllGetClassObject(REFCLSID rclsid, R extern "C" EXPORT HRESULT STDMETHODCALLTYPE DllCanUnloadNow() { return S_OK; -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/profiler/native/eventpipeprofiler/eventpipereadingprofiler.cpp b/src/coreclr/tests/src/profiler/native/eventpipeprofiler/eventpipereadingprofiler.cpp index 4e33e22d0f94c3..fc06780b89c109 100644 --- a/src/coreclr/tests/src/profiler/native/eventpipeprofiler/eventpipereadingprofiler.cpp +++ b/src/coreclr/tests/src/profiler/native/eventpipeprofiler/eventpipereadingprofiler.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 "eventpipereadingprofiler.h" diff --git a/src/coreclr/tests/src/profiler/native/eventpipeprofiler/eventpipereadingprofiler.h b/src/coreclr/tests/src/profiler/native/eventpipeprofiler/eventpipereadingprofiler.h index 164976b30ca81c..1d7a41760ef4ac 100644 --- a/src/coreclr/tests/src/profiler/native/eventpipeprofiler/eventpipereadingprofiler.h +++ b/src/coreclr/tests/src/profiler/native/eventpipeprofiler/eventpipereadingprofiler.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 @@ -101,4 +100,4 @@ class EventPipeReadingProfiler : public Profiler ThreadID eventThread, ULONG numStackFrames, UINT_PTR stackFrames[]); -}; \ No newline at end of file +}; diff --git a/src/coreclr/tests/src/profiler/native/eventpipeprofiler/eventpipewritingprofiler.cpp b/src/coreclr/tests/src/profiler/native/eventpipeprofiler/eventpipewritingprofiler.cpp index 31cb70d97162ce..e7f1d613bc069e 100644 --- a/src/coreclr/tests/src/profiler/native/eventpipeprofiler/eventpipewritingprofiler.cpp +++ b/src/coreclr/tests/src/profiler/native/eventpipeprofiler/eventpipewritingprofiler.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 "eventpipewritingprofiler.h" diff --git a/src/coreclr/tests/src/profiler/native/eventpipeprofiler/eventpipewritingprofiler.h b/src/coreclr/tests/src/profiler/native/eventpipeprofiler/eventpipewritingprofiler.h index 0bbb4573639586..fcb9217c19161c 100644 --- a/src/coreclr/tests/src/profiler/native/eventpipeprofiler/eventpipewritingprofiler.h +++ b/src/coreclr/tests/src/profiler/native/eventpipeprofiler/eventpipewritingprofiler.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 @@ -43,4 +42,4 @@ class EventPipeWritingProfiler : public Profiler *(T*)(pBuffer + *pOffset) = value; *pOffset += sizeof(T); } -}; \ No newline at end of file +}; diff --git a/src/coreclr/tests/src/profiler/native/gcbasicprofiler/gcbasicprofiler.cpp b/src/coreclr/tests/src/profiler/native/gcbasicprofiler/gcbasicprofiler.cpp index d5d2412e9f5b85..efbb308348cc6f 100644 --- a/src/coreclr/tests/src/profiler/native/gcbasicprofiler/gcbasicprofiler.cpp +++ b/src/coreclr/tests/src/profiler/native/gcbasicprofiler/gcbasicprofiler.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 "gcbasicprofiler.h" diff --git a/src/coreclr/tests/src/profiler/native/gcbasicprofiler/gcbasicprofiler.h b/src/coreclr/tests/src/profiler/native/gcbasicprofiler/gcbasicprofiler.h index 7901586db64221..613f5f1180ed91 100644 --- a/src/coreclr/tests/src/profiler/native/gcbasicprofiler/gcbasicprofiler.h +++ b/src/coreclr/tests/src/profiler/native/gcbasicprofiler/gcbasicprofiler.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 @@ -25,4 +24,4 @@ class GCBasicProfiler : public Profiler std::atomic<int> _gcStarts; std::atomic<int> _gcFinishes; std::atomic<int> _failures; -}; \ No newline at end of file +}; diff --git a/src/coreclr/tests/src/profiler/native/getappdomainstaticaddress/getappdomainstaticaddress.cpp b/src/coreclr/tests/src/profiler/native/getappdomainstaticaddress/getappdomainstaticaddress.cpp index 0aef0d08551866..f62a92abcb63ea 100644 --- a/src/coreclr/tests/src/profiler/native/getappdomainstaticaddress/getappdomainstaticaddress.cpp +++ b/src/coreclr/tests/src/profiler/native/getappdomainstaticaddress/getappdomainstaticaddress.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 "getappdomainstaticaddress.h" #include <string> diff --git a/src/coreclr/tests/src/profiler/native/getappdomainstaticaddress/getappdomainstaticaddress.h b/src/coreclr/tests/src/profiler/native/getappdomainstaticaddress/getappdomainstaticaddress.h index d0246da06058df..009fb556e8cd7f 100644 --- a/src/coreclr/tests/src/profiler/native/getappdomainstaticaddress/getappdomainstaticaddress.h +++ b/src/coreclr/tests/src/profiler/native/getappdomainstaticaddress/getappdomainstaticaddress.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/coreclr/tests/src/profiler/native/guids.cpp b/src/coreclr/tests/src/profiler/native/guids.cpp index a4ff29d6199a76..d8d5cf9015153c 100644 --- a/src/coreclr/tests/src/profiler/native/guids.cpp +++ b/src/coreclr/tests/src/profiler/native/guids.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 <rpc.h> #include <guiddef.h> @@ -50,4 +49,4 @@ DEFINE_GUID(IID_ICorProfilerInfo11, 0x06398876,0x8987,0x4154, DEFINE_GUID(IID_ICorProfilerInfo12, 0x27B24CCD,0x1CB1,0x47C5,0x96,0xEE,0x98,0x19,0x0D,0xC3,0x09,0x59); DEFINE_GUID(IID_ICorProfilerMethodEnum, 0xFCCEE788,0x0088,0x454B,0xA8,0x11,0xC9,0x9F,0x29,0x8D,0x19,0x42); DEFINE_GUID(IID_ICorProfilerThreadEnum, 0x571194F7,0x25ED,0x419F,0xAA,0x8B,0x70,0x16,0xB3,0x15,0x97,0x01); -DEFINE_GUID(IID_ICorProfilerAssemblyReferenceProvider, 0x66A78C24,0x2EEF,0x4F65,0xB4,0x5F,0xDD,0x1D,0x80,0x38,0xBF,0x3C); \ No newline at end of file +DEFINE_GUID(IID_ICorProfilerAssemblyReferenceProvider, 0x66A78C24,0x2EEF,0x4F65,0xB4,0x5F,0xDD,0x1D,0x80,0x38,0xBF,0x3C); diff --git a/src/coreclr/tests/src/profiler/native/metadatagetdispenser/metadatagetdispenser.cpp b/src/coreclr/tests/src/profiler/native/metadatagetdispenser/metadatagetdispenser.cpp index 2f4d0cfc914697..93375b07440e95 100644 --- a/src/coreclr/tests/src/profiler/native/metadatagetdispenser/metadatagetdispenser.cpp +++ b/src/coreclr/tests/src/profiler/native/metadatagetdispenser/metadatagetdispenser.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 "metadatagetdispenser.h" @@ -276,4 +275,4 @@ HRESULT MetaDataGetDispenser::GetDispenser(IMetaDataDispenserEx **disp) printf("Got IMetaDataDispenserEx\n"); return S_OK; } -#endif // WIN32 \ No newline at end of file +#endif // WIN32 diff --git a/src/coreclr/tests/src/profiler/native/metadatagetdispenser/metadatagetdispenser.h b/src/coreclr/tests/src/profiler/native/metadatagetdispenser/metadatagetdispenser.h index 38fa5a9ea438bc..407fa731384ae4 100644 --- a/src/coreclr/tests/src/profiler/native/metadatagetdispenser/metadatagetdispenser.h +++ b/src/coreclr/tests/src/profiler/native/metadatagetdispenser/metadatagetdispenser.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/coreclr/tests/src/profiler/native/profiler.cpp b/src/coreclr/tests/src/profiler/native/profiler.cpp index 685d7ccd6355d3..3600788ccdf85e 100644 --- a/src/coreclr/tests/src/profiler/native/profiler.cpp +++ b/src/coreclr/tests/src/profiler/native/profiler.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 "profiler.h" @@ -764,4 +763,4 @@ DWORD GetCurrentProcessId() { return -1; } -#endif // WIN32 \ No newline at end of file +#endif // WIN32 diff --git a/src/coreclr/tests/src/profiler/native/profiler.h b/src/coreclr/tests/src/profiler/native/profiler.h index fa388f1a342fa5..490e9c9ced09a0 100644 --- a/src/coreclr/tests/src/profiler/native/profiler.h +++ b/src/coreclr/tests/src/profiler/native/profiler.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/coreclr/tests/src/profiler/native/profilerstring.h b/src/coreclr/tests/src/profiler/native/profilerstring.h index 713492f1e0933b..a45edbd05626f1 100644 --- a/src/coreclr/tests/src/profiler/native/profilerstring.h +++ b/src/coreclr/tests/src/profiler/native/profilerstring.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/coreclr/tests/src/profiler/native/rejitprofiler/ilrewriter.cpp b/src/coreclr/tests/src/profiler/native/rejitprofiler/ilrewriter.cpp index 9095c0235fdb46..4659c6054ed356 100644 --- a/src/coreclr/tests/src/profiler/native/rejitprofiler/ilrewriter.cpp +++ b/src/coreclr/tests/src/profiler/native/rejitprofiler/ilrewriter.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 <cstring> #include <corhlpr.cpp> diff --git a/src/coreclr/tests/src/profiler/native/rejitprofiler/ilrewriter.h b/src/coreclr/tests/src/profiler/native/rejitprofiler/ilrewriter.h index bbc62b3c0a2b77..c58dfaee83bf25 100644 --- a/src/coreclr/tests/src/profiler/native/rejitprofiler/ilrewriter.h +++ b/src/coreclr/tests/src/profiler/native/rejitprofiler/ilrewriter.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/coreclr/tests/src/profiler/native/rejitprofiler/rejitprofiler.cpp b/src/coreclr/tests/src/profiler/native/rejitprofiler/rejitprofiler.cpp index 3a48d996c02575..4da457c974b236 100644 --- a/src/coreclr/tests/src/profiler/native/rejitprofiler/rejitprofiler.cpp +++ b/src/coreclr/tests/src/profiler/native/rejitprofiler/rejitprofiler.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 "rejitprofiler.h" #include "ilrewriter.h" diff --git a/src/coreclr/tests/src/profiler/native/rejitprofiler/rejitprofiler.h b/src/coreclr/tests/src/profiler/native/rejitprofiler/rejitprofiler.h index 407509fe5e0012..88f26f804390bc 100644 --- a/src/coreclr/tests/src/profiler/native/rejitprofiler/rejitprofiler.h +++ b/src/coreclr/tests/src/profiler/native/rejitprofiler/rejitprofiler.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/coreclr/tests/src/profiler/native/rejitprofiler/sigparse.cpp b/src/coreclr/tests/src/profiler/native/rejitprofiler/sigparse.cpp index ac51e486a2a73c..cf9f1d3a9d2786 100644 --- a/src/coreclr/tests/src/profiler/native/rejitprofiler/sigparse.cpp +++ b/src/coreclr/tests/src/profiler/native/rejitprofiler/sigparse.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 "sigparse.h" diff --git a/src/coreclr/tests/src/profiler/native/rejitprofiler/sigparse.h b/src/coreclr/tests/src/profiler/native/rejitprofiler/sigparse.h index 2aa589454d5380..a7db1e7b47b20e 100644 --- a/src/coreclr/tests/src/profiler/native/rejitprofiler/sigparse.h +++ b/src/coreclr/tests/src/profiler/native/rejitprofiler/sigparse.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 __PROFILER_SIGNATURE_PARSER__ #define __PROFILER_SIGNATURE_PARSER__ diff --git a/src/coreclr/tests/src/profiler/rejit/rejit.cs b/src/coreclr/tests/src/profiler/rejit/rejit.cs index ec5cddc1bf9f06..7a45cce12371b1 100644 --- a/src/coreclr/tests/src/profiler/rejit/rejit.cs +++ b/src/coreclr/tests/src/profiler/rejit/rejit.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/coreclr/tests/src/profiler/unittest/getappdomainstaticaddress.cs b/src/coreclr/tests/src/profiler/unittest/getappdomainstaticaddress.cs index 18fdd6df497b6b..e7e2c77bcf5dea 100644 --- a/src/coreclr/tests/src/profiler/unittest/getappdomainstaticaddress.cs +++ b/src/coreclr/tests/src/profiler/unittest/getappdomainstaticaddress.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/coreclr/tests/src/profiler/unittest/metadatagetdispenser.cs b/src/coreclr/tests/src/profiler/unittest/metadatagetdispenser.cs index ff03ee5c9db526..c48c68e36c3a59 100644 --- a/src/coreclr/tests/src/profiler/unittest/metadatagetdispenser.cs +++ b/src/coreclr/tests/src/profiler/unittest/metadatagetdispenser.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/coreclr/tests/src/profiler/unittest/unloadlibrary.cs b/src/coreclr/tests/src/profiler/unittest/unloadlibrary.cs index 291d07a90d5a20..c8cd2dd9c0044c 100644 --- a/src/coreclr/tests/src/profiler/unittest/unloadlibrary.cs +++ b/src/coreclr/tests/src/profiler/unittest/unloadlibrary.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/coreclr/tests/src/readytorun/DynamicMethodGCStress/DynamicMethodGCStress.cs b/src/coreclr/tests/src/readytorun/DynamicMethodGCStress/DynamicMethodGCStress.cs index 85fbf02aa6da18..eb4244dcc5d673 100644 --- a/src/coreclr/tests/src/readytorun/DynamicMethodGCStress/DynamicMethodGCStress.cs +++ b/src/coreclr/tests/src/readytorun/DynamicMethodGCStress/DynamicMethodGCStress.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/coreclr/tests/src/readytorun/coreroot_determinism/Program.cs b/src/coreclr/tests/src/readytorun/coreroot_determinism/Program.cs index 2492c145c6a7a8..f836feda5d7ad5 100644 --- a/src/coreclr/tests/src/readytorun/coreroot_determinism/Program.cs +++ b/src/coreclr/tests/src/readytorun/coreroot_determinism/Program.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/coreclr/tests/src/readytorun/crossboundarylayout/a/a.cs b/src/coreclr/tests/src/readytorun/crossboundarylayout/a/a.cs index 271a8f6e15ee21..5aab653bc5c91a 100644 --- a/src/coreclr/tests/src/readytorun/crossboundarylayout/a/a.cs +++ b/src/coreclr/tests/src/readytorun/crossboundarylayout/a/a.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.Threading; @@ -84,4 +83,4 @@ public static int Test() return failure; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/readytorun/crossboundarylayout/b/b.cs b/src/coreclr/tests/src/readytorun/crossboundarylayout/b/b.cs index 6a7187c1f43ad1..e22f80d9c8c6a1 100644 --- a/src/coreclr/tests/src/readytorun/crossboundarylayout/b/b.cs +++ b/src/coreclr/tests/src/readytorun/crossboundarylayout/b/b.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; @@ -270,4 +269,4 @@ public static int Test() return failure; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/readytorun/crossboundarylayout/crossboundarytest/c.cs b/src/coreclr/tests/src/readytorun/crossboundarylayout/crossboundarytest/c.cs index 2e2bc2e42928bf..aaa883987cd71d 100644 --- a/src/coreclr/tests/src/readytorun/crossboundarylayout/crossboundarytest/c.cs +++ b/src/coreclr/tests/src/readytorun/crossboundarylayout/crossboundarytest/c.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; @@ -286,4 +285,4 @@ public static int Test() return failure; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/readytorun/crossboundarylayout/crossboundarytest/c1.cs b/src/coreclr/tests/src/readytorun/crossboundarylayout/crossboundarytest/c1.cs index 859a20aa5a68d0..b1097aa823a71d 100644 --- a/src/coreclr/tests/src/readytorun/crossboundarylayout/crossboundarytest/c1.cs +++ b/src/coreclr/tests/src/readytorun/crossboundarylayout/crossboundarytest/c1.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; @@ -375,4 +374,4 @@ public static int Test() return failure; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/readytorun/crossboundarylayout/crossboundarytest/main.cs b/src/coreclr/tests/src/readytorun/crossboundarylayout/crossboundarytest/main.cs index 8b757a7bfa20d8..f5ad2bc9876440 100644 --- a/src/coreclr/tests/src/readytorun/crossboundarylayout/crossboundarytest/main.cs +++ b/src/coreclr/tests/src/readytorun/crossboundarylayout/crossboundarytest/main.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; @@ -18,4 +17,4 @@ public static int Main(string[] args) return 100 + failure; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/readytorun/crossboundarylayout/d/d.cs b/src/coreclr/tests/src/readytorun/crossboundarylayout/d/d.cs index 9d6b8bd8ab1667..e38db38827a739 100644 --- a/src/coreclr/tests/src/readytorun/crossboundarylayout/d/d.cs +++ b/src/coreclr/tests/src/readytorun/crossboundarylayout/d/d.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; @@ -10,4 +9,4 @@ public struct ByteStruct { public byte _dVal; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/readytorun/crossboundarylayout/e/e.cs b/src/coreclr/tests/src/readytorun/crossboundarylayout/e/e.cs index bbbc3387f43c6b..ce220b9625da98 100644 --- a/src/coreclr/tests/src/readytorun/crossboundarylayout/e/e.cs +++ b/src/coreclr/tests/src/readytorun/crossboundarylayout/e/e.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; @@ -10,4 +9,4 @@ public struct ByteStructE { public byte _eVal; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/readytorun/crossgen2/Program.cs b/src/coreclr/tests/src/readytorun/crossgen2/Program.cs index 1fb4c2e692eb57..161d1afd1c42dc 100644 --- a/src/coreclr/tests/src/readytorun/crossgen2/Program.cs +++ b/src/coreclr/tests/src/readytorun/crossgen2/Program.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/coreclr/tests/src/readytorun/crossgen2/helperdll.cs b/src/coreclr/tests/src/readytorun/crossgen2/helperdll.cs index 834a3e09d12c1c..7fcd2221a3a4ee 100644 --- a/src/coreclr/tests/src/readytorun/crossgen2/helperdll.cs +++ b/src/coreclr/tests/src/readytorun/crossgen2/helperdll.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/coreclr/tests/src/readytorun/crossgen2/helperildll.il b/src/coreclr/tests/src/readytorun/crossgen2/helperildll.il index 5308f5b63df4f1..d5820c44ccce4c 100644 --- a/src/coreclr/tests/src/readytorun/crossgen2/helperildll.il +++ b/src/coreclr/tests/src/readytorun/crossgen2/helperildll.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 mscorlib { } .assembly extern helperdll { } diff --git a/src/coreclr/tests/src/readytorun/determinism/Program.cs b/src/coreclr/tests/src/readytorun/determinism/Program.cs index 40d8bf6da204c1..df67de8d2b2af4 100644 --- a/src/coreclr/tests/src/readytorun/determinism/Program.cs +++ b/src/coreclr/tests/src/readytorun/determinism/Program.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.IO; diff --git a/src/coreclr/tests/src/readytorun/multifolder/FolderA/FileA.cs b/src/coreclr/tests/src/readytorun/multifolder/FolderA/FileA.cs index b93c5d239ad76c..237e6e6af2d2ce 100644 --- a/src/coreclr/tests/src/readytorun/multifolder/FolderA/FileA.cs +++ b/src/coreclr/tests/src/readytorun/multifolder/FolderA/FileA.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/coreclr/tests/src/readytorun/multifolder/FolderB/FileB.cs b/src/coreclr/tests/src/readytorun/multifolder/FolderB/FileB.cs index 41a28aa33bc794..7fd2f21ef24a06 100644 --- a/src/coreclr/tests/src/readytorun/multifolder/FolderB/FileB.cs +++ b/src/coreclr/tests/src/readytorun/multifolder/FolderB/FileB.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/coreclr/tests/src/readytorun/multifolder/Root.cs b/src/coreclr/tests/src/readytorun/multifolder/Root.cs index f53a1c73dba734..efb58102312216 100644 --- a/src/coreclr/tests/src/readytorun/multifolder/Root.cs +++ b/src/coreclr/tests/src/readytorun/multifolder/Root.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.IO; diff --git a/src/coreclr/tests/src/readytorun/r2rdump/BasicTests.cs b/src/coreclr/tests/src/readytorun/r2rdump/BasicTests.cs index 5783841f5a68f7..844e9ac4201655 100644 --- a/src/coreclr/tests/src/readytorun/r2rdump/BasicTests.cs +++ b/src/coreclr/tests/src/readytorun/r2rdump/BasicTests.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/coreclr/tests/src/readytorun/r2rdump/TestHelpers.cs b/src/coreclr/tests/src/readytorun/r2rdump/TestHelpers.cs index e6f4ee3f920320..e234ac7c73bbc6 100644 --- a/src/coreclr/tests/src/readytorun/r2rdump/TestHelpers.cs +++ b/src/coreclr/tests/src/readytorun/r2rdump/TestHelpers.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; @@ -113,4 +112,4 @@ public static XmlNodeList ReadXmlNodes(string filenameOrXmlString, bool fromFile return expectedXml.SelectNodes("//*"); } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/readytorun/r2rdump/files/GcInfoTransitions.cs b/src/coreclr/tests/src/readytorun/r2rdump/files/GcInfoTransitions.cs index 6c3d00d9d79c62..1e3cd467b2f001 100644 --- a/src/coreclr/tests/src/readytorun/r2rdump/files/GcInfoTransitions.cs +++ b/src/coreclr/tests/src/readytorun/r2rdump/files/GcInfoTransitions.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 GcInfoTransitions { diff --git a/src/coreclr/tests/src/readytorun/r2rdump/files/GenericFunctions.cs b/src/coreclr/tests/src/readytorun/r2rdump/files/GenericFunctions.cs index 82b49893d2e492..931858b0760c84 100644 --- a/src/coreclr/tests/src/readytorun/r2rdump/files/GenericFunctions.cs +++ b/src/coreclr/tests/src/readytorun/r2rdump/files/GenericFunctions.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 GenericFunctions { diff --git a/src/coreclr/tests/src/readytorun/r2rdump/files/HelloWorld.cs b/src/coreclr/tests/src/readytorun/r2rdump/files/HelloWorld.cs index 17c7c02b6dcb35..6126a0b1f5e4cd 100644 --- a/src/coreclr/tests/src/readytorun/r2rdump/files/HelloWorld.cs +++ b/src/coreclr/tests/src/readytorun/r2rdump/files/HelloWorld.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/coreclr/tests/src/readytorun/r2rdump/files/MultipleRuntimeFunctions.cs b/src/coreclr/tests/src/readytorun/r2rdump/files/MultipleRuntimeFunctions.cs index 469f55e3422334..e8114af8e8dc5d 100644 --- a/src/coreclr/tests/src/readytorun/r2rdump/files/MultipleRuntimeFunctions.cs +++ b/src/coreclr/tests/src/readytorun/r2rdump/files/MultipleRuntimeFunctions.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 MultipleRuntimeFunctions { @@ -23,4 +22,4 @@ static void Main(string[] args) MethodWithMultipleRuntimeFunctions(); } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/readytorun/tests/fieldgetter.il b/src/coreclr/tests/src/readytorun/tests/fieldgetter.il index c2eff200afd862..b635e045f21f51 100644 --- a/src/coreclr/tests/src/readytorun/tests/fieldgetter.il +++ b/src/coreclr/tests/src/readytorun/tests/fieldgetter.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.Console { } .assembly extern mscorlib { } diff --git a/src/coreclr/tests/src/readytorun/tests/generics.cs b/src/coreclr/tests/src/readytorun/tests/generics.cs index 53e5e7ae8515b6..b5cbe9dc7c57ed 100644 --- a/src/coreclr/tests/src/readytorun/tests/generics.cs +++ b/src/coreclr/tests/src/readytorun/tests/generics.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/coreclr/tests/src/readytorun/tests/genericsload/callgenericctor.cs b/src/coreclr/tests/src/readytorun/tests/genericsload/callgenericctor.cs index 05e16afb3b7b2f..0a6d72988c84ed 100644 --- a/src/coreclr/tests/src/readytorun/tests/genericsload/callgenericctor.cs +++ b/src/coreclr/tests/src/readytorun/tests/genericsload/callgenericctor.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/coreclr/tests/src/readytorun/tests/genericsload/genericslib.il b/src/coreclr/tests/src/readytorun/tests/genericsload/genericslib.il index fdc2f408a3e93f..19dc627be672cb 100644 --- a/src/coreclr/tests/src/readytorun/tests/genericsload/genericslib.il +++ b/src/coreclr/tests/src/readytorun/tests/genericsload/genericslib.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 genericslib { } diff --git a/src/coreclr/tests/src/readytorun/tests/genericsload/usegenericfield.cs b/src/coreclr/tests/src/readytorun/tests/genericsload/usegenericfield.cs index 770334c6cf2a94..ce4f0d613496ea 100644 --- a/src/coreclr/tests/src/readytorun/tests/genericsload/usegenericfield.cs +++ b/src/coreclr/tests/src/readytorun/tests/genericsload/usegenericfield.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/coreclr/tests/src/readytorun/tests/main.cs b/src/coreclr/tests/src/readytorun/tests/main.cs index 2270e9c5b68605..8dc6faaaa6d7ac 100644 --- a/src/coreclr/tests/src/readytorun/tests/main.cs +++ b/src/coreclr/tests/src/readytorun/tests/main.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/coreclr/tests/src/readytorun/tests/newarray.cs b/src/coreclr/tests/src/readytorun/tests/newarray.cs index 66917abf65c4cc..6aa4409458cdd6 100644 --- a/src/coreclr/tests/src/readytorun/tests/newarray.cs +++ b/src/coreclr/tests/src/readytorun/tests/newarray.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/coreclr/tests/src/readytorun/tests/test.cs b/src/coreclr/tests/src/readytorun/tests/test.cs index 585c30e057c327..84b7f3a04cd986 100644 --- a/src/coreclr/tests/src/readytorun/tests/test.cs +++ b/src/coreclr/tests/src/readytorun/tests/test.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/coreclr/tests/src/reflection/ActivateStructDefCtor/ActivateStructDefCtor.il b/src/coreclr/tests/src/reflection/ActivateStructDefCtor/ActivateStructDefCtor.il index 99349c42bf43b0..e80c0357271f6a 100644 --- a/src/coreclr/tests/src/reflection/ActivateStructDefCtor/ActivateStructDefCtor.il +++ b/src/coreclr/tests/src/reflection/ActivateStructDefCtor/ActivateStructDefCtor.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 { auto } diff --git a/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/Emit.cs b/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/Emit.cs index 4cd872ad64bbf9..029c941fcc122f 100644 --- a/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/Emit.cs +++ b/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/Emit.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/coreclr/tests/src/reflection/DefaultInterfaceMethods/GetInterfaceMapConsumer.cs b/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/GetInterfaceMapConsumer.cs index 845cf49005511c..e7fbcaeb7dc5ec 100644 --- a/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/GetInterfaceMapConsumer.cs +++ b/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/GetInterfaceMapConsumer.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.Reflection; diff --git a/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/GetInterfaceMapProvider.il b/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/GetInterfaceMapProvider.il index 9ad1a7db4fd6db..b9fedaace22f59 100644 --- a/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/GetInterfaceMapProvider.il +++ b/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/GetInterfaceMapProvider.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 mscorlib { } diff --git a/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/InvokeConsumer.cs b/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/InvokeConsumer.cs index 247b830b24bca6..c74906775cb506 100644 --- a/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/InvokeConsumer.cs +++ b/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/InvokeConsumer.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/coreclr/tests/src/reflection/DefaultInterfaceMethods/InvokeProvider.il b/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/InvokeProvider.il index 4c430895711591..df38551252f099 100644 --- a/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/InvokeProvider.il +++ b/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/InvokeProvider.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 mscorlib { } diff --git a/src/coreclr/tests/src/reflection/GenericAttribute/GenericAttributeMetadata.cs b/src/coreclr/tests/src/reflection/GenericAttribute/GenericAttributeMetadata.cs index 1c6ce4207bd63d..d0ef6353f4a8f5 100644 --- a/src/coreclr/tests/src/reflection/GenericAttribute/GenericAttributeMetadata.cs +++ b/src/coreclr/tests/src/reflection/GenericAttribute/GenericAttributeMetadata.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. // @@ -75,4 +74,4 @@ public class Derive : Class [MultiAttribute<bool>()] [MultiAttribute<bool>(true)] public int Property { get; set; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/reflection/Modifiers/modifiers.cs b/src/coreclr/tests/src/reflection/Modifiers/modifiers.cs index 7f6fde570611ec..a899ede4f316ef 100644 --- a/src/coreclr/tests/src/reflection/Modifiers/modifiers.cs +++ b/src/coreclr/tests/src/reflection/Modifiers/modifiers.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.Reflection; diff --git a/src/coreclr/tests/src/reflection/Modifiers/modifiersdata.il b/src/coreclr/tests/src/reflection/Modifiers/modifiersdata.il index 33fd935d320fb3..0eea09145fadaf 100644 --- a/src/coreclr/tests/src/reflection/Modifiers/modifiersdata.il +++ b/src/coreclr/tests/src/reflection/Modifiers/modifiersdata.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 mscorlib { } .assembly modifiersdata { } diff --git a/src/coreclr/tests/src/reflection/SetValue/TrySetReadonlyStaticField.cs b/src/coreclr/tests/src/reflection/SetValue/TrySetReadonlyStaticField.cs index 7a5d726f37cb69..e3edc917202c92 100644 --- a/src/coreclr/tests/src/reflection/SetValue/TrySetReadonlyStaticField.cs +++ b/src/coreclr/tests/src/reflection/SetValue/TrySetReadonlyStaticField.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.Reflection; diff --git a/src/coreclr/tests/src/reflection/SetValue/TrySetReadonlyStaticField2.cs b/src/coreclr/tests/src/reflection/SetValue/TrySetReadonlyStaticField2.cs index 80b9b497b315a3..9d81de670e552a 100644 --- a/src/coreclr/tests/src/reflection/SetValue/TrySetReadonlyStaticField2.cs +++ b/src/coreclr/tests/src/reflection/SetValue/TrySetReadonlyStaticField2.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.Reflection; diff --git a/src/coreclr/tests/src/reflection/StaticInterfaceMembers/consumer.cs b/src/coreclr/tests/src/reflection/StaticInterfaceMembers/consumer.cs index c5e8f20736aa3c..7775c4c058681f 100644 --- a/src/coreclr/tests/src/reflection/StaticInterfaceMembers/consumer.cs +++ b/src/coreclr/tests/src/reflection/StaticInterfaceMembers/consumer.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.Reflection; @@ -32,4 +31,4 @@ static int Main() return 100; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/reflection/StaticInterfaceMembers/provider.il b/src/coreclr/tests/src/reflection/StaticInterfaceMembers/provider.il index 8ce9d85ed892fe..13c0128be8faef 100644 --- a/src/coreclr/tests/src/reflection/StaticInterfaceMembers/provider.il +++ b/src/coreclr/tests/src/reflection/StaticInterfaceMembers/provider.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 provider { } diff --git a/src/coreclr/tests/src/reflection/Tier1Collectible/Tier1Collectible.cs b/src/coreclr/tests/src/reflection/Tier1Collectible/Tier1Collectible.cs index 14bbe57c88d623..3214f396d9fdc8 100644 --- a/src/coreclr/tests/src/reflection/Tier1Collectible/Tier1Collectible.cs +++ b/src/coreclr/tests/src/reflection/Tier1Collectible/Tier1Collectible.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.Reflection; diff --git a/src/coreclr/tests/src/reflection/ldtoken/byrefs.il b/src/coreclr/tests/src/reflection/ldtoken/byrefs.il index d0009b3624e888..94f43d9df68f5f 100644 --- a/src/coreclr/tests/src/reflection/ldtoken/byrefs.il +++ b/src/coreclr/tests/src/reflection/ldtoken/byrefs.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. // // This test makes sure that ByRef types are properly unified by the reflection stack diff --git a/src/coreclr/tests/src/reflection/ldtoken/ldtokenmember.il b/src/coreclr/tests/src/reflection/ldtoken/ldtokenmember.il index f67d73c8c66339..3d9f38e5442303 100644 --- a/src/coreclr/tests/src/reflection/ldtoken/ldtokenmember.il +++ b/src/coreclr/tests/src/reflection/ldtoken/ldtokenmember.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 mscorlib { diff --git a/src/coreclr/tests/src/reflection/ldtoken/modifiers.il b/src/coreclr/tests/src/reflection/ldtoken/modifiers.il index a0026dbbd8c22f..5b0ea00e458a0a 100644 --- a/src/coreclr/tests/src/reflection/ldtoken/modifiers.il +++ b/src/coreclr/tests/src/reflection/ldtoken/modifiers.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 { auto } .assembly modifiers { } diff --git a/src/coreclr/tests/src/reflection/regression/dev10bugs/dev10_629953.cs b/src/coreclr/tests/src/reflection/regression/dev10bugs/dev10_629953.cs index b236b27863fe42..9a7706727cc90c 100644 --- a/src/coreclr/tests/src/reflection/regression/dev10bugs/dev10_629953.cs +++ b/src/coreclr/tests/src/reflection/regression/dev10bugs/dev10_629953.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. // Regression case for: // CoreCLR => Dev10 #629953 - SL4: User Breaking Change: Enum.IsDefined no longer throws an ArgumentException in invalid cases // Desktop => Dev10 #766944 - Breaking change follow up: Enum.IsDefined no longer throws an ArgumentException in invalid cases (This bug should be fixed, if 629953 is fixed for Silverlight) diff --git a/src/coreclr/tests/src/reflection/regression/github_25697/25697.cs b/src/coreclr/tests/src/reflection/regression/github_25697/25697.cs index 36284608499792..440047d3a5082e 100644 --- a/src/coreclr/tests/src/reflection/regression/github_25697/25697.cs +++ b/src/coreclr/tests/src/reflection/regression/github_25697/25697.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.Reflection; diff --git a/src/coreclr/tests/src/reflection/regression/hfa/hfaParam.cs b/src/coreclr/tests/src/reflection/regression/hfa/hfaParam.cs index 2368a03145a949..13d177dcf67aff 100644 --- a/src/coreclr/tests/src/reflection/regression/hfa/hfaParam.cs +++ b/src/coreclr/tests/src/reflection/regression/hfa/hfaParam.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/coreclr/tests/src/reflection/regression/reflectionrepromasterforsl/helper.cs b/src/coreclr/tests/src/reflection/regression/reflectionrepromasterforsl/helper.cs index a55940f7056dbb..ea2bd09c71ad30 100644 --- a/src/coreclr/tests/src/reflection/regression/reflectionrepromasterforsl/helper.cs +++ b/src/coreclr/tests/src/reflection/regression/reflectionrepromasterforsl/helper.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.Security; @@ -29,4 +28,4 @@ internal static void InternalSecurityCriticalMethod() { Console.WriteLine("FAIL: Helper.InternalSecurityCriticalMethod is called!"); } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/tracing/common/AbstractTraceTest.cs b/src/coreclr/tests/src/tracing/common/AbstractTraceTest.cs index 26b7299ff1640c..c8bfa629624c57 100644 --- a/src/coreclr/tests/src/tracing/common/AbstractTraceTest.cs +++ b/src/coreclr/tests/src/tracing/common/AbstractTraceTest.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; @@ -145,4 +144,4 @@ public int Execute() return this.Pass() ? 100 : 10086; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/tracing/common/Assert.cs b/src/coreclr/tests/src/tracing/common/Assert.cs index 2bd5a2c9a7289e..f759285d32ec09 100755 --- a/src/coreclr/tests/src/tracing/common/Assert.cs +++ b/src/coreclr/tests/src/tracing/common/Assert.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/coreclr/tests/src/tracing/common/EtlFile.cs b/src/coreclr/tests/src/tracing/common/EtlFile.cs index 07abbd6bac0249..0d977d201580ac 100644 --- a/src/coreclr/tests/src/tracing/common/EtlFile.cs +++ b/src/coreclr/tests/src/tracing/common/EtlFile.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.IO; diff --git a/src/coreclr/tests/src/tracing/common/NetPerfFile.cs b/src/coreclr/tests/src/tracing/common/NetPerfFile.cs index d43ce0eafb2139..7445ff47cdb69f 100644 --- a/src/coreclr/tests/src/tracing/common/NetPerfFile.cs +++ b/src/coreclr/tests/src/tracing/common/NetPerfFile.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.IO; diff --git a/src/coreclr/tests/src/tracing/common/TraceConfiguration.cs b/src/coreclr/tests/src/tracing/common/TraceConfiguration.cs index afb7db24fcd6bc..1c7f170cd3aaa5 100644 --- a/src/coreclr/tests/src/tracing/common/TraceConfiguration.cs +++ b/src/coreclr/tests/src/tracing/common/TraceConfiguration.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.Reflection; diff --git a/src/coreclr/tests/src/tracing/common/TraceControl.cs b/src/coreclr/tests/src/tracing/common/TraceControl.cs index 434a90d898d122..b5e7e0063ade7a 100644 --- a/src/coreclr/tests/src/tracing/common/TraceControl.cs +++ b/src/coreclr/tests/src/tracing/common/TraceControl.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.Reflection; diff --git a/src/coreclr/tests/src/tracing/eventactivityidcontrol/EventActivityIdControl.cs b/src/coreclr/tests/src/tracing/eventactivityidcontrol/EventActivityIdControl.cs index aca88cb19af638..0f72c81605cc06 100755 --- a/src/coreclr/tests/src/tracing/eventactivityidcontrol/EventActivityIdControl.cs +++ b/src/coreclr/tests/src/tracing/eventactivityidcontrol/EventActivityIdControl.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.Reflection; diff --git a/src/coreclr/tests/src/tracing/eventcounter/eventcounter.cs b/src/coreclr/tests/src/tracing/eventcounter/eventcounter.cs index 1569b2ac0b67fd..4306ccbae4b057 100644 --- a/src/coreclr/tests/src/tracing/eventcounter/eventcounter.cs +++ b/src/coreclr/tests/src/tracing/eventcounter/eventcounter.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. #if USE_MDT_EVENTSOURCE using Microsoft.Diagnostics.Tracing; diff --git a/src/coreclr/tests/src/tracing/eventcounter/incrementingeventcounter.cs b/src/coreclr/tests/src/tracing/eventcounter/incrementingeventcounter.cs index 70fc29a722e8a7..2f0f0557837863 100644 --- a/src/coreclr/tests/src/tracing/eventcounter/incrementingeventcounter.cs +++ b/src/coreclr/tests/src/tracing/eventcounter/incrementingeventcounter.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. #if USE_MDT_EVENTSOURCE using Microsoft.Diagnostics.Tracing; @@ -154,4 +153,4 @@ public static int Main(string[] args) } } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/tracing/eventcounter/incrementingpollingcounter.cs b/src/coreclr/tests/src/tracing/eventcounter/incrementingpollingcounter.cs index cd4ea74098a538..e8a48f5e999998 100644 --- a/src/coreclr/tests/src/tracing/eventcounter/incrementingpollingcounter.cs +++ b/src/coreclr/tests/src/tracing/eventcounter/incrementingpollingcounter.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. #if USE_MDT_EVENTSOURCE using Microsoft.Diagnostics.Tracing; @@ -151,4 +150,4 @@ public static int Main(string[] args) } } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/tracing/eventcounter/pollingcounter.cs b/src/coreclr/tests/src/tracing/eventcounter/pollingcounter.cs index f6c261a1ec3aa3..f7b170bea0b431 100644 --- a/src/coreclr/tests/src/tracing/eventcounter/pollingcounter.cs +++ b/src/coreclr/tests/src/tracing/eventcounter/pollingcounter.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. #if USE_MDT_EVENTSOURCE using Microsoft.Diagnostics.Tracing; @@ -174,4 +173,4 @@ public static int Main(string[] args) } } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/tracing/eventcounter/regression-25709.cs b/src/coreclr/tests/src/tracing/eventcounter/regression-25709.cs index 0237d0549b23bc..9498ca4752350e 100644 --- a/src/coreclr/tests/src/tracing/eventcounter/regression-25709.cs +++ b/src/coreclr/tests/src/tracing/eventcounter/regression-25709.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. #if USE_MDT_EVENTSOURCE using Microsoft.Diagnostics.Tracing; diff --git a/src/coreclr/tests/src/tracing/eventlistener/EventListener.cs b/src/coreclr/tests/src/tracing/eventlistener/EventListener.cs index 6637e3fdb3ec72..23a1ff37d131b7 100644 --- a/src/coreclr/tests/src/tracing/eventlistener/EventListener.cs +++ b/src/coreclr/tests/src/tracing/eventlistener/EventListener.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.IO; diff --git a/src/coreclr/tests/src/tracing/eventpipe/buffersize/buffersize.cs b/src/coreclr/tests/src/tracing/eventpipe/buffersize/buffersize.cs index 0c2a3defeebf6a..d82183b957ac27 100644 --- a/src/coreclr/tests/src/tracing/eventpipe/buffersize/buffersize.cs +++ b/src/coreclr/tests/src/tracing/eventpipe/buffersize/buffersize.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; @@ -65,4 +64,4 @@ public static int Main(string[] args) } }; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/tracing/eventpipe/common/IpcTraceTest.cs b/src/coreclr/tests/src/tracing/eventpipe/common/IpcTraceTest.cs index d0663dd188c1f2..1b4a73737155e6 100644 --- a/src/coreclr/tests/src/tracing/eventpipe/common/IpcTraceTest.cs +++ b/src/coreclr/tests/src/tracing/eventpipe/common/IpcTraceTest.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; @@ -425,4 +424,4 @@ public static int RunAndValidateEventCounts( } } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/tracing/eventpipe/common/IpcUtils.cs b/src/coreclr/tests/src/tracing/eventpipe/common/IpcUtils.cs index 9032bfe0ee8fd9..c9dbade684cb44 100644 --- a/src/coreclr/tests/src/tracing/eventpipe/common/IpcUtils.cs +++ b/src/coreclr/tests/src/tracing/eventpipe/common/IpcUtils.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/coreclr/tests/src/tracing/eventpipe/common/Reverse.cs b/src/coreclr/tests/src/tracing/eventpipe/common/Reverse.cs index ec0de9873c7639..1b99f913d65901 100644 --- a/src/coreclr/tests/src/tracing/eventpipe/common/Reverse.cs +++ b/src/coreclr/tests/src/tracing/eventpipe/common/Reverse.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.IO; @@ -199,4 +198,4 @@ public static async Task<IpcAdvertise> CreateServerAndReceiveAdvertisement(strin return advertise; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/tracing/eventpipe/common/StreamProxy.cs b/src/coreclr/tests/src/tracing/eventpipe/common/StreamProxy.cs index ed21d146acae0a..0dadcaf8816a4c 100644 --- a/src/coreclr/tests/src/tracing/eventpipe/common/StreamProxy.cs +++ b/src/coreclr/tests/src/tracing/eventpipe/common/StreamProxy.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.Buffers; @@ -111,4 +110,4 @@ public void DumpStreamToDisk() } } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/tracing/eventpipe/eventsourceerror/eventsourceerror.cs b/src/coreclr/tests/src/tracing/eventpipe/eventsourceerror/eventsourceerror.cs index b8c7d9bd7d099d..cc77d66546f0fe 100644 --- a/src/coreclr/tests/src/tracing/eventpipe/eventsourceerror/eventsourceerror.cs +++ b/src/coreclr/tests/src/tracing/eventpipe/eventsourceerror/eventsourceerror.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; @@ -105,4 +104,4 @@ public static int Main(string[] args) return () => ((eventCount == 1) && sawEvent) ? 100 : -1; }; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/ExceptionThrown_V1.cs b/src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/ExceptionThrown_V1.cs index 444b28d0c61920..1616224db9bb30 100644 --- a/src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/ExceptionThrown_V1.cs +++ b/src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/ExceptionThrown_V1.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; @@ -49,4 +48,4 @@ public static int Main(string[] args) } }; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/GCEvents.cs b/src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/GCEvents.cs index 31bd0c6e6642c1..67ae4438ca37ca 100644 --- a/src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/GCEvents.cs +++ b/src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/GCEvents.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; @@ -84,4 +83,4 @@ public static int Main(string[] args) }; }; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/GCFinalizers.cs b/src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/GCFinalizers.cs index 256c0d7f938670..ba0d66ac33b61d 100644 --- a/src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/GCFinalizers.cs +++ b/src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/GCFinalizers.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; @@ -62,4 +61,4 @@ public static int Main(string[] args) }; }; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/tracing/eventpipe/pauseonstart/pauseonstart.cs b/src/coreclr/tests/src/tracing/eventpipe/pauseonstart/pauseonstart.cs index 6139a4be14ad13..83782532d06ab4 100644 --- a/src/coreclr/tests/src/tracing/eventpipe/pauseonstart/pauseonstart.cs +++ b/src/coreclr/tests/src/tracing/eventpipe/pauseonstart/pauseonstart.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; @@ -341,4 +340,4 @@ public static async Task<int> Main(string[] args) return fSuccess ? 100 : -1; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/tracing/eventpipe/providervalidation/providervalidation.cs b/src/coreclr/tests/src/tracing/eventpipe/providervalidation/providervalidation.cs index f9e1a093ee6f68..f70cff1dbd83ba 100644 --- a/src/coreclr/tests/src/tracing/eventpipe/providervalidation/providervalidation.cs +++ b/src/coreclr/tests/src/tracing/eventpipe/providervalidation/providervalidation.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; @@ -62,4 +61,4 @@ public static int Main(string[] args) } }; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/tracing/eventpipe/reverse/reverse.cs b/src/coreclr/tests/src/tracing/eventpipe/reverse/reverse.cs index 4abc803dc60c60..05436e574d6436 100644 --- a/src/coreclr/tests/src/tracing/eventpipe/reverse/reverse.cs +++ b/src/coreclr/tests/src/tracing/eventpipe/reverse/reverse.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; @@ -285,4 +284,4 @@ public static async Task<int> Main(string[] args) return fSuccess ? 100 : -1; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/tracing/eventpipe/reverseouter/reverseouter.cs b/src/coreclr/tests/src/tracing/eventpipe/reverseouter/reverseouter.cs index 9c18b1102f21f4..ff01fbc0f449f1 100644 --- a/src/coreclr/tests/src/tracing/eventpipe/reverseouter/reverseouter.cs +++ b/src/coreclr/tests/src/tracing/eventpipe/reverseouter/reverseouter.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; @@ -115,4 +114,4 @@ public static async Task<int> Main(string[] args) return fSuccess ? 100 : -1; } } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/tracing/eventpipe/rundownvalidation/rundownvalidation.cs b/src/coreclr/tests/src/tracing/eventpipe/rundownvalidation/rundownvalidation.cs index 2482081e26ea5b..57d01a73f9acf3 100644 --- a/src/coreclr/tests/src/tracing/eventpipe/rundownvalidation/rundownvalidation.cs +++ b/src/coreclr/tests/src/tracing/eventpipe/rundownvalidation/rundownvalidation.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; @@ -52,4 +51,4 @@ public static int Main(string[] args) return () => hasMethodDCStopVerbose && hasMethodILToNativeMap ? 100 : -1; }; } -} \ No newline at end of file +} diff --git a/src/coreclr/tests/src/tracing/eventsource/eventpipeandetw/EventPipeAndEtw.cs b/src/coreclr/tests/src/tracing/eventsource/eventpipeandetw/EventPipeAndEtw.cs index ee8ae83baaf5d6..50e84a3f7c5867 100644 --- a/src/coreclr/tests/src/tracing/eventsource/eventpipeandetw/EventPipeAndEtw.cs +++ b/src/coreclr/tests/src/tracing/eventsource/eventpipeandetw/EventPipeAndEtw.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.IO; diff --git a/src/coreclr/tests/src/tracing/eventsource/eventsourcetrace/EventSourceTrace.cs b/src/coreclr/tests/src/tracing/eventsource/eventsourcetrace/EventSourceTrace.cs index de861726d94650..de8b3af470c5f4 100644 --- a/src/coreclr/tests/src/tracing/eventsource/eventsourcetrace/EventSourceTrace.cs +++ b/src/coreclr/tests/src/tracing/eventsource/eventsourcetrace/EventSourceTrace.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.IO; diff --git a/src/coreclr/tests/src/tracing/runtimeeventsource/RuntimeEventSourceTest.cs b/src/coreclr/tests/src/tracing/runtimeeventsource/RuntimeEventSourceTest.cs index 85ece9341ceb8e..4474176d360da5 100644 --- a/src/coreclr/tests/src/tracing/runtimeeventsource/RuntimeEventSourceTest.cs +++ b/src/coreclr/tests/src/tracing/runtimeeventsource/RuntimeEventSourceTest.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.IO; diff --git a/src/coreclr/tests/src/tracing/tracecontrol/TraceControl.cs b/src/coreclr/tests/src/tracing/tracecontrol/TraceControl.cs index 99e552ac4ea1c0..61fb3991fae26e 100644 --- a/src/coreclr/tests/src/tracing/tracecontrol/TraceControl.cs +++ b/src/coreclr/tests/src/tracing/tracecontrol/TraceControl.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/coreclr/tests/src/tracing/tracevalidation/inducedgc/InducedGC.cs b/src/coreclr/tests/src/tracing/tracevalidation/inducedgc/InducedGC.cs index 0649e825e253ac..f21c534d8e0908 100644 --- a/src/coreclr/tests/src/tracing/tracevalidation/inducedgc/InducedGC.cs +++ b/src/coreclr/tests/src/tracing/tracevalidation/inducedgc/InducedGC.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.IO; diff --git a/src/coreclr/tests/src/tracing/tracevalidation/jittingstarted/JittingStarted.cs b/src/coreclr/tests/src/tracing/tracevalidation/jittingstarted/JittingStarted.cs index 3b620d93caef13..0152bfdc654f54 100644 --- a/src/coreclr/tests/src/tracing/tracevalidation/jittingstarted/JittingStarted.cs +++ b/src/coreclr/tests/src/tracing/tracevalidation/jittingstarted/JittingStarted.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.IO; diff --git a/src/coreclr/tests/src/tracing/tracevalidation/rundown/Rundown.cs b/src/coreclr/tests/src/tracing/tracevalidation/rundown/Rundown.cs index 6b75c01bad8f4a..c99145010460a6 100644 --- a/src/coreclr/tests/src/tracing/tracevalidation/rundown/Rundown.cs +++ b/src/coreclr/tests/src/tracing/tracevalidation/rundown/Rundown.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/coreclr/tests/src/tracing/tracevalidation/tracelogging/EventSourceTest.cs b/src/coreclr/tests/src/tracing/tracevalidation/tracelogging/EventSourceTest.cs index e3332cec881c77..e9507971d93c53 100644 --- a/src/coreclr/tests/src/tracing/tracevalidation/tracelogging/EventSourceTest.cs +++ b/src/coreclr/tests/src/tracing/tracevalidation/tracelogging/EventSourceTest.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/coreclr/tests/src/tracing/tracevalidation/tracelogging/TraceLogging.cs b/src/coreclr/tests/src/tracing/tracevalidation/tracelogging/TraceLogging.cs index ab7f10f776f0ab..3547b02f85ff26 100644 --- a/src/coreclr/tests/src/tracing/tracevalidation/tracelogging/TraceLogging.cs +++ b/src/coreclr/tests/src/tracing/tracevalidation/tracelogging/TraceLogging.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.IO; diff --git a/src/installer/corehost/cli/apphost/apphost.windows.cpp b/src/installer/corehost/cli/apphost/apphost.windows.cpp index 3bcbc0630a27bf..26257f3b7ca721 100644 --- a/src/installer/corehost/cli/apphost/apphost.windows.cpp +++ b/src/installer/corehost/cli/apphost/apphost.windows.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 "apphost.windows.h" #include "error_codes.h" diff --git a/src/installer/corehost/cli/apphost/apphost.windows.h b/src/installer/corehost/cli/apphost/apphost.windows.h index 0877ed31b7fb2d..65e1cd759c3dc6 100644 --- a/src/installer/corehost/cli/apphost/apphost.windows.h +++ b/src/installer/corehost/cli/apphost/apphost.windows.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 __APPHOST_WINDOWS_H__ #define __APPHOST_WINDOWS_H__ diff --git a/src/installer/corehost/cli/apphost/bundle_marker.cpp b/src/installer/corehost/cli/apphost/bundle_marker.cpp index d8ea15bdd4f569..ae796a44436e5f 100644 --- a/src/installer/corehost/cli/apphost/bundle_marker.cpp +++ b/src/installer/corehost/cli/apphost/bundle_marker.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 "bundle_marker.h" #include "pal.h" diff --git a/src/installer/corehost/cli/apphost/bundle_marker.h b/src/installer/corehost/cli/apphost/bundle_marker.h index c5065fdac19be8..7888dbcb1393f6 100644 --- a/src/installer/corehost/cli/apphost/bundle_marker.h +++ b/src/installer/corehost/cli/apphost/bundle_marker.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 __BUNDLE_MARKER_H__ #define __BUNDLE_MARKER_H__ diff --git a/src/installer/corehost/cli/apphost/standalone/hostfxr_resolver.cpp b/src/installer/corehost/cli/apphost/standalone/hostfxr_resolver.cpp index 4b524a67fca154..2c244807ac9a94 100644 --- a/src/installer/corehost/cli/apphost/standalone/hostfxr_resolver.cpp +++ b/src/installer/corehost/cli/apphost/standalone/hostfxr_resolver.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 <assert.h> diff --git a/src/installer/corehost/cli/apphost/static/hostfxr_resolver.cpp b/src/installer/corehost/cli/apphost/static/hostfxr_resolver.cpp index 800bd60cea7be4..b402a65bd125eb 100644 --- a/src/installer/corehost/cli/apphost/static/hostfxr_resolver.cpp +++ b/src/installer/corehost/cli/apphost/static/hostfxr_resolver.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 <assert.h> #include "trace.h" diff --git a/src/installer/corehost/cli/apphost/static/hostpolicy_resolver.cpp b/src/installer/corehost/cli/apphost/static/hostpolicy_resolver.cpp index 210fbe65113a20..0011da290c1a5c 100644 --- a/src/installer/corehost/cli/apphost/static/hostpolicy_resolver.cpp +++ b/src/installer/corehost/cli/apphost/static/hostpolicy_resolver.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 <cassert> #include <error_codes.h> diff --git a/src/installer/corehost/cli/bundle/dir_utils.cpp b/src/installer/corehost/cli/bundle/dir_utils.cpp index eede95298121a2..a723db80489a75 100644 --- a/src/installer/corehost/cli/bundle/dir_utils.cpp +++ b/src/installer/corehost/cli/bundle/dir_utils.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 "dir_utils.h" #include "error_codes.h" diff --git a/src/installer/corehost/cli/bundle/dir_utils.h b/src/installer/corehost/cli/bundle/dir_utils.h index ffe0acffb60e75..8db8ec100610ae 100644 --- a/src/installer/corehost/cli/bundle/dir_utils.h +++ b/src/installer/corehost/cli/bundle/dir_utils.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 __DIR_UTIL_H__ #define __DIR_UTIL_H__ diff --git a/src/installer/corehost/cli/bundle/extractor.cpp b/src/installer/corehost/cli/bundle/extractor.cpp index 04c5205da9d537..7eb686c8cf30de 100644 --- a/src/installer/corehost/cli/bundle/extractor.cpp +++ b/src/installer/corehost/cli/bundle/extractor.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 "extractor.h" #include "error_codes.h" diff --git a/src/installer/corehost/cli/bundle/extractor.h b/src/installer/corehost/cli/bundle/extractor.h index 73b75ecdd099f8..29eed5789cd4b4 100644 --- a/src/installer/corehost/cli/bundle/extractor.h +++ b/src/installer/corehost/cli/bundle/extractor.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 __EXTRACTOR_H__ #define __EXTRACTOR_H__ diff --git a/src/installer/corehost/cli/bundle/file_entry.cpp b/src/installer/corehost/cli/bundle/file_entry.cpp index 25e2cd01ce3fc6..0249b249a0359c 100644 --- a/src/installer/corehost/cli/bundle/file_entry.cpp +++ b/src/installer/corehost/cli/bundle/file_entry.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 "file_entry.h" #include "trace.h" diff --git a/src/installer/corehost/cli/bundle/file_entry.h b/src/installer/corehost/cli/bundle/file_entry.h index c89d3ce0a5fde2..afdfcfef08a913 100644 --- a/src/installer/corehost/cli/bundle/file_entry.h +++ b/src/installer/corehost/cli/bundle/file_entry.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 __FILE_ENTRY_H__ #define __FILE_ENTRY_H__ diff --git a/src/installer/corehost/cli/bundle/file_type.h b/src/installer/corehost/cli/bundle/file_type.h index acbfca06859012..f4242ef4a8a73a 100644 --- a/src/installer/corehost/cli/bundle/file_type.h +++ b/src/installer/corehost/cli/bundle/file_type.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 __FILE_TYPE_H__ #define __FILE_TYPE_H__ diff --git a/src/installer/corehost/cli/bundle/header.cpp b/src/installer/corehost/cli/bundle/header.cpp index 7e6f778464da4e..05aa736c175b9f 100644 --- a/src/installer/corehost/cli/bundle/header.cpp +++ b/src/installer/corehost/cli/bundle/header.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 "header.h" #include "reader.h" diff --git a/src/installer/corehost/cli/bundle/header.h b/src/installer/corehost/cli/bundle/header.h index f9ec85f42213cf..f785203f38a0c2 100644 --- a/src/installer/corehost/cli/bundle/header.h +++ b/src/installer/corehost/cli/bundle/header.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 __HEADER_H__ #define __HEADER_H__ diff --git a/src/installer/corehost/cli/bundle/info.cpp b/src/installer/corehost/cli/bundle/info.cpp index 3fef4220890668..afb1ee1381f5f0 100644 --- a/src/installer/corehost/cli/bundle/info.cpp +++ b/src/installer/corehost/cli/bundle/info.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 "trace.h" #include "info.h" diff --git a/src/installer/corehost/cli/bundle/info.h b/src/installer/corehost/cli/bundle/info.h index 0f3db559fc2221..6252b5be339e22 100644 --- a/src/installer/corehost/cli/bundle/info.h +++ b/src/installer/corehost/cli/bundle/info.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 __INFO_H_ #define __INFO_H_ diff --git a/src/installer/corehost/cli/bundle/manifest.cpp b/src/installer/corehost/cli/bundle/manifest.cpp index 55f1ff1e639272..23678a563d59a8 100644 --- a/src/installer/corehost/cli/bundle/manifest.cpp +++ b/src/installer/corehost/cli/bundle/manifest.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 "manifest.h" diff --git a/src/installer/corehost/cli/bundle/manifest.h b/src/installer/corehost/cli/bundle/manifest.h index af1f9fa9198057..159f810189cf21 100644 --- a/src/installer/corehost/cli/bundle/manifest.h +++ b/src/installer/corehost/cli/bundle/manifest.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 __MANIFEST_H__ #define __MANIFEST_H__ diff --git a/src/installer/corehost/cli/bundle/reader.cpp b/src/installer/corehost/cli/bundle/reader.cpp index 2e5135da564632..cff900d5c22346 100644 --- a/src/installer/corehost/cli/bundle/reader.cpp +++ b/src/installer/corehost/cli/bundle/reader.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 "reader.h" #include "error_codes.h" diff --git a/src/installer/corehost/cli/bundle/reader.h b/src/installer/corehost/cli/bundle/reader.h index 8a1212d94b8249..872b04369025e8 100644 --- a/src/installer/corehost/cli/bundle/reader.h +++ b/src/installer/corehost/cli/bundle/reader.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 __READER_H__ #define __READER_H__ diff --git a/src/installer/corehost/cli/bundle/runner.cpp b/src/installer/corehost/cli/bundle/runner.cpp index dec93009e46830..bc0e1df2aadc39 100644 --- a/src/installer/corehost/cli/bundle/runner.cpp +++ b/src/installer/corehost/cli/bundle/runner.cpp @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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 <memory> #include "extractor.h" diff --git a/src/installer/corehost/cli/bundle/runner.h b/src/installer/corehost/cli/bundle/runner.h index f632814df8f81e..3aeddc4209a8e7 100644 --- a/src/installer/corehost/cli/bundle/runner.h +++ b/src/installer/corehost/cli/bundle/runner.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 __RUNNER_H__ #define __RUNNER_H__ diff --git a/src/installer/corehost/cli/comhost/clsidmap.cpp b/src/installer/corehost/cli/comhost/clsidmap.cpp index caf833768876ff..b119c50ee9c548 100644 --- a/src/installer/corehost/cli/comhost/clsidmap.cpp +++ b/src/installer/corehost/cli/comhost/clsidmap.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 "comhost.h" #include <cstring> diff --git a/src/installer/corehost/cli/comhost/comhost.cpp b/src/installer/corehost/cli/comhost/comhost.cpp index ab1f73429c2f23..1b0753da6f37bb 100644 --- a/src/installer/corehost/cli/comhost/comhost.cpp +++ b/src/installer/corehost/cli/comhost/comhost.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 "comhost.h" #include "redirected_error_writer.h" diff --git a/src/installer/corehost/cli/comhost/comhost.h b/src/installer/corehost/cli/comhost/comhost.h index 7a895651f5004f..4290f48fa456cf 100644 --- a/src/installer/corehost/cli/comhost/comhost.h +++ b/src/installer/corehost/cli/comhost/comhost.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 _COREHOST_CLI_COMHOST_COMHOST_H_ #define _COREHOST_CLI_COMHOST_COMHOST_H_ diff --git a/src/installer/corehost/cli/coreclr_delegates.h b/src/installer/corehost/cli/coreclr_delegates.h index ec1e67d8fe8efc..914ab592df914a 100644 --- a/src/installer/corehost/cli/coreclr_delegates.h +++ b/src/installer/corehost/cli/coreclr_delegates.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 __CORECLR_DELEGATES_H__ #define __CORECLR_DELEGATES_H__ @@ -45,4 +44,4 @@ typedef int (CORECLR_DELEGATE_CALLTYPE *get_function_pointer_fn)( void *reserved /* Extensibility parameter (currently unused and must be 0) */, /*out*/ void **delegate /* Pointer where to store the function pointer result */); -#endif // __CORECLR_DELEGATES_H__ \ No newline at end of file +#endif // __CORECLR_DELEGATES_H__ diff --git a/src/installer/corehost/cli/corehost_context_contract.h b/src/installer/corehost/cli/corehost_context_contract.h index 718c937f619174..9fe5ef5dcbb649 100644 --- a/src/installer/corehost/cli/corehost_context_contract.h +++ b/src/installer/corehost/cli/corehost_context_contract.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 __COREHOST_CONTEXT_CONTRACT_H__ #define __COREHOST_CONTEXT_CONTRACT_H__ diff --git a/src/installer/corehost/cli/deps_entry.cpp b/src/installer/corehost/cli/deps_entry.cpp index 85c845047da4c9..305e999c76bfa7 100644 --- a/src/installer/corehost/cli/deps_entry.cpp +++ b/src/installer/corehost/cli/deps_entry.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 "pal.h" #include "utils.h" diff --git a/src/installer/corehost/cli/deps_entry.h b/src/installer/corehost/cli/deps_entry.h index a8e994bef5b21b..16bf84580c0b95 100644 --- a/src/installer/corehost/cli/deps_entry.h +++ b/src/installer/corehost/cli/deps_entry.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 __DEPS_ENTRY_H_ #define __DEPS_ENTRY_H_ diff --git a/src/installer/corehost/cli/deps_format.cpp b/src/installer/corehost/cli/deps_format.cpp index 873dd815c7adc3..e593c73df0c91b 100644 --- a/src/installer/corehost/cli/deps_format.cpp +++ b/src/installer/corehost/cli/deps_format.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 "deps_entry.h" #include "deps_format.h" diff --git a/src/installer/corehost/cli/deps_format.h b/src/installer/corehost/cli/deps_format.h index 65d70955a9d263..a9d9a2a2cbeed1 100644 --- a/src/installer/corehost/cli/deps_format.h +++ b/src/installer/corehost/cli/deps_format.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 __DEPS_FORMAT_H_ #define __DEPS_FORMAT_H_ diff --git a/src/installer/corehost/cli/fx_definition.cpp b/src/installer/corehost/cli/fx_definition.cpp index 2fdd3a7588c095..190105b7b88c90 100644 --- a/src/installer/corehost/cli/fx_definition.cpp +++ b/src/installer/corehost/cli/fx_definition.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 "deps_format.h" #include "fx_definition.h" diff --git a/src/installer/corehost/cli/fx_definition.h b/src/installer/corehost/cli/fx_definition.h index 8420816c99bcd5..01a2aaee2704a0 100644 --- a/src/installer/corehost/cli/fx_definition.h +++ b/src/installer/corehost/cli/fx_definition.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 __FX_DEFINITION_H__ #define __FX_DEFINITION_H__ diff --git a/src/installer/corehost/cli/fx_reference.cpp b/src/installer/corehost/cli/fx_reference.cpp index 15f45150f3d152..f52b6b2480bbf5 100644 --- a/src/installer/corehost/cli/fx_reference.cpp +++ b/src/installer/corehost/cli/fx_reference.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 "pal.h" #include "fx_ver.h" diff --git a/src/installer/corehost/cli/fx_reference.h b/src/installer/corehost/cli/fx_reference.h index 98519840d31c9a..faa0ecbd00740a 100644 --- a/src/installer/corehost/cli/fx_reference.h +++ b/src/installer/corehost/cli/fx_reference.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 __FX_REFERENCE_H__ #define __FX_REFERENCE_H__ diff --git a/src/installer/corehost/cli/fxr/command_line.cpp b/src/installer/corehost/cli/fxr/command_line.cpp index 045f7700e74269..1146d4076623b1 100644 --- a/src/installer/corehost/cli/fxr/command_line.cpp +++ b/src/installer/corehost/cli/fxr/command_line.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 "command_line.h" #include <error_codes.h> diff --git a/src/installer/corehost/cli/fxr/command_line.h b/src/installer/corehost/cli/fxr/command_line.h index 60ccb6df1b6bda..7dc96a03b19f20 100644 --- a/src/installer/corehost/cli/fxr/command_line.h +++ b/src/installer/corehost/cli/fxr/command_line.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 __COMMAND_LINE_H__ #define __COMMAND_LINE_H__ @@ -62,4 +61,4 @@ namespace command_line void print_muxer_usage(bool is_sdk_present); }; -#endif // __COMMAND_LINE_H__ \ No newline at end of file +#endif // __COMMAND_LINE_H__ diff --git a/src/installer/corehost/cli/fxr/corehost_init.cpp b/src/installer/corehost/cli/fxr/corehost_init.cpp index d8a5f2498297ba..ab7057babd034f 100644 --- a/src/installer/corehost/cli/fxr/corehost_init.cpp +++ b/src/installer/corehost/cli/fxr/corehost_init.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 "corehost_init.h" #include "bundle/info.h" diff --git a/src/installer/corehost/cli/fxr/corehost_init.h b/src/installer/corehost/cli/fxr/corehost_init.h index 0d7f87ae92f6d2..70ea7be46fbf0c 100644 --- a/src/installer/corehost/cli/fxr/corehost_init.h +++ b/src/installer/corehost/cli/fxr/corehost_init.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 __COREHOST_INIT_H__ #define __COREHOST_INIT_H__ diff --git a/src/installer/corehost/cli/fxr/framework_info.cpp b/src/installer/corehost/cli/fxr/framework_info.cpp index 368061b8c2ec94..838b2c1fc214c2 100644 --- a/src/installer/corehost/cli/fxr/framework_info.cpp +++ b/src/installer/corehost/cli/fxr/framework_info.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 <cassert> #include "framework_info.h" diff --git a/src/installer/corehost/cli/fxr/framework_info.h b/src/installer/corehost/cli/fxr/framework_info.h index c3556281cefaa0..28eb754cee1614 100644 --- a/src/installer/corehost/cli/fxr/framework_info.h +++ b/src/installer/corehost/cli/fxr/framework_info.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 __FRAMEWORK_INFO_H_ #define __FRAMEWORK_INFO_H_ diff --git a/src/installer/corehost/cli/fxr/fx_muxer.cpp b/src/installer/corehost/cli/fxr/fx_muxer.cpp index c4dc84e0d7f411..53a65ea67f8aad 100644 --- a/src/installer/corehost/cli/fxr/fx_muxer.cpp +++ b/src/installer/corehost/cli/fxr/fx_muxer.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 <atomic> #include <cassert> diff --git a/src/installer/corehost/cli/fxr/fx_muxer.h b/src/installer/corehost/cli/fxr/fx_muxer.h index 6a722ba1e0b055..6794e2a1c82544 100644 --- a/src/installer/corehost/cli/fxr/fx_muxer.h +++ b/src/installer/corehost/cli/fxr/fx_muxer.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. #include <corehost_context_contract.h> #include "command_line.h" diff --git a/src/installer/corehost/cli/fxr/fx_resolver.cpp b/src/installer/corehost/cli/fxr/fx_resolver.cpp index 92546c5ca77e80..2da9af47d5e1e8 100644 --- a/src/installer/corehost/cli/fxr/fx_resolver.cpp +++ b/src/installer/corehost/cli/fxr/fx_resolver.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 "fx_resolver.h" #include "host_startup_info.h" diff --git a/src/installer/corehost/cli/fxr/fx_resolver.h b/src/installer/corehost/cli/fxr/fx_resolver.h index 40287e568d4928..1db5a7d1ebab35 100644 --- a/src/installer/corehost/cli/fxr/fx_resolver.h +++ b/src/installer/corehost/cli/fxr/fx_resolver.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 __FX_RESOLVER_H__ #define __FX_RESOLVER_H__ diff --git a/src/installer/corehost/cli/fxr/fx_resolver.messages.cpp b/src/installer/corehost/cli/fxr/fx_resolver.messages.cpp index a68ddce8679d53..ea063dfb22f249 100644 --- a/src/installer/corehost/cli/fxr/fx_resolver.messages.cpp +++ b/src/installer/corehost/cli/fxr/fx_resolver.messages.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 "fx_resolver.h" #include "framework_info.h" @@ -156,4 +155,4 @@ void fx_resolver_t::display_incompatible_loaded_framework_error( void fx_resolver_t::display_missing_loaded_framework_error(const pal::string_t& fx_name) { trace::error(_X("The specified framework '%s' is not present in the previously loaded runtime."), fx_name.c_str()); -} \ No newline at end of file +} diff --git a/src/installer/corehost/cli/fxr/fx_ver.cpp b/src/installer/corehost/cli/fxr/fx_ver.cpp index 66992276a3137f..c5ad4441d9a4fe 100644 --- a/src/installer/corehost/cli/fxr/fx_ver.cpp +++ b/src/installer/corehost/cli/fxr/fx_ver.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 <cassert> #include "pal.h" diff --git a/src/installer/corehost/cli/fxr/fx_ver.h b/src/installer/corehost/cli/fxr/fx_ver.h index 1fca09ed2a1e05..643c155816306d 100644 --- a/src/installer/corehost/cli/fxr/fx_ver.h +++ b/src/installer/corehost/cli/fxr/fx_ver.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 __FX_VER_H__ #define __FX_VER_H__ diff --git a/src/installer/corehost/cli/fxr/host_context.cpp b/src/installer/corehost/cli/fxr/host_context.cpp index b545f3b69f8b03..82fe8c2b494dcc 100644 --- a/src/installer/corehost/cli/fxr/host_context.cpp +++ b/src/installer/corehost/cli/fxr/host_context.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 "host_context.h" #include <trace.h> diff --git a/src/installer/corehost/cli/fxr/host_context.h b/src/installer/corehost/cli/fxr/host_context.h index 2e0c4c5f0ab76f..f3d5af272498d0 100644 --- a/src/installer/corehost/cli/fxr/host_context.h +++ b/src/installer/corehost/cli/fxr/host_context.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 __HOST_CONTEXT_H__ #define __HOST_CONTEXT_H__ diff --git a/src/installer/corehost/cli/fxr/hostfxr.cpp b/src/installer/corehost/cli/fxr/hostfxr.cpp index c84b969785dd57..1277badfdccd47 100644 --- a/src/installer/corehost/cli/fxr/hostfxr.cpp +++ b/src/installer/corehost/cli/fxr/hostfxr.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 <cassert> #include "trace.h" diff --git a/src/installer/corehost/cli/fxr/hostpolicy_resolver.h b/src/installer/corehost/cli/fxr/hostpolicy_resolver.h index 35128327b7bca2..2e3ae03e4115ea 100644 --- a/src/installer/corehost/cli/fxr/hostpolicy_resolver.h +++ b/src/installer/corehost/cli/fxr/hostpolicy_resolver.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 __HOSTPOLICY_RESOLVER_H__ #define __HOSTPOLICY_RESOLVER_H__ diff --git a/src/installer/corehost/cli/fxr/sdk_info.cpp b/src/installer/corehost/cli/fxr/sdk_info.cpp index d6fae303c5650c..1c2f37a7d079c2 100644 --- a/src/installer/corehost/cli/fxr/sdk_info.cpp +++ b/src/installer/corehost/cli/fxr/sdk_info.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 <cassert> #include "pal.h" diff --git a/src/installer/corehost/cli/fxr/sdk_info.h b/src/installer/corehost/cli/fxr/sdk_info.h index 3e72f22f6b03bd..346b22b0d2ad79 100644 --- a/src/installer/corehost/cli/fxr/sdk_info.h +++ b/src/installer/corehost/cli/fxr/sdk_info.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 __SDK_INFO_H_ #define __SDK_INFO_H_ diff --git a/src/installer/corehost/cli/fxr/sdk_resolver.cpp b/src/installer/corehost/cli/fxr/sdk_resolver.cpp index 974d9a1dcbc6b6..abc47c7f17c39d 100644 --- a/src/installer/corehost/cli/fxr/sdk_resolver.cpp +++ b/src/installer/corehost/cli/fxr/sdk_resolver.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 "sdk_resolver.h" diff --git a/src/installer/corehost/cli/fxr/sdk_resolver.h b/src/installer/corehost/cli/fxr/sdk_resolver.h index fd4aea62ed11ee..40ac774d398e1e 100644 --- a/src/installer/corehost/cli/fxr/sdk_resolver.h +++ b/src/installer/corehost/cli/fxr/sdk_resolver.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/installer/corehost/cli/fxr/standalone/hostpolicy_resolver.cpp b/src/installer/corehost/cli/fxr/standalone/hostpolicy_resolver.cpp index 27d8be6fadd34f..e735e2ea52c706 100644 --- a/src/installer/corehost/cli/fxr/standalone/hostpolicy_resolver.cpp +++ b/src/installer/corehost/cli/fxr/standalone/hostpolicy_resolver.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 <cassert> #include <error_codes.h> diff --git a/src/installer/corehost/cli/fxr_resolver.cpp b/src/installer/corehost/cli/fxr_resolver.cpp index 2d150a43836bbc..d457047ddc8f9f 100644 --- a/src/installer/corehost/cli/fxr_resolver.cpp +++ b/src/installer/corehost/cli/fxr_resolver.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 <pal.h> #include "fxr_resolver.h" diff --git a/src/installer/corehost/cli/fxr_resolver.h b/src/installer/corehost/cli/fxr_resolver.h index 0909fd36abe91d..152a2ae92e1d6a 100644 --- a/src/installer/corehost/cli/fxr_resolver.h +++ b/src/installer/corehost/cli/fxr_resolver.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 _COREHOST_CLI_FXR_RESOLVER_H_ #define _COREHOST_CLI_FXR_RESOLVER_H_ diff --git a/src/installer/corehost/cli/host_interface.h b/src/installer/corehost/cli/host_interface.h index 72295aee99e06b..f82d22dfceffed 100644 --- a/src/installer/corehost/cli/host_interface.h +++ b/src/installer/corehost/cli/host_interface.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 __HOST_INTERFACE_H__ #define __HOST_INTERFACE_H__ diff --git a/src/installer/corehost/cli/host_startup_info.cpp b/src/installer/corehost/cli/host_startup_info.cpp index a68f2f51fe2f4a..20bee5859ad794 100644 --- a/src/installer/corehost/cli/host_startup_info.cpp +++ b/src/installer/corehost/cli/host_startup_info.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 "error_codes.h" #include "host_startup_info.h" diff --git a/src/installer/corehost/cli/host_startup_info.h b/src/installer/corehost/cli/host_startup_info.h index cdc2746021aefa..9571d1b4902ccd 100644 --- a/src/installer/corehost/cli/host_startup_info.h +++ b/src/installer/corehost/cli/host_startup_info.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 __HOST_STARTUP_INFO_H_ #define __HOST_STARTUP_INFO_H_ diff --git a/src/installer/corehost/cli/hostfxr.h b/src/installer/corehost/cli/hostfxr.h index 2165d502975127..e062193c7a0485 100644 --- a/src/installer/corehost/cli/hostfxr.h +++ b/src/installer/corehost/cli/hostfxr.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 __HOSTFXR_H__ #define __HOSTFXR_H__ diff --git a/src/installer/corehost/cli/hostmisc/longfile.h b/src/installer/corehost/cli/hostmisc/longfile.h index 7267dc3dd14e6f..dc94bbb5a5030a 100644 --- a/src/installer/corehost/cli/hostmisc/longfile.h +++ b/src/installer/corehost/cli/hostmisc/longfile.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 _LONG_FILE_SUPPORT #define _LONG_FILE_SUPPORT diff --git a/src/installer/corehost/cli/hostmisc/longfile.windows.cpp b/src/installer/corehost/cli/hostmisc/longfile.windows.cpp index bf240ded413019..1022c127906f3b 100644 --- a/src/installer/corehost/cli/hostmisc/longfile.windows.cpp +++ b/src/installer/corehost/cli/hostmisc/longfile.windows.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. //The logic in this file was ported from https://github.com/dotnet/coreclr/blob/54891e0650e69f08832f75a40dc102efc6115d38/src/utilcode/longfilepathwrappers.cpp //Please reflect any change here into the above file too! diff --git a/src/installer/corehost/cli/hostmisc/pal.h b/src/installer/corehost/cli/hostmisc/pal.h index dff9b5b46a7667..bf4785fb1a0d70 100644 --- a/src/installer/corehost/cli/hostmisc/pal.h +++ b/src/installer/corehost/cli/hostmisc/pal.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 PAL_H #define PAL_H diff --git a/src/installer/corehost/cli/hostmisc/pal.unix.cpp b/src/installer/corehost/cli/hostmisc/pal.unix.cpp index 4a3e408208515c..4b2e996458b260 100644 --- a/src/installer/corehost/cli/hostmisc/pal.unix.cpp +++ b/src/installer/corehost/cli/hostmisc/pal.unix.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. #if defined(TARGET_FREEBSD) #define _WITH_GETLINE diff --git a/src/installer/corehost/cli/hostmisc/pal.windows.cpp b/src/installer/corehost/cli/hostmisc/pal.windows.cpp index 1c724611d72c6f..c1a62a4d74d1e4 100644 --- a/src/installer/corehost/cli/hostmisc/pal.windows.cpp +++ b/src/installer/corehost/cli/hostmisc/pal.windows.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 "pal.h" #include "trace.h" diff --git a/src/installer/corehost/cli/hostmisc/trace.cpp b/src/installer/corehost/cli/hostmisc/trace.cpp index e5a37a56d11140..4c9161e7453e2b 100644 --- a/src/installer/corehost/cli/hostmisc/trace.cpp +++ b/src/installer/corehost/cli/hostmisc/trace.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 "trace.h" #include <mutex> diff --git a/src/installer/corehost/cli/hostmisc/trace.h b/src/installer/corehost/cli/hostmisc/trace.h index 0f9a176ba24369..850fa6cfe15cac 100644 --- a/src/installer/corehost/cli/hostmisc/trace.h +++ b/src/installer/corehost/cli/hostmisc/trace.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 TRACE_H #define TRACE_H diff --git a/src/installer/corehost/cli/hostmisc/utils.cpp b/src/installer/corehost/cli/hostmisc/utils.cpp index 4a3208af23751c..ff8ae846e0f252 100644 --- a/src/installer/corehost/cli/hostmisc/utils.cpp +++ b/src/installer/corehost/cli/hostmisc/utils.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 "utils.h" #include "trace.h" diff --git a/src/installer/corehost/cli/hostmisc/utils.h b/src/installer/corehost/cli/hostmisc/utils.h index 7de346c7bcee98..21fe334ec4ea9f 100644 --- a/src/installer/corehost/cli/hostmisc/utils.h +++ b/src/installer/corehost/cli/hostmisc/utils.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 UTILS_H #define UTILS_H diff --git a/src/installer/corehost/cli/hostpolicy.h b/src/installer/corehost/cli/hostpolicy.h index 05f78fe32a0255..27ada5fb18fc1b 100644 --- a/src/installer/corehost/cli/hostpolicy.h +++ b/src/installer/corehost/cli/hostpolicy.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 __HOSTPOLICY_H__ #define __HOSTPOLICY_H__ diff --git a/src/installer/corehost/cli/hostpolicy/args.cpp b/src/installer/corehost/cli/hostpolicy/args.cpp index f022d23ae5f3c3..cf7ffe57ec2143 100644 --- a/src/installer/corehost/cli/hostpolicy/args.cpp +++ b/src/installer/corehost/cli/hostpolicy/args.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 "args.h" #include <utils.h> diff --git a/src/installer/corehost/cli/hostpolicy/args.h b/src/installer/corehost/cli/hostpolicy/args.h index a4a4fc2c995315..7c2cf5b41ece8e 100644 --- a/src/installer/corehost/cli/hostpolicy/args.h +++ b/src/installer/corehost/cli/hostpolicy/args.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 ARGS_H #define ARGS_H diff --git a/src/installer/corehost/cli/hostpolicy/breadcrumbs.cpp b/src/installer/corehost/cli/hostpolicy/breadcrumbs.cpp index da35ec8467a43d..f2f8aaee3c240b 100644 --- a/src/installer/corehost/cli/hostpolicy/breadcrumbs.cpp +++ b/src/installer/corehost/cli/hostpolicy/breadcrumbs.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 <thread> #include <pal.h> diff --git a/src/installer/corehost/cli/hostpolicy/breadcrumbs.h b/src/installer/corehost/cli/hostpolicy/breadcrumbs.h index 10756c18360354..e426eefd361409 100644 --- a/src/installer/corehost/cli/hostpolicy/breadcrumbs.h +++ b/src/installer/corehost/cli/hostpolicy/breadcrumbs.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 __BREADCRUMBS_H__ #define __BREADCRUMBS_H__ diff --git a/src/installer/corehost/cli/hostpolicy/coreclr.cpp b/src/installer/corehost/cli/hostpolicy/coreclr.cpp index 5371d6df211878..a54d04e8714fc8 100644 --- a/src/installer/corehost/cli/hostpolicy/coreclr.cpp +++ b/src/installer/corehost/cli/hostpolicy/coreclr.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 <cassert> diff --git a/src/installer/corehost/cli/hostpolicy/coreclr.h b/src/installer/corehost/cli/hostpolicy/coreclr.h index 998daf4d648e18..9567fb9cab724d 100644 --- a/src/installer/corehost/cli/hostpolicy/coreclr.h +++ b/src/installer/corehost/cli/hostpolicy/coreclr.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 _COREHOST_CLI_CORECLR_H_ #define _COREHOST_CLI_CORECLR_H_ diff --git a/src/installer/corehost/cli/hostpolicy/deps_resolver.cpp b/src/installer/corehost/cli/hostpolicy/deps_resolver.cpp index de3762cb130984..21c06a57205302 100644 --- a/src/installer/corehost/cli/hostpolicy/deps_resolver.cpp +++ b/src/installer/corehost/cli/hostpolicy/deps_resolver.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 <set> #include <functional> diff --git a/src/installer/corehost/cli/hostpolicy/deps_resolver.h b/src/installer/corehost/cli/hostpolicy/deps_resolver.h index 8471d94b44c129..6798a50fba605e 100644 --- a/src/installer/corehost/cli/hostpolicy/deps_resolver.h +++ b/src/installer/corehost/cli/hostpolicy/deps_resolver.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 DEPS_RESOLVER_H #define DEPS_RESOLVER_H diff --git a/src/installer/corehost/cli/hostpolicy/hostpolicy.cpp b/src/installer/corehost/cli/hostpolicy/hostpolicy.cpp index c06b36d705a33e..da22a680708c31 100644 --- a/src/installer/corehost/cli/hostpolicy/hostpolicy.cpp +++ b/src/installer/corehost/cli/hostpolicy/hostpolicy.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 <atomic> #include <condition_variable> diff --git a/src/installer/corehost/cli/hostpolicy/hostpolicy_context.cpp b/src/installer/corehost/cli/hostpolicy/hostpolicy_context.cpp index fcd7634ca093b6..05c61bb7806463 100644 --- a/src/installer/corehost/cli/hostpolicy/hostpolicy_context.cpp +++ b/src/installer/corehost/cli/hostpolicy/hostpolicy_context.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 "hostpolicy_context.h" diff --git a/src/installer/corehost/cli/hostpolicy/hostpolicy_context.h b/src/installer/corehost/cli/hostpolicy/hostpolicy_context.h index e8e001b1b624f0..2853e6ae98fb16 100644 --- a/src/installer/corehost/cli/hostpolicy/hostpolicy_context.h +++ b/src/installer/corehost/cli/hostpolicy/hostpolicy_context.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 __HOSTPOLICY_CONTEXT_H__ #define __HOSTPOLICY_CONTEXT_H__ diff --git a/src/installer/corehost/cli/hostpolicy/hostpolicy_init.cpp b/src/installer/corehost/cli/hostpolicy/hostpolicy_init.cpp index 84a57fa3f34361..dbeb5b6d05211a 100644 --- a/src/installer/corehost/cli/hostpolicy/hostpolicy_init.cpp +++ b/src/installer/corehost/cli/hostpolicy/hostpolicy_init.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 "hostpolicy_init.h" #include <trace.h> diff --git a/src/installer/corehost/cli/hostpolicy/hostpolicy_init.h b/src/installer/corehost/cli/hostpolicy/hostpolicy_init.h index 8d2ea616fcc36e..77e01ee4088312 100644 --- a/src/installer/corehost/cli/hostpolicy/hostpolicy_init.h +++ b/src/installer/corehost/cli/hostpolicy/hostpolicy_init.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 __HOSTPOLICY_INIT_H__ #define __HOSTPOLICY_INIT_H__ diff --git a/src/installer/corehost/cli/hostpolicy/standalone/coreclr_resolver.cpp b/src/installer/corehost/cli/hostpolicy/standalone/coreclr_resolver.cpp index a2690a0165ba75..8248118a4253f8 100644 --- a/src/installer/corehost/cli/hostpolicy/standalone/coreclr_resolver.cpp +++ b/src/installer/corehost/cli/hostpolicy/standalone/coreclr_resolver.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 <cassert> #include <error_codes.h> diff --git a/src/installer/corehost/cli/hostpolicy/static/coreclr_resolver.cpp b/src/installer/corehost/cli/hostpolicy/static/coreclr_resolver.cpp index a26ba057674d46..16f551c4757eb7 100644 --- a/src/installer/corehost/cli/hostpolicy/static/coreclr_resolver.cpp +++ b/src/installer/corehost/cli/hostpolicy/static/coreclr_resolver.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 <cassert> #include <error_codes.h> diff --git a/src/installer/corehost/cli/ijwhost/amd64/bootstrap_thunk.cpp b/src/installer/corehost/cli/ijwhost/amd64/bootstrap_thunk.cpp index c0f618e76ad2d6..07aebb4e67612a 100644 --- a/src/installer/corehost/cli/ijwhost/amd64/bootstrap_thunk.cpp +++ b/src/installer/corehost/cli/ijwhost/amd64/bootstrap_thunk.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 "bootstrap_thunk.h" #include "corhdr.h" diff --git a/src/installer/corehost/cli/ijwhost/amd64/bootstrap_thunk.h b/src/installer/corehost/cli/ijwhost/amd64/bootstrap_thunk.h index 2d8e407e4a5454..736621f456ecc8 100644 --- a/src/installer/corehost/cli/ijwhost/amd64/bootstrap_thunk.h +++ b/src/installer/corehost/cli/ijwhost/amd64/bootstrap_thunk.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 IJW_BOOTSTRAP_THUNK_H #define IJW_BOOTSTRAP_THUNK_H diff --git a/src/installer/corehost/cli/ijwhost/arm/bootstrap_thunk.cpp b/src/installer/corehost/cli/ijwhost/arm/bootstrap_thunk.cpp index a1912e192afbf4..a8b47becfb8b52 100644 --- a/src/installer/corehost/cli/ijwhost/arm/bootstrap_thunk.cpp +++ b/src/installer/corehost/cli/ijwhost/arm/bootstrap_thunk.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 "bootstrap_thunk.h" #include "corhdr.h" diff --git a/src/installer/corehost/cli/ijwhost/arm/bootstrap_thunk.h b/src/installer/corehost/cli/ijwhost/arm/bootstrap_thunk.h index 4d27433f03584f..2ce6cd5ac436d6 100644 --- a/src/installer/corehost/cli/ijwhost/arm/bootstrap_thunk.h +++ b/src/installer/corehost/cli/ijwhost/arm/bootstrap_thunk.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 IJW_BOOTSTRAP_THUNK_H #define IJW_BOOTSTRAP_THUNK_H diff --git a/src/installer/corehost/cli/ijwhost/arm64/bootstrap_thunk.cpp b/src/installer/corehost/cli/ijwhost/arm64/bootstrap_thunk.cpp index f88604005f27d9..615856edd5ce25 100644 --- a/src/installer/corehost/cli/ijwhost/arm64/bootstrap_thunk.cpp +++ b/src/installer/corehost/cli/ijwhost/arm64/bootstrap_thunk.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 "pal.h" #include "bootstrap_thunk_chunk.h" diff --git a/src/installer/corehost/cli/ijwhost/arm64/bootstrap_thunk.h b/src/installer/corehost/cli/ijwhost/arm64/bootstrap_thunk.h index b486bd1c7a963c..07a46aaecffc50 100644 --- a/src/installer/corehost/cli/ijwhost/arm64/bootstrap_thunk.h +++ b/src/installer/corehost/cli/ijwhost/arm64/bootstrap_thunk.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 IJW_BOOTSTRAP_THUNK_H #define IJW_BOOTSTRAP_THUNK_H diff --git a/src/installer/corehost/cli/ijwhost/bootstrap_thunk_chunk.h b/src/installer/corehost/cli/ijwhost/bootstrap_thunk_chunk.h index 5eaf433df07d43..403e4ef087a218 100644 --- a/src/installer/corehost/cli/ijwhost/bootstrap_thunk_chunk.h +++ b/src/installer/corehost/cli/ijwhost/bootstrap_thunk_chunk.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 BOOTSTRAP_THUNK_CHUNK_H #define BOOTSTRAP_THUNK_CHUNK_H diff --git a/src/installer/corehost/cli/ijwhost/corhdr.h b/src/installer/corehost/cli/ijwhost/corhdr.h index 2fa0753c197ce5..6ad43e2f8c6659 100644 --- a/src/installer/corehost/cli/ijwhost/corhdr.h +++ b/src/installer/corehost/cli/ijwhost/corhdr.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 CORHDR_H @@ -20,4 +19,4 @@ typedef struct IMAGE_COR_VTABLEFIXUP // From CoreCLR's corhdr.h using mdToken = std::uint32_t; -#endif \ No newline at end of file +#endif diff --git a/src/installer/corehost/cli/ijwhost/i386/bootstrap_thunk.cpp b/src/installer/corehost/cli/ijwhost/i386/bootstrap_thunk.cpp index 966c41fd513d9c..4ff2a3f903ea9d 100644 --- a/src/installer/corehost/cli/ijwhost/i386/bootstrap_thunk.cpp +++ b/src/installer/corehost/cli/ijwhost/i386/bootstrap_thunk.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 "pal.h" #include "corhdr.h" diff --git a/src/installer/corehost/cli/ijwhost/i386/bootstrap_thunk.h b/src/installer/corehost/cli/ijwhost/i386/bootstrap_thunk.h index 63994a9f58d6c8..b7889b2e6cab5e 100644 --- a/src/installer/corehost/cli/ijwhost/i386/bootstrap_thunk.h +++ b/src/installer/corehost/cli/ijwhost/i386/bootstrap_thunk.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 IJW_BOOTSTRAP_THUNK_H #define IJW_BOOTSTRAP_THUNK_H diff --git a/src/installer/corehost/cli/ijwhost/ijwhost.cpp b/src/installer/corehost/cli/ijwhost/ijwhost.cpp index d07ae1cbb6f820..85020baba02db4 100644 --- a/src/installer/corehost/cli/ijwhost/ijwhost.cpp +++ b/src/installer/corehost/cli/ijwhost/ijwhost.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 "ijwhost.h" #include "hostfxr.h" diff --git a/src/installer/corehost/cli/ijwhost/ijwhost.h b/src/installer/corehost/cli/ijwhost/ijwhost.h index 645533dd74bc8f..78a242f0dbd428 100644 --- a/src/installer/corehost/cli/ijwhost/ijwhost.h +++ b/src/installer/corehost/cli/ijwhost/ijwhost.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 IJWHOST_H #define IJWHOST_H @@ -20,4 +19,4 @@ pal::hresult_t get_load_in_memory_assembly_delegate(pal::dll_t handle, load_in_m extern HANDLE g_heapHandle; -#endif \ No newline at end of file +#endif diff --git a/src/installer/corehost/cli/ijwhost/ijwthunk.cpp b/src/installer/corehost/cli/ijwhost/ijwthunk.cpp index 2b05bcfe7089a9..91a462dfb102ed 100644 --- a/src/installer/corehost/cli/ijwhost/ijwthunk.cpp +++ b/src/installer/corehost/cli/ijwhost/ijwthunk.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 "ijwhost.h" #include "bootstrap_thunk_chunk.h" diff --git a/src/installer/corehost/cli/ijwhost/pedecoder.cpp b/src/installer/corehost/cli/ijwhost/pedecoder.cpp index 488d67a8ee4936..e35592d71a30db 100644 --- a/src/installer/corehost/cli/ijwhost/pedecoder.cpp +++ b/src/installer/corehost/cli/ijwhost/pedecoder.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 "pedecoder.h" #include "corhdr.h" diff --git a/src/installer/corehost/cli/ijwhost/pedecoder.h b/src/installer/corehost/cli/ijwhost/pedecoder.h index 71ed4e1a899423..11b8d0c89d5552 100644 --- a/src/installer/corehost/cli/ijwhost/pedecoder.h +++ b/src/installer/corehost/cli/ijwhost/pedecoder.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 PEDECODER_H @@ -91,4 +90,4 @@ class PEDecoder std::uintptr_t m_base; }; -#endif \ No newline at end of file +#endif diff --git a/src/installer/corehost/cli/json_parser.cpp b/src/installer/corehost/cli/json_parser.cpp index 65e0fd3ccfde2a..3953de11310781 100644 --- a/src/installer/corehost/cli/json_parser.cpp +++ b/src/installer/corehost/cli/json_parser.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. // These are only used by rapidjson/error/en.h to declare the error messages, // and have to be set to these values before any files are included. They're diff --git a/src/installer/corehost/cli/json_parser.h b/src/installer/corehost/cli/json_parser.h index 344d03647774f2..350ea14e6037b2 100644 --- a/src/installer/corehost/cli/json_parser.h +++ b/src/installer/corehost/cli/json_parser.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 __JSON_PARSER_H__ #define __JSON_PARSER_H__ diff --git a/src/installer/corehost/cli/nethost/nethost.cpp b/src/installer/corehost/cli/nethost/nethost.cpp index dc0cd695f905dc..28b8d5aea7f15d 100644 --- a/src/installer/corehost/cli/nethost/nethost.cpp +++ b/src/installer/corehost/cli/nethost/nethost.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 "nethost.h" #include <error_codes.h> diff --git a/src/installer/corehost/cli/nethost/nethost.h b/src/installer/corehost/cli/nethost/nethost.h index 42498ea07ab539..31adde5e8dafb9 100644 --- a/src/installer/corehost/cli/nethost/nethost.h +++ b/src/installer/corehost/cli/nethost/nethost.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 __NETHOST_H__ #define __NETHOST_H__ diff --git a/src/installer/corehost/cli/redirected_error_writer.cpp b/src/installer/corehost/cli/redirected_error_writer.cpp index ba97a2d1c29aed..a678960867179e 100644 --- a/src/installer/corehost/cli/redirected_error_writer.cpp +++ b/src/installer/corehost/cli/redirected_error_writer.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 "redirected_error_writer.h" diff --git a/src/installer/corehost/cli/redirected_error_writer.h b/src/installer/corehost/cli/redirected_error_writer.h index 8022929d444d92..83a88979dfd6c4 100644 --- a/src/installer/corehost/cli/redirected_error_writer.h +++ b/src/installer/corehost/cli/redirected_error_writer.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 _COREHOST_CLI_REDIRECTED_ERROR_WRITER_H_ #define _COREHOST_CLI_REDIRECTED_ERROR_WRITER_H_ diff --git a/src/installer/corehost/cli/roll_forward_option.cpp b/src/installer/corehost/cli/roll_forward_option.cpp index 5ecf2db24188ba..d41e5a2546bd59 100644 --- a/src/installer/corehost/cli/roll_forward_option.cpp +++ b/src/installer/corehost/cli/roll_forward_option.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 "pal.h" #include "trace.h" diff --git a/src/installer/corehost/cli/roll_forward_option.h b/src/installer/corehost/cli/roll_forward_option.h index 35090387a736c0..050bf4dd2793c3 100644 --- a/src/installer/corehost/cli/roll_forward_option.h +++ b/src/installer/corehost/cli/roll_forward_option.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 __ROLL_FORWARD_OPTION_H_ #define __ROLL_FORWARD_OPTION_H_ diff --git a/src/installer/corehost/cli/roll_fwd_on_no_candidate_fx_option.h b/src/installer/corehost/cli/roll_fwd_on_no_candidate_fx_option.h index b9afcdb42c372d..cf7170b8e3aac8 100644 --- a/src/installer/corehost/cli/roll_fwd_on_no_candidate_fx_option.h +++ b/src/installer/corehost/cli/roll_fwd_on_no_candidate_fx_option.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 __ROLL_FWD_ON_NO_CANDIDATE_FX_OPTION_H_ #define __ROLL_FWD_ON_NO_CANDIDATE_FX_OPTION_H_ diff --git a/src/installer/corehost/cli/runtime_config.cpp b/src/installer/corehost/cli/runtime_config.cpp index d41aa2a05739ac..218394e70bdc85 100644 --- a/src/installer/corehost/cli/runtime_config.cpp +++ b/src/installer/corehost/cli/runtime_config.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 "json_parser.h" #include "pal.h" diff --git a/src/installer/corehost/cli/runtime_config.h b/src/installer/corehost/cli/runtime_config.h index 60a12689baab35..950a9fbaa313e7 100644 --- a/src/installer/corehost/cli/runtime_config.h +++ b/src/installer/corehost/cli/runtime_config.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 __RUNTIME_CONFIG_H__ #define __RUNTIME_CONFIG_H__ diff --git a/src/installer/corehost/cli/test/mockcoreclr/mockcoreclr.cpp b/src/installer/corehost/cli/test/mockcoreclr/mockcoreclr.cpp index ea95e905ad5573..bcbf2b55133e9d 100644 --- a/src/installer/corehost/cli/test/mockcoreclr/mockcoreclr.cpp +++ b/src/installer/corehost/cli/test/mockcoreclr/mockcoreclr.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 "mockcoreclr.h" #include <chrono> diff --git a/src/installer/corehost/cli/test/mockcoreclr/mockcoreclr.h b/src/installer/corehost/cli/test/mockcoreclr/mockcoreclr.h index ffa02a2050ef09..dfb667baef99c2 100644 --- a/src/installer/corehost/cli/test/mockcoreclr/mockcoreclr.h +++ b/src/installer/corehost/cli/test/mockcoreclr/mockcoreclr.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 _MOCKCORECLR_H_ #define _MOCKCORECLR_H_ diff --git a/src/installer/corehost/cli/test/mockhostpolicy/mockhostpolicy.cpp b/src/installer/corehost/cli/test/mockhostpolicy/mockhostpolicy.cpp index 2130fe7b2f9393..3c54eb95f8f324 100644 --- a/src/installer/corehost/cli/test/mockhostpolicy/mockhostpolicy.cpp +++ b/src/installer/corehost/cli/test/mockhostpolicy/mockhostpolicy.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 <iostream> #include "pal.h" diff --git a/src/installer/corehost/cli/test/nativehost/comhost_test.cpp b/src/installer/corehost/cli/test/nativehost/comhost_test.cpp index e8722f5535db03..68d0c93b62baac 100644 --- a/src/installer/corehost/cli/test/nativehost/comhost_test.cpp +++ b/src/installer/corehost/cli/test/nativehost/comhost_test.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 "comhost_test.h" #include <error_codes.h> @@ -165,4 +164,4 @@ bool comhost_test::errorinfo(const pal::string_t &comhost_path, const pal::strin } return true; -} \ No newline at end of file +} diff --git a/src/installer/corehost/cli/test/nativehost/comhost_test.h b/src/installer/corehost/cli/test/nativehost/comhost_test.h index adb44911e332ee..767071f2917c8f 100644 --- a/src/installer/corehost/cli/test/nativehost/comhost_test.h +++ b/src/installer/corehost/cli/test/nativehost/comhost_test.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. #include <pal.h> diff --git a/src/installer/corehost/cli/test/nativehost/error_writer_redirector.h b/src/installer/corehost/cli/test/nativehost/error_writer_redirector.h index fcb4dc69d0bed6..d9a75b061a9de4 100644 --- a/src/installer/corehost/cli/test/nativehost/error_writer_redirector.h +++ b/src/installer/corehost/cli/test/nativehost/error_writer_redirector.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. #include <pal.h> diff --git a/src/installer/corehost/cli/test/nativehost/get_native_search_directories_test.cpp b/src/installer/corehost/cli/test/nativehost/get_native_search_directories_test.cpp index 57f40eb483d7c4..34b3c5ff519697 100644 --- a/src/installer/corehost/cli/test/nativehost/get_native_search_directories_test.cpp +++ b/src/installer/corehost/cli/test/nativehost/get_native_search_directories_test.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 "get_native_search_directories_test.h" #include "error_writer_redirector.h" diff --git a/src/installer/corehost/cli/test/nativehost/get_native_search_directories_test.h b/src/installer/corehost/cli/test/nativehost/get_native_search_directories_test.h index 7a38260de48e9a..6607723440b790 100644 --- a/src/installer/corehost/cli/test/nativehost/get_native_search_directories_test.h +++ b/src/installer/corehost/cli/test/nativehost/get_native_search_directories_test.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. #include <pal.h> diff --git a/src/installer/corehost/cli/test/nativehost/host_context_test.cpp b/src/installer/corehost/cli/test/nativehost/host_context_test.cpp index 5f791c89e5060e..cea98db6673a7a 100644 --- a/src/installer/corehost/cli/test/nativehost/host_context_test.cpp +++ b/src/installer/corehost/cli/test/nativehost/host_context_test.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 <iostream> #include <pal.h> diff --git a/src/installer/corehost/cli/test/nativehost/host_context_test.h b/src/installer/corehost/cli/test/nativehost/host_context_test.h index 978e736d606cc6..9561acca232641 100644 --- a/src/installer/corehost/cli/test/nativehost/host_context_test.h +++ b/src/installer/corehost/cli/test/nativehost/host_context_test.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. #include <iostream> #include <pal.h> diff --git a/src/installer/corehost/cli/test/nativehost/hostfxr_exports.cpp b/src/installer/corehost/cli/test/nativehost/hostfxr_exports.cpp index fb461658cee2c3..bbcdc7549fefec 100644 --- a/src/installer/corehost/cli/test/nativehost/hostfxr_exports.cpp +++ b/src/installer/corehost/cli/test/nativehost/hostfxr_exports.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 <error_codes.h> #include "hostfxr_exports.h" diff --git a/src/installer/corehost/cli/test/nativehost/hostfxr_exports.h b/src/installer/corehost/cli/test/nativehost/hostfxr_exports.h index b7ec4abd39f050..faa5b94e8d1f54 100644 --- a/src/installer/corehost/cli/test/nativehost/hostfxr_exports.h +++ b/src/installer/corehost/cli/test/nativehost/hostfxr_exports.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. #include <pal.h> #include <hostfxr.h> diff --git a/src/installer/corehost/cli/test/nativehost/hostpolicy_exports.cpp b/src/installer/corehost/cli/test/nativehost/hostpolicy_exports.cpp index f823e61d0f0edb..7a550820b67919 100644 --- a/src/installer/corehost/cli/test/nativehost/hostpolicy_exports.cpp +++ b/src/installer/corehost/cli/test/nativehost/hostpolicy_exports.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 "hostpolicy_exports.h" #include <error_codes.h> diff --git a/src/installer/corehost/cli/test/nativehost/hostpolicy_exports.h b/src/installer/corehost/cli/test/nativehost/hostpolicy_exports.h index d7ceea4d79fa31..3dcb1fae45c4ff 100644 --- a/src/installer/corehost/cli/test/nativehost/hostpolicy_exports.h +++ b/src/installer/corehost/cli/test/nativehost/hostpolicy_exports.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. #include <pal.h> #include <hostpolicy.h> diff --git a/src/installer/corehost/cli/test/nativehost/nativehost.cpp b/src/installer/corehost/cli/test/nativehost/nativehost.cpp index 9bcf3a2cb45f55..a0f718c4c15884 100644 --- a/src/installer/corehost/cli/test/nativehost/nativehost.cpp +++ b/src/installer/corehost/cli/test/nativehost/nativehost.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 <iostream> #include <pal.h> diff --git a/src/installer/corehost/cli/test/nativehost/resolve_component_dependencies_test.cpp b/src/installer/corehost/cli/test/nativehost/resolve_component_dependencies_test.cpp index 1ef763eaca811f..e7b3804d2f0589 100644 --- a/src/installer/corehost/cli/test/nativehost/resolve_component_dependencies_test.cpp +++ b/src/installer/corehost/cli/test/nativehost/resolve_component_dependencies_test.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 "resolve_component_dependencies_test.h" #include "hostfxr_exports.h" diff --git a/src/installer/corehost/cli/test/nativehost/resolve_component_dependencies_test.h b/src/installer/corehost/cli/test/nativehost/resolve_component_dependencies_test.h index 7c49461ebd8382..9b5ae829031e2d 100644 --- a/src/installer/corehost/cli/test/nativehost/resolve_component_dependencies_test.h +++ b/src/installer/corehost/cli/test/nativehost/resolve_component_dependencies_test.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. #include <pal.h> diff --git a/src/installer/corehost/cli/version.cpp b/src/installer/corehost/cli/version.cpp index fca263be7a27ce..ea643605ac88f2 100644 --- a/src/installer/corehost/cli/version.cpp +++ b/src/installer/corehost/cli/version.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 <cassert> #include "pal.h" diff --git a/src/installer/corehost/cli/version.h b/src/installer/corehost/cli/version.h index 2fca39b230d83f..b6b5136f84081f 100644 --- a/src/installer/corehost/cli/version.h +++ b/src/installer/corehost/cli/version.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 __VERSION_H__ #define __VERSION_H__ diff --git a/src/installer/corehost/cli/version_compatibility_range.cpp b/src/installer/corehost/cli/version_compatibility_range.cpp index 750fac4ecc130a..13dad1ee4bc0a3 100644 --- a/src/installer/corehost/cli/version_compatibility_range.cpp +++ b/src/installer/corehost/cli/version_compatibility_range.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 "pal.h" #include "version_compatibility_range.h" diff --git a/src/installer/corehost/cli/version_compatibility_range.h b/src/installer/corehost/cli/version_compatibility_range.h index 6c2fb30a9a5290..f8fd9ee9bd1eba 100644 --- a/src/installer/corehost/cli/version_compatibility_range.h +++ b/src/installer/corehost/cli/version_compatibility_range.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 __VERSION_COMPATIBILITY_RANGE_H_ #define __VERSION_COMPATIBILITY_RANGE_H_ diff --git a/src/installer/corehost/coreclr_resolver.h b/src/installer/corehost/coreclr_resolver.h index aa8e67efbb09c8..dc7ad889ff8480 100644 --- a/src/installer/corehost/coreclr_resolver.h +++ b/src/installer/corehost/coreclr_resolver.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 __CORECLR_RESOLVER_H__ #define __CORECLR_RESOLVER_H__ diff --git a/src/installer/corehost/corehost.cpp b/src/installer/corehost/corehost.cpp index 312012f4034ef0..9ae142c4fe427b 100644 --- a/src/installer/corehost/corehost.cpp +++ b/src/installer/corehost/corehost.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 "pal.h" #include "hostfxr.h" diff --git a/src/installer/corehost/error_codes.h b/src/installer/corehost/error_codes.h index 6c1469b3ca3cb5..920ee91cc835f6 100644 --- a/src/installer/corehost/error_codes.h +++ b/src/installer/corehost/error_codes.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 __ERROR_CODES_H__ #define __ERROR_CODES_H__ diff --git a/src/installer/corehost/hostfxr_resolver.h b/src/installer/corehost/hostfxr_resolver.h index 21047b56a3c898..ef0ec6c8d792b5 100644 --- a/src/installer/corehost/hostfxr_resolver.h +++ b/src/installer/corehost/hostfxr_resolver.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 __HOSTFXR_RESOLVER_T_H__ #define __HOSTFXR_RESOLVER_T_H__ diff --git a/src/installer/managed/Microsoft.NET.HostModel/AppHost/AppHostCustomizationUnsupportedOSException.cs b/src/installer/managed/Microsoft.NET.HostModel/AppHost/AppHostCustomizationUnsupportedOSException.cs index ce76a6de4b9d9a..34650f231f5088 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/AppHost/AppHostCustomizationUnsupportedOSException.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/AppHost/AppHostCustomizationUnsupportedOSException.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/installer/managed/Microsoft.NET.HostModel/AppHost/AppHostMachOFormatException.cs b/src/installer/managed/Microsoft.NET.HostModel/AppHost/AppHostMachOFormatException.cs index 5dd052e5314183..33d1b183293aa5 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/AppHost/AppHostMachOFormatException.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/AppHost/AppHostMachOFormatException.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/installer/managed/Microsoft.NET.HostModel/AppHost/AppHostNotCUIException.cs b/src/installer/managed/Microsoft.NET.HostModel/AppHost/AppHostNotCUIException.cs index a119a60b561172..3d26b6139e638c 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/AppHost/AppHostNotCUIException.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/AppHost/AppHostNotCUIException.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/installer/managed/Microsoft.NET.HostModel/AppHost/AppHostNotPEFileException.cs b/src/installer/managed/Microsoft.NET.HostModel/AppHost/AppHostNotPEFileException.cs index c788e518262aa7..d9f9b7787bb244 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/AppHost/AppHostNotPEFileException.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/AppHost/AppHostNotPEFileException.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/installer/managed/Microsoft.NET.HostModel/AppHost/AppHostUpdateException.cs b/src/installer/managed/Microsoft.NET.HostModel/AppHost/AppHostUpdateException.cs index befd9131ac1aa5..897287bdbd8d5d 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/AppHost/AppHostUpdateException.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/AppHost/AppHostUpdateException.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/installer/managed/Microsoft.NET.HostModel/AppHost/AppNameTooLongException.cs b/src/installer/managed/Microsoft.NET.HostModel/AppHost/AppNameTooLongException.cs index 069b7f5718065e..c32f5b16b602cb 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/AppHost/AppNameTooLongException.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/AppHost/AppNameTooLongException.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/installer/managed/Microsoft.NET.HostModel/AppHost/BinaryUtils.cs b/src/installer/managed/Microsoft.NET.HostModel/AppHost/BinaryUtils.cs index 631a5ea985c242..de6d0bfce2f715 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/AppHost/BinaryUtils.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/AppHost/BinaryUtils.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.IO; diff --git a/src/installer/managed/Microsoft.NET.HostModel/AppHost/ElfUtils.cs b/src/installer/managed/Microsoft.NET.HostModel/AppHost/ElfUtils.cs index 8fc77d8ead4c80..4e86240843dcd7 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/AppHost/ElfUtils.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/AppHost/ElfUtils.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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; diff --git a/src/installer/managed/Microsoft.NET.HostModel/AppHost/HResultException.cs b/src/installer/managed/Microsoft.NET.HostModel/AppHost/HResultException.cs index b5b4ff25b90e68..beae98200213f3 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/AppHost/HResultException.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/AppHost/HResultException.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.IO; diff --git a/src/installer/managed/Microsoft.NET.HostModel/AppHost/HostWriter.cs b/src/installer/managed/Microsoft.NET.HostModel/AppHost/HostWriter.cs index d81e048f697696..9dcf55d2beeb58 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/AppHost/HostWriter.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/AppHost/HostWriter.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.ComponentModel; diff --git a/src/installer/managed/Microsoft.NET.HostModel/AppHost/MachOUtils.cs b/src/installer/managed/Microsoft.NET.HostModel/AppHost/MachOUtils.cs index f0fd163a1b86f4..2514caed0c0e8f 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/AppHost/MachOUtils.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/AppHost/MachOUtils.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.IO; diff --git a/src/installer/managed/Microsoft.NET.HostModel/AppHost/PEUtils.cs b/src/installer/managed/Microsoft.NET.HostModel/AppHost/PEUtils.cs index fe1c68a780d47a..ce5a847af6eebd 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/AppHost/PEUtils.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/AppHost/PEUtils.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.IO; diff --git a/src/installer/managed/Microsoft.NET.HostModel/AppHost/PlaceHolderNotFoundInAppHostException.cs b/src/installer/managed/Microsoft.NET.HostModel/AppHost/PlaceHolderNotFoundInAppHostException.cs index 8fffc6fd7a5722..fa8a0931f441c0 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/AppHost/PlaceHolderNotFoundInAppHostException.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/AppHost/PlaceHolderNotFoundInAppHostException.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/installer/managed/Microsoft.NET.HostModel/AppHost/RetryUtil.cs b/src/installer/managed/Microsoft.NET.HostModel/AppHost/RetryUtil.cs index 3178913ee0d88b..38be96dc3f0c7f 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/AppHost/RetryUtil.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/AppHost/RetryUtil.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.IO; diff --git a/src/installer/managed/Microsoft.NET.HostModel/Bundle/BundleOptions.cs b/src/installer/managed/Microsoft.NET.HostModel/Bundle/BundleOptions.cs index 1ab64bc7daae0c..d8eb92a9c497ba 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/Bundle/BundleOptions.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/Bundle/BundleOptions.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/installer/managed/Microsoft.NET.HostModel/Bundle/Bundler.cs b/src/installer/managed/Microsoft.NET.HostModel/Bundle/Bundler.cs index b4938025479b8c..3310cc18faf0f6 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/Bundle/Bundler.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/Bundle/Bundler.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.NET.HostModel.AppHost; using System; diff --git a/src/installer/managed/Microsoft.NET.HostModel/Bundle/FileEntry.cs b/src/installer/managed/Microsoft.NET.HostModel/Bundle/FileEntry.cs index 297c4bbb018c6b..2a37afcecf8e65 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/Bundle/FileEntry.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/Bundle/FileEntry.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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; diff --git a/src/installer/managed/Microsoft.NET.HostModel/Bundle/FileSpec.cs b/src/installer/managed/Microsoft.NET.HostModel/Bundle/FileSpec.cs index 6e4cd377098ca8..ca6d0d872f17db 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/Bundle/FileSpec.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/Bundle/FileSpec.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/installer/managed/Microsoft.NET.HostModel/Bundle/FileType.cs b/src/installer/managed/Microsoft.NET.HostModel/Bundle/FileType.cs index 48b5f3354fdd4f..b72fac55bc4536 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/Bundle/FileType.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/Bundle/FileType.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.NET.HostModel.Bundle { diff --git a/src/installer/managed/Microsoft.NET.HostModel/Bundle/Manifest.cs b/src/installer/managed/Microsoft.NET.HostModel/Bundle/Manifest.cs index 9c171ae2da7dd0..b2f70002cc9588 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/Bundle/Manifest.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/Bundle/Manifest.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/installer/managed/Microsoft.NET.HostModel/Bundle/TargetInfo.cs b/src/installer/managed/Microsoft.NET.HostModel/Bundle/TargetInfo.cs index 4cdec9727156ea..d1797b75f5d84d 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/Bundle/TargetInfo.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/Bundle/TargetInfo.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.NET.HostModel.AppHost; using System; diff --git a/src/installer/managed/Microsoft.NET.HostModel/Bundle/Trace.cs b/src/installer/managed/Microsoft.NET.HostModel/Bundle/Trace.cs index bb251dfa00f603..07b5f504151377 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/Bundle/Trace.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/Bundle/Trace.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/installer/managed/Microsoft.NET.HostModel/ComHost/ClsidMap.cs b/src/installer/managed/Microsoft.NET.HostModel/ComHost/ClsidMap.cs index 0c4740a7e14e32..151223b23b1729 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/ComHost/ClsidMap.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/ComHost/ClsidMap.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/installer/managed/Microsoft.NET.HostModel/ComHost/ComHost.cs b/src/installer/managed/Microsoft.NET.HostModel/ComHost/ComHost.cs index bcb0d3a0ec86b4..2e1d8a949efb6e 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/ComHost/ComHost.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/ComHost/ComHost.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.IO; diff --git a/src/installer/managed/Microsoft.NET.HostModel/ComHost/ComHostCustomizationUnsupportedOSException.cs b/src/installer/managed/Microsoft.NET.HostModel/ComHost/ComHostCustomizationUnsupportedOSException.cs index 320e1c21726d5e..94b3f779b155ff 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/ComHost/ComHostCustomizationUnsupportedOSException.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/ComHost/ComHostCustomizationUnsupportedOSException.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/installer/managed/Microsoft.NET.HostModel/ComHost/ConflictingGuidException.cs b/src/installer/managed/Microsoft.NET.HostModel/ComHost/ConflictingGuidException.cs index e0e721b5308d33..9174ec02e18eea 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/ComHost/ConflictingGuidException.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/ComHost/ConflictingGuidException.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/installer/managed/Microsoft.NET.HostModel/ComHost/MissingGuidException.cs b/src/installer/managed/Microsoft.NET.HostModel/ComHost/MissingGuidException.cs index 27bb337cfea7bf..4d2ee58797bdd1 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/ComHost/MissingGuidException.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/ComHost/MissingGuidException.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/installer/managed/Microsoft.NET.HostModel/ComHost/RegFreeComManifest.cs b/src/installer/managed/Microsoft.NET.HostModel/ComHost/RegFreeComManifest.cs index 921b059ae5b93a..c59120ebd0c2d3 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/ComHost/RegFreeComManifest.cs +++ b/src/installer/managed/Microsoft.NET.HostModel/ComHost/RegFreeComManifest.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/installer/tests/Assets/TestProjects/AppWithCustomEntryPoints/Program.cs b/src/installer/tests/Assets/TestProjects/AppWithCustomEntryPoints/Program.cs index 8b46ce6523acb8..a65e6a99dbec0a 100644 --- a/src/installer/tests/Assets/TestProjects/AppWithCustomEntryPoints/Program.cs +++ b/src/installer/tests/Assets/TestProjects/AppWithCustomEntryPoints/Program.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/installer/tests/Assets/TestProjects/AppWithSubDirs/Program.cs b/src/installer/tests/Assets/TestProjects/AppWithSubDirs/Program.cs index 5b51c37991b79e..c1a31dec98665a 100644 --- a/src/installer/tests/Assets/TestProjects/AppWithSubDirs/Program.cs +++ b/src/installer/tests/Assets/TestProjects/AppWithSubDirs/Program.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.IO; diff --git a/src/installer/tests/Assets/TestProjects/AppWithWait/Program.cs b/src/installer/tests/Assets/TestProjects/AppWithWait/Program.cs index 3c1c12a3469585..9a2c22c60d4903 100644 --- a/src/installer/tests/Assets/TestProjects/AppWithWait/Program.cs +++ b/src/installer/tests/Assets/TestProjects/AppWithWait/Program.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.IO; diff --git a/src/installer/tests/Assets/TestProjects/BundleProbeTester/Program.cs b/src/installer/tests/Assets/TestProjects/BundleProbeTester/Program.cs index bd98ffe8a7f4d6..187e5d4c6fce40 100644 --- a/src/installer/tests/Assets/TestProjects/BundleProbeTester/Program.cs +++ b/src/installer/tests/Assets/TestProjects/BundleProbeTester/Program.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/installer/tests/Assets/TestProjects/ComLibrary/ComLibrary.cs b/src/installer/tests/Assets/TestProjects/ComLibrary/ComLibrary.cs index addff5056d01b9..d5eb1adadae24a 100644 --- a/src/installer/tests/Assets/TestProjects/ComLibrary/ComLibrary.cs +++ b/src/installer/tests/Assets/TestProjects/ComLibrary/ComLibrary.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; @@ -65,4 +64,4 @@ public class ComVisibleCustomProgId public class ExplicitNoProgId { } -} \ No newline at end of file +} diff --git a/src/installer/tests/Assets/TestProjects/ComLibraryConflictingGuid/ComLibraryConflictingGuid.cs b/src/installer/tests/Assets/TestProjects/ComLibraryConflictingGuid/ComLibraryConflictingGuid.cs index 82faeb1a342361..f0e20c3de2b94b 100644 --- a/src/installer/tests/Assets/TestProjects/ComLibraryConflictingGuid/ComLibraryConflictingGuid.cs +++ b/src/installer/tests/Assets/TestProjects/ComLibraryConflictingGuid/ComLibraryConflictingGuid.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; @@ -28,4 +27,4 @@ public Server2() Console.WriteLine($"New instance of {nameof(Server2)} created"); } } -} \ No newline at end of file +} diff --git a/src/installer/tests/Assets/TestProjects/ComLibraryMissingGuid/ComLibraryMissingGuid.cs b/src/installer/tests/Assets/TestProjects/ComLibraryMissingGuid/ComLibraryMissingGuid.cs index fd813da88cc5f5..80b1160eab03be 100644 --- a/src/installer/tests/Assets/TestProjects/ComLibraryMissingGuid/ComLibraryMissingGuid.cs +++ b/src/installer/tests/Assets/TestProjects/ComLibraryMissingGuid/ComLibraryMissingGuid.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; @@ -15,4 +14,4 @@ public Server() Console.WriteLine($"New instance of {nameof(Server)} created"); } } -} \ No newline at end of file +} diff --git a/src/installer/tests/Assets/TestProjects/ComponentWithNoDependencies/Component.cs b/src/installer/tests/Assets/TestProjects/ComponentWithNoDependencies/Component.cs index 19a160630dc38d..56d41cd311295d 100644 --- a/src/installer/tests/Assets/TestProjects/ComponentWithNoDependencies/Component.cs +++ b/src/installer/tests/Assets/TestProjects/ComponentWithNoDependencies/Component.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; @@ -51,4 +50,4 @@ public static int UnmanagedComponentEntryPoint1(IntPtr arg, int size) return unmanagedEntryPoint1CallCount; } } -} \ No newline at end of file +} diff --git a/src/installer/tests/Assets/TestProjects/HostApiInvokerApp/HostFXR.cs b/src/installer/tests/Assets/TestProjects/HostApiInvokerApp/HostFXR.cs index bcbe6b178e3b44..6e67f50e883649 100644 --- a/src/installer/tests/Assets/TestProjects/HostApiInvokerApp/HostFXR.cs +++ b/src/installer/tests/Assets/TestProjects/HostApiInvokerApp/HostFXR.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/installer/tests/Assets/TestProjects/HostApiInvokerApp/HostPolicy.cs b/src/installer/tests/Assets/TestProjects/HostApiInvokerApp/HostPolicy.cs index 5826fa1245c9df..291f9e9cad4dca 100644 --- a/src/installer/tests/Assets/TestProjects/HostApiInvokerApp/HostPolicy.cs +++ b/src/installer/tests/Assets/TestProjects/HostApiInvokerApp/HostPolicy.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; @@ -78,4 +77,4 @@ public static bool RunTest(string apiToTest, string[] args) return true; } } -} \ No newline at end of file +} diff --git a/src/installer/tests/Assets/TestProjects/HostApiInvokerApp/Program.cs b/src/installer/tests/Assets/TestProjects/HostApiInvokerApp/Program.cs index ffe5db339ff857..1455a80a358df3 100644 --- a/src/installer/tests/Assets/TestProjects/HostApiInvokerApp/Program.cs +++ b/src/installer/tests/Assets/TestProjects/HostApiInvokerApp/Program.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/installer/tests/Assets/TestProjects/HostApiInvokerApp/Utils.cs b/src/installer/tests/Assets/TestProjects/HostApiInvokerApp/Utils.cs index 6b69d3737c3e42..c907ce3fd765ed 100644 --- a/src/installer/tests/Assets/TestProjects/HostApiInvokerApp/Utils.cs +++ b/src/installer/tests/Assets/TestProjects/HostApiInvokerApp/Utils.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/installer/tests/Assets/TestProjects/LightupClient/Program.cs b/src/installer/tests/Assets/TestProjects/LightupClient/Program.cs index 864cff0935f827..131198bd890d2f 100644 --- a/src/installer/tests/Assets/TestProjects/LightupClient/Program.cs +++ b/src/installer/tests/Assets/TestProjects/LightupClient/Program.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.IO; diff --git a/src/installer/tests/Assets/TestProjects/LightupLib/Program.cs b/src/installer/tests/Assets/TestProjects/LightupLib/Program.cs index fbd89fe4c004bc..2b70d4fea43b8b 100644 --- a/src/installer/tests/Assets/TestProjects/LightupLib/Program.cs +++ b/src/installer/tests/Assets/TestProjects/LightupLib/Program.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.Reflection; diff --git a/src/installer/tests/Assets/TestProjects/LocalizedApp/Hello.Designer.cs b/src/installer/tests/Assets/TestProjects/LocalizedApp/Hello.Designer.cs index cbf8d0e5c55395..298b8259012327 100644 --- a/src/installer/tests/Assets/TestProjects/LocalizedApp/Hello.Designer.cs +++ b/src/installer/tests/Assets/TestProjects/LocalizedApp/Hello.Designer.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ // <auto-generated> diff --git a/src/installer/tests/Assets/TestProjects/PortableApp/Program.cs b/src/installer/tests/Assets/TestProjects/PortableApp/Program.cs index 5df7e2952f8fea..c05e2d89d0b1f2 100644 --- a/src/installer/tests/Assets/TestProjects/PortableApp/Program.cs +++ b/src/installer/tests/Assets/TestProjects/PortableApp/Program.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/installer/tests/Assets/TestProjects/PortableAppWithException/Program.cs b/src/installer/tests/Assets/TestProjects/PortableAppWithException/Program.cs index ba28d518730ced..636decae1113b6 100644 --- a/src/installer/tests/Assets/TestProjects/PortableAppWithException/Program.cs +++ b/src/installer/tests/Assets/TestProjects/PortableAppWithException/Program.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/installer/tests/Assets/TestProjects/PortableAppWithLongPath/Program.cs b/src/installer/tests/Assets/TestProjects/PortableAppWithLongPath/Program.cs index ec62b4984f91f1..8f9d62897c6d56 100644 --- a/src/installer/tests/Assets/TestProjects/PortableAppWithLongPath/Program.cs +++ b/src/installer/tests/Assets/TestProjects/PortableAppWithLongPath/Program.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.IO; diff --git a/src/installer/tests/Assets/TestProjects/PortableAppWithMissingRef/Program.cs b/src/installer/tests/Assets/TestProjects/PortableAppWithMissingRef/Program.cs index 84bf48564c4677..249ff017708af7 100644 --- a/src/installer/tests/Assets/TestProjects/PortableAppWithMissingRef/Program.cs +++ b/src/installer/tests/Assets/TestProjects/PortableAppWithMissingRef/Program.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 SharedLibrary; diff --git a/src/installer/tests/Assets/TestProjects/PortableAppWithMissingRef/SharedLibrary/SharedLibrary.cs b/src/installer/tests/Assets/TestProjects/PortableAppWithMissingRef/SharedLibrary/SharedLibrary.cs index 4d0f6a92de27e5..b13fad58d26b6d 100644 --- a/src/installer/tests/Assets/TestProjects/PortableAppWithMissingRef/SharedLibrary/SharedLibrary.cs +++ b/src/installer/tests/Assets/TestProjects/PortableAppWithMissingRef/SharedLibrary/SharedLibrary.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/installer/tests/Assets/TestProjects/PortableTestApp/Program.cs b/src/installer/tests/Assets/TestProjects/PortableTestApp/Program.cs index ab1b403e43a0f8..561893aff02160 100644 --- a/src/installer/tests/Assets/TestProjects/PortableTestApp/Program.cs +++ b/src/installer/tests/Assets/TestProjects/PortableTestApp/Program.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 Xunit; diff --git a/src/installer/tests/Assets/TestProjects/ResourceLookup/Program.cs b/src/installer/tests/Assets/TestProjects/ResourceLookup/Program.cs index 2ff9021b602c47..86b343f3e48ec1 100644 --- a/src/installer/tests/Assets/TestProjects/ResourceLookup/Program.cs +++ b/src/installer/tests/Assets/TestProjects/ResourceLookup/Program.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/installer/tests/Assets/TestProjects/RuntimeProperties/Program.cs b/src/installer/tests/Assets/TestProjects/RuntimeProperties/Program.cs index d34be002d7829f..d22677aa617d8f 100644 --- a/src/installer/tests/Assets/TestProjects/RuntimeProperties/Program.cs +++ b/src/installer/tests/Assets/TestProjects/RuntimeProperties/Program.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/installer/tests/Assets/TestProjects/SharedFxLookupPortableApp/Program.cs b/src/installer/tests/Assets/TestProjects/SharedFxLookupPortableApp/Program.cs index b4d2e65cb6aee3..f0cb7b3209a870 100644 --- a/src/installer/tests/Assets/TestProjects/SharedFxLookupPortableApp/Program.cs +++ b/src/installer/tests/Assets/TestProjects/SharedFxLookupPortableApp/Program.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/installer/tests/Assets/TestProjects/StandaloneApp/Program.cs b/src/installer/tests/Assets/TestProjects/StandaloneApp/Program.cs index 9e65e3b0c84f2e..a9168ae00ac0bc 100644 --- a/src/installer/tests/Assets/TestProjects/StandaloneApp/Program.cs +++ b/src/installer/tests/Assets/TestProjects/StandaloneApp/Program.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/installer/tests/Assets/TestProjects/StandaloneApp20/Program.cs b/src/installer/tests/Assets/TestProjects/StandaloneApp20/Program.cs index 787bc61f9511be..4972c0162f196e 100644 --- a/src/installer/tests/Assets/TestProjects/StandaloneApp20/Program.cs +++ b/src/installer/tests/Assets/TestProjects/StandaloneApp20/Program.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/installer/tests/Assets/TestProjects/StandaloneApp21/Program.cs b/src/installer/tests/Assets/TestProjects/StandaloneApp21/Program.cs index 787bc61f9511be..4972c0162f196e 100644 --- a/src/installer/tests/Assets/TestProjects/StandaloneApp21/Program.cs +++ b/src/installer/tests/Assets/TestProjects/StandaloneApp21/Program.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/installer/tests/Assets/TestProjects/StandaloneApp3x/Program.cs b/src/installer/tests/Assets/TestProjects/StandaloneApp3x/Program.cs index 061228b65e922b..2bb065a6e980df 100644 --- a/src/installer/tests/Assets/TestProjects/StandaloneApp3x/Program.cs +++ b/src/installer/tests/Assets/TestProjects/StandaloneApp3x/Program.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/installer/tests/Assets/TestProjects/StandaloneTestApp/Program.cs b/src/installer/tests/Assets/TestProjects/StandaloneTestApp/Program.cs index a933fff0208285..570c419372c954 100644 --- a/src/installer/tests/Assets/TestProjects/StandaloneTestApp/Program.cs +++ b/src/installer/tests/Assets/TestProjects/StandaloneTestApp/Program.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 Xunit; diff --git a/src/installer/tests/Assets/TestProjects/StartupHook/StartupHook.cs b/src/installer/tests/Assets/TestProjects/StartupHook/StartupHook.cs index 7a044f590a3851..69fe6b5372c348 100644 --- a/src/installer/tests/Assets/TestProjects/StartupHook/StartupHook.cs +++ b/src/installer/tests/Assets/TestProjects/StartupHook/StartupHook.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/installer/tests/Assets/TestProjects/StartupHookWithAssemblyResolver/SharedLibrary/SharedLibrary.cs b/src/installer/tests/Assets/TestProjects/StartupHookWithAssemblyResolver/SharedLibrary/SharedLibrary.cs index fc5d74070059eb..3f5fc40dc17a7c 100644 --- a/src/installer/tests/Assets/TestProjects/StartupHookWithAssemblyResolver/SharedLibrary/SharedLibrary.cs +++ b/src/installer/tests/Assets/TestProjects/StartupHookWithAssemblyResolver/SharedLibrary/SharedLibrary.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 SharedLibrary { diff --git a/src/installer/tests/Assets/TestProjects/StartupHookWithAssemblyResolver/StartupHookWithAssemblyResolver.cs b/src/installer/tests/Assets/TestProjects/StartupHookWithAssemblyResolver/StartupHookWithAssemblyResolver.cs index 2dfb194d48bcc6..78dd0a00496864 100644 --- a/src/installer/tests/Assets/TestProjects/StartupHookWithAssemblyResolver/StartupHookWithAssemblyResolver.cs +++ b/src/installer/tests/Assets/TestProjects/StartupHookWithAssemblyResolver/StartupHookWithAssemblyResolver.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.IO; diff --git a/src/installer/tests/Assets/TestProjects/StartupHookWithDependency/StartupHookWithDependency.cs b/src/installer/tests/Assets/TestProjects/StartupHookWithDependency/StartupHookWithDependency.cs index 455b1e8d684c01..9178e26b84e473 100644 --- a/src/installer/tests/Assets/TestProjects/StartupHookWithDependency/StartupHookWithDependency.cs +++ b/src/installer/tests/Assets/TestProjects/StartupHookWithDependency/StartupHookWithDependency.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/installer/tests/Assets/TestProjects/StartupHookWithInstanceMethod/StartupHookWithInstanceMethod.cs b/src/installer/tests/Assets/TestProjects/StartupHookWithInstanceMethod/StartupHookWithInstanceMethod.cs index c9a9d3440ae569..cb39d711013c86 100644 --- a/src/installer/tests/Assets/TestProjects/StartupHookWithInstanceMethod/StartupHookWithInstanceMethod.cs +++ b/src/installer/tests/Assets/TestProjects/StartupHookWithInstanceMethod/StartupHookWithInstanceMethod.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/installer/tests/Assets/TestProjects/StartupHookWithMultipleIncorrectSignatures/StartupHookWithMultipleIncorrectSignatures.cs b/src/installer/tests/Assets/TestProjects/StartupHookWithMultipleIncorrectSignatures/StartupHookWithMultipleIncorrectSignatures.cs index 11272044a48447..1fd00c0979cf2f 100644 --- a/src/installer/tests/Assets/TestProjects/StartupHookWithMultipleIncorrectSignatures/StartupHookWithMultipleIncorrectSignatures.cs +++ b/src/installer/tests/Assets/TestProjects/StartupHookWithMultipleIncorrectSignatures/StartupHookWithMultipleIncorrectSignatures.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/installer/tests/Assets/TestProjects/StartupHookWithNonPublicMethod/StartupHookWithNonPublicMethod.cs b/src/installer/tests/Assets/TestProjects/StartupHookWithNonPublicMethod/StartupHookWithNonPublicMethod.cs index 121e6bae27c7b3..e5b3df4bbc3778 100644 --- a/src/installer/tests/Assets/TestProjects/StartupHookWithNonPublicMethod/StartupHookWithNonPublicMethod.cs +++ b/src/installer/tests/Assets/TestProjects/StartupHookWithNonPublicMethod/StartupHookWithNonPublicMethod.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/installer/tests/Assets/TestProjects/StartupHookWithOverload/StartupHookWithOverload.cs b/src/installer/tests/Assets/TestProjects/StartupHookWithOverload/StartupHookWithOverload.cs index 9253012e89af79..69ca754984865f 100644 --- a/src/installer/tests/Assets/TestProjects/StartupHookWithOverload/StartupHookWithOverload.cs +++ b/src/installer/tests/Assets/TestProjects/StartupHookWithOverload/StartupHookWithOverload.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/installer/tests/Assets/TestProjects/StartupHookWithParameter/StartupHookWithParameter.cs b/src/installer/tests/Assets/TestProjects/StartupHookWithParameter/StartupHookWithParameter.cs index 920b9bcf76405e..76fa2a4a54c96e 100644 --- a/src/installer/tests/Assets/TestProjects/StartupHookWithParameter/StartupHookWithParameter.cs +++ b/src/installer/tests/Assets/TestProjects/StartupHookWithParameter/StartupHookWithParameter.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/installer/tests/Assets/TestProjects/StartupHookWithReturnType/StartupHookWithReturnType.cs b/src/installer/tests/Assets/TestProjects/StartupHookWithReturnType/StartupHookWithReturnType.cs index ae0f553355dea6..e1e5172ef104eb 100644 --- a/src/installer/tests/Assets/TestProjects/StartupHookWithReturnType/StartupHookWithReturnType.cs +++ b/src/installer/tests/Assets/TestProjects/StartupHookWithReturnType/StartupHookWithReturnType.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/installer/tests/Assets/TestProjects/StartupHookWithoutInitializeMethod/StartupHookWithoutInitializeMethod.cs b/src/installer/tests/Assets/TestProjects/StartupHookWithoutInitializeMethod/StartupHookWithoutInitializeMethod.cs index b90adf9f6515ea..f19b469dac7180 100644 --- a/src/installer/tests/Assets/TestProjects/StartupHookWithoutInitializeMethod/StartupHookWithoutInitializeMethod.cs +++ b/src/installer/tests/Assets/TestProjects/StartupHookWithoutInitializeMethod/StartupHookWithoutInitializeMethod.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/installer/tests/Assets/TestProjects/StartupHookWithoutStartupHookType/StartupHookWithoutStartupHookType.cs b/src/installer/tests/Assets/TestProjects/StartupHookWithoutStartupHookType/StartupHookWithoutStartupHookType.cs index 29e3ecd5559d16..547b1d6bd6daf9 100644 --- a/src/installer/tests/Assets/TestProjects/StartupHookWithoutStartupHookType/StartupHookWithoutStartupHookType.cs +++ b/src/installer/tests/Assets/TestProjects/StartupHookWithoutStartupHookType/StartupHookWithoutStartupHookType.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/installer/tests/Assets/TestProjects/TestWindowsOsShimsApp/Program.cs b/src/installer/tests/Assets/TestProjects/TestWindowsOsShimsApp/Program.cs index bc065abc49d76c..c3bc3dbadbcacb 100644 --- a/src/installer/tests/Assets/TestProjects/TestWindowsOsShimsApp/Program.cs +++ b/src/installer/tests/Assets/TestProjects/TestWindowsOsShimsApp/Program.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/installer/tests/HostActivation.Tests/CommandExtensions.cs b/src/installer/tests/HostActivation.Tests/CommandExtensions.cs index edff69a88f3614..054e6c39d14368 100644 --- a/src/installer/tests/HostActivation.Tests/CommandExtensions.cs +++ b/src/installer/tests/HostActivation.Tests/CommandExtensions.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.Cli.Build.Framework; using System; diff --git a/src/installer/tests/HostActivation.Tests/Constants.cs b/src/installer/tests/HostActivation.Tests/Constants.cs index 4382f35c533c09..f7e743aa99aa38 100644 --- a/src/installer/tests/HostActivation.Tests/Constants.cs +++ b/src/installer/tests/HostActivation.Tests/Constants.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.CoreSetup.Test.HostActivation { diff --git a/src/installer/tests/HostActivation.Tests/DependencyResolution/ComponentDependencyResolutionBase.cs b/src/installer/tests/HostActivation.Tests/DependencyResolution/ComponentDependencyResolutionBase.cs index 983a07a1597b73..c87c28ac4a982c 100644 --- a/src/installer/tests/HostActivation.Tests/DependencyResolution/ComponentDependencyResolutionBase.cs +++ b/src/installer/tests/HostActivation.Tests/DependencyResolution/ComponentDependencyResolutionBase.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.Cli.Build; using Microsoft.DotNet.Cli.Build.Framework; diff --git a/src/installer/tests/HostActivation.Tests/DependencyResolution/DependencyResolutionBase.cs b/src/installer/tests/HostActivation.Tests/DependencyResolution/DependencyResolutionBase.cs index 65a48950817a92..5823e3a6229f71 100644 --- a/src/installer/tests/HostActivation.Tests/DependencyResolution/DependencyResolutionBase.cs +++ b/src/installer/tests/HostActivation.Tests/DependencyResolution/DependencyResolutionBase.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.IO; diff --git a/src/installer/tests/HostActivation.Tests/DependencyResolution/DependencyResolutionCommandResultExtensions.cs b/src/installer/tests/HostActivation.Tests/DependencyResolution/DependencyResolutionCommandResultExtensions.cs index 8bc8b7b2d3967b..adf7145c2a12d1 100644 --- a/src/installer/tests/HostActivation.Tests/DependencyResolution/DependencyResolutionCommandResultExtensions.cs +++ b/src/installer/tests/HostActivation.Tests/DependencyResolution/DependencyResolutionCommandResultExtensions.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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 FluentAssertions; using FluentAssertions.Execution; diff --git a/src/installer/tests/HostActivation.Tests/DependencyResolution/PerAssemblyVersionResolution.cs b/src/installer/tests/HostActivation.Tests/DependencyResolution/PerAssemblyVersionResolution.cs index 8f78af9d81fb6b..ea21df856ee69b 100644 --- a/src/installer/tests/HostActivation.Tests/DependencyResolution/PerAssemblyVersionResolution.cs +++ b/src/installer/tests/HostActivation.Tests/DependencyResolution/PerAssemblyVersionResolution.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.IO; diff --git a/src/installer/tests/HostActivation.Tests/DependencyResolution/ResolveComponentDependencies.cs b/src/installer/tests/HostActivation.Tests/DependencyResolution/ResolveComponentDependencies.cs index eb96cf6794dfd3..d1979438af48ea 100644 --- a/src/installer/tests/HostActivation.Tests/DependencyResolution/ResolveComponentDependencies.cs +++ b/src/installer/tests/HostActivation.Tests/DependencyResolution/ResolveComponentDependencies.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.IO; @@ -338,4 +337,4 @@ public TestApp CreateComponentWithResources(Action<NetCoreAppBuilder> customizer } } } -} \ No newline at end of file +} diff --git a/src/installer/tests/HostActivation.Tests/DependencyResolution/RidAssetResolution.cs b/src/installer/tests/HostActivation.Tests/DependencyResolution/RidAssetResolution.cs index ed9062ec01646e..ac7ec1ccdbdc8d 100644 --- a/src/installer/tests/HostActivation.Tests/DependencyResolution/RidAssetResolution.cs +++ b/src/installer/tests/HostActivation.Tests/DependencyResolution/RidAssetResolution.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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; diff --git a/src/installer/tests/HostActivation.Tests/DotNetBuilder.cs b/src/installer/tests/HostActivation.Tests/DotNetBuilder.cs index d084ea78145d7a..2a99ab5681f75c 100644 --- a/src/installer/tests/HostActivation.Tests/DotNetBuilder.cs +++ b/src/installer/tests/HostActivation.Tests/DotNetBuilder.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.Cli.Build; using System; diff --git a/src/installer/tests/HostActivation.Tests/DotnetArgValidation.cs b/src/installer/tests/HostActivation.Tests/DotnetArgValidation.cs index 3fee435b7104bb..bffa811215b679 100644 --- a/src/installer/tests/HostActivation.Tests/DotnetArgValidation.cs +++ b/src/installer/tests/HostActivation.Tests/DotnetArgValidation.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.Cli.Build; using System; diff --git a/src/installer/tests/HostActivation.Tests/DotnetTestXunit.cs b/src/installer/tests/HostActivation.Tests/DotnetTestXunit.cs index 8adaf8860735f7..18f187ee4237ed 100644 --- a/src/installer/tests/HostActivation.Tests/DotnetTestXunit.cs +++ b/src/installer/tests/HostActivation.Tests/DotnetTestXunit.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.CoreSetup.Test; using System; diff --git a/src/installer/tests/HostActivation.Tests/FrameworkResolution/ApplyPatchesSettings.cs b/src/installer/tests/HostActivation.Tests/FrameworkResolution/ApplyPatchesSettings.cs index 51bf7b4e45297b..d747ee016f47df 100644 --- a/src/installer/tests/HostActivation.Tests/FrameworkResolution/ApplyPatchesSettings.cs +++ b/src/installer/tests/HostActivation.Tests/FrameworkResolution/ApplyPatchesSettings.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.Cli.Build; using Microsoft.DotNet.Cli.Build.Framework; diff --git a/src/installer/tests/HostActivation.Tests/FrameworkResolution/DotNetCliExtensions.cs b/src/installer/tests/HostActivation.Tests/FrameworkResolution/DotNetCliExtensions.cs index 5e8d555777f206..5a8830556f54b6 100644 --- a/src/installer/tests/HostActivation.Tests/FrameworkResolution/DotNetCliExtensions.cs +++ b/src/installer/tests/HostActivation.Tests/FrameworkResolution/DotNetCliExtensions.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.Cli.Build; using System; diff --git a/src/installer/tests/HostActivation.Tests/FrameworkResolution/FrameworkResolutionBase.Settings.cs b/src/installer/tests/HostActivation.Tests/FrameworkResolution/FrameworkResolutionBase.Settings.cs index feec180f100de5..81f2e14a35f527 100644 --- a/src/installer/tests/HostActivation.Tests/FrameworkResolution/FrameworkResolutionBase.Settings.cs +++ b/src/installer/tests/HostActivation.Tests/FrameworkResolution/FrameworkResolutionBase.Settings.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/installer/tests/HostActivation.Tests/FrameworkResolution/FrameworkResolutionBase.cs b/src/installer/tests/HostActivation.Tests/FrameworkResolution/FrameworkResolutionBase.cs index 6a7a527b97d86e..c36d0c0c8102bb 100644 --- a/src/installer/tests/HostActivation.Tests/FrameworkResolution/FrameworkResolutionBase.cs +++ b/src/installer/tests/HostActivation.Tests/FrameworkResolution/FrameworkResolutionBase.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.Cli.Build; using Microsoft.DotNet.Cli.Build.Framework; diff --git a/src/installer/tests/HostActivation.Tests/FrameworkResolution/FrameworkResolutionCommandResultExtensions.cs b/src/installer/tests/HostActivation.Tests/FrameworkResolution/FrameworkResolutionCommandResultExtensions.cs index 899c198f5c2388..a0b6feda95774d 100644 --- a/src/installer/tests/HostActivation.Tests/FrameworkResolution/FrameworkResolutionCommandResultExtensions.cs +++ b/src/installer/tests/HostActivation.Tests/FrameworkResolution/FrameworkResolutionCommandResultExtensions.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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 FluentAssertions; using Microsoft.DotNet.Cli.Build.Framework; diff --git a/src/installer/tests/HostActivation.Tests/FrameworkResolution/FxVersionCLI.cs b/src/installer/tests/HostActivation.Tests/FrameworkResolution/FxVersionCLI.cs index e07ffbbdbf1e36..10057216bc36de 100644 --- a/src/installer/tests/HostActivation.Tests/FrameworkResolution/FxVersionCLI.cs +++ b/src/installer/tests/HostActivation.Tests/FrameworkResolution/FxVersionCLI.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.Cli.Build; using Microsoft.DotNet.Cli.Build.Framework; diff --git a/src/installer/tests/HostActivation.Tests/FrameworkResolution/IncludedFrameworksSettings.cs b/src/installer/tests/HostActivation.Tests/FrameworkResolution/IncludedFrameworksSettings.cs index 60d5f2d982fa54..af8aa1dc3b5931 100644 --- a/src/installer/tests/HostActivation.Tests/FrameworkResolution/IncludedFrameworksSettings.cs +++ b/src/installer/tests/HostActivation.Tests/FrameworkResolution/IncludedFrameworksSettings.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.Cli.Build; using Microsoft.DotNet.Cli.Build.Framework; diff --git a/src/installer/tests/HostActivation.Tests/FrameworkResolution/MultipleHives.cs b/src/installer/tests/HostActivation.Tests/FrameworkResolution/MultipleHives.cs index f15ed565cd9c2f..4c2ebdac73840c 100644 --- a/src/installer/tests/HostActivation.Tests/FrameworkResolution/MultipleHives.cs +++ b/src/installer/tests/HostActivation.Tests/FrameworkResolution/MultipleHives.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.Cli.Build; using Microsoft.DotNet.Cli.Build.Framework; diff --git a/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardMultipleFrameworks.cs b/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardMultipleFrameworks.cs index b6829195731f0b..5a2f278de38b46 100644 --- a/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardMultipleFrameworks.cs +++ b/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardMultipleFrameworks.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.Cli.Build; using Microsoft.DotNet.Cli.Build.Framework; diff --git a/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardOnNoCandidateFx.cs b/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardOnNoCandidateFx.cs index ad006d635ffd35..935d4122fa7d33 100644 --- a/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardOnNoCandidateFx.cs +++ b/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardOnNoCandidateFx.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.Cli.Build; using Microsoft.DotNet.Cli.Build.Framework; diff --git a/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardOnNoCandidateFxMultipleFrameworks.cs b/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardOnNoCandidateFxMultipleFrameworks.cs index a99d8447dd7788..8db6771f6c0423 100644 --- a/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardOnNoCandidateFxMultipleFrameworks.cs +++ b/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardOnNoCandidateFxMultipleFrameworks.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.Cli.Build; using Microsoft.DotNet.Cli.Build.Framework; diff --git a/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardOnNoCandidateFxSettings.cs b/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardOnNoCandidateFxSettings.cs index 6540bcf9179798..3258653cdf40bd 100644 --- a/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardOnNoCandidateFxSettings.cs +++ b/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardOnNoCandidateFxSettings.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.Cli.Build; using Microsoft.DotNet.Cli.Build.Framework; diff --git a/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardPreReleaseOnly.cs b/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardPreReleaseOnly.cs index 21c45e3ec1e68d..b3b6cf8a935367 100644 --- a/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardPreReleaseOnly.cs +++ b/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardPreReleaseOnly.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.Cli.Build; using Microsoft.DotNet.Cli.Build.Framework; @@ -311,4 +310,4 @@ private CommandResult RunTest( .With(RollForwardSetting(SettingLocation.CommandLine, rollForward))); } } -} \ No newline at end of file +} diff --git a/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardReleaseAndPreRelease.cs b/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardReleaseAndPreRelease.cs index 38031d461303a7..1289292602addc 100644 --- a/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardReleaseAndPreRelease.cs +++ b/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardReleaseAndPreRelease.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.Cli.Build; using Microsoft.DotNet.Cli.Build.Framework; diff --git a/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardReleaseOnly.cs b/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardReleaseOnly.cs index 605bc567faa380..1f438a9d96d596 100644 --- a/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardReleaseOnly.cs +++ b/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardReleaseOnly.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.Cli.Build; using Microsoft.DotNet.Cli.Build.Framework; @@ -224,4 +223,4 @@ private CommandResult RunTest( .With(RollForwardSetting(SettingLocation.CommandLine, rollForward))); } } -} \ No newline at end of file +} diff --git a/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardSettings.cs b/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardSettings.cs index e7a91d0b829e88..a9db947c53a846 100644 --- a/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardSettings.cs +++ b/src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardSettings.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.Cli.Build; using Microsoft.DotNet.Cli.Build.Framework; diff --git a/src/installer/tests/HostActivation.Tests/HostVersionCompatibility.cs b/src/installer/tests/HostActivation.Tests/HostVersionCompatibility.cs index afb0862fecde92..96ac25101e3ff4 100644 --- a/src/installer/tests/HostActivation.Tests/HostVersionCompatibility.cs +++ b/src/installer/tests/HostActivation.Tests/HostVersionCompatibility.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.Cli.Build.Framework; using System; diff --git a/src/installer/tests/HostActivation.Tests/LightupAppActivation.cs b/src/installer/tests/HostActivation.Tests/LightupAppActivation.cs index e3dd30e8a79875..82988c597f2ed7 100644 --- a/src/installer/tests/HostActivation.Tests/LightupAppActivation.cs +++ b/src/installer/tests/HostActivation.Tests/LightupAppActivation.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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 Newtonsoft.Json.Linq; using System; diff --git a/src/installer/tests/HostActivation.Tests/MockCoreClrSanity.cs b/src/installer/tests/HostActivation.Tests/MockCoreClrSanity.cs index 3890c2049c7455..4111a2e2603515 100644 --- a/src/installer/tests/HostActivation.Tests/MockCoreClrSanity.cs +++ b/src/installer/tests/HostActivation.Tests/MockCoreClrSanity.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.Cli.Build; using System; diff --git a/src/installer/tests/HostActivation.Tests/MultilevelSDKLookup.cs b/src/installer/tests/HostActivation.Tests/MultilevelSDKLookup.cs index afdfaa61e351f8..d3ddfa2553d731 100644 --- a/src/installer/tests/HostActivation.Tests/MultilevelSDKLookup.cs +++ b/src/installer/tests/HostActivation.Tests/MultilevelSDKLookup.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.DotNet.Cli.Build; using System; diff --git a/src/installer/tests/HostActivation.Tests/MultilevelSharedFxLookup.DepsVersion.cs b/src/installer/tests/HostActivation.Tests/MultilevelSharedFxLookup.DepsVersion.cs index 7cd1e573f2681a..65b5ff2372308d 100644 --- a/src/installer/tests/HostActivation.Tests/MultilevelSharedFxLookup.DepsVersion.cs +++ b/src/installer/tests/HostActivation.Tests/MultilevelSharedFxLookup.DepsVersion.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 Newtonsoft.Json.Linq; using System.IO; diff --git a/src/installer/tests/HostActivation.Tests/MultilevelSharedFxLookup.cs b/src/installer/tests/HostActivation.Tests/MultilevelSharedFxLookup.cs index 2b05a3ebcf861d..a35ac3ef0b379f 100644 --- a/src/installer/tests/HostActivation.Tests/MultilevelSharedFxLookup.cs +++ b/src/installer/tests/HostActivation.Tests/MultilevelSharedFxLookup.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.IO; diff --git a/src/installer/tests/HostActivation.Tests/NativeHostApis.cs b/src/installer/tests/HostActivation.Tests/NativeHostApis.cs index 8621e1e4b39965..83ceacbc52a89b 100644 --- a/src/installer/tests/HostActivation.Tests/NativeHostApis.cs +++ b/src/installer/tests/HostActivation.Tests/NativeHostApis.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.DotNet.Cli.Build; using System; diff --git a/src/installer/tests/HostActivation.Tests/NativeHosting/ApplicationExecution.cs b/src/installer/tests/HostActivation.Tests/NativeHosting/ApplicationExecution.cs index d5e6cf060249b9..f7053dbc57ebae 100644 --- a/src/installer/tests/HostActivation.Tests/NativeHosting/ApplicationExecution.cs +++ b/src/installer/tests/HostActivation.Tests/NativeHosting/ApplicationExecution.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.DotNet.Cli.Build.Framework; using System.Collections.Generic; diff --git a/src/installer/tests/HostActivation.Tests/NativeHosting/Comhost.cs b/src/installer/tests/HostActivation.Tests/NativeHosting/Comhost.cs index 115fc428aa73bc..ddf80fe20a2948 100644 --- a/src/installer/tests/HostActivation.Tests/NativeHosting/Comhost.cs +++ b/src/installer/tests/HostActivation.Tests/NativeHosting/Comhost.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.DotNet.Cli.Build.Framework; using Newtonsoft.Json.Linq; diff --git a/src/installer/tests/HostActivation.Tests/NativeHosting/GetFunctionPointer.cs b/src/installer/tests/HostActivation.Tests/NativeHosting/GetFunctionPointer.cs index d73c085afbaf90..150943d5cf12d0 100644 --- a/src/installer/tests/HostActivation.Tests/NativeHosting/GetFunctionPointer.cs +++ b/src/installer/tests/HostActivation.Tests/NativeHosting/GetFunctionPointer.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.DotNet.Cli.Build.Framework; using System.Collections.Generic; diff --git a/src/installer/tests/HostActivation.Tests/NativeHosting/GetNativeSearchDirectories.cs b/src/installer/tests/HostActivation.Tests/NativeHosting/GetNativeSearchDirectories.cs index 323b710904798a..7f09c70943baee 100644 --- a/src/installer/tests/HostActivation.Tests/NativeHosting/GetNativeSearchDirectories.cs +++ b/src/installer/tests/HostActivation.Tests/NativeHosting/GetNativeSearchDirectories.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.Runtime.InteropServices; diff --git a/src/installer/tests/HostActivation.Tests/NativeHosting/HostContext.PropertyCompatibilityTestData.cs b/src/installer/tests/HostActivation.Tests/NativeHosting/HostContext.PropertyCompatibilityTestData.cs index b710ddc41d9b0c..1b7f3976799ee2 100644 --- a/src/installer/tests/HostActivation.Tests/NativeHosting/HostContext.PropertyCompatibilityTestData.cs +++ b/src/installer/tests/HostActivation.Tests/NativeHosting/HostContext.PropertyCompatibilityTestData.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/installer/tests/HostActivation.Tests/NativeHosting/HostContext.cs b/src/installer/tests/HostActivation.Tests/NativeHosting/HostContext.cs index 6ba24c40bdfec7..3e8c603e4981a6 100644 --- a/src/installer/tests/HostActivation.Tests/NativeHosting/HostContext.cs +++ b/src/installer/tests/HostActivation.Tests/NativeHosting/HostContext.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.DotNet.Cli.Build; using Microsoft.DotNet.Cli.Build.Framework; diff --git a/src/installer/tests/HostActivation.Tests/NativeHosting/HostContextResultExtensions.cs b/src/installer/tests/HostActivation.Tests/NativeHosting/HostContextResultExtensions.cs index 7aed2c71032274..eaef5fa9591061 100644 --- a/src/installer/tests/HostActivation.Tests/NativeHosting/HostContextResultExtensions.cs +++ b/src/installer/tests/HostActivation.Tests/NativeHosting/HostContextResultExtensions.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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 FluentAssertions; diff --git a/src/installer/tests/HostActivation.Tests/NativeHosting/LoadAssemblyAndGetFunctionPointer.cs b/src/installer/tests/HostActivation.Tests/NativeHosting/LoadAssemblyAndGetFunctionPointer.cs index 784e3b9caf44ea..4b70a885877254 100644 --- a/src/installer/tests/HostActivation.Tests/NativeHosting/LoadAssemblyAndGetFunctionPointer.cs +++ b/src/installer/tests/HostActivation.Tests/NativeHosting/LoadAssemblyAndGetFunctionPointer.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.DotNet.Cli.Build.Framework; using System.Collections.Generic; diff --git a/src/installer/tests/HostActivation.Tests/NativeHosting/Nethost.cs b/src/installer/tests/HostActivation.Tests/NativeHosting/Nethost.cs index 6ae704359155b8..abcddd23948123 100644 --- a/src/installer/tests/HostActivation.Tests/NativeHosting/Nethost.cs +++ b/src/installer/tests/HostActivation.Tests/NativeHosting/Nethost.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.DotNet.Cli.Build.Framework; using System.IO; diff --git a/src/installer/tests/HostActivation.Tests/NativeHosting/SharedTestStateBase.cs b/src/installer/tests/HostActivation.Tests/NativeHosting/SharedTestStateBase.cs index 8821583cd07b83..85ac9b19d43acb 100644 --- a/src/installer/tests/HostActivation.Tests/NativeHosting/SharedTestStateBase.cs +++ b/src/installer/tests/HostActivation.Tests/NativeHosting/SharedTestStateBase.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.DotNet.Cli.Build.Framework; using System; diff --git a/src/installer/tests/HostActivation.Tests/NetCoreAppBuilder.cs b/src/installer/tests/HostActivation.Tests/NetCoreAppBuilder.cs index 3f470b0001710d..ba5e101558c29d 100644 --- a/src/installer/tests/HostActivation.Tests/NetCoreAppBuilder.cs +++ b/src/installer/tests/HostActivation.Tests/NetCoreAppBuilder.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DependencyModel; using System; @@ -406,4 +405,4 @@ public TestApp Build(TestApp testApp) return testApp; } } -} \ No newline at end of file +} diff --git a/src/installer/tests/HostActivation.Tests/PortableAppActivation.cs b/src/installer/tests/HostActivation.Tests/PortableAppActivation.cs index 0835af7398e859..9b4648b0182afe 100644 --- a/src/installer/tests/HostActivation.Tests/PortableAppActivation.cs +++ b/src/installer/tests/HostActivation.Tests/PortableAppActivation.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.Cli.Build; using Microsoft.DotNet.Cli.Build.Framework; diff --git a/src/installer/tests/HostActivation.Tests/RegisteredInstallLocationOverride.cs b/src/installer/tests/HostActivation.Tests/RegisteredInstallLocationOverride.cs index 1d6168785b07fe..33ce9f81c3e940 100644 --- a/src/installer/tests/HostActivation.Tests/RegisteredInstallLocationOverride.cs +++ b/src/installer/tests/HostActivation.Tests/RegisteredInstallLocationOverride.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.Cli.Build.Framework; using Microsoft.Win32; diff --git a/src/installer/tests/HostActivation.Tests/ResourceLookup.cs b/src/installer/tests/HostActivation.Tests/ResourceLookup.cs index b3d06755cbd79e..e5f02cb7826bb8 100644 --- a/src/installer/tests/HostActivation.Tests/ResourceLookup.cs +++ b/src/installer/tests/HostActivation.Tests/ResourceLookup.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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; diff --git a/src/installer/tests/HostActivation.Tests/RuntimeConfig.cs b/src/installer/tests/HostActivation.Tests/RuntimeConfig.cs index fc5ee6d981b9bc..6e810dc5d7cde8 100644 --- a/src/installer/tests/HostActivation.Tests/RuntimeConfig.cs +++ b/src/installer/tests/HostActivation.Tests/RuntimeConfig.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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 Newtonsoft.Json; using Newtonsoft.Json.Linq; diff --git a/src/installer/tests/HostActivation.Tests/RuntimeProperties.cs b/src/installer/tests/HostActivation.Tests/RuntimeProperties.cs index fd9edf7106192a..3ba796d8c2371a 100644 --- a/src/installer/tests/HostActivation.Tests/RuntimeProperties.cs +++ b/src/installer/tests/HostActivation.Tests/RuntimeProperties.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.IO; diff --git a/src/installer/tests/HostActivation.Tests/SDKLookup.cs b/src/installer/tests/HostActivation.Tests/SDKLookup.cs index 8fbd4cc9037189..b587a019edabdf 100644 --- a/src/installer/tests/HostActivation.Tests/SDKLookup.cs +++ b/src/installer/tests/HostActivation.Tests/SDKLookup.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.DotNet.Cli.Build; using System; diff --git a/src/installer/tests/HostActivation.Tests/SharedFramework.cs b/src/installer/tests/HostActivation.Tests/SharedFramework.cs index f25c3f80ed686f..a887b2bf65160a 100644 --- a/src/installer/tests/HostActivation.Tests/SharedFramework.cs +++ b/src/installer/tests/HostActivation.Tests/SharedFramework.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 Newtonsoft.Json.Linq; using System.IO; diff --git a/src/installer/tests/HostActivation.Tests/SharedFxLookup.cs b/src/installer/tests/HostActivation.Tests/SharedFxLookup.cs index 0139077f16bf9a..a33195e54174df 100644 --- a/src/installer/tests/HostActivation.Tests/SharedFxLookup.cs +++ b/src/installer/tests/HostActivation.Tests/SharedFxLookup.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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 Newtonsoft.Json.Linq; using System; diff --git a/src/installer/tests/HostActivation.Tests/StandaloneAppActivation.cs b/src/installer/tests/HostActivation.Tests/StandaloneAppActivation.cs index dac93e29407bd6..1eebe7ff0acc06 100644 --- a/src/installer/tests/HostActivation.Tests/StandaloneAppActivation.cs +++ b/src/installer/tests/HostActivation.Tests/StandaloneAppActivation.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 FluentAssertions; using Microsoft.DotNet.Cli.Build.Framework; diff --git a/src/installer/tests/HostActivation.Tests/StartupHooks.cs b/src/installer/tests/HostActivation.Tests/StartupHooks.cs index 49dc578d73d53e..12d9e23fc84a2c 100644 --- a/src/installer/tests/HostActivation.Tests/StartupHooks.cs +++ b/src/installer/tests/HostActivation.Tests/StartupHooks.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.IO; diff --git a/src/installer/tests/HostActivation.Tests/TestOnlyProductBehavior.cs b/src/installer/tests/HostActivation.Tests/TestOnlyProductBehavior.cs index a5a1f99111e766..36702882a06932 100644 --- a/src/installer/tests/HostActivation.Tests/TestOnlyProductBehavior.cs +++ b/src/installer/tests/HostActivation.Tests/TestOnlyProductBehavior.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.NET.HostModel.AppHost; using System; diff --git a/src/installer/tests/HostActivation.Tests/Tracing.cs b/src/installer/tests/HostActivation.Tests/Tracing.cs index 524192bfd24e0b..fef9ee33fbad6c 100644 --- a/src/installer/tests/HostActivation.Tests/Tracing.cs +++ b/src/installer/tests/HostActivation.Tests/Tracing.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 Xunit; diff --git a/src/installer/tests/HostActivation.Tests/WindowsSpecificBehavior.cs b/src/installer/tests/HostActivation.Tests/WindowsSpecificBehavior.cs index caa0b8b916673a..5959073b7a8dae 100644 --- a/src/installer/tests/HostActivation.Tests/WindowsSpecificBehavior.cs +++ b/src/installer/tests/HostActivation.Tests/WindowsSpecificBehavior.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.Win32; using System; diff --git a/src/installer/tests/HostActivation.Tests/XunitAssemblyAttributes.cs b/src/installer/tests/HostActivation.Tests/XunitAssemblyAttributes.cs index 5e441a317c6eae..e31efc5df9fbbf 100644 --- a/src/installer/tests/HostActivation.Tests/XunitAssemblyAttributes.cs +++ b/src/installer/tests/HostActivation.Tests/XunitAssemblyAttributes.cs @@ -1,9 +1,8 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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; // Test cases in this assembly cannot be run in parallel. // Some test cases modify global state and will interfere with others running at the same time. -[assembly: CollectionBehavior(DisableTestParallelization = true)] \ No newline at end of file +[assembly: CollectionBehavior(DisableTestParallelization = true)] diff --git a/src/installer/tests/Microsoft.DotNet.CoreSetup.Packaging.Tests/NETCoreTests.cs b/src/installer/tests/Microsoft.DotNet.CoreSetup.Packaging.Tests/NETCoreTests.cs index c4d5f7ae8117c6..65d19d7983c413 100644 --- a/src/installer/tests/Microsoft.DotNet.CoreSetup.Packaging.Tests/NETCoreTests.cs +++ b/src/installer/tests/Microsoft.DotNet.CoreSetup.Packaging.Tests/NETCoreTests.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.CoreSetup.Test; using Xunit; diff --git a/src/installer/tests/Microsoft.DotNet.CoreSetup.Packaging.Tests/NETStandardTests.cs b/src/installer/tests/Microsoft.DotNet.CoreSetup.Packaging.Tests/NETStandardTests.cs index 435ce8fc30a2a6..0c5c4a29b97ee8 100644 --- a/src/installer/tests/Microsoft.DotNet.CoreSetup.Packaging.Tests/NETStandardTests.cs +++ b/src/installer/tests/Microsoft.DotNet.CoreSetup.Packaging.Tests/NETStandardTests.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.CoreSetup.Test; using Xunit; diff --git a/src/installer/tests/Microsoft.DotNet.CoreSetup.Packaging.Tests/NuGetArtifactTester.cs b/src/installer/tests/Microsoft.DotNet.CoreSetup.Packaging.Tests/NuGetArtifactTester.cs index b46b78150f1761..d5d1aa12a8afce 100644 --- a/src/installer/tests/Microsoft.DotNet.CoreSetup.Packaging.Tests/NuGetArtifactTester.cs +++ b/src/installer/tests/Microsoft.DotNet.CoreSetup.Packaging.Tests/NuGetArtifactTester.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.CoreSetup.Test; using NuGet.Packaging; diff --git a/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleExtractToSpecificPath.cs b/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleExtractToSpecificPath.cs index 8f9e97415285bb..4599b381d4d241 100644 --- a/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleExtractToSpecificPath.cs +++ b/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleExtractToSpecificPath.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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 BundleTests.Helpers; using Microsoft.DotNet.Cli.Build.Framework; diff --git a/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleProbe.cs b/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleProbe.cs index b178e0ee36e6d0..f9d0d04e8b8e90 100644 --- a/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleProbe.cs +++ b/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleProbe.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.IO; diff --git a/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleRename.cs b/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleRename.cs index 3a0ed2c7f33e6e..006df6e3dc5184 100644 --- a/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleRename.cs +++ b/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleRename.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.IO; diff --git a/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundledAppWithSubDirs.cs b/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundledAppWithSubDirs.cs index ff15ee6fb80f1e..e336de81dd5fa0 100644 --- a/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundledAppWithSubDirs.cs +++ b/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundledAppWithSubDirs.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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 BundleTests.Helpers; using Microsoft.DotNet.Cli.Build.Framework; diff --git a/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/StaticHost.cs b/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/StaticHost.cs index 504ebe33e42e75..b1111e9c9b027e 100644 --- a/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/StaticHost.cs +++ b/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/StaticHost.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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 BundleTests.Helpers; using Microsoft.DotNet.Cli.Build.Framework; diff --git a/src/installer/tests/Microsoft.NET.HostModel.Tests/Helpers/BundleHelper.cs b/src/installer/tests/Microsoft.NET.HostModel.Tests/Helpers/BundleHelper.cs index def3a469563991..e147a8351b03a4 100644 --- a/src/installer/tests/Microsoft.NET.HostModel.Tests/Helpers/BundleHelper.cs +++ b/src/installer/tests/Microsoft.NET.HostModel.Tests/Helpers/BundleHelper.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.CoreSetup.Test; using Microsoft.NET.HostModel.Bundle; diff --git a/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.AppHost.Tests/AppHostUpdateTests.cs b/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.AppHost.Tests/AppHostUpdateTests.cs index a48ea539319571..5d4466de963dfb 100644 --- a/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.AppHost.Tests/AppHostUpdateTests.cs +++ b/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.AppHost.Tests/AppHostUpdateTests.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.IO; diff --git a/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.Bundle.Tests/BundleAndRun.cs b/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.Bundle.Tests/BundleAndRun.cs index bf9ff14cf5b0f8..1c8af4b561c3f1 100644 --- a/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.Bundle.Tests/BundleAndRun.cs +++ b/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.Bundle.Tests/BundleAndRun.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.IO; diff --git a/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.Bundle.Tests/BundleLegacy.cs b/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.Bundle.Tests/BundleLegacy.cs index 1690be766e33aa..10cf437ccb3a48 100644 --- a/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.Bundle.Tests/BundleLegacy.cs +++ b/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.Bundle.Tests/BundleLegacy.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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; diff --git a/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.Bundle.Tests/BundlerConsistencyTests.cs b/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.Bundle.Tests/BundlerConsistencyTests.cs index 07fc882dc61f69..3cf9d355cbd5cb 100644 --- a/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.Bundle.Tests/BundlerConsistencyTests.cs +++ b/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.Bundle.Tests/BundlerConsistencyTests.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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 BundleTests.Helpers; using FluentAssertions; diff --git a/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.ComHost.Tests/ClsidMapTests.cs b/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.ComHost.Tests/ClsidMapTests.cs index 0097e029486ac5..f35038860ecf65 100644 --- a/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.ComHost.Tests/ClsidMapTests.cs +++ b/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.ComHost.Tests/ClsidMapTests.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.CoreSetup.Test; using Newtonsoft.Json; diff --git a/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.ComHost.Tests/RegFreeComManifestTests.cs b/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.ComHost.Tests/RegFreeComManifestTests.cs index 49aa5293260a0f..9a4f47e79b72d9 100644 --- a/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.ComHost.Tests/RegFreeComManifestTests.cs +++ b/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.ComHost.Tests/RegFreeComManifestTests.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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 Newtonsoft.Json; using Newtonsoft.Json.Linq; diff --git a/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.ComHost.Tests/TestDirectory.cs b/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.ComHost.Tests/TestDirectory.cs index 84532fac8cef29..e4dac9750cc200 100644 --- a/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.ComHost.Tests/TestDirectory.cs +++ b/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.ComHost.Tests/TestDirectory.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.IO; diff --git a/src/installer/tests/TestUtils/AnsiColorExtensions.cs b/src/installer/tests/TestUtils/AnsiColorExtensions.cs index 941a68c7dd7b0b..97c104516c67c7 100644 --- a/src/installer/tests/TestUtils/AnsiColorExtensions.cs +++ b/src/installer/tests/TestUtils/AnsiColorExtensions.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.Cli.Build.Framework { diff --git a/src/installer/tests/TestUtils/AnsiConsole.cs b/src/installer/tests/TestUtils/AnsiConsole.cs index 68f5c50d33420e..2a8d6f3ad5a72c 100644 --- a/src/installer/tests/TestUtils/AnsiConsole.cs +++ b/src/installer/tests/TestUtils/AnsiConsole.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.IO; diff --git a/src/installer/tests/TestUtils/AppHostExtensions.cs b/src/installer/tests/TestUtils/AppHostExtensions.cs index dac15f75e5679e..50ef2ef22e05aa 100644 --- a/src/installer/tests/TestUtils/AppHostExtensions.cs +++ b/src/installer/tests/TestUtils/AppHostExtensions.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.NET.HostModel.AppHost; using System; diff --git a/src/installer/tests/TestUtils/ArgumentEscaper.cs b/src/installer/tests/TestUtils/ArgumentEscaper.cs index 574fc450aec799..5986e3f6e0d27e 100644 --- a/src/installer/tests/TestUtils/ArgumentEscaper.cs +++ b/src/installer/tests/TestUtils/ArgumentEscaper.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/installer/tests/TestUtils/Assertions/CommandResultAssertions.cs b/src/installer/tests/TestUtils/Assertions/CommandResultAssertions.cs index d84b0280fb8aed..a127b4c22806db 100644 --- a/src/installer/tests/TestUtils/Assertions/CommandResultAssertions.cs +++ b/src/installer/tests/TestUtils/Assertions/CommandResultAssertions.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.Text.RegularExpressions; diff --git a/src/installer/tests/TestUtils/Assertions/CommandResultExtensions.cs b/src/installer/tests/TestUtils/Assertions/CommandResultExtensions.cs index a5911e7041045d..5430b1d905f2a1 100644 --- a/src/installer/tests/TestUtils/Assertions/CommandResultExtensions.cs +++ b/src/installer/tests/TestUtils/Assertions/CommandResultExtensions.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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 FluentAssertions; using Microsoft.DotNet.Cli.Build.Framework; diff --git a/src/installer/tests/TestUtils/Assertions/DirectoryInfoAssertions.cs b/src/installer/tests/TestUtils/Assertions/DirectoryInfoAssertions.cs index b70636f35643c5..5b35d12e588140 100644 --- a/src/installer/tests/TestUtils/Assertions/DirectoryInfoAssertions.cs +++ b/src/installer/tests/TestUtils/Assertions/DirectoryInfoAssertions.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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 FluentAssertions; using FluentAssertions.Execution; diff --git a/src/installer/tests/TestUtils/Assertions/DirectoryInfoExtensions.cs b/src/installer/tests/TestUtils/Assertions/DirectoryInfoExtensions.cs index ac4d59a8e490b5..16471d542dd4d9 100644 --- a/src/installer/tests/TestUtils/Assertions/DirectoryInfoExtensions.cs +++ b/src/installer/tests/TestUtils/Assertions/DirectoryInfoExtensions.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; diff --git a/src/installer/tests/TestUtils/BuildFailureException.cs b/src/installer/tests/TestUtils/BuildFailureException.cs index 622a3da8a0bc8f..f23406cce10a9f 100644 --- a/src/installer/tests/TestUtils/BuildFailureException.cs +++ b/src/installer/tests/TestUtils/BuildFailureException.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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; @@ -20,4 +19,4 @@ public BuildFailureException(string message, Exception innerException) : base(me { } } -} \ No newline at end of file +} diff --git a/src/installer/tests/TestUtils/BuildReporter.cs b/src/installer/tests/TestUtils/BuildReporter.cs index 63e134f39e6c97..e87987074ec963 100644 --- a/src/installer/tests/TestUtils/BuildReporter.cs +++ b/src/installer/tests/TestUtils/BuildReporter.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/installer/tests/TestUtils/Command.cs b/src/installer/tests/TestUtils/Command.cs index 47ef88d77ebb8e..1e300d6077ba4e 100644 --- a/src/installer/tests/TestUtils/Command.cs +++ b/src/installer/tests/TestUtils/Command.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/installer/tests/TestUtils/CommandResult.cs b/src/installer/tests/TestUtils/CommandResult.cs index 76e31485ea7b1e..de7961be7043f3 100644 --- a/src/installer/tests/TestUtils/CommandResult.cs +++ b/src/installer/tests/TestUtils/CommandResult.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.Text; diff --git a/src/installer/tests/TestUtils/DotNetCli.cs b/src/installer/tests/TestUtils/DotNetCli.cs index 5f2730da0e6d0e..900a5f4e1a4a1a 100644 --- a/src/installer/tests/TestUtils/DotNetCli.cs +++ b/src/installer/tests/TestUtils/DotNetCli.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.Linq; diff --git a/src/installer/tests/TestUtils/EnvVars.cs b/src/installer/tests/TestUtils/EnvVars.cs index 23542e49a72628..99585be1565cae 100644 --- a/src/installer/tests/TestUtils/EnvVars.cs +++ b/src/installer/tests/TestUtils/EnvVars.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/installer/tests/TestUtils/FileUtils.cs b/src/installer/tests/TestUtils/FileUtils.cs index bf2a79dc54cccb..f606fe3812db79 100644 --- a/src/installer/tests/TestUtils/FileUtils.cs +++ b/src/installer/tests/TestUtils/FileUtils.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.IO; diff --git a/src/installer/tests/TestUtils/Reporter.cs b/src/installer/tests/TestUtils/Reporter.cs index 1bf31b25d2c1bc..c32353027b6ae3 100644 --- a/src/installer/tests/TestUtils/Reporter.cs +++ b/src/installer/tests/TestUtils/Reporter.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.Cli.Build.Framework { diff --git a/src/installer/tests/TestUtils/RuntimeInformationExtensions.cs b/src/installer/tests/TestUtils/RuntimeInformationExtensions.cs index ed9ab6f3f166f8..798ec946454891 100644 --- a/src/installer/tests/TestUtils/RuntimeInformationExtensions.cs +++ b/src/installer/tests/TestUtils/RuntimeInformationExtensions.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/installer/tests/TestUtils/TestApp.cs b/src/installer/tests/TestUtils/TestApp.cs index 4936dfe3cdb331..69c29d0e78a7cf 100644 --- a/src/installer/tests/TestUtils/TestApp.cs +++ b/src/installer/tests/TestUtils/TestApp.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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; diff --git a/src/installer/tests/TestUtils/TestArtifact.cs b/src/installer/tests/TestUtils/TestArtifact.cs index d514d211610192..517c2f23bbe904 100644 --- a/src/installer/tests/TestUtils/TestArtifact.cs +++ b/src/installer/tests/TestUtils/TestArtifact.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.DotNet.CoreSetup.Test.HostActivation; using System; diff --git a/src/installer/tests/TestUtils/TestFileBackup.cs b/src/installer/tests/TestUtils/TestFileBackup.cs index ea00778a4086ef..b9f50d9ea97d32 100644 --- a/src/installer/tests/TestUtils/TestFileBackup.cs +++ b/src/installer/tests/TestUtils/TestFileBackup.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.IO; diff --git a/src/installer/tests/TestUtils/TestProject.cs b/src/installer/tests/TestUtils/TestProject.cs index b512f4c1e6bc12..967c58e69d975f 100644 --- a/src/installer/tests/TestUtils/TestProject.cs +++ b/src/installer/tests/TestUtils/TestProject.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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; diff --git a/src/installer/tests/TestUtils/TestProjectFixture.cs b/src/installer/tests/TestUtils/TestProjectFixture.cs index 5ab37de8f80ffd..2b03d2b697761b 100644 --- a/src/installer/tests/TestUtils/TestProjectFixture.cs +++ b/src/installer/tests/TestUtils/TestProjectFixture.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.DotNet.Cli.Build; using System; diff --git a/src/libraries/Common/src/Extensions/ActivatorUtilities/ActivatorUtilities.cs b/src/libraries/Common/src/Extensions/ActivatorUtilities/ActivatorUtilities.cs index 4e9c013bb07b45..7f5b6c3aa0a529 100644 --- a/src/libraries/Common/src/Extensions/ActivatorUtilities/ActivatorUtilities.cs +++ b/src/libraries/Common/src/Extensions/ActivatorUtilities/ActivatorUtilities.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/libraries/Common/src/Extensions/ActivatorUtilities/ActivatorUtilitiesConstructorAttribute.cs b/src/libraries/Common/src/Extensions/ActivatorUtilities/ActivatorUtilitiesConstructorAttribute.cs index 1e129ddcc290a5..ae15d027aaaba3 100644 --- a/src/libraries/Common/src/Extensions/ActivatorUtilities/ActivatorUtilitiesConstructorAttribute.cs +++ b/src/libraries/Common/src/Extensions/ActivatorUtilities/ActivatorUtilitiesConstructorAttribute.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/Common/src/Extensions/ActivatorUtilities/ObjectFactory.cs b/src/libraries/Common/src/Extensions/ActivatorUtilities/ObjectFactory.cs index de911224e4418d..45020991ab078d 100644 --- a/src/libraries/Common/src/Extensions/ActivatorUtilities/ObjectFactory.cs +++ b/src/libraries/Common/src/Extensions/ActivatorUtilities/ObjectFactory.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; @@ -23,4 +22,4 @@ namespace Microsoft.Extensions.Internal internal #endif delegate object ObjectFactory(IServiceProvider serviceProvider, object?[]? arguments); -} \ No newline at end of file +} diff --git a/src/libraries/Common/src/Extensions/BenchmarkRunner/AspNetCoreBenchmarkAttribute.cs b/src/libraries/Common/src/Extensions/BenchmarkRunner/AspNetCoreBenchmarkAttribute.cs index 0f23867de1d868..22ad0fb3e51b54 100644 --- a/src/libraries/Common/src/Extensions/BenchmarkRunner/AspNetCoreBenchmarkAttribute.cs +++ b/src/libraries/Common/src/Extensions/BenchmarkRunner/AspNetCoreBenchmarkAttribute.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/libraries/Common/src/Extensions/BenchmarkRunner/DefaultCoreConfig.cs b/src/libraries/Common/src/Extensions/BenchmarkRunner/DefaultCoreConfig.cs index 3504acbc2d70eb..5c4b4bd5cd294e 100644 --- a/src/libraries/Common/src/Extensions/BenchmarkRunner/DefaultCoreConfig.cs +++ b/src/libraries/Common/src/Extensions/BenchmarkRunner/DefaultCoreConfig.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 BenchmarkDotNet.Columns; using BenchmarkDotNet.Configs; diff --git a/src/libraries/Common/src/Extensions/BenchmarkRunner/DefaultCoreDebugConfig.cs b/src/libraries/Common/src/Extensions/BenchmarkRunner/DefaultCoreDebugConfig.cs index f399c712bfc8c8..0f477c450a7e43 100644 --- a/src/libraries/Common/src/Extensions/BenchmarkRunner/DefaultCoreDebugConfig.cs +++ b/src/libraries/Common/src/Extensions/BenchmarkRunner/DefaultCoreDebugConfig.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 BenchmarkDotNet.Configs; using BenchmarkDotNet.Engines; diff --git a/src/libraries/Common/src/Extensions/BenchmarkRunner/DefaultCorePerfLabConfig.cs b/src/libraries/Common/src/Extensions/BenchmarkRunner/DefaultCorePerfLabConfig.cs index d8fe46385c5e51..25b150c3300113 100644 --- a/src/libraries/Common/src/Extensions/BenchmarkRunner/DefaultCorePerfLabConfig.cs +++ b/src/libraries/Common/src/Extensions/BenchmarkRunner/DefaultCorePerfLabConfig.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 BenchmarkDotNet.Columns; using BenchmarkDotNet.Configs; diff --git a/src/libraries/Common/src/Extensions/BenchmarkRunner/DefaultCoreProfileConfig.cs b/src/libraries/Common/src/Extensions/BenchmarkRunner/DefaultCoreProfileConfig.cs index 395f425e24579e..474757020daf4b 100644 --- a/src/libraries/Common/src/Extensions/BenchmarkRunner/DefaultCoreProfileConfig.cs +++ b/src/libraries/Common/src/Extensions/BenchmarkRunner/DefaultCoreProfileConfig.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 BenchmarkDotNet.Columns; using BenchmarkDotNet.Configs; diff --git a/src/libraries/Common/src/Extensions/BenchmarkRunner/DefaultCoreValidationConfig.cs b/src/libraries/Common/src/Extensions/BenchmarkRunner/DefaultCoreValidationConfig.cs index adc887a6140434..d6937ba7fba217 100644 --- a/src/libraries/Common/src/Extensions/BenchmarkRunner/DefaultCoreValidationConfig.cs +++ b/src/libraries/Common/src/Extensions/BenchmarkRunner/DefaultCoreValidationConfig.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 BenchmarkDotNet.Configs; using BenchmarkDotNet.Jobs; diff --git a/src/libraries/Common/src/Extensions/BenchmarkRunner/ParameterizedJobConfigAttribute.cs b/src/libraries/Common/src/Extensions/BenchmarkRunner/ParameterizedJobConfigAttribute.cs index 5ce0816f4a8be8..0f84bd04a76884 100644 --- a/src/libraries/Common/src/Extensions/BenchmarkRunner/ParameterizedJobConfigAttribute.cs +++ b/src/libraries/Common/src/Extensions/BenchmarkRunner/ParameterizedJobConfigAttribute.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/Common/src/Extensions/BenchmarkRunner/ParamsDisplayInfoColumn.cs b/src/libraries/Common/src/Extensions/BenchmarkRunner/ParamsDisplayInfoColumn.cs index 2ce4f6ad2f70e8..08ff5fc9351cb1 100644 --- a/src/libraries/Common/src/Extensions/BenchmarkRunner/ParamsDisplayInfoColumn.cs +++ b/src/libraries/Common/src/Extensions/BenchmarkRunner/ParamsDisplayInfoColumn.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 BenchmarkDotNet.Columns; using BenchmarkDotNet.Reports; @@ -24,4 +23,4 @@ public class ParamsSummaryColumn : IColumn public string GetValue(Summary summary, Benchmark benchmark, ISummaryStyle style) => GetValue(summary, benchmark); public string Legend => $"Summary of all parameter values"; } -} \ No newline at end of file +} diff --git a/src/libraries/Common/src/Extensions/BenchmarkRunner/Program.cs b/src/libraries/Common/src/Extensions/BenchmarkRunner/Program.cs index 135dc173ac04d3..9fec28e44c078b 100644 --- a/src/libraries/Common/src/Extensions/BenchmarkRunner/Program.cs +++ b/src/libraries/Common/src/Extensions/BenchmarkRunner/Program.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/libraries/Common/src/Extensions/CommandLineUtils/CommandLine/AnsiConsole.cs b/src/libraries/Common/src/Extensions/CommandLineUtils/CommandLine/AnsiConsole.cs index eb89c68e2a75cb..63d6711877967f 100644 --- a/src/libraries/Common/src/Extensions/CommandLineUtils/CommandLine/AnsiConsole.cs +++ b/src/libraries/Common/src/Extensions/CommandLineUtils/CommandLine/AnsiConsole.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.IO; diff --git a/src/libraries/Common/src/Extensions/CommandLineUtils/CommandLine/CommandArgument.cs b/src/libraries/Common/src/Extensions/CommandLineUtils/CommandLine/CommandArgument.cs index c9e4271d6bc80e..562f14f652d7d6 100644 --- a/src/libraries/Common/src/Extensions/CommandLineUtils/CommandLine/CommandArgument.cs +++ b/src/libraries/Common/src/Extensions/CommandLineUtils/CommandLine/CommandArgument.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/Common/src/Extensions/CommandLineUtils/CommandLine/CommandLineApplication.cs b/src/libraries/Common/src/Extensions/CommandLineUtils/CommandLine/CommandLineApplication.cs index be477e5011d89f..9d7f5a73d120ca 100644 --- a/src/libraries/Common/src/Extensions/CommandLineUtils/CommandLine/CommandLineApplication.cs +++ b/src/libraries/Common/src/Extensions/CommandLineUtils/CommandLine/CommandLineApplication.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/Common/src/Extensions/CommandLineUtils/CommandLine/CommandOption.cs b/src/libraries/Common/src/Extensions/CommandLineUtils/CommandLine/CommandOption.cs index 7f018e102ebd66..843dd094725b97 100644 --- a/src/libraries/Common/src/Extensions/CommandLineUtils/CommandLine/CommandOption.cs +++ b/src/libraries/Common/src/Extensions/CommandLineUtils/CommandLine/CommandOption.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/libraries/Common/src/Extensions/CommandLineUtils/CommandLine/CommandOptionType.cs b/src/libraries/Common/src/Extensions/CommandLineUtils/CommandLine/CommandOptionType.cs index 0c07d2a00d6d60..8f65a5ac460db4 100644 --- a/src/libraries/Common/src/Extensions/CommandLineUtils/CommandLine/CommandOptionType.cs +++ b/src/libraries/Common/src/Extensions/CommandLineUtils/CommandLine/CommandOptionType.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.CommandLineUtils diff --git a/src/libraries/Common/src/Extensions/CommandLineUtils/CommandLine/CommandParsingException.cs b/src/libraries/Common/src/Extensions/CommandLineUtils/CommandLine/CommandParsingException.cs index 32d93752ca8a6f..047d714fd2c85a 100644 --- a/src/libraries/Common/src/Extensions/CommandLineUtils/CommandLine/CommandParsingException.cs +++ b/src/libraries/Common/src/Extensions/CommandLineUtils/CommandLine/CommandParsingException.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/Common/src/Extensions/CommandLineUtils/Utilities/ArgumentEscaper.cs b/src/libraries/Common/src/Extensions/CommandLineUtils/Utilities/ArgumentEscaper.cs index 0f561a1ba9074e..f64ad0b5ccc55b 100644 --- a/src/libraries/Common/src/Extensions/CommandLineUtils/Utilities/ArgumentEscaper.cs +++ b/src/libraries/Common/src/Extensions/CommandLineUtils/Utilities/ArgumentEscaper.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/Common/src/Extensions/CommandLineUtils/Utilities/DotNetMuxer.cs b/src/libraries/Common/src/Extensions/CommandLineUtils/Utilities/DotNetMuxer.cs index 2b1e03cdbe1a77..1d13ec2d3ed228 100644 --- a/src/libraries/Common/src/Extensions/CommandLineUtils/Utilities/DotNetMuxer.cs +++ b/src/libraries/Common/src/Extensions/CommandLineUtils/Utilities/DotNetMuxer.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. // System.AppContext.GetData is not available in these frameworks #if !NET451 && !NET452 && !NET46 && !NET461 diff --git a/src/libraries/Common/src/Extensions/EmptyDisposable.cs b/src/libraries/Common/src/Extensions/EmptyDisposable.cs index d2a643a1ef7f35..322df0fea85fd8 100644 --- a/src/libraries/Common/src/Extensions/EmptyDisposable.cs +++ b/src/libraries/Common/src/Extensions/EmptyDisposable.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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/Common/src/Extensions/HashCodeCombiner/HashCodeCombiner.cs b/src/libraries/Common/src/Extensions/HashCodeCombiner/HashCodeCombiner.cs index 9b18c7d6adec46..a23c699025311e 100644 --- a/src/libraries/Common/src/Extensions/HashCodeCombiner/HashCodeCombiner.cs +++ b/src/libraries/Common/src/Extensions/HashCodeCombiner/HashCodeCombiner.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/Common/src/Extensions/Logging/NullExternalScopeProvider.cs b/src/libraries/Common/src/Extensions/Logging/NullExternalScopeProvider.cs index eebc9d94c59b96..17936083a934dd 100644 --- a/src/libraries/Common/src/Extensions/Logging/NullExternalScopeProvider.cs +++ b/src/libraries/Common/src/Extensions/Logging/NullExternalScopeProvider.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/Common/src/Extensions/Logging/NullScope.cs b/src/libraries/Common/src/Extensions/Logging/NullScope.cs index fb84d8de8f5deb..14f92fbe72aee9 100644 --- a/src/libraries/Common/src/Extensions/Logging/NullScope.cs +++ b/src/libraries/Common/src/Extensions/Logging/NullScope.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/Common/src/Extensions/NonCapturingTimer/NonCapturingTimer.cs b/src/libraries/Common/src/Extensions/NonCapturingTimer/NonCapturingTimer.cs index 7b37db3db7fd00..e07d90ca32211a 100644 --- a/src/libraries/Common/src/Extensions/NonCapturingTimer/NonCapturingTimer.cs +++ b/src/libraries/Common/src/Extensions/NonCapturingTimer/NonCapturingTimer.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.Threading; diff --git a/src/libraries/Common/src/Extensions/ParameterDefaultValue/ParameterDefaultValue.cs b/src/libraries/Common/src/Extensions/ParameterDefaultValue/ParameterDefaultValue.cs index 62055f210cbecf..03f1b26ec0e233 100644 --- a/src/libraries/Common/src/Extensions/ParameterDefaultValue/ParameterDefaultValue.cs +++ b/src/libraries/Common/src/Extensions/ParameterDefaultValue/ParameterDefaultValue.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. #nullable enable diff --git a/src/libraries/Common/src/Extensions/ProviderAliasUtilities/ProviderAliasUtilities.cs b/src/libraries/Common/src/Extensions/ProviderAliasUtilities/ProviderAliasUtilities.cs index 929d5b3afeaeee..4fb6f86ba23e6b 100644 --- a/src/libraries/Common/src/Extensions/ProviderAliasUtilities/ProviderAliasUtilities.cs +++ b/src/libraries/Common/src/Extensions/ProviderAliasUtilities/ProviderAliasUtilities.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.Reflection; @@ -32,4 +31,4 @@ internal static string GetAlias(Type providerType) return null; } } -} \ No newline at end of file +} diff --git a/src/libraries/Common/src/Extensions/ReferenceAssemblyInfo.cs b/src/libraries/Common/src/Extensions/ReferenceAssemblyInfo.cs index 360ef465e60bf6..5e55aebff7434e 100644 --- a/src/libraries/Common/src/Extensions/ReferenceAssemblyInfo.cs +++ b/src/libraries/Common/src/Extensions/ReferenceAssemblyInfo.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. // Reference assemblies should have the ReferenceAssemblyAttribute. [assembly:System.Runtime.CompilerServices.ReferenceAssembly] diff --git a/src/libraries/Common/src/Extensions/TypeNameHelper/TypeNameHelper.cs b/src/libraries/Common/src/Extensions/TypeNameHelper/TypeNameHelper.cs index f5534dc8838956..66d767c3fdf88b 100644 --- a/src/libraries/Common/src/Extensions/TypeNameHelper/TypeNameHelper.cs +++ b/src/libraries/Common/src/Extensions/TypeNameHelper/TypeNameHelper.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.Text; diff --git a/src/libraries/Common/src/Extensions/ValueStopwatch/ValueStopwatch.cs b/src/libraries/Common/src/Extensions/ValueStopwatch/ValueStopwatch.cs index b22b5f1fdc3048..fd29b3257a0bd1 100644 --- a/src/libraries/Common/src/Extensions/ValueStopwatch/ValueStopwatch.cs +++ b/src/libraries/Common/src/Extensions/ValueStopwatch/ValueStopwatch.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/libraries/Common/src/Internal/Cryptography/AsymmetricAlgorithmHelpers.Der.cs b/src/libraries/Common/src/Internal/Cryptography/AsymmetricAlgorithmHelpers.Der.cs index aef49d207dcb87..b750a2de5e9d8f 100644 --- a/src/libraries/Common/src/Internal/Cryptography/AsymmetricAlgorithmHelpers.Der.cs +++ b/src/libraries/Common/src/Internal/Cryptography/AsymmetricAlgorithmHelpers.Der.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/libraries/Common/src/Internal/Cryptography/AsymmetricAlgorithmHelpers.Hash.cs b/src/libraries/Common/src/Internal/Cryptography/AsymmetricAlgorithmHelpers.Hash.cs index 881fb4e8a19bfc..7a7ca492ee3e7b 100644 --- a/src/libraries/Common/src/Internal/Cryptography/AsymmetricAlgorithmHelpers.Hash.cs +++ b/src/libraries/Common/src/Internal/Cryptography/AsymmetricAlgorithmHelpers.Hash.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/libraries/Common/src/Internal/Cryptography/BasicSymmetricCipher.cs b/src/libraries/Common/src/Internal/Cryptography/BasicSymmetricCipher.cs index 59bf4af55abf3e..1820018ab4e1aa 100644 --- a/src/libraries/Common/src/Internal/Cryptography/BasicSymmetricCipher.cs +++ b/src/libraries/Common/src/Internal/Cryptography/BasicSymmetricCipher.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Internal/Cryptography/BasicSymmetricCipherBCrypt.cs b/src/libraries/Common/src/Internal/Cryptography/BasicSymmetricCipherBCrypt.cs index e8ee331c6a7e38..91f174ee62c4b7 100644 --- a/src/libraries/Common/src/Internal/Cryptography/BasicSymmetricCipherBCrypt.cs +++ b/src/libraries/Common/src/Internal/Cryptography/BasicSymmetricCipherBCrypt.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Internal/Cryptography/CngCommon.Hash.cs b/src/libraries/Common/src/Internal/Cryptography/CngCommon.Hash.cs index 8240a018879f08..75d9b8e997eb79 100644 --- a/src/libraries/Common/src/Internal/Cryptography/CngCommon.Hash.cs +++ b/src/libraries/Common/src/Internal/Cryptography/CngCommon.Hash.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/libraries/Common/src/Internal/Cryptography/CngCommon.SignVerify.cs b/src/libraries/Common/src/Internal/Cryptography/CngCommon.SignVerify.cs index c3da1393e4f44d..b1cc2e569a60f8 100644 --- a/src/libraries/Common/src/Internal/Cryptography/CngCommon.SignVerify.cs +++ b/src/libraries/Common/src/Internal/Cryptography/CngCommon.SignVerify.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 Microsoft.Win32.SafeHandles; diff --git a/src/libraries/Common/src/Internal/Cryptography/HashProvider.cs b/src/libraries/Common/src/Internal/Cryptography/HashProvider.cs index 6af99991eebd2f..e77355e5a163a1 100644 --- a/src/libraries/Common/src/Internal/Cryptography/HashProvider.cs +++ b/src/libraries/Common/src/Internal/Cryptography/HashProvider.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/libraries/Common/src/Internal/Cryptography/HashProviderCng.cs b/src/libraries/Common/src/Internal/Cryptography/HashProviderCng.cs index 4aa1136026317f..8df69d9439d189 100644 --- a/src/libraries/Common/src/Internal/Cryptography/HashProviderCng.cs +++ b/src/libraries/Common/src/Internal/Cryptography/HashProviderCng.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Internal/Cryptography/Helpers.cs b/src/libraries/Common/src/Internal/Cryptography/Helpers.cs index 6e274fe3f8ce78..d33c9c232a7ecb 100644 --- a/src/libraries/Common/src/Internal/Cryptography/Helpers.cs +++ b/src/libraries/Common/src/Internal/Cryptography/Helpers.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Internal/Cryptography/PemEnumerator.cs b/src/libraries/Common/src/Internal/Cryptography/PemEnumerator.cs index 9622f7d712ebbd..1deb9fdc592e5c 100644 --- a/src/libraries/Common/src/Internal/Cryptography/PemEnumerator.cs +++ b/src/libraries/Common/src/Internal/Cryptography/PemEnumerator.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/libraries/Common/src/Internal/Cryptography/PemKeyImportHelpers.cs b/src/libraries/Common/src/Internal/Cryptography/PemKeyImportHelpers.cs index 4a6c1ea13ced48..72326e96364ff6 100644 --- a/src/libraries/Common/src/Internal/Cryptography/PemKeyImportHelpers.cs +++ b/src/libraries/Common/src/Internal/Cryptography/PemKeyImportHelpers.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Internal/Cryptography/UniversalCryptoDecryptor.cs b/src/libraries/Common/src/Internal/Cryptography/UniversalCryptoDecryptor.cs index c7cdc14b2463da..bbf2f8e298fc65 100644 --- a/src/libraries/Common/src/Internal/Cryptography/UniversalCryptoDecryptor.cs +++ b/src/libraries/Common/src/Internal/Cryptography/UniversalCryptoDecryptor.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Internal/Cryptography/UniversalCryptoEncryptor.cs b/src/libraries/Common/src/Internal/Cryptography/UniversalCryptoEncryptor.cs index 872c790da520f7..702c9de5df3f5a 100644 --- a/src/libraries/Common/src/Internal/Cryptography/UniversalCryptoEncryptor.cs +++ b/src/libraries/Common/src/Internal/Cryptography/UniversalCryptoEncryptor.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/libraries/Common/src/Internal/Cryptography/UniversalCryptoTransform.cs b/src/libraries/Common/src/Internal/Cryptography/UniversalCryptoTransform.cs index b70cc5ee7b7bf6..c8f1cb57d75d03 100644 --- a/src/libraries/Common/src/Internal/Cryptography/UniversalCryptoTransform.cs +++ b/src/libraries/Common/src/Internal/Cryptography/UniversalCryptoTransform.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/libraries/Common/src/Internal/Cryptography/Windows/CryptoThrowHelper.cs b/src/libraries/Common/src/Internal/Cryptography/Windows/CryptoThrowHelper.cs index b495820ea8164d..2fba282d49fab2 100644 --- a/src/libraries/Common/src/Internal/Cryptography/Windows/CryptoThrowHelper.cs +++ b/src/libraries/Common/src/Internal/Cryptography/Windows/CryptoThrowHelper.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/libraries/Common/src/Internal/Cryptography/Windows/ErrorCodeHelper.cs b/src/libraries/Common/src/Internal/Cryptography/Windows/ErrorCodeHelper.cs index 89f9af2e627645..d4d2cbd7807998 100644 --- a/src/libraries/Common/src/Internal/Cryptography/Windows/ErrorCodeHelper.cs +++ b/src/libraries/Common/src/Internal/Cryptography/Windows/ErrorCodeHelper.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.Cryptography; diff --git a/src/libraries/Common/src/Internal/Padding.cs b/src/libraries/Common/src/Internal/Padding.cs index 38bccfb68658c3..46280fac6318d5 100644 --- a/src/libraries/Common/src/Internal/Padding.cs +++ b/src/libraries/Common/src/Internal/Padding.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Android/Interop.Libraries.cs b/src/libraries/Common/src/Interop/Android/Interop.Libraries.cs index c17d473ec503d7..5aaa93dbd2f2cb 100644 --- a/src/libraries/Common/src/Interop/Android/Interop.Libraries.cs +++ b/src/libraries/Common/src/Interop/Android/Interop.Libraries.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. internal static partial class Interop { diff --git a/src/libraries/Common/src/Interop/Android/Interop.Logcat.cs b/src/libraries/Common/src/Interop/Android/Interop.Logcat.cs index 1942beebca6d93..fe35fd18da6376 100644 --- a/src/libraries/Common/src/Interop/Android/Interop.Logcat.cs +++ b/src/libraries/Common/src/Interop/Android/Interop.Logcat.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/BSD/System.Native/Interop.ProtocolStatistics.cs b/src/libraries/Common/src/Interop/BSD/System.Native/Interop.ProtocolStatistics.cs index 08a2ded8dce5f4..be9716f486a15f 100644 --- a/src/libraries/Common/src/Interop/BSD/System.Native/Interop.ProtocolStatistics.cs +++ b/src/libraries/Common/src/Interop/BSD/System.Native/Interop.ProtocolStatistics.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/BSD/System.Native/Interop.Sysctl.cs b/src/libraries/Common/src/Interop/BSD/System.Native/Interop.Sysctl.cs index 98b16f23491ace..cb180fa369915f 100644 --- a/src/libraries/Common/src/Interop/BSD/System.Native/Interop.Sysctl.cs +++ b/src/libraries/Common/src/Interop/BSD/System.Native/Interop.Sysctl.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/libraries/Common/src/Interop/BSD/System.Native/Interop.TcpConnectionInfo.cs b/src/libraries/Common/src/Interop/BSD/System.Native/Interop.TcpConnectionInfo.cs index 04a5a61e333da4..02bcff8dfa72c7 100644 --- a/src/libraries/Common/src/Interop/BSD/System.Native/Interop.TcpConnectionInfo.cs +++ b/src/libraries/Common/src/Interop/BSD/System.Native/Interop.TcpConnectionInfo.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.InteropServices; using System.Net.NetworkInformation; diff --git a/src/libraries/Common/src/Interop/Browser/Interop.Runtime.cs b/src/libraries/Common/src/Interop/Browser/Interop.Runtime.cs index 2ca3660b3cba52..af3a12fa05b3b7 100644 --- a/src/libraries/Common/src/Interop/Browser/Interop.Runtime.cs +++ b/src/libraries/Common/src/Interop/Browser/Interop.Runtime.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/libraries/Common/src/Interop/FreeBSD/Interop.Libraries.cs b/src/libraries/Common/src/Interop/FreeBSD/Interop.Libraries.cs index 25f0ce0a445e92..5f7687f057d82d 100644 --- a/src/libraries/Common/src/Interop/FreeBSD/Interop.Libraries.cs +++ b/src/libraries/Common/src/Interop/FreeBSD/Interop.Libraries.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. internal static partial class Interop { diff --git a/src/libraries/Common/src/Interop/FreeBSD/Interop.Process.cs b/src/libraries/Common/src/Interop/FreeBSD/Interop.Process.cs index e0f0f5a29fadfb..ddaae3879cc74c 100644 --- a/src/libraries/Common/src/Interop/FreeBSD/Interop.Process.cs +++ b/src/libraries/Common/src/Interop/FreeBSD/Interop.Process.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/libraries/Common/src/Interop/Interop.Brotli.cs b/src/libraries/Common/src/Interop/Interop.Brotli.cs index e10d9a6b481b79..c65c359e9daed0 100644 --- a/src/libraries/Common/src/Interop/Interop.Brotli.cs +++ b/src/libraries/Common/src/Interop/Interop.Brotli.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/Interop.Calendar.cs b/src/libraries/Common/src/Interop/Interop.Calendar.cs index 0b9e2c283f0f89..494648f1b1ce35 100644 --- a/src/libraries/Common/src/Interop/Interop.Calendar.cs +++ b/src/libraries/Common/src/Interop/Interop.Calendar.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.Globalization; diff --git a/src/libraries/Common/src/Interop/Interop.Casing.cs b/src/libraries/Common/src/Interop/Interop.Casing.cs index 499f9445d89ceb..5e9ca3abddb824 100644 --- a/src/libraries/Common/src/Interop/Interop.Casing.cs +++ b/src/libraries/Common/src/Interop/Interop.Casing.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Interop.CheckedAccess.cs b/src/libraries/Common/src/Interop/Interop.CheckedAccess.cs index fa54d5b9a9cbae..8268f2384738a6 100644 --- a/src/libraries/Common/src/Interop/Interop.CheckedAccess.cs +++ b/src/libraries/Common/src/Interop/Interop.CheckedAccess.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/Common/src/Interop/Interop.Collation.cs b/src/libraries/Common/src/Interop/Interop.Collation.cs index 07cf42b5ad7564..e352149d27e03d 100644 --- a/src/libraries/Common/src/Interop/Interop.Collation.cs +++ b/src/libraries/Common/src/Interop/Interop.Collation.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.Globalization; diff --git a/src/libraries/Common/src/Interop/Interop.HostPolicy.cs b/src/libraries/Common/src/Interop/Interop.HostPolicy.cs index 6501e5663a56cf..c7f62047f5b0cc 100644 --- a/src/libraries/Common/src/Interop/Interop.HostPolicy.cs +++ b/src/libraries/Common/src/Interop/Interop.HostPolicy.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/Interop.ICU.cs b/src/libraries/Common/src/Interop/Interop.ICU.cs index fb8b56e41d35f2..957b201aa2222c 100644 --- a/src/libraries/Common/src/Interop/Interop.ICU.cs +++ b/src/libraries/Common/src/Interop/Interop.ICU.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/libraries/Common/src/Interop/Interop.Idna.cs b/src/libraries/Common/src/Interop/Interop.Idna.cs index e9014da1e5d9e6..0bc9b41dfd8cd6 100644 --- a/src/libraries/Common/src/Interop/Interop.Idna.cs +++ b/src/libraries/Common/src/Interop/Interop.Idna.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Interop.Ldap.cs b/src/libraries/Common/src/Interop/Interop.Ldap.cs index 94851e6bdecbad..ff0e0ccba7cc96 100644 --- a/src/libraries/Common/src/Interop/Interop.Ldap.cs +++ b/src/libraries/Common/src/Interop/Interop.Ldap.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Interop.Libraries.cs b/src/libraries/Common/src/Interop/Interop.Libraries.cs index 5b638261968d75..217852751c32a4 100644 --- a/src/libraries/Common/src/Interop/Interop.Libraries.cs +++ b/src/libraries/Common/src/Interop/Interop.Libraries.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. internal static partial class Interop { diff --git a/src/libraries/Common/src/Interop/Interop.Locale.cs b/src/libraries/Common/src/Interop/Interop.Locale.cs index a6517185ce0632..81ce1c133eedea 100644 --- a/src/libraries/Common/src/Interop/Interop.Locale.cs +++ b/src/libraries/Common/src/Interop/Interop.Locale.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Interop.Normalization.cs b/src/libraries/Common/src/Interop/Interop.Normalization.cs index f981eac6405db3..420e68c0e75a5e 100644 --- a/src/libraries/Common/src/Interop/Interop.Normalization.cs +++ b/src/libraries/Common/src/Interop/Interop.Normalization.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.InteropServices; using System.Text; diff --git a/src/libraries/Common/src/Interop/Interop.Odbc.cs b/src/libraries/Common/src/Interop/Interop.Odbc.cs index 848dd10ae7cea3..591ce1cadeb3a9 100644 --- a/src/libraries/Common/src/Interop/Interop.Odbc.cs +++ b/src/libraries/Common/src/Interop/Interop.Odbc.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.Data.Odbc; diff --git a/src/libraries/Common/src/Interop/Interop.ResultCode.cs b/src/libraries/Common/src/Interop/Interop.ResultCode.cs index 4a9933f9291f49..e96db22f26e9cb 100644 --- a/src/libraries/Common/src/Interop/Interop.ResultCode.cs +++ b/src/libraries/Common/src/Interop/Interop.ResultCode.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. internal static partial class Interop { diff --git a/src/libraries/Common/src/Interop/Interop.TimeZoneInfo.cs b/src/libraries/Common/src/Interop/Interop.TimeZoneInfo.cs index f60b81f0da8cf6..5d848e11ed4643 100644 --- a/src/libraries/Common/src/Interop/Interop.TimeZoneInfo.cs +++ b/src/libraries/Common/src/Interop/Interop.TimeZoneInfo.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Interop.Utils.cs b/src/libraries/Common/src/Interop/Interop.Utils.cs index 11534cbdee7562..0cb54f3c92121a 100644 --- a/src/libraries/Common/src/Interop/Interop.Utils.cs +++ b/src/libraries/Common/src/Interop/Interop.Utils.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.Buffers; diff --git a/src/libraries/Common/src/Interop/Interop.zlib.cs b/src/libraries/Common/src/Interop/Interop.zlib.cs index 871f6c3a65ff2a..280c5558667eb9 100644 --- a/src/libraries/Common/src/Interop/Interop.zlib.cs +++ b/src/libraries/Common/src/Interop/Interop.zlib.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.Compression; using System.Runtime.InteropServices; diff --git a/src/libraries/Common/src/Interop/Linux/Interop.Libraries.cs b/src/libraries/Common/src/Interop/Linux/Interop.Libraries.cs index e7bc0d31f0d864..57946baca56402 100644 --- a/src/libraries/Common/src/Interop/Linux/Interop.Libraries.cs +++ b/src/libraries/Common/src/Interop/Linux/Interop.Libraries.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. internal static partial class Interop { diff --git a/src/libraries/Common/src/Interop/Linux/Interop.LinuxNetDeviceFlags.cs b/src/libraries/Common/src/Interop/Linux/Interop.LinuxNetDeviceFlags.cs index 94b412b162f017..cda5b18069158a 100644 --- a/src/libraries/Common/src/Interop/Linux/Interop.LinuxNetDeviceFlags.cs +++ b/src/libraries/Common/src/Interop/Linux/Interop.LinuxNetDeviceFlags.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/Common/src/Interop/Linux/OpenLdap/Interop.Ber.cs b/src/libraries/Common/src/Interop/Linux/OpenLdap/Interop.Ber.cs index 4a059e35dacdb8..cca048adab684b 100644 --- a/src/libraries/Common/src/Interop/Linux/OpenLdap/Interop.Ber.cs +++ b/src/libraries/Common/src/Interop/Linux/OpenLdap/Interop.Ber.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/Linux/OpenLdap/Interop.Ldap.cs b/src/libraries/Common/src/Interop/Linux/OpenLdap/Interop.Ldap.cs index 02fea9754b9c76..15f9285dcb91a0 100644 --- a/src/libraries/Common/src/Interop/Linux/OpenLdap/Interop.Ldap.cs +++ b/src/libraries/Common/src/Interop/Linux/OpenLdap/Interop.Ldap.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/Linux/System.Native/Interop.INotify.cs b/src/libraries/Common/src/Interop/Linux/System.Native/Interop.INotify.cs index b20ae4b2b396cb..6ff843ec899039 100644 --- a/src/libraries/Common/src/Interop/Linux/System.Native/Interop.INotify.cs +++ b/src/libraries/Common/src/Interop/Linux/System.Native/Interop.INotify.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/libraries/Common/src/Interop/Linux/cgroups/Interop.cgroups.cs b/src/libraries/Common/src/Interop/Linux/cgroups/Interop.cgroups.cs index 08ebda92e63fcf..76dee6c749c616 100644 --- a/src/libraries/Common/src/Interop/Linux/cgroups/Interop.cgroups.cs +++ b/src/libraries/Common/src/Interop/Linux/cgroups/Interop.cgroups.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Interop/Linux/procfs/Interop.ProcFsStat.cs b/src/libraries/Common/src/Interop/Linux/procfs/Interop.ProcFsStat.cs index b61ad75b723ac4..1b58498bb6cce4 100644 --- a/src/libraries/Common/src/Interop/Linux/procfs/Interop.ProcFsStat.cs +++ b/src/libraries/Common/src/Interop/Linux/procfs/Interop.ProcFsStat.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFArray.cs b/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFArray.cs index dc608064670043..9ec3cf2c961895 100644 --- a/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFArray.cs +++ b/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFArray.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/OSX/Interop.CoreFoundation.CFData.cs b/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFData.cs index 2d5713c740b230..c703e23a9e0a17 100644 --- a/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFData.cs +++ b/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFData.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/OSX/Interop.CoreFoundation.CFDate.cs b/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFDate.cs index 5b2dfdc1ca2f31..fae8dfeefe309a 100644 --- a/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFDate.cs +++ b/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFDate.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/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFDictionary.cs b/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFDictionary.cs index 79c2979732defe..c85d65db50fdff 100644 --- a/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFDictionary.cs +++ b/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFDictionary.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/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFError.cs b/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFError.cs index 216b350fa58ade..db3d995f23b22a 100644 --- a/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFError.cs +++ b/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFError.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFNumber.cs b/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFNumber.cs index c2bffd316dc9a3..9addf8e12ca142 100644 --- a/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFNumber.cs +++ b/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFNumber.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/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFProxy.cs b/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFProxy.cs index 580a3d87a40a45..1b1e3e8f168ced 100644 --- a/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFProxy.cs +++ b/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFProxy.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/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFString.cs b/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFString.cs index 98010faa6fa633..9bb891394e6a8a 100644 --- a/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFString.cs +++ b/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFString.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/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFUrl.cs b/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFUrl.cs index 88c2bbd0ac5b8c..28e3d2d5b807be 100644 --- a/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFUrl.cs +++ b/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFUrl.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/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.cs b/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.cs index 254e54eee6b604..20fdcfd6973133 100644 --- a/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.cs +++ b/src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.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/libraries/Common/src/Interop/OSX/Interop.EventStream.cs b/src/libraries/Common/src/Interop/OSX/Interop.EventStream.cs index 4e511429d1bd73..f49d43a8b74c92 100644 --- a/src/libraries/Common/src/Interop/OSX/Interop.EventStream.cs +++ b/src/libraries/Common/src/Interop/OSX/Interop.EventStream.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/OSX/Interop.Libraries.cs b/src/libraries/Common/src/Interop/OSX/Interop.Libraries.cs index 9ba6608df12124..63e497aaa39b59 100644 --- a/src/libraries/Common/src/Interop/OSX/Interop.Libraries.cs +++ b/src/libraries/Common/src/Interop/OSX/Interop.Libraries.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. internal static partial class Interop { diff --git a/src/libraries/Common/src/Interop/OSX/Interop.RunLoop.cs b/src/libraries/Common/src/Interop/OSX/Interop.RunLoop.cs index de1692919f3e2c..3d3a74cf9473c3 100644 --- a/src/libraries/Common/src/Interop/OSX/Interop.RunLoop.cs +++ b/src/libraries/Common/src/Interop/OSX/Interop.RunLoop.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/OSX/Interop.SystemConfiguration.cs b/src/libraries/Common/src/Interop/OSX/Interop.SystemConfiguration.cs index 7fc727c441f9cc..3356a75705572e 100644 --- a/src/libraries/Common/src/Interop/OSX/Interop.SystemConfiguration.cs +++ b/src/libraries/Common/src/Interop/OSX/Interop.SystemConfiguration.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.Win32.SafeHandles; using System; diff --git a/src/libraries/Common/src/Interop/OSX/Interop.libobjc.cs b/src/libraries/Common/src/Interop/OSX/Interop.libobjc.cs index d76c59bac334e9..9234767340f8ca 100644 --- a/src/libraries/Common/src/Interop/OSX/Interop.libobjc.cs +++ b/src/libraries/Common/src/Interop/OSX/Interop.libobjc.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. #nullable enable diff --git a/src/libraries/Common/src/Interop/OSX/Interop.libproc.cs b/src/libraries/Common/src/Interop/OSX/Interop.libproc.cs index 0a9b2c53b5d2d1..41403a3233a451 100644 --- a/src/libraries/Common/src/Interop/OSX/Interop.libproc.cs +++ b/src/libraries/Common/src/Interop/OSX/Interop.libproc.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. #nullable enable diff --git a/src/libraries/Common/src/Interop/OSX/System.Native/Interop.Log.cs b/src/libraries/Common/src/Interop/OSX/System.Native/Interop.Log.cs index f6674b988d70e8..32d20336d3b1b9 100644 --- a/src/libraries/Common/src/Interop/OSX/System.Native/Interop.Log.cs +++ b/src/libraries/Common/src/Interop/OSX/System.Native/Interop.Log.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/OSX/System.Native/Interop.SearchPath.cs b/src/libraries/Common/src/Interop/OSX/System.Native/Interop.SearchPath.cs index af3e6110c9bab1..d00689794365a6 100644 --- a/src/libraries/Common/src/Interop/OSX/System.Native/Interop.SearchPath.cs +++ b/src/libraries/Common/src/Interop/OSX/System.Native/Interop.SearchPath.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Digest.cs b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Digest.cs index ab8652e6ae23f5..799a5d629635cc 100644 --- a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Digest.cs +++ b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Digest.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/OSX/System.Security.Cryptography.Native.Apple/Interop.Ecc.cs b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Ecc.cs index 313a1a4deb5f6b..57e77b46f5a843 100644 --- a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Ecc.cs +++ b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Ecc.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/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Err.cs b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Err.cs index b33c9f41bf35c2..084a5cf96bed2b 100644 --- a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Err.cs +++ b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Err.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/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Hmac.cs b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Hmac.cs index caee7b3fc831ba..65b6e412fbf621 100644 --- a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Hmac.cs +++ b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Hmac.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/OSX/System.Security.Cryptography.Native.Apple/Interop.KeyAgree.cs b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.KeyAgree.cs index f585b8210ac2f6..91fd4bb84958c1 100644 --- a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.KeyAgree.cs +++ b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.KeyAgree.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Keychain.cs b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Keychain.cs index 7ed270aed3ef2e..73e18d8d4aabaa 100644 --- a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Keychain.cs +++ b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Keychain.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.PAL_HashAlgorithm.cs b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.PAL_HashAlgorithm.cs index 5931e3b63a2051..8a09c06c2e525c 100644 --- a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.PAL_HashAlgorithm.cs +++ b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.PAL_HashAlgorithm.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. internal static partial class Interop { diff --git a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.RSA.cs b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.RSA.cs index 17349f0cad3610..0c4f1a7a7e3b82 100644 --- a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.RSA.cs +++ b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.RSA.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/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Random.cs b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Random.cs index d35e529bb07b5e..adde4ad3782435 100644 --- a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Random.cs +++ b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Random.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/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.SecErr.cs b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.SecErr.cs index 0c6bb80ab7a0d2..0a2d4b14b619bb 100644 --- a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.SecErr.cs +++ b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.SecErr.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.SecErrMessage.cs b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.SecErrMessage.cs index 16d5beda4d906d..cd17859c61c6ac 100644 --- a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.SecErrMessage.cs +++ b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.SecErrMessage.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. #nullable enable using System.Runtime.InteropServices; diff --git a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.SecKeyRef.Export.cs b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.SecKeyRef.Export.cs index 1a8b00c3e4b735..e0f99e87474908 100644 --- a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.SecKeyRef.Export.cs +++ b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.SecKeyRef.Export.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.SecKeyRef.cs b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.SecKeyRef.cs index 5b7ad2f8074e47..7fbdc9ee79af23 100644 --- a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.SecKeyRef.cs +++ b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.SecKeyRef.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/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Ssl.cs b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Ssl.cs index 7484ad270655c5..038b6b4a488410 100644 --- a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Ssl.cs +++ b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Ssl.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.SslErr.cs b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.SslErr.cs index 5e2eed52ce93cb..f09ff418290cd8 100644 --- a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.SslErr.cs +++ b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.SslErr.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Symmetric.cs b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Symmetric.cs index 0ee7b00c70bb5f..c32ba1dd2da209 100644 --- a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Symmetric.cs +++ b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Symmetric.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/OSX/System.Security.Cryptography.Native.Apple/Interop.Trust.cs b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Trust.cs index 6e594374f0c488..1121a62553b0c6 100644 --- a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Trust.cs +++ b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Trust.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/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.X509.cs b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.X509.cs index 39223c5f8b726d..87eb51a3512a20 100644 --- a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.X509.cs +++ b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.X509.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.X509Chain.cs b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.X509Chain.cs index 17cb2c0643283c..5e456410616c05 100644 --- a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.X509Chain.cs +++ b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.X509Chain.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/OSX/System.Security.Cryptography.Native.Apple/Interop.X509Store.cs b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.X509Store.cs index 1cb7b32edb8595..80b8dcd7c34401 100644 --- a/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.X509Store.cs +++ b/src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.X509Store.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/libraries/Common/src/Interop/Unix/Interop.Errors.cs b/src/libraries/Common/src/Interop/Unix/Interop.Errors.cs index 44feca11efc63b..6b855f2de21be8 100644 --- a/src/libraries/Common/src/Interop/Unix/Interop.Errors.cs +++ b/src/libraries/Common/src/Interop/Unix/Interop.Errors.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/Unix/Interop.IOErrors.cs b/src/libraries/Common/src/Interop/Unix/Interop.IOErrors.cs index fe3c34a3407182..3bf2866fc8787f 100644 --- a/src/libraries/Common/src/Interop/Unix/Interop.IOErrors.cs +++ b/src/libraries/Common/src/Interop/Unix/Interop.IOErrors.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Interop/Unix/Interop.Libraries.cs b/src/libraries/Common/src/Interop/Unix/Interop.Libraries.cs index f511948294884e..6a624e1ced4c64 100644 --- a/src/libraries/Common/src/Interop/Unix/Interop.Libraries.cs +++ b/src/libraries/Common/src/Interop/Unix/Interop.Libraries.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. internal static partial class Interop { diff --git a/src/libraries/Common/src/Interop/Unix/Interop.Poll.Structs.cs b/src/libraries/Common/src/Interop/Unix/Interop.Poll.Structs.cs index 34ca249bcdc958..f2f8efbff92af9 100644 --- a/src/libraries/Common/src/Interop/Unix/Interop.Poll.Structs.cs +++ b/src/libraries/Common/src/Interop/Unix/Interop.Poll.Structs.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/Unix/System.Native/Interop.Accept.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Accept.cs index b37883a3584160..a36936b5db0363 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Accept.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Accept.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/Unix/System.Native/Interop.Access.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Access.cs index b9750fa108330e..bfeb1cf9e8a154 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Access.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Access.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Bind.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Bind.cs index 03f68de856fca7..b7e56d09d9d465 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Bind.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Bind.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.Net.Sockets; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ChDir.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ChDir.cs index 8979d10f4cd8cf..ca0e4e089b2c78 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ChDir.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ChDir.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ChMod.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ChMod.cs index 51381e2c2d6aa7..c3a09ec513e2a6 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ChMod.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ChMod.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/Unix/System.Native/Interop.Close.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Close.cs index 8d192398a03633..6dfec617396a9a 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Close.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Close.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/Unix/System.Native/Interop.ConfigureTerminalForChildProcess.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ConfigureTerminalForChildProcess.cs index 75c116d4b8c190..73112e7c2e83c8 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ConfigureTerminalForChildProcess.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ConfigureTerminalForChildProcess.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/Unix/System.Native/Interop.Connect.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Connect.cs index 151b51e2f6a3f1..8e1fb3cc791d2b 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Connect.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Connect.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/Unix/System.Native/Interop.CopyFile.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.CopyFile.cs index fb97106635b40e..d332a85b19ab29 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.CopyFile.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.CopyFile.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.Win32.SafeHandles; using System; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Disconnect.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Disconnect.cs index 88650be6516280..815238d06a76d0 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Disconnect.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Disconnect.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/Unix/System.Native/Interop.Dup.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Dup.cs index 8ca2ad760dd73e..37df5702161dde 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Dup.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Dup.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/Unix/System.Native/Interop.EnumerateInterfaceAddresses.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.EnumerateInterfaceAddresses.cs index 7ad346a9a272fd..93d7ef92de9117 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.EnumerateInterfaceAddresses.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.EnumerateInterfaceAddresses.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.FChMod.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.FChMod.cs index 161ac71d81e306..765ba23c3e6a50 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.FChMod.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.FChMod.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.Win32.SafeHandles; using System; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.FLock.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.FLock.cs index 22934a3e77d548..4e6e36b8f94d79 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.FLock.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.FLock.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/Unix/System.Native/Interop.FSync.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.FSync.cs index e3ab97093135fc..773f867f37fe49 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.FSync.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.FSync.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.InteropServices; using Microsoft.Win32.SafeHandles; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.FTruncate.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.FTruncate.cs index 5dad650362d05a..f7a726f9042033 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.FTruncate.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.FTruncate.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.InteropServices; using Microsoft.Win32.SafeHandles; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Fcntl.Pipe.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Fcntl.Pipe.cs index 96c7caf165c94f..47827f9e1673f0 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Fcntl.Pipe.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Fcntl.Pipe.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/Unix/System.Native/Interop.Fcntl.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Fcntl.cs index 0877ca707c5759..231621f2fa3074 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Fcntl.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Fcntl.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/Unix/System.Native/Interop.FileDescriptors.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.FileDescriptors.cs index 82abc8bffa756c..614c77c5827502 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.FileDescriptors.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.FileDescriptors.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 Microsoft.Win32.SafeHandles; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ForkAndExecProcess.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ForkAndExecProcess.cs index 2c835e95fc1815..3dd90d9fe20081 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ForkAndExecProcess.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ForkAndExecProcess.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. #nullable enable diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetBytesAvailable.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetBytesAvailable.cs index ee42a483d3c54f..741e132631eacc 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetBytesAvailable.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetBytesAvailable.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/Unix/System.Native/Interop.GetControlCharacters.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetControlCharacters.cs index f33a5544b9450d..7f8bb04babe3db 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetControlCharacters.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetControlCharacters.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetCpuUtilization.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetCpuUtilization.cs index 509fef8272df23..f87f6a97bd7bd8 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetCpuUtilization.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetCpuUtilization.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetCwd.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetCwd.cs index b339ab2f5961da..1faef8cc0be8dd 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetCwd.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetCwd.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.Buffers; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetDomainName.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetDomainName.cs index a0f849400583eb..31f7c07c10c427 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetDomainName.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetDomainName.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/libraries/Common/src/Interop/Unix/System.Native/Interop.GetDomainSocketSizes.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetDomainSocketSizes.cs index bb0f48c7219556..55020265184edd 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetDomainSocketSizes.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetDomainSocketSizes.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/Unix/System.Native/Interop.GetEGid.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetEGid.cs index 6530b2303a87ab..87aede1e85ec05 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetEGid.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetEGid.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/Unix/System.Native/Interop.GetEUid.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetEUid.cs index c964dec144e1b0..1b8aa005b15ffa 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetEUid.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetEUid.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetGroupList.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetGroupList.cs index 0d85e12e7c8ff7..e240583da640c2 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetGroupList.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetGroupList.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. #nullable enable diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetHostName.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetHostName.cs index f2555b0fc82763..985edb4cadc22a 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetHostName.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetHostName.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/libraries/Common/src/Interop/Unix/System.Native/Interop.GetLine.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetLine.cs index f6a6c7e3aed028..8033720f2a9074 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetLine.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetLine.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/Unix/System.Native/Interop.GetMaximumAddressSize.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetMaximumAddressSize.cs index 9c106cbf469180..f6ae1a0c304940 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetMaximumAddressSize.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetMaximumAddressSize.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/Unix/System.Native/Interop.GetNameInfo.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetNameInfo.cs index 5270af77e2df94..e22ade3a077604 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetNameInfo.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetNameInfo.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/Unix/System.Native/Interop.GetNodeName.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetNodeName.cs index 26a3344c10544a..be1801280ca333 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetNodeName.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetNodeName.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/libraries/Common/src/Interop/Unix/System.Native/Interop.GetOSArchitecture.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetOSArchitecture.cs index 70f614ebcfa8f1..e98e6fe3d3b606 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetOSArchitecture.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetOSArchitecture.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/Unix/System.Native/Interop.GetPeerID.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetPeerID.cs index 9ebb48ec391219..ad8cc50dbe5890 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetPeerID.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetPeerID.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/Unix/System.Native/Interop.GetPeerName.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetPeerName.cs index 3635b92d29f531..e400ae9a6f9275 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetPeerName.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetPeerName.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/Unix/System.Native/Interop.GetPeerUserName.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetPeerUserName.cs index 8effc8883e11aa..cae12e50dca549 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetPeerUserName.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetPeerUserName.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/libraries/Common/src/Interop/Unix/System.Native/Interop.GetPid.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetPid.cs index b93f0895360e07..bbd99dfb5ecb32 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetPid.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetPid.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetProcessArchitecture.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetProcessArchitecture.cs index be23a335b749a0..c5b23b691d1cb1 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetProcessArchitecture.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetProcessArchitecture.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/Unix/System.Native/Interop.GetPwUid.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetPwUid.cs index 5a9a23f87e06f6..08cb7a40859832 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetPwUid.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetPwUid.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetRandomBytes.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetRandomBytes.cs index 571763239c11b2..e79f86576b33a9 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetRandomBytes.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetRandomBytes.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSetPriority.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSetPriority.cs index fc1002be97d063..87eb5d0ac7a2dd 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSetPriority.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSetPriority.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/Common/src/Interop/Unix/System.Native/Interop.GetSid.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSid.cs index d13108bfb06323..6137740fc0f1f0 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSid.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSid.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSockName.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSockName.cs index f46297943edf63..fb1aa6b735bb2d 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSockName.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSockName.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/Unix/System.Native/Interop.GetSockOpt.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSockOpt.cs index 4fd722fd208841..71f69d69ab76bc 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSockOpt.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSockOpt.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.Net.Sockets; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSocketErrorOption.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSocketErrorOption.cs index 070171d63de5ce..1fb0dcecc207cc 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSocketErrorOption.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSocketErrorOption.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.Net.Sockets; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSocketType.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSocketType.cs index 044764e27e2529..a97336d2cc8fc1 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSocketType.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSocketType.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.Net.Sockets; using System.Runtime.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSystemTimeAsTicks.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSystemTimeAsTicks.cs index f02ecac13b917a..62c83123c86d8b 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSystemTimeAsTicks.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSystemTimeAsTicks.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetTimestamp.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetTimestamp.cs index 53acdbc3cc3b18..cd18a3a385dc68 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetTimestamp.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetTimestamp.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetUid.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetUid.cs index 45622a49549e2e..0d1bec671eaf9e 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetUid.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetUid.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetUnixName.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetUnixName.cs index fb925b9dca926c..8d5063ead9bedc 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetUnixName.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetUnixName.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/Unix/System.Native/Interop.GetUnixRelease.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetUnixRelease.cs index 5e41ae98046e4f..22ae8691fcf469 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetUnixRelease.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetUnixRelease.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetUnixVersion.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetUnixVersion.cs index 40ebf8c0b51a0d..75854552fa3d59 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetUnixVersion.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetUnixVersion.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/libraries/Common/src/Interop/Unix/System.Native/Interop.GetWindowWidth.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetWindowWidth.cs index 290857d742314b..151b6a65ed5248 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetWindowWidth.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetWindowWidth.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/Unix/System.Native/Interop.HostEntry.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.HostEntry.cs index 4f36e43edb17fc..7578452daa5852 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.HostEntry.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.HostEntry.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/Unix/System.Native/Interop.IPAddress.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.IPAddress.cs index dc9b25f7589933..567f97df901ce7 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.IPAddress.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.IPAddress.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/libraries/Common/src/Interop/Unix/System.Native/Interop.IPPacketInformation.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.IPPacketInformation.cs index 307e704d9cf627..6156c3e9652169 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.IPPacketInformation.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.IPPacketInformation.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.InitializeTerminalAndSignalHandling.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.InitializeTerminalAndSignalHandling.cs index c6ca6982a6d09a..66e18a03def05f 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.InitializeTerminalAndSignalHandling.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.InitializeTerminalAndSignalHandling.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.InterfaceNameToIndex.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.InterfaceNameToIndex.cs index 36f8686c23ea5f..8cb18bfb300209 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.InterfaceNameToIndex.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.InterfaceNameToIndex.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/Unix/System.Native/Interop.IsATty.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.IsATty.cs index c68e8c7cdb10a6..a7e144519d0025 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.IsATty.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.IsATty.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/Unix/System.Native/Interop.Kill.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Kill.cs index be3abafb4fe143..80cfb59e173d85 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Kill.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Kill.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/Unix/System.Native/Interop.LChflags.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.LChflags.cs index 1d21cf742cd805..a19526c8b925c1 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.LChflags.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.LChflags.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/Unix/System.Native/Interop.LSeek.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.LSeek.cs index 7f8df7c6bf9f8c..95574358639f43 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.LSeek.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.LSeek.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.InteropServices; using Microsoft.Win32.SafeHandles; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.LingerOption.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.LingerOption.cs index e1d659f350f71e..312222f042d5e1 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.LingerOption.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.LingerOption.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/libraries/Common/src/Interop/Unix/System.Native/Interop.Link.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Link.cs index 714649f5b2a8d0..64d1a32d27ba52 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Link.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Link.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/Unix/System.Native/Interop.Listen.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Listen.cs index 03b95ed00f7e82..b6196a3de56467 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Listen.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Listen.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/Unix/System.Native/Interop.LockFileRegion.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.LockFileRegion.cs index 5f92357e8f81e7..42da9643d9cc72 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.LockFileRegion.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.LockFileRegion.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MAdvise.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MAdvise.cs index b46a5069869404..539e27a04e3c1e 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MAdvise.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MAdvise.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/Unix/System.Native/Interop.MMap.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MMap.cs index e58311b75911c1..f75065210307ad 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MMap.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MMap.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/Unix/System.Native/Interop.MSync.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MSync.cs index 9326c6400440dc..d486c36811c61e 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MSync.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MSync.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/Unix/System.Native/Interop.MUnmap.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MUnmap.cs index 1bfc1bae656285..fffd3fb941fdc5 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MUnmap.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MUnmap.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/Unix/System.Native/Interop.MapTcpState.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MapTcpState.cs index f0ac9d98a9b645..05926e86f69977 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MapTcpState.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MapTcpState.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.Net.NetworkInformation; using System.Runtime.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MemSet.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MemSet.cs index 431d17029bcb07..46449d375648c0 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MemSet.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MemSet.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/Unix/System.Native/Interop.MessageHeader.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MessageHeader.cs index 0748eb9213e6da..5e327a64793624 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MessageHeader.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MessageHeader.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.Net.Sockets; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MkDir.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MkDir.cs index 3e4105cf4396dd..8779967fd5d623 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MkDir.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MkDir.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/Unix/System.Native/Interop.MksTemps.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MksTemps.cs index 14c2d989130ae4..f40937907b8f31 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MksTemps.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MksTemps.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/Unix/System.Native/Interop.MountPoints.FormatInfo.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MountPoints.FormatInfo.cs index e02afa58e91af1..44db77808f85b9 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MountPoints.FormatInfo.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MountPoints.FormatInfo.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.IO; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MountPoints.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MountPoints.cs index 52b2ca2ce19e0f..716725a3b19440 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MountPoints.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MountPoints.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/Unix/System.Native/Interop.MulticastOption.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MulticastOption.cs index 9a58d27bf2169b..aa4445573a4b28 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MulticastOption.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MulticastOption.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.NetworkChange.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.NetworkChange.cs index 5e0222e3bbf764..a3ba07bea95008 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.NetworkChange.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.NetworkChange.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.InteropServices; using System; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Open.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Open.cs index a9a994c78c0114..a4ec5f57b12079 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Open.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Open.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.InteropServices; using Microsoft.Win32.SafeHandles; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.OpenFlags.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.OpenFlags.cs index f9e54c3cbcf936..ce1b5aa6562f2a 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.OpenFlags.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.OpenFlags.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/Common/src/Interop/Unix/System.Native/Interop.POpen.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.POpen.cs index 06854f0a457af4..efa67b813cf8e0 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.POpen.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.POpen.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/Unix/System.Native/Interop.PathConf.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.PathConf.cs index e2c127772020b7..5a9f27b7db06cc 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.PathConf.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.PathConf.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Permissions.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Permissions.cs index f1d13787d25726..cbc54d4072c42a 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Permissions.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Permissions.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/Common/src/Interop/Unix/System.Native/Interop.Pipe.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Pipe.cs index 191a8fb63aea41..ca4fc28b2c6121 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Pipe.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Pipe.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/Unix/System.Native/Interop.PlatformSocketSupport.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.PlatformSocketSupport.cs index a148f64c0c9660..1e67ff7ee9d392 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.PlatformSocketSupport.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.PlatformSocketSupport.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Poll.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Poll.cs index 895ce720e31a31..c20d5f9a7cbf34 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Poll.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Poll.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/Unix/System.Native/Interop.PosixFAdvise.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.PosixFAdvise.cs index ad8b73aed2111b..ed9ee769ac8b0e 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.PosixFAdvise.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.PosixFAdvise.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.InteropServices; using Microsoft.Win32.SafeHandles; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.PrintF.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.PrintF.cs index 465c34e4bb7660..22198d42a84bfc 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.PrintF.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.PrintF.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/Unix/System.Native/Interop.ProcessorArchitecture.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ProcessorArchitecture.cs index 9535f392f1ddd0..d18a153ae0f1a4 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ProcessorArchitecture.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ProcessorArchitecture.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/Unix/System.Native/Interop.Read.Pipe.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Read.Pipe.cs index f41f6eefab1233..09d21bc9aa96d8 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Read.Pipe.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Read.Pipe.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.InteropServices; using Microsoft.Win32.SafeHandles; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Read.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Read.cs index e37a2ae6c1d7e3..51038fc099d970 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Read.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Read.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ReadDir.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ReadDir.cs index cacb3664db0755..01de4fc1bcb35d 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ReadDir.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ReadDir.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/libraries/Common/src/Interop/Unix/System.Native/Interop.ReadLink.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ReadLink.cs index b945bc982c5966..9735b0ff776f9d 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ReadLink.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ReadLink.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. #nullable enable using System.Runtime.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ReadStdinUnbuffered.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ReadStdinUnbuffered.cs index 2cdc0270637f99..f5dbb42995937f 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ReadStdinUnbuffered.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ReadStdinUnbuffered.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/Unix/System.Native/Interop.RealPath.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.RealPath.cs index aabb54cc7c5283..8daa79cd3e6926 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.RealPath.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.RealPath.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Receive.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Receive.cs index 8f3cdbf9db07a8..a30f4c5e43a4fd 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Receive.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Receive.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.Net.Sockets; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ReceiveMessage.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ReceiveMessage.cs index b603318247a681..643e2acc39dced 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ReceiveMessage.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ReceiveMessage.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.Net.Sockets; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.RegisterForCtrlC.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.RegisterForCtrlC.cs index 603d8fa68b8f13..f3c5b60e40c9f1 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.RegisterForCtrlC.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.RegisterForCtrlC.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.RegisterForSigChld.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.RegisterForSigChld.cs index 9c374cee10e9f0..d7db817eb5a576 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.RegisterForSigChld.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.RegisterForSigChld.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Rename.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Rename.cs index a82d913a15b29f..be81942392d6d3 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Rename.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Rename.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/Unix/System.Native/Interop.ResourceLimits.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ResourceLimits.cs index bf8bf00700926e..e3a10b7d13681a 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ResourceLimits.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ResourceLimits.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.RestoreAndHandleCtrl.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.RestoreAndHandleCtrl.cs index 0f7b1a1e12bc0a..609a9997388bb5 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.RestoreAndHandleCtrl.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.RestoreAndHandleCtrl.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.RmDir.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.RmDir.cs index ddc0c3ad3424f9..5f178a33f7e4c0 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.RmDir.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.RmDir.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/Unix/System.Native/Interop.SNPrintF.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SNPrintF.cs index 05299100bb7866..8755c7e0a6987b 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SNPrintF.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SNPrintF.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/Unix/System.Native/Interop.SchedGetSetAffinity.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SchedGetSetAffinity.cs index 881223aeff2901..0a39741df9e558 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SchedGetSetAffinity.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SchedGetSetAffinity.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/Unix/System.Native/Interop.Send.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Send.cs index b4a7e1c9bc8320..b22723d266c1b3 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Send.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Send.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.Net.Sockets; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SendFile.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SendFile.cs index b253a59b0daeb8..1566cdc75ca65a 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SendFile.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SendFile.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SendMessage.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SendMessage.cs index 4d728be10549d0..7d1474896f6342 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SendMessage.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SendMessage.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.Net.Sockets; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetEUid.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetEUid.cs index 8f537f8b46a919..ad3a2fcd9031b4 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetEUid.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetEUid.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/Unix/System.Native/Interop.SetReceiveTimeout.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetReceiveTimeout.cs index b1bf252f2548f5..36926851e0798a 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetReceiveTimeout.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetReceiveTimeout.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.Net.Sockets; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetSendTimeout.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetSendTimeout.cs index 89a3bfbbf61d7e..db2a3632c10c8f 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetSendTimeout.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetSendTimeout.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.Net.Sockets; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetSignalForBreak.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetSignalForBreak.cs index 40eacccd5a3730..37c892bb370a4e 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetSignalForBreak.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetSignalForBreak.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetSockOpt.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetSockOpt.cs index e958c9fcc3ba6b..6172c266a61e4b 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetSockOpt.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetSockOpt.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.Net.Sockets; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetTerminalInvalidationHandler.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetTerminalInvalidationHandler.cs index b372e36aa08c14..a4ccb94186b72a 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetTerminalInvalidationHandler.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetTerminalInvalidationHandler.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ShmOpen.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ShmOpen.cs index 8481c61dd1caa8..f4749b8a5f7bee 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ShmOpen.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ShmOpen.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.InteropServices; using Microsoft.Win32.SafeHandles; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Shutdown.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Shutdown.cs index 7e6e4405c9a816..6bbb8d70da67a9 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Shutdown.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Shutdown.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.Net.Sockets; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Socket.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Socket.cs index e69171690c63d0..e5b18a8b069450 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Socket.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Socket.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.Net; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SocketAddress.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SocketAddress.cs index 86a83fdf8cb071..7c1dffc241ffa0 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SocketAddress.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SocketAddress.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/Unix/System.Native/Interop.SocketEvent.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SocketEvent.cs index 7752f309aa51c5..af9fcd32739b78 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SocketEvent.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SocketEvent.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/Unix/System.Native/Interop.Stat.Pipe.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Stat.Pipe.cs index b52f565127e417..1852f983470f9a 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Stat.Pipe.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Stat.Pipe.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/Unix/System.Native/Interop.Stat.Span.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Stat.Span.cs index d3efec14c173f8..278dbeb1de4dd6 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Stat.Span.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Stat.Span.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/Unix/System.Native/Interop.Stat.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Stat.cs index 628bd9c70ce40b..c143ab1828b833 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Stat.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Stat.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/Unix/System.Native/Interop.StdinReady.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.StdinReady.cs index 7a19512c668f28..51104f30af366d 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.StdinReady.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.StdinReady.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Sync.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Sync.cs index babb2d6740ed4e..e51680db75089f 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Sync.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Sync.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/Unix/System.Native/Interop.SysConf.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SysConf.cs index be0c0dee7bb6f1..022584ab95f4c9 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SysConf.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SysConf.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SysLog.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SysLog.cs index 8933e9c3d39adb..e8809b13696640 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SysLog.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SysLog.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.UTimensat.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.UTimensat.cs index 5d7f4188e1bd85..3477c6ae6fc915 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.UTimensat.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.UTimensat.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/Unix/System.Native/Interop.Unlink.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Unlink.cs index 9395428de02a92..c71ffe645edd31 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Unlink.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Unlink.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.WaitId.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.WaitId.cs index 1724f3d75b3519..ec9c19ad6776e3 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.WaitId.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.WaitId.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/Unix/System.Native/Interop.WaitPid.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.WaitPid.cs index 8292971d48e8c0..766d47faeb79be 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.WaitPid.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.WaitPid.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/Unix/System.Native/Interop.Write.Pipe.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Write.Pipe.cs index 89bf8c3383f09e..2543be83046ae4 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Write.Pipe.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Write.Pipe.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.InteropServices; using Microsoft.Win32.SafeHandles; diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Write.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Write.cs index 9c4e0aa2a4e92a..6b322ee72a8829 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Write.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Write.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/Unix/System.Net.Security.Native/Interop.GssApiException.cs b/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs index 520a81a8fc9131..9e2bee566a0f6c 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssBuffer.cs b/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssBuffer.cs index 7f2bbbe4cf0a94..a2c6255541e283 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssBuffer.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssBuffer.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/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.Initialization.cs b/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.Initialization.cs index 44ae8a66eeb9f3..39a0d67f2021cb 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.Initialization.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.Initialization.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. internal static partial class Interop { diff --git a/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.IsNtlmInstalled.cs b/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.IsNtlmInstalled.cs index 91d2d4fe46e8ba..79edbf6adad468 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.IsNtlmInstalled.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.IsNtlmInstalled.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/Unix/System.Net.Security.Native/Interop.NetSecurityNative.cs b/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.cs index b86d5caaeb350a..13da6a0102cfee 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.ASN1.GetIntegerBytes.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.ASN1.GetIntegerBytes.cs index d7606b1aa0b71e..c5b94de3d20a9b 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.ASN1.GetIntegerBytes.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.ASN1.GetIntegerBytes.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/Unix/System.Security.Cryptography.Native/Interop.ASN1.Nid.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.ASN1.Nid.cs index 008fcfc4b13863..a0f7ef27de21d3 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.ASN1.Nid.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.ASN1.Nid.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more 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.Concurrent; using System.Diagnostics; diff --git a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.ASN1.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.ASN1.cs index 828b2be31fddcd..a4bfc8d9621548 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.ASN1.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.ASN1.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/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.BIO.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.BIO.cs index 6848e22467426e..bc5349745a845b 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.BIO.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.BIO.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/Unix/System.Security.Cryptography.Native/Interop.Bignum.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Bignum.cs index d1f955bf759b8e..61f098c64b1174 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Bignum.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Bignum.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Crypto.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Crypto.cs index 4be7dcb9aba30a..c9e1a0cdbec9fc 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Crypto.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Crypto.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Dsa.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Dsa.cs index 0949efff44911c..c3f8eabdd96cea 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Dsa.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Dsa.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.ERR.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.ERR.cs index a98241ca5417e4..4bf86068be1d5f 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.ERR.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.ERR.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EVP.Cipher.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EVP.Cipher.cs index 6aaadfa58bd894..637311663c1a27 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EVP.Cipher.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EVP.Cipher.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/Unix/System.Security.Cryptography.Native/Interop.EVP.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EVP.cs index daf27f12701179..e1dc2e0cd58cf8 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EVP.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EVP.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/Unix/System.Security.Cryptography.Native/Interop.EcDsa.ImportExport.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EcDsa.ImportExport.cs index e059d1d6e815c2..c0bde546835a80 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EcDsa.ImportExport.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EcDsa.ImportExport.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. #nullable enable using System.Diagnostics; diff --git a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EcDsa.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EcDsa.cs index 24cab8dbd09fc6..9fa5f14055a387 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EcDsa.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EcDsa.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/Unix/System.Security.Cryptography.Native/Interop.EcKey.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EcKey.cs index bf78e9c7cd229d..52224090eccd99 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EcKey.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EcKey.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. #nullable enable using Microsoft.Win32.SafeHandles; diff --git a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Encode.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Encode.cs index 1132a34e2b7dae..68b5776869e876 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Encode.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Encode.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/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EvpPkey.Dsa.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EvpPkey.Dsa.cs index 6c1d3cddc12e78..820f300b0641eb 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EvpPkey.Dsa.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EvpPkey.Dsa.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.InteropServices; using System.Security.Cryptography; diff --git a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EvpPkey.EcKey.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EvpPkey.EcKey.cs index 70dfa425d56a98..54790cbf1728da 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EvpPkey.EcKey.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EvpPkey.EcKey.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.InteropServices; using System.Security.Cryptography; diff --git a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EvpPkey.Ecdh.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EvpPkey.Ecdh.cs index 74967f61047d1f..6e87f4e27e78e9 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EvpPkey.Ecdh.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EvpPkey.Ecdh.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/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EvpPkey.Rsa.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EvpPkey.Rsa.cs index 1f61a826a9c150..1509e5196286b3 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EvpPkey.Rsa.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EvpPkey.Rsa.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.InteropServices; using System.Security.Cryptography; diff --git a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EvpPkey.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EvpPkey.cs index 2eff6bfcd19d51..fc948ea59560fc 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EvpPkey.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EvpPkey.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/Unix/System.Security.Cryptography.Native/Interop.Hmac.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Hmac.cs index a01a84b1f4882c..5638d20ae9d656 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Hmac.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Hmac.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/Unix/System.Security.Cryptography.Native/Interop.Initialization.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Initialization.cs index a9a7309b5e080e..1167c72e1764e5 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Initialization.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Initialization.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/Unix/System.Security.Cryptography.Native/Interop.LookupFriendlyNameByOid.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.LookupFriendlyNameByOid.cs index 37c1dd40e6ad9b..f4cdbae5401f9a 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.LookupFriendlyNameByOid.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.LookupFriendlyNameByOid.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/Unix/System.Security.Cryptography.Native/Interop.OCSP.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.OCSP.cs index 8774f8285f5189..5ca56e527be2da 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.OCSP.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.OCSP.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/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.OpenSsl.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.OpenSsl.cs index 52b1a5b1dbf474..35f2309c34963c 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.OpenSsl.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.OpenSsl.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.OpenSslVersion.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.OpenSslVersion.cs index 8b311d40592ac2..7b89a34b0e0014 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.OpenSslVersion.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.OpenSslVersion.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.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Pkcs12.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Pkcs12.cs index 1be561006fe65c..c52d2c53c9c8a4 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Pkcs12.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Pkcs12.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/Unix/System.Security.Cryptography.Native/Interop.Pkcs7.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Pkcs7.cs index c508b0da814141..3f9dbf1f8e1fce 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Pkcs7.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Pkcs7.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/Unix/System.Security.Cryptography.Native/Interop.PooledCrypto.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.PooledCrypto.cs index ddcba2dc19adda..3d7c192659d3ed 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.PooledCrypto.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.PooledCrypto.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.Security.Cryptography; diff --git a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.RAND.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.RAND.cs index eecdac802cbebf..fc7f8956c4e4d7 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.RAND.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.RAND.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/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Rsa.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Rsa.cs index 425a493d8eaf34..c2e774410e78da 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Rsa.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Rsa.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.SetProtocolOptions.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.SetProtocolOptions.cs index e4db3ca1835482..d75ab5c5cc55c5 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.SetProtocolOptions.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.SetProtocolOptions.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/Unix/System.Security.Cryptography.Native/Interop.Ssl.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Ssl.cs index 1801c80d4a321d..4ea3397f6be48f 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Ssl.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Ssl.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.SslCtx.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.SslCtx.cs index ddaf44ab0e8f87..8df7733f067155 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.SslCtx.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.SslCtx.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/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.SslCtxOptions.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.SslCtxOptions.cs index 712a776c853f03..d5f5bce100786d 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.SslCtxOptions.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.SslCtxOptions.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.Net.Security; using System.Runtime.InteropServices; diff --git a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509.cs index 059293581ddf7a..f1ebc6560d6b90 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509.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/Unix/System.Security.Cryptography.Native/Interop.X509Ext.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509Ext.cs index c57d75d99d1bc3..b3374cdf934c83 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509Ext.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509Ext.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/Unix/System.Security.Cryptography.Native/Interop.X509Name.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509Name.cs index 799b453e969c8b..929440435d4b13 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509Name.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509Name.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509Stack.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509Stack.cs index 8687ff070082b7..ce84ac229d5bc5 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509Stack.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509Stack.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/Unix/System.Security.Cryptography.Native/Interop.X509StoreCtx.cs b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509StoreCtx.cs index e3b7bb6088dad5..38d8a3ae26bdb0 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509StoreCtx.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509StoreCtx.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ActivityControl.cs b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ActivityControl.cs index 093755659de42b..6b32fc69f56e16 100644 --- a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ActivityControl.cs +++ b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ActivityControl.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. internal static partial class Interop { diff --git a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.AdjustTokenPrivileges.cs b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.AdjustTokenPrivileges.cs index 44a24dbe53ab3c..609e3cd3314787 100644 --- a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.AdjustTokenPrivileges.cs +++ b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.AdjustTokenPrivileges.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.Win32.SafeHandles; using System; diff --git a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.AllocateLocallyUniqueId.cs b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.AllocateLocallyUniqueId.cs index b18bb99d7fb625..035db9fcbccfab 100644 --- a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.AllocateLocallyUniqueId.cs +++ b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.AllocateLocallyUniqueId.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/Advapi32/Interop.ChangeServiceConfig2.cs b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ChangeServiceConfig2.cs index 42891bac1e0821..d52882ea32750b 100644 --- a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ChangeServiceConfig2.cs +++ b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ChangeServiceConfig2.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.Win32.SafeHandles; using System; diff --git a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CheckTokenMembership.cs b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CheckTokenMembership.cs index 02a6349f024fc4..1af4dba20107bc 100644 --- a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CheckTokenMembership.cs +++ b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CheckTokenMembership.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.Win32.SafeHandles; using System; diff --git a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ClaimSecurityAttributes.cs b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ClaimSecurityAttributes.cs index e8cbf16a86e2e3..37692663b0de6c 100644 --- a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ClaimSecurityAttributes.cs +++ b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ClaimSecurityAttributes.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/Advapi32/Interop.ClearEventLog.cs b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ClearEventLog.cs index 28ad900f23bff9..530ed7b6643963 100644 --- a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ClearEventLog.cs +++ b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ClearEventLog.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.InteropServices; using Microsoft.Win32.SafeHandles; diff --git a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CloseEventLog.cs b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CloseEventLog.cs index 19c03dbeb41038..6ee970066f502a 100644 --- a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CloseEventLog.cs +++ b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CloseEventLog.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/Advapi32/Interop.CloseServiceHandle.cs b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CloseServiceHandle.cs index 1522c10f61fa13..19373640faf417 100644 --- a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CloseServiceHandle.cs +++ b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CloseServiceHandle.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/Advapi32/Interop.ControlService.cs b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ControlService.cs index 34ea402f0c36f5..addda32e5d3410 100644 --- a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ControlService.cs +++ b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ControlService.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.Win32.SafeHandles; using System; diff --git a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ConvertSdToStringSd.cs b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ConvertSdToStringSd.cs index 69dd6711c7a3e1..6240d410105e54 100644 --- a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ConvertSdToStringSd.cs +++ b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ConvertSdToStringSd.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/Advapi32/Interop.ConvertStringSdToSd.cs b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ConvertStringSdToSd.cs index a64f7bac36bfc2..5eb7023aad824e 100644 --- a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ConvertStringSdToSd.cs +++ b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ConvertStringSdToSd.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/Advapi32/Interop.ConvertStringSecurityDescriptorToSecurityDescriptor.cs b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ConvertStringSecurityDescriptorToSecurityDescriptor.cs index e6b67d6b7e8ed8..ab5b3ab8e1212d 100644 --- a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ConvertStringSecurityDescriptorToSecurityDescriptor.cs +++ b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ConvertStringSecurityDescriptorToSecurityDescriptor.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.Win32.SafeHandles; using System; diff --git a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ConvertStringSidToSid.cs b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ConvertStringSidToSid.cs index 48b72ae2b7c5e7..39a9559f4f4a01 100644 --- a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ConvertStringSidToSid.cs +++ b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ConvertStringSidToSid.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/Advapi32/Interop.CreateProcessWithLogon.cs b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CreateProcessWithLogon.cs index fdf8eb66182faf..7d4fc64ff1aa95 100644 --- a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CreateProcessWithLogon.cs +++ b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CreateProcessWithLogon.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. #nullable enable diff --git a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CreateService.cs b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CreateService.cs index 40d5ed3974c2a4..c9a4249741a0a7 100644 --- a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CreateService.cs +++ b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CreateService.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.Win32.SafeHandles; using System; diff --git a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CreateWellKnownSid.cs b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CreateWellKnownSid.cs index 52b13aaa85ceb7..132f4a3e5846fe 100644 --- a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CreateWellKnownSid.cs +++ b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CreateWellKnownSid.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/Advapi32/Interop.CryptAcquireContext.cs b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptAcquireContext.cs index 0b512e2c719f1f..4291e9c7d5bd21 100644 --- a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptAcquireContext.cs +++ b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptAcquireContext.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. #nullable enable using System; diff --git a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptCreateHash.cs b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptCreateHash.cs index ffea2593630d84..a49519557eeabc 100644 --- a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptCreateHash.cs +++ b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptCreateHash.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/Advapi32/Interop.CryptDecrypt.cs b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptDecrypt.cs index 1ea3182cb9e0e6..ae1b5c3c379ee6 100644 --- a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptDecrypt.cs +++ b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptDecrypt.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.InteropServices; using System.Security.Cryptography; diff --git a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptDeriveKey.cs b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptDeriveKey.cs index 86601f275df1ef..b2c6ca2e980b2e 100644 --- a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptDeriveKey.cs +++ b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptDeriveKey.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.InteropServices; using System.Security.Cryptography; diff --git a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptDestroyHash.cs b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptDestroyHash.cs index bcd3782d6935b1..6dbe44b6720459 100644 --- a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptDestroyHash.cs +++ b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptDestroyHash.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/Advapi32/Interop.CryptDestroyKey.cs b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptDestroyKey.cs index 89e09f522e3367..6a4a841e47dd44 100644 --- a/src/libraries/Common/src/Interop/Windo